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/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"
132 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_);
133 if (!bookmark_model || !bookmark_model->loaded())
137 i->starred = bookmark_model->IsBookmarked(i->destination_url);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.cc 11 #include "chrome/browser/bookmarks/bookmark_model.h"
50 BookmarkModel* bookmark_model = new BookmarkModel(profile); local
51 bookmark_model->Load(StartupTaskRunnerServiceFactory::GetForProfile(profile)->
56 bookmark_model->AddObserver(
60 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,
bookmark_tag_model.h 8 #include "chrome/browser/bookmarks/bookmark_model.h"
35 explicit BookmarkTagModel(BookmarkModel* bookmark_model);
  /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
70 BookmarkModel* bookmark_model = GetBookmarkModel(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_browsertest.cc 9 #include "chrome/browser/bookmarks/bookmark_model.h"
59 BookmarkModel* bookmark_model = local
61 test::WaitForBookmarkModelToLoad(bookmark_model);
62 return bookmark_model;
81 BookmarkModel* bookmark_model = WaitForBookmarkModel(browser()->profile()); local
84 bookmark_model, GURL(kPersistBookmarkURL),
89 BookmarkModel* bookmark_model = WaitForBookmarkModel(browser()->profile()); local
92 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 11 #include "chrome/browser/bookmarks/bookmark_model.h"
80 BookmarkModel* bookmark_model,
84 bookmark_model->GetBookmarksWithTitlesMatching(bookmarks_record[i].title,
176 BookmarkModel* bookmark_model = local
178 test::WaitForBookmarkModelToLoad(bookmark_model);
185 bookmark_model->GetBookmarks(&bookmarks_record);
188 VerifyBookmarksCount(bookmarks_record, bookmark_model, 1);
193 VerifyBookmarksCount(bookmarks_record, bookmark_model, 2);
  /external/chromium_org/chrome/browser/extensions/
lazy_background_page_apitest.cc 8 #include "chrome/browser/bookmarks/bookmark_model.h"
393 BookmarkModel* bookmark_model = local
395 test::WaitForBookmarkModelToLoad(bookmark_model);
396 const BookmarkNode* parent = bookmark_model->bookmark_bar_node();
397 bookmark_model->AddURL(
511 BookmarkModel* bookmark_model = local
513 test::WaitForBookmarkModelToLoad(bookmark_model);
515 bookmark_model, GURL("http://www.google.com"), UTF8ToUTF16("Google"));
  /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;
bookmark_change_processor.h 147 BookmarkModel* 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 54 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/ui/views/bookmarks/
bookmark_bubble_view.cc 11 #include "chrome/browser/bookmarks/bookmark_model.h"
281 BookmarkModel* bookmark_model = local
284 bookmark_model->GetMostRecentlyAddedNodeForURL(url_);
  /external/chromium_org/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 17 #include "chrome/browser/bookmarks/bookmark_model.h"
76 BookmarkModel* bookmark_model; member in struct:__anon6019::SaveExpandedNodesData
89 const BookmarkNode* node = data->bookmark_model->GetNodeByID(
560 data.bookmark_model = bb_model_;

Completed in 5654 milliseconds

1 2