HomeSort by relevance Sort by last modified time
    Searched defs:bookmark_model (Results 1 - 13 of 13) 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/bookmarks/
bookmark_model_factory.cc 23 #include "components/bookmarks/browser/bookmark_model.h"
62 BookmarkModel* bookmark_model = new BookmarkModel( local
64 bookmark_client->Init(bookmark_model);
65 bookmark_model->Load(profile->GetPrefs(),
80 bookmark_model->AddObserver(
84 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 17 #include "components/bookmarks/browser/bookmark_model.h"
287 BookmarkModel* bookmark_model = local
290 bookmark_model->GetMostRecentlyAddedUserNodeForURL(url_);
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler.cc 12 #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)
49 const BookmarkNode* parent = GetBookmarkNodeByID(bookmark_model, 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 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
84 bookmark_model, GURL(kPersistBookmarkURL),
96 BookmarkModel* bookmark_model = WaitForBookmarkModel(browser()->profile()); local
99 bookmark_model->GetBookmarks(&urls);
  /external/chromium_org/chrome/browser/extensions/
lazy_background_page_apitest.cc 23 #include "components/bookmarks/browser/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);
514 bookmark_utils::AddIfNotBookmarked(bookmark_model,
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 19 #include "components/bookmarks/browser/bookmark_model.h"
82 BookmarkModel* bookmark_model,
86 bookmark_model->GetBookmarksMatching(
177 BookmarkModel* bookmark_model = local
179 test::WaitForBookmarkModelToLoad(bookmark_model);
186 bookmark_model->GetBookmarks(&bookmarks_record);
189 VerifyBookmarksCount(bookmarks_record, bookmark_model, 1);
194 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, false); 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 676 BookmarkModel* bookmark_model = local
686 new BookmarkModelAssociator(bookmark_model,
  /external/chromium_org/chrome/browser/ui/omnibox/
omnibox_view_browsertest.cc 38 #include "components/bookmarks/browser/bookmark_model.h"
282 BookmarkModel* bookmark_model = local
284 ASSERT_TRUE(bookmark_model);
285 test::WaitForBookmarkModelToLoad(bookmark_model);
295 bookmark_utils::AddIfNotBookmarked(bookmark_model, url, base::string16());
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 43 #include "components/bookmarks/browser/bookmark_model.h"
313 BookmarkModel* bookmark_model,
358 result->SetBoolean("starred", bookmark_model->IsBookmarked(url));
711 BookmarkModel* bookmark_model = BookmarkModelFactory::GetForProfile(profile); local
745 it->ToValue(bookmark_model, supervised_user_service, sync_service));
    [all...]
  /external/chromium_org/chrome/test/base/
testing_profile.cc 60 #include "components/bookmarks/browser/bookmark_model.h"
513 BookmarkModel* bookmark_model = new BookmarkModel(bookmark_client, false); local
514 bookmark_client->Init(bookmark_model);
515 bookmark_model->Load(profile->GetPrefs(),
521 return bookmark_model;
    [all...]

Completed in 319 milliseconds