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

  /external/chromium_org/chrome/browser/history/
in_memory_url_index.cc 96 history_client_(history_client),
119 history_client_(NULL),
173 history_client_);
expire_history_backend.cc 136 history_client_(history_client) {
520 if (history_client_)
521 history_client_->BlockUntilBookmarksLoaded();
522 return history_client_;
expire_history_backend.h 282 HistoryClient* history_client_; member in class:history::ExpireHistoryBackend
in_memory_url_index.h 260 HistoryClient* history_client_; member in class:history::InMemoryURLIndex
history_service.cc 197 history_client_(NULL),
206 history_client_(client),
    [all...]
expire_history_backend_unittest.cc 60 expirer_(this, &history_client_),
89 void StarURL(const GURL& url) { history_client_.AddBookmark(url); }
99 HistoryClientFakeBookmarks history_client_; member in class:history::ExpireHistoryTest
510 history_client_.ClearAllBookmarks();
url_index_private_data.h 215 HistoryClient* history_client_; member in class:history::URLIndexPrivateData::AddHistoryMatch
history_service.h 560 history::HistoryClient* history_client() { return history_client_; }
1014 history::HistoryClient* history_client_; member in class:HistoryService
    [all...]
history_backend_unittest.cc 160 history::HistoryClientFakeBookmarks history_client_; member in class:history::HistoryBackendTestBase
174 test_dir_, new HistoryBackendTestDelegate(this), &history_client_);
185 history_client_.ClearAllBookmarks();
611 history_client_.AddBookmark(row1.url());
675 EXPECT_TRUE(history_client_.IsBookmarked(row1.url()));
773 history_client_.AddBookmark(row1.url());
774 history_client_.AddBookmark(row2.url());
792 history_client_.DelBookmark(row2.url());
808 history_client_.DelBookmark(row1.url());
    [all...]
history_backend.cc 175 history_client_(history_client) {
654 history_client_,
    [all...]
history_backend.h 859 HistoryClient* history_client_; member in class:history::HistoryBackend
    [all...]
url_index_private_data.cc     [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.h 51 HistoryClient* history_client_,
353 HistoryClient* history_client_; member in class:history::AndroidProviderBackend
android_provider_backend_unittest.cc 136 history_client_ =
209 ChromeHistoryClient* history_client_; member in class:history::AndroidProviderBackendTest
245 temp_dir_.path(), new AndroidProviderBackendDelegate(), history_client_);
284 history_client_,
393 temp_dir_.path(), new AndroidProviderBackendDelegate(), history_client_);
438 history_client_,
527 history_client_,
639 history_client_,
738 history_client_,
    [all...]
android_provider_backend.cc 224 history_client_(history_client),
796 if (history_client_ == NULL) {
802 history_client_->GetBookmarks(&bookmarks);
    [all...]

Completed in 178 milliseconds