HomeSort by relevance Sort by last modified time
    Searched defs:history_client (Results 1 - 6 of 6) 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()));
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...]
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);
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...]
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...]
history_backend_unittest.cc 3093 HistoryClientMock history_client; local
    [all...]

Completed in 745 milliseconds