HomeSort by relevance Sort by last modified time
    Searched refs:bookmark_model_ (Results 1 - 25 of 25) sorted by null

  /external/chromium_org/chrome/browser/history/
chrome_history_client.cc 14 : bookmark_model_(bookmark_model) {
15 DCHECK(bookmark_model_);
19 bookmark_model_->BlockTillLoaded();
23 return bookmark_model_->IsBookmarked(url);
29 bookmark_model_->GetBookmarks(&bookmarks_url_and_title);
56 bookmark_model_->Shutdown();
chrome_history_client.h 31 BookmarkModel* bookmark_model_; member in class:ChromeHistoryClient
  /external/chromium_org/chrome/browser/sync/glue/
bookmark_data_type_controller.cc 35 bookmark_model_(NULL),
54 bookmark_model_->RemoveObserver(this);
62 if (installed_bookmark_observer_ && bookmark_model_) {
64 bookmark_model_->RemoveObserver(this);
69 bookmark_model_ = BookmarkModelFactory::GetForProfile(profile_);
71 bookmark_model_->AddObserver(this);
84 if (bookmark_model_ && installed_bookmark_observer_) {
85 bookmark_model_->RemoveObserver(this);
122 if (!bookmark_model_ || !bookmark_model_->loaded()
    [all...]
bookmark_model_associator.cc 218 : bookmark_model_(bookmark_model),
225 DCHECK(bookmark_model_);
236 DCHECK(bookmark_model_->loaded());
244 int64 id = bookmark_model_->PermanentNode(bookmark_node_types[i])->id();
245 bookmark_model_->SetPermanentNodeVisible(
414 new ScopedAssociationUpdater(bookmark_model_));
440 DCHECK(bookmark_model_->loaded());
444 if (!AssociateTaggedPermanentNode(bookmark_model_->bookmark_bar_node(),
452 if (!AssociateTaggedPermanentNode(bookmark_model_->other_node(),
460 if (!AssociateTaggedPermanentNode(bookmark_model_->mobile_node()
    [all...]
bookmark_data_type_controller.h 55 BookmarkModel* bookmark_model_; member in class:browser_sync::BookmarkDataTypeController
bookmark_change_processor.cc 51 bookmark_model_(NULL),
61 if (bookmark_model_)
62 bookmark_model_->RemoveObserver(this);
67 DCHECK(!bookmark_model_);
68 bookmark_model_ = BookmarkModelFactory::GetForProfile(profile_);
69 DCHECK(bookmark_model_->loaded());
70 bookmark_model_->AddObserver(this);
135 UpdateTransactionVersion(new_version, bookmark_model_,
144 RemoveAllChildNodes(&trans, bookmark_model_->bookmark_bar_node()->id());
145 RemoveAllChildNodes(&trans, bookmark_model_->other_node()->id())
    [all...]
bookmark_data_type_controller_unittest.cc 124 bookmark_model_ = static_cast<BookmarkModel*>(
127 test::WaitForBookmarkModelToLoad(bookmark_model_);
129 bookmark_model_ = static_cast<BookmarkModel*>(
170 BookmarkModel* bookmark_model_; member in class:SyncBookmarkDataTypeControllerTest
202 bookmark_model_->Load(profile_.GetPrefs(),
208 test::WaitForBookmarkModelToLoad(bookmark_model_);
bookmark_model_associator.h 150 BookmarkModel* bookmark_model_; member in class:browser_sync::BookmarkModelAssociator
bookmark_change_processor.h 211 BookmarkModel* bookmark_model_; member in class:browser_sync::BookmarkChangeProcessor
  /external/chromium_org/chrome/browser/history/android/
bookmark_model_sql_handler_unittest.cc 32 bookmark_model_(NULL),
49 bookmark_model_ = BookmarkModelFactory::GetForProfile(testing_profile);
50 test::WaitForBookmarkModelToLoad(bookmark_model_);
51 ASSERT_TRUE(bookmark_model_); variable
71 BookmarkModel* bookmark_model_; member in class:history::BookmarkModelSQLHandlerTest
90 bookmark_model_->GetNodesByURL(row.url(), &nodes);
95 EXPECT_EQ(bookmark_model_->mobile_node()->id(), parent->id());
105 row.set_parent_id(bookmark_model_->other_node()->id());
111 bookmark_model_->GetNodesByURL(row.url(), &nodes);
142 bookmark_model_->GetBookmarks(&bookmarks)
    [all...]
android_provider_backend_unittest.cc 119 bookmark_model_(NULL),
135 bookmark_model_ = BookmarkModelFactory::GetForProfile(testing_profile);
138 test::WaitForBookmarkModelToLoad(bookmark_model_);
139 ASSERT_TRUE(bookmark_model_); variable
157 const BookmarkNode* mobile_node = bookmark_model_->mobile_node();
159 ASSERT_TRUE(bookmark_model_->AddURL(mobile_node, 0, base::string16(), url));
205 BookmarkModel* bookmark_model_; member in class:history::AndroidProviderBackendTest
238 ASSERT_TRUE(bookmark_model_->AddURL(bookmark_model_->bookmark_bar_node(), 0,
543 ASSERT_EQ(1, bookmark_model_->mobile_node()->child_count())
    [all...]
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_tab_helper.cc 49 if (bookmark_model_)
50 bookmark_model_->RemoveObserver(this);
82 bookmark_model_(NULL),
87 bookmark_model_= BookmarkModelFactory::GetForProfile(profile);
88 if (bookmark_model_)
89 bookmark_model_->AddObserver(this);
94 is_starred_ = (bookmark_model_ &&
95 bookmark_model_->IsBookmarked(chrome::GetURLToBookmark(web_contents())));
recently_used_folders_combo_model.cc 52 : bookmark_model_(model),
54 bookmark_model_->AddObserver(this);
95 bookmark_model_->RemoveObserver(this);
211 !bookmark_model_->is_permanent_node(i->node)) {
234 bookmark_model_->Move(node, new_parent, new_parent->child_count());
bookmark_tab_helper.h 92 BookmarkModel* bookmark_model_; member in class:BookmarkTabHelper
recently_used_folders_combo_model.h 83 BookmarkModel* bookmark_model_; member in class:RecentlyUsedFoldersComboModel
  /external/chromium_org/chrome/browser/autocomplete/
bookmark_provider.h 42 bookmark_model_ = bookmark_model;
73 BookmarkModel* bookmark_model_; member in class:BookmarkProvider
bookmark_provider.cc 36 bookmark_model_(NULL),
39 bookmark_model_ = BookmarkModelFactory::GetForProfile(profile);
61 if (!bookmark_model_)
87 bookmark_model_->GetBookmarksMatching(input.text(),
288 bookmark_model_->GetNodesByURL(url, &nodes);
  /external/chromium_org/components/bookmarks/browser/
bookmark_expanded_state_tracker.cc 19 : bookmark_model_(bookmark_model),
34 if (!bookmark_model_->loaded())
52 (node = GetBookmarkNodeByID(bookmark_model_, node_id)) != NULL &&
bookmark_expanded_state_tracker.h 52 BookmarkModel* bookmark_model_; member in class:bookmarks::BookmarkExpandedStateTracker
  /external/chromium_org/chrome/browser/android/bookmarks/
bookmarks_bridge.cc 38 bookmark_model_(NULL),
43 bookmark_model_ = BookmarkModelFactory::GetForProfile(profile_);
47 bookmark_model_->AddObserver(this);
59 if (bookmark_model_->IsDoingExtensiveChanges())
60 ExtensiveBookmarkChangesBeginning(bookmark_model_);
64 bookmark_model_->RemoveObserver(this);
119 if (folder == bookmark_model_->mobile_node() &&
178 bookmark_model_->Remove(parent_node, parent_node->GetIndexOf(node));
200 bookmark_model_->Move(node, new_parent_node, index);
242 node = GetBookmarkNodeByID(bookmark_model_, static_cast<int64>(node_id))
    [all...]
bookmarks_bridge.h 110 BookmarkModel* bookmark_model_; // weak member in class:BookmarksBridge
  /external/chromium_org/chrome/browser/android/provider/
chrome_browser_provider.cc     [all...]
chrome_browser_provider.h 191 BookmarkModel* bookmark_model_; member in class:ChromeBrowserProvider
  /external/chromium_org/chrome/browser/extensions/api/bookmark_manager_private/
bookmark_manager_private_api.h 53 BookmarkModel* bookmark_model_; member in class:extensions::BookmarkManagerPrivateEventRouter
bookmark_manager_private_api.cc 172 : browser_context_(browser_context), bookmark_model_(bookmark_model) {
173 bookmark_model_->AddObserver(this);
177 if (bookmark_model_)
178 bookmark_model_->RemoveObserver(this);
192 bookmark_model_ = NULL;

Completed in 542 milliseconds