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

1 2

  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.cc 10 #include "chrome/browser/bookmarks/bookmark_model.h"
46 BookmarkModel* bookmark_model = new BookmarkModel(profile); local
47 bookmark_model->Load(StartupTaskRunnerServiceFactory::GetForProfile(profile)->
49 return bookmark_model;
bookmark_expanded_state_tracker.cc 10 #include "chrome/browser/bookmarks/bookmark_model.h"
15 BookmarkModel* bookmark_model,
17 : bookmark_model_(bookmark_model),
19 bookmark_model->AddObserver(this);
bookmark_expanded_state_tracker.h 23 BookmarkExpandedStateTracker(BookmarkModel* bookmark_model,
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.h 38 void set_bookmark_model_for_testing(BookmarkModel* bookmark_model) {
39 bookmark_model_ = bookmark_model;
autocomplete_provider.cc 12 #include "chrome/browser/bookmarks/bookmark_model.h"
142 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_);
143 if (!bookmark_model || !bookmark_model->loaded())
147 i->starred = bookmark_model->IsBookmarked(i->destination_url);
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler.cc 8 #include "chrome/browser/bookmarks/bookmark_model.h"
35 BookmarkModel* bookmark_model = GetBookmarkModel(); local
36 if (!bookmark_model)
38 const BookmarkNode* mobile_node = bookmark_model->mobile_node();
40 bookmark_model->AddURL(mobile_node, 0, title, url);
46 BookmarkModel* bookmark_model = GetBookmarkModel(); local
47 if (!bookmark_model)
49 const BookmarkNode* parent = bookmark_model->GetNodeByID(parent_id);
51 bookmark_model->AddURL(parent, 0, title, url);
55 BookmarkModel* bookmark_model = GetBookmarkModel() local
69 BookmarkModel* bookmark_model = GetBookmarkModel(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_browsertest.cc 9 #include "chrome/browser/bookmarks/bookmark_model.h"
58 BookmarkModel* bookmark_model = local
60 ui_test_utils::WaitForBookmarkModelToLoad(bookmark_model);
61 return bookmark_model;
80 BookmarkModel* bookmark_model = WaitForBookmarkModel(browser()->profile()); local
83 bookmark_model, GURL(kPersistBookmarkURL),
88 BookmarkModel* bookmark_model = WaitForBookmarkModel(browser()->profile()); local
91 bookmark_model->GetBookmarks(&urls);
  /external/chromium/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 8 #include "chrome/browser/bookmarks/bookmark_model.h"
34 BookmarkModel* bookmark_model = profile_->GetBookmarkModel(); local
35 if (bookmark_model && bookmark_model->IsLoaded()) {
bookmark_model_associator.h 41 BookmarkModel* bookmark_model,
  /external/chromium_org/chrome/browser/android/provider/
bookmark_model_observer_task.cc 7 #include "chrome/browser/bookmarks/bookmark_model.h"
25 BookmarkModel* bookmark_model)
26 : BookmarkModelTask(bookmark_model) {
bookmark_model_observer_task.h 30 explicit BookmarkModelObserverTask(BookmarkModel* bookmark_model);
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 9 #include "chrome/browser/bookmarks/bookmark_model.h"
78 BookmarkModel* bookmark_model,
82 bookmark_model->GetBookmarksWithTitlesMatching(bookmarks_record[i].title,
174 BookmarkModel* bookmark_model = local
176 ui_test_utils::WaitForBookmarkModelToLoad(bookmark_model);
183 bookmark_model->GetBookmarks(&bookmarks_record);
186 VerifyBookmarksCount(bookmarks_record, bookmark_model, 1);
191 VerifyBookmarksCount(bookmarks_record, bookmark_model, 2);
  /external/chromium_org/chrome/browser/ui/webui/ntp/android/
partner_bookmarks_shim.cc 8 #include "chrome/browser/bookmarks/bookmark_model.h"
76 BookmarkModel* bookmark_model,
78 if (bookmark_model_ == bookmark_model && attach_point_ == attach_point)
86 DCHECK(!bookmark_model_ || !bookmark_model);
88 bookmark_model_ = bookmark_model;
partner_bookmarks_shim.h 10 #include "chrome/browser/bookmarks/bookmark_model.h"
20 // 3. bookmark_model->GetNodeByID(id) -> shim->GetNodeByID(id)
36 void AttachTo(BookmarkModel* bookmark_model,
  /external/chromium_org/chrome/browser/extensions/
lazy_background_page_apitest.cc 8 #include "chrome/browser/bookmarks/bookmark_model.h"
359 BookmarkModel* bookmark_model = local
361 ui_test_utils::WaitForBookmarkModelToLoad(bookmark_model);
362 const BookmarkNode* parent = bookmark_model->bookmark_bar_node();
363 bookmark_model->AddURL(
446 BookmarkModel* bookmark_model = local
448 ui_test_utils::WaitForBookmarkModelToLoad(bookmark_model);
450 bookmark_model,
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_model_associator.h 44 BookmarkModel* bookmark_model,
bookmark_data_type_controller_unittest.cc 13 #include "chrome/browser/bookmarks/bookmark_model.h"
60 BookmarkModel* bookmark_model = new BookmarkModel(profile); local
61 bookmark_model->Load(profile->GetIOTaskRunner());
62 return bookmark_model;
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc 12 #include "chrome/browser/bookmarks/bookmark_model.h"
266 BookmarkModel* bookmark_model = profile_->GetBookmarkModel(); local
267 if (!bookmark_model)
274 bookmark_model->GetBookmarksWithTitlesMatching(input.text(),
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 225 BookmarkModel* bookmark_model = local
229 new BookmarkModelAssociator(bookmark_model,
  /external/chromium/chrome/browser/
favicon_helper.cc 13 #include "chrome/browser/bookmarks/bookmark_model.h"
266 BookmarkModel* bookmark_model = tab_contents()->profile()->GetBookmarkModel();
267 return bookmark_model && bookmark_model->IsBookmarked(url);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 52 BookmarkModel* bookmark_model,
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_bubble_gtk.cc 16 #include "chrome/browser/bookmarks/bookmark_model.h"
300 BookmarkModel* bookmark_model= profile_->GetBookmarkModel(); local
302 bookmark_model->GetMostRecentlyAddedNodeForURL(url_);
  /external/chromium/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 12 #include "chrome/browser/bookmarks/bookmark_model.h"
280 BookmarkModel* bookmark_model= profile_->GetBookmarkModel(); local
282 bookmark_model->GetMostRecentlyAddedNodeForURL(url_);
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 417 BookmarkModel* bookmark_model = local
427 new BookmarkModelAssociator(bookmark_model,
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view.cc 11 #include "chrome/browser/bookmarks/bookmark_model.h"
303 BookmarkModel* bookmark_model = local
306 bookmark_model->GetMostRecentlyAddedNodeForURL(url_);

Completed in 532 milliseconds

1 2