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

  /external/chromium_org/chrome/browser/history/
expire_history_backend.cc 21 #include "components/history/core/browser/history_client.h"
131 HistoryClient* history_client)
136 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()));
scored_history_match.h 43 // |terms_to_word_starts_offsets|. |history_client| is used to determine
57 HistoryClient* history_client);
expire_history_backend.h 71 HistoryClient* history_client);
url_index_private_data.h 66 // to this function. |history_client| is used to boost a result's score if
75 HistoryClient* history_client);
202 HistoryClient* history_client,
scored_history_match.cc 23 #include "components/history/core/browser/history_client.h"
58 HistoryClient* history_client)
156 now, (history_client && history_client->IsBookmarked(gurl)), visits);
in_memory_url_index.cc 94 HistoryClient* history_client)
96 history_client_(history_client),
scored_history_match_unittest.cc 201 history::HistoryClientFakeBookmarks history_client; local
202 history_client.AddBookmark(url);
205 one_word_no_offset, word_starts, now, &history_client);
history_backend.cc 41 #include "components/history/core/browser/history_client.h"
167 HistoryClient* history_client)
171 expirer_(this, history_client),
175 history_client_(history_client) {
1954 HistoryClient* history_client = GetHistoryClient(); local
2679 HistoryClient* history_client = GetHistoryClient(); local
    [all...]
in_memory_url_index_unittest.cc 31 #include "components/history/core/browser/history_client.h"
283 history_service_->history_client()));
442 history_service_->history_client()));
1175 HistoryClient history_client; local
    [all...]
url_index_private_data.cc 27 #include "components/history/core/browser/history_client.h"
154 HistoryClient* history_client) {
246 AddHistoryMatch(*this, languages, history_client, lower_raw_string,
    [all...]
history_backend.h 116 // |history_client| is used to determine bookmarked URLs when deleting and
122 HistoryClient* history_client);
    [all...]
history_service.h 30 #include "components/history/core/browser/history_client.h"
560 history::HistoryClient* history_client() { return history_client_; } function in class:HistoryService
    [all...]
history_backend_unittest.cc 3093 HistoryClientMock history_client; local
    [all...]
  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.cc 19 #include "components/history/core/browser/history_client.h"
218 HistoryClient* history_client,
224 history_client_(history_client),
    [all...]

Completed in 507 milliseconds