Searched refs:history_client_ (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Din_memory_url_index.cc96 history_client_(history_client),
119 history_client_(NULL),
173 history_client_);
H A Dexpire_history_backend.cc135 history_client_(history_client),
520 if (history_client_)
521 history_client_->BlockUntilBookmarksLoaded();
522 return history_client_;
H A Dexpire_history_backend.h278 HistoryClient* history_client_; member in class:history::ExpireHistoryBackend
H A Din_memory_url_index.h266 HistoryClient* history_client_; member in class:history::InMemoryURLIndex
H A Dthumbnail_database.h273 HistoryClient* history_client_; member in class:history::ThumbnailDatabase
H A Dhistory_service.cc210 history_client_(NULL),
219 history_client_(client),
976 profile_, history_dir_, languages, history_client_));
987 history_client_));
1104 if (history_client_)
1105 history_client_->NotifyProfileError(init_status);
H A Dexpire_history_backend_unittest.cc57 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();
H A Durl_index_private_data.h212 HistoryClient* history_client_; member in class:history::URLIndexPrivateData::AddHistoryMatch
H A Dhistory_service.h500 history::HistoryClient* history_client() { return history_client_; }
854 history::HistoryClient* history_client_; member in class:HistoryService
H A Dhistory_backend_unittest.cc163 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());
1091 history_client_
[all...]
H A Dhistory_backend.cc217 history_client_(history_client) {
656 thumbnail_db_.reset(new ThumbnailDatabase(history_client_));
701 history_client_,
2672 if (history_client_)
2673 history_client_->BlockUntilBookmarksLoaded();
2674 return history_client_;
H A Dthumbnail_database.cc588 : history_client_(history_client) {
1135 db, db_name, startup_kb, history_client_));
H A Dhistory_backend.h876 HistoryClient* history_client_; member in class:history::HistoryBackend
H A Durl_index_private_data.cc1275 history_client_(history_client),
1311 starts_pos->second, now_, history_client_);
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.h52 HistoryClient* history_client_,
338 HistoryClient* history_client_; member in class:history::AndroidProviderBackend
H A Dandroid_provider_backend_unittest.cc143 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_,
814 history_client_,
[all...]
H A Dandroid_provider_backend.cc195 history_client_(history_client),
775 if (history_client_ == NULL) {
781 history_client_->GetBookmarks(&bookmarks);

Completed in 278 milliseconds