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

  /external/chromium/chrome/browser/history/
history_querying_unittest.cc 75 // Acts like a synchronous call to history's QueryHistory.
76 void QueryHistory(const std::string& text_query,
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(std::string(), options, &results)
    [all...]
history.cc 568 HistoryService::Handle HistoryService::QueryHistory(
573 return Schedule(PRIORITY_UI, &HistoryBackend::QueryHistory, consumer,
history_backend.h 143 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.
history.h 297 Handle QueryHistory(const string16& text_query,
    [all...]
history_backend.cc     [all...]
  /external/chromium/chrome/browser/ui/webui/
history2_ui.cc 169 hs->QueryHistory(search_text_,
194 hs->QueryHistory(search_text_,
history_ui.cc 169 hs->QueryHistory(search_text_,
194 hs->QueryHistory(search_text_,
  /external/chromium/chrome/browser/autocomplete/
history_contents_provider.cc 143 history->QueryHistory(input.text(), options,
  /external/chromium/chrome/browser/
possible_url_model.cc 75 hs->QueryHistory(string16(), options, &consumer_,
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 287 hs->QueryHistory(search_text, options, &cancelable_consumer_,
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 312 milliseconds