Home
last modified time | relevance | path

Searched refs:entryRemoved (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/
H A Dbookmarks.h54 void entryRemoved(BookmarkNode *parent, int row, BookmarkNode *item);
148 void entryRemoved(BookmarkNode *parent, int row, BookmarkNode *item);
H A Dbookmarks.cpp69 connect(this, SIGNAL(entryRemoved(BookmarkNode*,int,BookmarkNode*)), in BookmarksManager()
305 emit m_bookmarkManagaer->entryRemoved(m_parent, m_row, m_node); in redo()
359 connect(bookmarkManager, SIGNAL(entryRemoved(BookmarkNode*,int,BookmarkNode*)), in BookmarksModel()
360 this, SLOT(entryRemoved(BookmarkNode*,int,BookmarkNode*))); in BookmarksModel()
385 void BookmarksModel::entryRemoved(BookmarkNode *parent, int row, BookmarkNode *item) in entryRemoved() function in BookmarksModel
H A Dhistory.h82 void entryRemoved(const HistoryItem &item);
H A Dhistory.cpp74 connect(this, SIGNAL(entryRemoved(HistoryItem)), in HistoryManager()
166 emit entryRemoved(item); in checkForExpired() local
364 connect(m_history, SIGNAL(entryRemoved(HistoryItem)), in HistoryModel()