Searched defs:removed_urls (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/components/bookmarks/browser/
H A Dbase_bookmark_model_observer.cc35 const std::set<GURL>& removed_urls) {
41 const std::set<GURL>& removed_urls) {
30 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
39 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument
H A Dbookmark_expanded_state_tracker.cc86 const std::set<GURL>& removed_urls) {
96 const std::set<GURL>& removed_urls) {
81 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
94 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument
H A Dbookmark_model.cc203 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) {
733 RemoveNode(BookmarkNode* node, std::set<GURL>* removed_urls) argument
851 RemoveNodeAndGetRemovedUrls(BookmarkNode* node, std::set<GURL>* removed_urls) argument
[all...]
/external/chromium_org/chrome/browser/android/provider/
H A Dbookmark_model_observer_task.cc55 const std::set<GURL>& removed_urls) {
60 const std::set<GURL>& removed_urls) {
50 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
58 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument
/external/chromium_org/chrome/browser/ui/bookmarks/
H A Dbookmark_tab_helper.cc120 const std::set<GURL>& removed_urls) {
126 const std::set<GURL>& removed_urls) {
115 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
124 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument
H A Drecently_used_folders_combo_model.cc185 const std::set<GURL>& removed_urls) {}
204 const std::set<GURL>& removed_urls) {
180 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
202 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument
/external/chromium_org/chrome/browser/bookmarks/
H A Dchrome_bookmark_client.cc36 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);
35 NotifyHistoryOfRemovedURLs(Profile* profile, const std::set<GURL>& removed_urls) argument
212 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
221 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument
/external/chromium_org/chrome/browser/android/bookmarks/
H A Dbookmarks_bridge.cc405 const std::set<GURL>& removed_urls) {
401 BookmarkNodeRemoved(BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
/external/chromium_org/chrome/browser/sync/glue/
H A Dbookmark_change_processor.cc294 const std::set<GURL>& removed_urls) {
300 const std::set<GURL>& removed_urls) {
289 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
298 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument
/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_editor_view.cc386 const std::set<GURL>& removed_urls) {
399 const std::set<GURL>& removed_urls) {
381 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
397 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument
H A Dbookmark_bar_view.cc1092 const std::set<GURL>& removed_urls) {
1101 const std::set<GURL>& removed_urls) {
1088 BookmarkNodeRemoved(BookmarkModel* model, const BookmarkNode* parent, int old_index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
1099 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument
/external/chromium_org/chrome/browser/extensions/api/bookmarks/
H A Dbookmarks_api.cc380 const std::set<GURL>& removed_urls) {
392 const std::set<GURL>& removed_urls) {
375 BookmarkNodeRemoved( BookmarkModel* model, const BookmarkNode* parent, int index, const BookmarkNode* node, const std::set<GURL>& removed_urls) argument
390 BookmarkAllUserNodesRemoved( BookmarkModel* model, const std::set<GURL>& removed_urls) argument

Completed in 258 milliseconds