Searched defs:QueryHistory (Results 1 - 9 of 9) 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",
/external/chromium_org/chrome/browser/history/
H A Dhistory_querying_unittest.cc76 // Acts like a synchronous call to history's QueryHistory.
77 void QueryHistory(const std::string& text_query, function in class:history::HistoryQueryTest
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(st
[all...]
H A Dweb_history_service.cc297 scoped_ptr<WebHistoryService::Request> WebHistoryService::QueryHistory( function in class:history::WebHistoryService
H A Dhistory_service.cc838 HistoryService::Handle HistoryService::QueryHistory( function in class:HistoryService
844 return Schedule(PRIORITY_UI, &HistoryBackend::QueryHistory, consumer,
H A Dhistory_backend.cc1287 void HistoryBackend::QueryHistory(scoped_refptr<QueryHistoryRequest> request, function in class:history::HistoryBackend
1321 UMA_HISTOGRAM_TIMES("History.QueryHistory",
/external/chromium_org/chrome/browser/managed_mode/
H A Dmanaged_mode_browsertest.cc133 // Acts like a synchronous call to history's QueryHistory. Modified from
135 void QueryHistory(HistoryService* history_service, function in class:__anon5247::ManagedModeBlockModeTest
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/
H A Dhistory_ui.cc444 void BrowsingHistoryHandler::QueryHistory( function in class:BrowsingHistoryHandler
457 hs->QueryHistory(search_text,
467 web_history_request_ = web_history->QueryHistory(
528 QueryHistory(search_text, options);

Completed in 172 milliseconds