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

  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 79 // Acts like a synchronous call to history's QueryHistory.
80 void QueryHistory(const std::string& text_query,
83 history_->QueryHistory(base::UTF8ToUTF16(text_query),
107 QueryHistory(query_text, options, &results);
112 QueryHistory(query_text, options, &results);
120 QueryHistory(query_text, options, &results);
139 QueryHistory(query_text, options, &results);
194 base::MessageLoop::current()->Quit(); // Will return out to QueryHistory.
205 // The QueryHistoryComplete callback will put the results here so QueryHistory
220 QueryHistory(std::string(), options, &results)
    [all...]
web_history_service.h 45 // Callback with the result of a call to QueryHistory(). Currently, the
59 // This method is the equivalent of HistoryService::QueryHistory.
62 scoped_ptr<Request> QueryHistory(
82 // passed to QueryHistory().
web_history_service.cc 311 scoped_ptr<WebHistoryService::Request> WebHistoryService::QueryHistory(
history_backend.h 199 void QueryHistory(const base::string16& text_query,
635 // Backends for QueryHistory. *Basic() handles queries that are not
639 // Both functions assume QueryHistory already checked the DB for validity.
    [all...]
history_service.h 246 base::CancelableTaskTracker::TaskId QueryHistory(
    [all...]
history_service.cc 747 base::CancelableTaskTracker::TaskId HistoryService::QueryHistory(
758 base::Bind(&HistoryBackend::QueryHistory,
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_browsertest.cc 130 // Acts like a synchronous call to history's QueryHistory. Modified from
132 void QueryHistory(HistoryService* history_service,
138 history_service->QueryHistory(
153 run_loop->Quit(); // Will return out to QueryHistory.
275 QueryHistory(history_service, "", options, &results);
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 143 service->QueryHistory(
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 97 // Handler for the "queryHistory" message.
132 void QueryHistory(base::string16 search_text,
history_ui.cc 419 web_ui()->RegisterMessageCallback("queryHistory",
456 void BrowsingHistoryHandler::QueryHistory(
469 hs->QueryHistory(search_text,
481 web_history_request_ = web_history->QueryHistory(
542 QueryHistory(search_text, options);
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 99 history_service->QueryHistory(
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.cc 347 hs->QueryHistory(search_text,
  /external/chromium_org/chrome/test/base/
ui_test_utils.cc 565 hs->QueryHistory(base::string16(),

Completed in 279 milliseconds