HomeSort by relevance Sort by last modified time
    Searched refs:bookmark_model (Results 1 - 12 of 12) 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()) {
bookmark_model_associator.h 41 BookmarkModel* bookmark_model,
bookmark_model_associator.cc 13 #include "chrome/browser/bookmarks/bookmark_model.h"
160 BookmarkModel* bookmark_model,
163 : bookmark_model_(bookmark_model),
bookmark_change_processor.cc 511 BookmarkModel* bookmark_model) {
517 ApplyBookmarkFavicon(bookmark_node, bookmark_model->profile(),
  /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.cc 25 #include "chrome/browser/bookmarks/bookmark_model.h"
531 BookmarkModel* bookmark_model = profile_->GetBookmarkModel();
532 if (!bookmark_model || !bookmark_model->IsLoaded())
536 i->starred = bookmark_model->IsBookmarked(GURL(i->destination_url));
    [all...]
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/sync/
profile_sync_factory_impl.cc 225 BookmarkModel* bookmark_model = local
229 new BookmarkModelAssociator(bookmark_model,
profile_sync_service_bookmark_unittest.cc 20 #include "chrome/browser/bookmarks/bookmark_model.h"
45 BookmarkModel* bookmark_model,
48 : BookmarkModelAssociator(bookmark_model, user_share,
    [all...]
  /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/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 265 milliseconds