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

  /external/chromium_org/chrome/browser/history/
thumbnail_database.h 273 HistoryClient* history_client_; member in class:history::ThumbnailDatabase
expire_history_backend.h 278 HistoryClient* history_client_; member in class:history::ExpireHistoryBackend
history_backend.h 876 HistoryClient* history_client_; member in class:history::HistoryBackend
    [all...]
in_memory_url_index.h 266 HistoryClient* history_client_; member in class:history::InMemoryURLIndex
url_index_private_data.h 212 HistoryClient* history_client_; member in class:history::URLIndexPrivateData::AddHistoryMatch
history_service.h 500 history::HistoryClient* history_client() { return history_client_; }
854 history::HistoryClient* history_client_; member in class:HistoryService
    [all...]
expire_history_backend_unittest.cc 57 expirer_(this, &history_client_),
86 void StarURL(const GURL& url) { history_client_.AddBookmark(url); }
96 HistoryClientFakeBookmarks history_client_; member in class:history::ExpireHistoryTest
507 history_client_.ClearAllBookmarks();
history_backend_unittest.cc 163 history::HistoryClientFakeBookmarks history_client_; member in class:history::HistoryBackendTestBase
178 test_dir_, new HistoryBackendTestDelegate(this), &history_client_);
189 history_client_.ClearAllBookmarks();
545 history_client_.AddBookmark(row1.url());
609 EXPECT_TRUE(history_client_.IsBookmarked(row1.url()));
707 history_client_.AddBookmark(row1.url());
708 history_client_.AddBookmark(row2.url());
726 history_client_.DelBookmark(row2.url());
742 history_client_.DelBookmark(row1.url());
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.h 52 HistoryClient* history_client_,
338 HistoryClient* history_client_; member in class:history::AndroidProviderBackend
android_provider_backend_unittest.cc 143 history_client_ =
216 ChromeHistoryClient* history_client_; member in class:history::AndroidProviderBackendTest
252 temp_dir_.path(), new AndroidProviderBackendDelegate(), history_client_);
282 history_client_,
389 temp_dir_.path(), new AndroidProviderBackendDelegate(), history_client_);
421 history_client_,
510 history_client_,
622 history_client_,
721 history_client_,
    [all...]

Completed in 100 milliseconds