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

  /external/chromium/chrome/browser/sync/glue/
bookmark_model_associator.cc 163 : bookmark_model_(bookmark_model),
169 DCHECK(bookmark_model_);
333 DCHECK(bookmark_model_->IsLoaded());
337 if (!AssociateTaggedPermanentNode(bookmark_model_->other_node(),
343 if (!AssociateTaggedPermanentNode(bookmark_model_->GetBookmarkBarNode(),
350 bookmark_model_->GetBookmarkBarNode()->id());
353 bookmark_model_->other_node()->id());
389 bookmark_model_->Move(child_node, parent_node, index);
392 &sync_child_node, child_node, bookmark_model_)) {
394 child_node, bookmark_model_, &sync_child_node)
    [all...]
bookmark_data_type_controller_unittest.cc 67 WillOnce(Return(&bookmark_model_));
68 EXPECT_CALL(bookmark_model_, IsLoaded()).WillRepeatedly(Return(true));
92 BookmarkModelMock bookmark_model_; member in class:BookmarkDataTypeControllerTest
112 EXPECT_CALL(bookmark_model_, IsLoaded()).WillRepeatedly(Return(false));
138 EXPECT_CALL(bookmark_model_, IsLoaded()).WillRepeatedly(Return(false));
187 EXPECT_CALL(bookmark_model_, IsLoaded()).WillRepeatedly(Return(false));
bookmark_model_associator.h 128 BookmarkModel* bookmark_model_; member in class:browser_sync::BookmarkModelAssociator
bookmark_change_processor.cc 27 bookmark_model_(NULL),
36 DCHECK(!bookmark_model_);
37 bookmark_model_ = profile->GetBookmarkModel();
38 DCHECK(bookmark_model_->IsLoaded());
39 bookmark_model_->AddObserver(this);
44 DCHECK(bookmark_model_);
45 bookmark_model_->RemoveObserver(this);
46 bookmark_model_ = NULL;
138 bookmark_model_ = NULL;
372 BookmarkModel* model = bookmark_model_;
    [all...]
bookmark_change_processor.h 163 BookmarkModel* bookmark_model_; member in class:browser_sync::BookmarkChangeProcessor
  /external/chromium/chrome/browser/history/
history_backend_unittest.cc 72 HistoryBackendTest() : bookmark_model_(NULL), loaded_(false) {}
142 BookmarkModel bookmark_model_; member in class:history::HistoryBackendTest
157 &bookmark_model_);
285 bookmark_model_.AddURL(
286 bookmark_model_.GetBookmarkBarNode(), 0, string16(), row1.url());
337 EXPECT_TRUE(bookmark_model_.IsBookmarked(row1.url()));
387 bookmark_model_.SetURLStarred(row1.url(), string16(), true);
388 bookmark_model_.SetURLStarred(row2.url(), string16(), true);
407 bookmark_model_.SetURLStarred(row2.url(), string16(), false);
423 bookmark_model_.SetURLStarred(row1.url(), string16(), false)
    [all...]
expire_history_backend_unittest.cc 54 : bookmark_model_(NULL),
57 ALLOW_THIS_IN_INITIALIZER_LIST(expirer_(this, &bookmark_model_)),
89 bookmark_model_.AddURL(
90 bookmark_model_.GetBookmarkBarNode(), 0, string16(), url);
101 BookmarkModel bookmark_model_; member in class:history::ExpireHistoryTest
581 bookmark_model_.SetURLStarred(url, string16(), false);
    [all...]

Completed in 172 milliseconds