Home
last modified time | relevance | path

Searched refs:historyReset (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dhistory.cpp126 emit historyReset(); in setHistory()
219 historyReset(); in clear()
362 connect(m_history, SIGNAL(historyReset()), in HistoryModel()
363 this, SLOT(historyReset())); in HistoryModel()
365 this, SLOT(historyReset())); in HistoryModel()
373 void HistoryModel::historyReset() in historyReset() function in HistoryModel
462 disconnect(m_history, SIGNAL(historyReset()), this, SLOT(historyReset())); in removeRows()
464 connect(m_history, SIGNAL(historyReset()), this, SLOT(historyReset())); in removeRows()
H A Dhistory.h80 void historyReset();
135 void historyReset();