HomeSort by relevance Sort by last modified time
    Searched defs:QueryHistory (Results 1 - 9 of 9) 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.cc     [all...]
  /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.cc 301 scoped_ptr<WebHistoryService::Request> WebHistoryService::QueryHistory(
history_service.cc     [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/managed_mode/
managed_mode_browsertest.cc 130 // Acts like a synchronous call to history's QueryHistory. Modified from
132 void QueryHistory(HistoryService* history_service,
138 history_service->QueryHistory(
154 run_loop->Quit(); // Will return out to QueryHistory.
225 QueryHistory(history_service, "", options, &results);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.cc 406 web_ui()->RegisterMessageCallback("queryHistory",
442 void BrowsingHistoryHandler::QueryHistory(
455 hs->QueryHistory(search_text,
465 web_history_request_ = web_history->QueryHistory(
526 QueryHistory(search_text, options);
    [all...]

Completed in 1398 milliseconds