HomeSort by relevance Sort by last modified time
    Searched defs:bookmark_model (Results 1 - 20 of 20) sorted by null

  /external/chromium_org/chrome/browser/favicon/
chrome_favicon_client.cc 9 #include "components/bookmarks/browser/bookmark_model.h"
25 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_); local
26 return bookmark_model && bookmark_model->IsBookmarked(url);
  /external/chromium_org/chrome/browser/autocomplete/
history_provider.cc 17 #include "components/bookmarks/browser/bookmark_model.h"
58 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_); local
63 (bookmark_model &&
64 bookmark_model->IsBookmarked(i->destination_url))) {
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_model_factory.cc 22 #include "components/bookmarks/browser/bookmark_model.h"
61 BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client); local
62 bookmark_client->Init(bookmark_model);
63 bookmark_model->Load(profile->GetPrefs(),
77 bookmark_model->AddObserver(
80 return bookmark_model;
  /external/chromium_org/chrome/browser/ui/views/bookmarks/
bookmark_bubble_view_unittest.cc 32 BookmarkModel* bookmark_model = variable
34 test::WaitForBookmarkModelToLoad(bookmark_model);
37 bookmark_model, GURL(kTestBookmarkURL), base::string16());
bookmark_bubble_view.cc 18 #include "components/bookmarks/browser/bookmark_model.h"
295 BookmarkModel* bookmark_model = local
298 bookmark_model->GetMostRecentlyAddedUserNodeForURL(url_);
  /external/chromium_org/chrome/browser/ui/webui/omnibox/
omnibox_ui_handler.cc 24 #include "components/bookmarks/browser/bookmark_model.h"
144 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_); local
145 if (bookmark_model) {
147 result->combined_results[i]->starred = bookmark_model->IsBookmarked(
154 result_by_provider.results[j]->starred = bookmark_model->IsBookmarked(
  /external/chromium_org/components/enhanced_bookmarks/
enhanced_bookmark_model.h 37 EnhancedBookmarkModel(BookmarkModel* bookmark_model,
125 BookmarkModel* bookmark_model() { return bookmark_model_; } function in class:enhanced_bookmarks::EnhancedBookmarkModel
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler.cc 11 #include "components/bookmarks/browser/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)
50 bookmarks::GetBookmarkNodeByID(bookmark_model, parent_id);
52 bookmark_model->AddURL(parent, 0, title, url);
56 BookmarkModel* bookmark_model = GetBookmarkModel() local
71 BookmarkModel* bookmark_model = GetBookmarkModel(); local
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/search/
omnibox_provider.cc 14 #include "components/bookmarks/browser/bookmark_model.h"
115 BookmarkModel* bookmark_model = local
118 bookmark_model && bookmark_model->IsBookmarked(match_.destination_url);
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_browsertest.cc 20 #include "components/bookmarks/browser/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
83 bookmarks::AddIfNotBookmarked(bookmark_model,
96 BookmarkModel* bookmark_model = WaitForBookmarkModel(browser()->profile()); local
99 bookmark_model->GetBookmarks(&urls);
  /external/chromium_org/chrome/browser/extensions/
lazy_background_page_apitest.cc 21 #include "components/bookmarks/browser/bookmark_model.h"
386 BookmarkModel* bookmark_model = local
388 test::WaitForBookmarkModelToLoad(bookmark_model);
389 const BookmarkNode* parent = bookmark_model->bookmark_bar_node();
390 bookmark_model->AddURL(
504 BookmarkModel* bookmark_model = local
506 test::WaitForBookmarkModelToLoad(bookmark_model);
507 bookmarks::AddIfNotBookmarked(bookmark_model,
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 18 #include "components/bookmarks/browser/bookmark_model.h"
82 BookmarkModel* bookmark_model,
86 bookmark_model->GetBookmarksMatching(
175 BookmarkModel* bookmark_model = local
177 test::WaitForBookmarkModelToLoad(bookmark_model);
184 bookmark_model->GetBookmarks(&bookmarks_record);
187 VerifyBookmarksCount(bookmarks_record, bookmark_model, 1);
192 VerifyBookmarksCount(bookmarks_record, bookmark_model, 2);
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller_unittest.cc 24 #include "components/bookmarks/browser/bookmark_model.h"
70 BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client); local
71 bookmark_client->Init(bookmark_model);
72 return bookmark_model;
76 BookmarkModel* bookmark_model = static_cast<BookmarkModel*>( local
79 bookmark_model->Load(profile->GetPrefs(),
85 return bookmark_model;
  /external/chromium_org/chrome/browser/sync/
profile_sync_components_factory_impl.cc 667 BookmarkModel* bookmark_model = local
677 new BookmarkModelAssociator(bookmark_model,
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_popup_model.cc 17 #include "components/bookmarks/browser/bookmark_model.h"
262 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile); local
263 return bookmark_model && bookmark_model->IsBookmarked(match.destination_url);
omnibox_view_browsertest.cc 34 #include "components/bookmarks/browser/bookmark_model.h"
291 BookmarkModel* bookmark_model = local
293 ASSERT_TRUE(bookmark_model);
294 test::WaitForBookmarkModelToLoad(bookmark_model);
304 bookmarks::AddIfNotBookmarked(bookmark_model, url, base::string16());
    [all...]
omnibox_edit_model.cc 55 #include "components/bookmarks/browser/bookmark_model.h"
857 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_); local
    [all...]
  /external/chromium_org/chrome/browser/android/omnibox/
autocomplete_controller_android.cc 34 #include "components/bookmarks/browser/bookmark_model.h"
452 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile_); local
465 bookmark_model && bookmark_model->IsBookmarked(match.destination_url),
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 40 #include "components/bookmarks/browser/bookmark_model.h"
320 BookmarkModel* bookmark_model,
369 result->SetBoolean("starred", bookmark_model->IsBookmarked(url));
723 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile); local
757 it->ToValue(bookmark_model, supervised_user_service, sync_service));
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 55 #include "components/bookmarks/browser/bookmark_model.h"
543 BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client); local
544 bookmark_client->Init(bookmark_model);
545 bookmark_model->Load(profile->GetPrefs(),
551 return bookmark_model;
    [all...]

Completed in 927 milliseconds