Searched defs:QueryHistory (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/history/
H A Dhistory_querying_unittest.cc75 // Acts like a synchronous call to history's QueryHistory.
76 void QueryHistory(const std::string& text_query, function in class:history::HistoryQueryTest
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(st
[all...]
H A Dhistory.cc568 HistoryService::Handle HistoryService::QueryHistory( function in class:HistoryService
573 return Schedule(PRIORITY_UI, &HistoryBackend::QueryHistory, consumer,
H A Dhistory_backend.cc1156 void HistoryBackend::QueryHistory(scoped_refptr<QueryHistoryRequest> request, function in class:history::HistoryBackend
1185 UMA_HISTOGRAM_TIMES("History.QueryHistory",

Completed in 36 milliseconds