HomeSort by relevance Sort by last modified time
    Searched refs:removed_urls (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/components/bookmarks/browser/
base_bookmark_model_observer.cc 35 const std::set<GURL>& removed_urls) {
41 const std::set<GURL>& removed_urls) {
base_bookmark_model_observer.h 36 const std::set<GURL>& removed_urls) OVERRIDE;
39 const std::set<GURL>& removed_urls) OVERRIDE;
bookmark_expanded_state_tracker.h 43 const std::set<GURL>& removed_urls) OVERRIDE;
46 const std::set<GURL>& removed_urls) OVERRIDE;
bookmark_model_observer.h 57 // |removed_urls| is populated with the urls which no longer have any
63 const std::set<GURL>& removed_urls) = 0;
114 // |removed_urls| is populated with the urls which no longer have any
118 const std::set<GURL>& removed_urls) = 0;
bookmark_expanded_state_tracker.cc 86 const std::set<GURL>& removed_urls) {
96 const std::set<GURL>& removed_urls) {
bookmark_model.cc 203 std::set<GURL> removed_urls; local
224 RemoveNodeAndGetRemovedUrls(child_node, &removed_urls);
233 BookmarkAllUserNodesRemoved(this, removed_urls));
734 std::set<GURL>* removed_urls) {
743 removed_urls->insert(node->url());
751 RemoveNode(node->GetChild(i), removed_urls);
824 std::set<GURL> removed_urls; local
827 RemoveNodeAndGetRemovedUrls(node.get(), &removed_urls);
836 BookmarkNodeRemoved(this, parent, index, node.get(), removed_urls));
852 std::set<GURL>* removed_urls) {
    [all...]
bookmark_model.h 309 // the node is a url, its url is added to removed_urls.
312 void RemoveNode(BookmarkNode* node, std::set<GURL>* removed_urls);
322 // are sent. |removed_urls| is populated with the urls which no longer have
326 std::set<GURL>* removed_urls);
  /external/chromium_org/chrome/browser/android/provider/
bookmark_model_observer_task.cc 55 const std::set<GURL>& removed_urls) {
60 const std::set<GURL>& removed_urls) {
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/bookmarks/
bookmark_tab_helper.h 76 const std::set<GURL>& removed_urls) OVERRIDE;
79 const std::set<GURL>& removed_urls) OVERRIDE;
recently_used_folders_combo_model.h 57 const std::set<GURL>& removed_urls) OVERRIDE;
67 const std::set<GURL>& removed_urls) OVERRIDE;
bookmark_tab_helper.cc 120 const std::set<GURL>& removed_urls) {
126 const std::set<GURL>& removed_urls) {
recently_used_folders_combo_model.cc 185 const std::set<GURL>& removed_urls) {}
204 const std::set<GURL>& removed_urls) {
  /external/chromium_org/chrome/browser/ui/cocoa/bookmarks/
bookmark_bar_bridge.h 45 const std::set<GURL>& removed_urls) OVERRIDE;
48 const std::set<GURL>& removed_urls) OVERRIDE;
bookmark_model_observer_for_cocoa.h 59 const std::set<GURL>& removed_urls) OVERRIDE;
62 const std::set<GURL>& removed_urls) OVERRIDE;
bookmark_menu_bridge.h 58 const std::set<GURL>& removed_urls) OVERRIDE;
61 const std::set<GURL>& removed_urls) OVERRIDE;
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.h 77 const std::set<GURL>& removed_urls) OVERRIDE;
80 const std::set<GURL>& removed_urls) OVERRIDE;
chrome_bookmark_client.cc 36 const std::set<GURL>& removed_urls) {
40 history_service->URLsNoLongerBookmarked(removed_urls);
217 const std::set<GURL>& removed_urls) {
218 NotifyHistoryOfRemovedURLs(profile_, removed_urls);
223 const std::set<GURL>& removed_urls) {
224 NotifyHistoryOfRemovedURLs(profile_, removed_urls);
  /external/chromium_org/chrome/browser/sync/glue/
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/android/bookmarks/
bookmarks_bridge.h 95 const std::set<GURL>& removed_urls) OVERRIDE;
bookmarks_bridge.cc 405 const std::set<GURL>& removed_urls) {
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.h 65 const std::set<GURL>& removed_urls) OVERRIDE;
68 const std::set<GURL>& removed_urls) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bar_view.h 222 const std::set<GURL>& removed_urls) OVERRIDE;
225 const std::set<GURL>& removed_urls) OVERRIDE;
bookmark_editor_view.h 149 const std::set<GURL>& removed_urls) OVERRIDE;
152 const std::set<GURL>& removed_urls) OVERRIDE;
bookmark_editor_view.cc 386 const std::set<GURL>& removed_urls) {
399 const std::set<GURL>& removed_urls) {

Completed in 2765 milliseconds

1 2