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 297 scoped_ptr<WebHistoryService::Request> WebHistoryService::QueryHistory(
history_service.cc 838 HistoryService::Handle HistoryService::QueryHistory(
844 return Schedule(PRIORITY_UI, &HistoryBackend::QueryHistory, consumer,
    [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/webui/
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...]

Completed in 556 milliseconds