Searched refs:history_client (Results 1 - 16 of 16) sorted by relevance

/external/chromium_org/chrome/browser/history/
H A Dexpire_history_backend.cc21 #include "components/history/core/browser/history_client.h"
131 HistoryClient* history_client)
135 history_client_(history_client),
157 HistoryClient* history_client = GetHistoryClient(); local
177 history_client && history_client->IsBookmarked(*url),
413 HistoryClient* history_client = GetHistoryClient(); local
432 (history_client && history_client->IsBookmarked(url_row.url()));
129 ExpireHistoryBackend( BroadcastNotificationDelegate* delegate, HistoryClient* history_client) argument
H A Dscored_history_match.h43 // |terms_to_word_starts_offsets|. |history_client| is used to determine
57 HistoryClient* history_client);
H A Durl_index_private_data.h65 // to this function. |history_client| is used to boost a result's score if
74 HistoryClient* history_client);
199 HistoryClient* history_client,
H A Dscored_history_match.cc21 #include "components/history/core/browser/history_client.h"
58 HistoryClient* history_client)
156 now, (history_client && history_client->IsBookmarked(gurl)), visits);
49 ScoredHistoryMatch( const URLRow& row, const VisitInfoVector& visits, const std::string& languages, const base::string16& lower_string, const String16Vector& terms, const WordStarts& terms_to_word_starts_offsets, const RowWordStarts& word_starts, const base::Time now, HistoryClient* history_client) argument
H A Dexpire_history_backend.h71 HistoryClient* history_client);
H A Dthumbnail_database.h37 explicit ThumbnailDatabase(HistoryClient* history_client);
H A Din_memory_url_index.cc94 HistoryClient* history_client)
96 history_client_(history_client),
91 InMemoryURLIndex(Profile* profile, const base::FilePath& history_dir, const std::string& languages, HistoryClient* history_client) argument
H A Dthumbnail_database.cc21 #include "components/history/core/browser/history_client.h"
545 history::HistoryClient* history_client,
552 if (history_client && history_client->ShouldReportDatabaseError()) {
587 ThumbnailDatabase::ThumbnailDatabase(HistoryClient* history_client) argument
588 : history_client_(history_client) {
542 DatabaseErrorCallback(sql::Connection* db, const base::FilePath& db_path, size_t startup_kb, history::HistoryClient* history_client, int extended_error, sql::Statement* stmt) argument
H A Dscored_history_match_unittest.cc201 history::HistoryClientFakeBookmarks history_client; local
202 history_client.AddBookmark(url);
205 one_word_no_offset, word_starts, now, &history_client);
H A Dhistory_backend.cc41 #include "components/history/core/browser/history_client.h"
209 HistoryClient* history_client)
213 expirer_(this, history_client),
217 history_client_(history_client) {
1867 HistoryClient* history_client = GetHistoryClient(); local
1877 if (history_client && history_client->IsBookmarked(*url)) {
2551 HistoryClient* history_client = GetHistoryClient(); local
2552 if (history_client)
2553 history_client
207 HistoryBackend(const base::FilePath& history_dir, Delegate* delegate, HistoryClient* history_client) argument
[all...]
H A Din_memory_url_index_unittest.cc31 #include "components/history/core/browser/history_client.h"
292 history_service_->history_client()));
451 history_service_->history_client()));
1200 HistoryClient history_client; local
1203 NULL, path, "en,ja,hi,zh", &history_client));
H A Durl_index_private_data.cc27 #include "components/history/core/browser/history_client.h"
154 HistoryClient* history_client) {
246 AddHistoryMatch(*this, languages, history_client, lower_raw_string,
1269 HistoryClient* history_client,
1275 history_client_(history_client),
149 HistoryItemsForTerms( base::string16 search_string, size_t cursor_position, size_t max_matches, const std::string& languages, HistoryClient* history_client) argument
1266 AddHistoryMatch( const URLIndexPrivateData& private_data, const std::string& languages, HistoryClient* history_client, const base::string16& lower_string, const String16Vector& lower_terms, const base::Time now) argument
H A Dhistory_backend.h149 // |history_client| is used to determine bookmarked URLs when deleting and
155 HistoryClient* history_client);
H A Dhistory_service.h29 #include "components/history/core/browser/history_client.h"
500 history::HistoryClient* history_client() { return history_client_; } function in class:HistoryService
H A Dhistory_backend_unittest.cc2967 HistoryClientMock history_client; local
2968 history_client.AddBookmark(url);
2970 new HistoryService(&history_client, profile.get()));
2979 EXPECT_CALL(history_client, BlockUntilBookmarksLoaded());
/external/chromium_org/chrome/browser/history/android/
H A Dandroid_provider_backend.cc18 #include "components/history/core/browser/history_client.h"
189 HistoryClient* history_client,
195 history_client_(history_client),
185 AndroidProviderBackend( const base::FilePath& db_name, HistoryDatabase* history_db, ThumbnailDatabase* thumbnail_db, HistoryClient* history_client, HistoryBackend::Delegate* delegate) argument

Completed in 430 milliseconds