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

  /external/chromium/chrome/browser/sync/glue/
bookmark_change_processor.h 163 BookmarkModel* bookmark_model_; member in class:browser_sync::BookmarkChangeProcessor
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
  /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 143 milliseconds