/external/chromium_org/chrome/browser/bookmarks/ |
D | chrome_bookmark_client.cc | 36 const std::set<GURL>& removed_urls) { in NotifyHistoryOfRemovedURLs() argument 40 history_service->URLsNoLongerBookmarked(removed_urls); in NotifyHistoryOfRemovedURLs() 217 const std::set<GURL>& removed_urls) { in BookmarkNodeRemoved() argument 218 NotifyHistoryOfRemovedURLs(profile_, removed_urls); in BookmarkNodeRemoved() 223 const std::set<GURL>& removed_urls) { in BookmarkAllUserNodesRemoved() argument 224 NotifyHistoryOfRemovedURLs(profile_, removed_urls); in BookmarkAllUserNodesRemoved()
|
D | chrome_bookmark_client.h | 77 const std::set<GURL>& removed_urls) OVERRIDE; 80 const std::set<GURL>& removed_urls) OVERRIDE;
|
/external/chromium_org/components/bookmarks/browser/ |
D | bookmark_model.cc | 203 std::set<GURL> removed_urls; in RemoveAllUserBookmarks() local 224 RemoveNodeAndGetRemovedUrls(child_node, &removed_urls); in RemoveAllUserBookmarks() 233 BookmarkAllUserNodesRemoved(this, removed_urls)); in RemoveAllUserBookmarks() 734 std::set<GURL>* removed_urls) { in RemoveNode() argument 743 removed_urls->insert(node->url()); in RemoveNode() 751 RemoveNode(node->GetChild(i), removed_urls); in RemoveNode() 824 std::set<GURL> removed_urls; in RemoveAndDeleteNode() local 827 RemoveNodeAndGetRemovedUrls(node.get(), &removed_urls); in RemoveAndDeleteNode() 836 BookmarkNodeRemoved(this, parent, index, node.get(), removed_urls)); in RemoveAndDeleteNode() 852 std::set<GURL>* removed_urls) { in RemoveNodeAndGetRemovedUrls() argument [all …]
|
D | base_bookmark_model_observer.cc | 35 const std::set<GURL>& removed_urls) { in BookmarkNodeRemoved() argument 41 const std::set<GURL>& removed_urls) { in BookmarkAllUserNodesRemoved() argument
|
D | bookmark_expanded_state_tracker.h | 43 const std::set<GURL>& removed_urls) OVERRIDE; 46 const std::set<GURL>& removed_urls) OVERRIDE;
|
D | base_bookmark_model_observer.h | 36 const std::set<GURL>& removed_urls) OVERRIDE; 39 const std::set<GURL>& removed_urls) OVERRIDE;
|
D | bookmark_model_observer.h | 63 const std::set<GURL>& removed_urls) = 0; 118 const std::set<GURL>& removed_urls) = 0;
|
D | bookmark_expanded_state_tracker.cc | 86 const std::set<GURL>& removed_urls) { in BookmarkNodeRemoved() argument 96 const std::set<GURL>& removed_urls) { in BookmarkAllUserNodesRemoved() argument
|
D | bookmark_model.h | 312 void RemoveNode(BookmarkNode* node, std::set<GURL>* removed_urls); 326 std::set<GURL>* removed_urls);
|
/external/chromium_org/chrome/browser/android/provider/ |
D | bookmark_model_observer_task.cc | 55 const std::set<GURL>& removed_urls) { in BookmarkNodeRemoved() argument 60 const std::set<GURL>& removed_urls) { in BookmarkAllUserNodesRemoved() argument
|
D | bookmark_model_observer_task.h | 48 const std::set<GURL>& removed_urls) OVERRIDE; 51 const std::set<GURL>& removed_urls) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/cocoa/bookmarks/ |
D | bookmark_bar_bridge.h | 45 const std::set<GURL>& removed_urls) OVERRIDE; 48 const std::set<GURL>& removed_urls) OVERRIDE;
|
D | bookmark_model_observer_for_cocoa.h | 59 const std::set<GURL>& removed_urls) OVERRIDE; 62 const std::set<GURL>& removed_urls) OVERRIDE;
|
D | bookmark_model_observer_for_cocoa.mm | 51 const std::set<GURL>& removed_urls) { 58 const std::set<GURL>& removed_urls) {
|
D | bookmark_menu_bridge.h | 58 const std::set<GURL>& removed_urls) OVERRIDE; 61 const std::set<GURL>& removed_urls) OVERRIDE;
|
D | bookmark_bar_bridge.mm | 78 const std::set<GURL>& removed_urls) { 85 const std::set<GURL>& removed_urls) {
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
D | bookmark_tab_helper.h | 76 const std::set<GURL>& removed_urls) OVERRIDE; 79 const std::set<GURL>& removed_urls) OVERRIDE;
|
D | recently_used_folders_combo_model.h | 57 const std::set<GURL>& removed_urls) OVERRIDE; 67 const std::set<GURL>& removed_urls) OVERRIDE;
|
D | bookmark_tab_helper.cc | 120 const std::set<GURL>& removed_urls) { in BookmarkNodeRemoved() argument 126 const std::set<GURL>& removed_urls) { in BookmarkAllUserNodesRemoved() argument
|
D | recently_used_folders_combo_model.cc | 185 const std::set<GURL>& removed_urls) {} in BookmarkNodeRemoved() argument 204 const std::set<GURL>& removed_urls) { in BookmarkAllUserNodesRemoved() argument
|
/external/chromium_org/chrome/browser/sync/glue/ |
D | bookmark_change_processor.h | 60 const std::set<GURL>& removed_urls) OVERRIDE; 63 const std::set<GURL>& removed_urls) OVERRIDE;
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_editor_view.h | 149 const std::set<GURL>& removed_urls) OVERRIDE; 152 const std::set<GURL>& removed_urls) OVERRIDE;
|
D | bookmark_bar_view.h | 222 const std::set<GURL>& removed_urls) OVERRIDE; 225 const std::set<GURL>& removed_urls) OVERRIDE;
|
/external/chromium_org/chrome/browser/extensions/api/bookmarks/ |
D | bookmarks_api.h | 65 const std::set<GURL>& removed_urls) OVERRIDE; 68 const std::set<GURL>& removed_urls) OVERRIDE;
|
/external/chromium_org/chrome/browser/android/bookmarks/ |
D | bookmarks_bridge.h | 95 const std::set<GURL>& removed_urls) OVERRIDE;
|