HomeSort by relevance Sort by last modified time
    Searched full:removed_urls (Results 1 - 25 of 39) 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_expanded_state_tracker.cc 86 const std::set<GURL>& removed_urls) {
96 const std::set<GURL>& removed_urls) {
bookmark_model.cc 204 std::set<GURL> removed_urls; local
225 RemoveNodeAndGetRemovedUrls(child_node, &removed_urls);
234 BookmarkAllUserNodesRemoved(this, removed_urls));
735 std::set<GURL>* removed_urls) {
744 removed_urls->insert(node->url());
752 RemoveNode(node->GetChild(i), removed_urls);
825 std::set<GURL> removed_urls; local
828 RemoveNodeAndGetRemovedUrls(node.get(), &removed_urls);
837 BookmarkNodeRemoved(this, parent, index, node.get(), removed_urls));
853 std::set<GURL>* removed_urls) {
    [all...]
bookmark_model_observer.h 51 // |removed_urls| is populated with the urls which no longer have any
57 const std::set<GURL>& removed_urls) = 0;
108 // |removed_urls| is populated with the urls which no longer have any
112 const std::set<GURL>& removed_urls) = 0;
bookmark_model.h 304 // the node is a url, its url is added to removed_urls.
307 void RemoveNode(BookmarkNode* node, std::set<GURL>* removed_urls);
317 // are sent. |removed_urls| is populated with the urls which no longer have
321 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/cocoa/bookmarks/
bookmark_model_observer_for_cocoa.mm 51 const std::set<GURL>& removed_urls) {
58 const std::set<GURL>& removed_urls) {
bookmark_bar_bridge.h 45 const std::set<GURL>& removed_urls) OVERRIDE;
48 const std::set<GURL>& removed_urls) OVERRIDE;
bookmark_bar_bridge.mm 78 const std::set<GURL>& removed_urls) {
85 const std::set<GURL>& removed_urls) {
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/ui/bookmarks/
bookmark_tab_helper.h 79 const std::set<GURL>& removed_urls) OVERRIDE;
82 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 184 const std::set<GURL>& removed_urls) {}
203 const std::set<GURL>& removed_urls) {
  /external/chromium_org/chrome/browser/bookmarks/
chrome_bookmark_client.h 75 const std::set<GURL>& removed_urls) OVERRIDE;
78 const std::set<GURL>& removed_urls) OVERRIDE;
chrome_bookmark_client.cc 210 const std::set<GURL>& removed_urls) {
212 history_service_->URLsNoLongerBookmarked(removed_urls);
217 const std::set<GURL>& removed_urls) {
219 history_service_->URLsNoLongerBookmarked(removed_urls);
  /external/chromium_org/components/enhanced_bookmarks/
bookmark_image_service.cc 294 const std::set<GURL>& removed_urls) {
296 for (std::set<GURL>::const_iterator iter = removed_urls.begin();
297 iter != removed_urls.end();
345 const std::set<GURL>& removed_urls) {
bookmark_image_service.h 56 const std::set<GURL>& removed_urls) OVERRIDE;
77 const std::set<GURL>& removed_urls) OVERRIDE;
enhanced_bookmark_model.h 147 const std::set<GURL>& removed_urls) OVERRIDE;
154 const std::set<GURL>& removed_urls) OVERRIDE;
  /external/chromium_org/chrome/browser/extensions/api/bookmarks/
bookmarks_api.h 63 const std::set<GURL>& removed_urls) OVERRIDE;
66 const std::set<GURL>& removed_urls) OVERRIDE;
  /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;

Completed in 302 milliseconds

1 2