Searched refs:entryRemoved (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/browser/ |
| H A D | bookmarks.h | 54 void entryRemoved(BookmarkNode *parent, int row, BookmarkNode *item); 148 void entryRemoved(BookmarkNode *parent, int row, BookmarkNode *item);
|
| H A D | bookmarks.cpp | 69 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 D | history.h | 82 void entryRemoved(const HistoryItem &item);
|
| H A D | history.cpp | 74 connect(this, SIGNAL(entryRemoved(HistoryItem)), in HistoryManager() 166 emit entryRemoved(item); in checkForExpired() local 364 connect(m_history, SIGNAL(entryRemoved(HistoryItem)), in HistoryModel()
|