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

  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 77 // Acts like a synchronous call to history's QueryHistory.
78 void QueryHistory(const std::string& text_query,
81 history_->QueryHistory(
104 QueryHistory(query_text, options, &results);
109 QueryHistory(query_text, options, &results);
117 QueryHistory(query_text, options, &results);
136 QueryHistory(query_text, options, &results);
191 base::MessageLoop::current()->Quit(); // Will return out to QueryHistory.
202 // The QueryHistoryComplete callback will put the results here so QueryHistory
217 QueryHistory(std::string(), options, &results)
    [all...]
web_history_service.cc 311 scoped_ptr<WebHistoryService::Request> WebHistoryService::QueryHistory(
history_service.cc 783 HistoryService::Handle HistoryService::QueryHistory(
789 return Schedule(PRIORITY_UI, &HistoryBackend::QueryHistory, consumer,
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_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.
276 QueryHistory(history_service, "", options, &results);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 408 web_ui()->RegisterMessageCallback("queryHistory",
445 void BrowsingHistoryHandler::QueryHistory(
458 hs->QueryHistory(search_text,
468 web_history_request_ = web_history->QueryHistory(
529 QueryHistory(search_text, options);
    [all...]

Completed in 272 milliseconds