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

1 2

  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 76 // Acts like a synchronous call to history's QueryHistory.
77 void QueryHistory(const std::string& text_query,
80 history_->QueryHistory(
103 QueryHistory(query_text, options, &results);
108 QueryHistory(query_text, options, &results);
116 QueryHistory(query_text, options, &results);
135 QueryHistory(query_text, options, &results);
190 base::MessageLoop::current()->Quit(); // Will return out to QueryHistory.
201 // The QueryHistoryComplete callback will put the results here so QueryHistory
216 QueryHistory(std::string(), options, &results)
    [all...]
web_history_service.h 43 // Callback with the result of a call to QueryHistory(). Currently, the
58 // This method is the equivalent of HistoryService::QueryHistory.
61 scoped_ptr<Request> QueryHistory(
85 // passed to QueryHistory().
web_history_service.cc 297 scoped_ptr<WebHistoryService::Request> WebHistoryService::QueryHistory(
history_backend.h 184 void QueryHistory(scoped_refptr<QueryHistoryRequest> request,
650 // Backends for QueryHistory. *Basic() handles queries that are not
654 // Both functions assume QueryHistory already checked the DB for validity.
    [all...]
history_service.h 283 Handle QueryHistory(const string16& text_query,
    [all...]
history_service.cc 838 HistoryService::Handle HistoryService::QueryHistory(
844 return Schedule(PRIORITY_UI, &HistoryBackend::QueryHistory, consumer,
    [all...]
history_backend.cc     [all...]
  /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_org/chrome/browser/managed_mode/
managed_mode_browsertest.cc 133 // Acts like a synchronous call to history's QueryHistory. Modified from
135 void QueryHistory(HistoryService* history_service,
141 history_service->QueryHistory(
157 run_loop->Quit(); // Will return out to QueryHistory.
231 QueryHistory(history_service, "", options, &results);
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 145 service->QueryHistory(
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 92 // Handler for the "queryHistory" message.
127 void QueryHistory(string16 search_text, const history::QueryOptions& options);
history_ui.cc 408 web_ui()->RegisterMessageCallback("queryHistory",
444 void BrowsingHistoryHandler::QueryHistory(
457 hs->QueryHistory(search_text,
467 web_history_request_ = web_history->QueryHistory(
528 QueryHistory(search_text, options);
    [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_org/chrome/browser/importer/
profile_writer_unittest.cc 96 history_service->QueryHistory(
  /external/chromium/chrome/browser/extensions/
extension_history_api.cc 287 hs->QueryHistory(search_text, options, &cancelable_consumer_,
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 392 hs->QueryHistory(search_text, options, &cancelable_consumer_,
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 545 hs->QueryHistory(
  /external/chromium/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 795 milliseconds

1 2