Searched refs:QueryHistory (Results 1 - 11 of 11) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_querying_unittest.cc75 // Acts like a synchronous call to history's QueryHistory.
76 void QueryHistory(const std::string& text_query, function in class:history::HistoryQueryTest
79 history_->QueryHistory(UTF8ToUTF16(text_query), options, &consumer_,
130 MessageLoop::current()->Quit(); // Will return out to QueryHistory.
141 // The QueryHistoryComplete callback will put the results here so QueryHistory
155 QueryHistory(std::string(), options, &results);
166 QueryHistory(std::string(), options, &results);
181 QueryHistory(std::string(), options, &results);
193 QueryHistory(std::string(), options, &results);
197 QueryHistory(st
[all...]
H A Dhistory.cc568 HistoryService::Handle HistoryService::QueryHistory( function in class:HistoryService
573 return Schedule(PRIORITY_UI, &HistoryBackend::QueryHistory, consumer,
H A Dhistory_backend.h143 void QueryHistory(scoped_refptr<QueryHistoryRequest> request,
402 // Backends for QueryHistory. *Basic() handles queries that are not FTS (full
405 // Both functions assume QueryHistory already checked the DB for validity.
H A Dhistory.h297 Handle QueryHistory(const string16& text_query,
H A Dhistory_backend.cc1156 void HistoryBackend::QueryHistory(scoped_refptr<QueryHistoryRequest> request, function in class:history::HistoryBackend
1185 UMA_HISTOGRAM_TIMES("History.QueryHistory",
/external/chromium/chrome/browser/ui/webui/
H A Dhistory2_ui.cc169 hs->QueryHistory(search_text_,
194 hs->QueryHistory(search_text_,
H A Dhistory_ui.cc169 hs->QueryHistory(search_text_,
194 hs->QueryHistory(search_text_,
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.cc143 history->QueryHistory(input.text(), options,
/external/chromium/chrome/browser/
H A Dpossible_url_model.cc75 hs->QueryHistory(string16(), options, &consumer_,
/external/chromium/chrome/browser/extensions/
H A Dextension_history_api.cc287 hs->QueryHistory(search_text, options, &cancelable_consumer_,
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2661 hs->QueryHistory(

Completed in 142 milliseconds