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

  /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()) {
  /external/chromium/chrome/browser/sync/
profile_sync_factory_impl.cc 225 BookmarkModel* bookmark_model = local
229 new BookmarkModelAssociator(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(),
autocomplete_edit_view_browsertest.cc 18 #include "chrome/browser/bookmarks/bookmark_model.h"
299 BookmarkModel* bookmark_model = profile->GetBookmarkModel(); local
300 ASSERT_TRUE(bookmark_model);
302 if (!bookmark_model->IsLoaded()) {
318 bookmark_model->SetURLStarred(url, string16(), true);
    [all...]
  /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_);

Completed in 1829 milliseconds