Searched refs:QueryHistory (Results 1 - 25 of 26) sorted by relevance

12

/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.h43 // Callback with the result of a call to QueryHistory(). Currently, the
58 // This method is the equivalent of HistoryService::QueryHistory.
61 scoped_ptr<Request> QueryHistory(
85 // passed to QueryHistory().
H A Dweb_history_service.cc301 scoped_ptr<WebHistoryService::Request> WebHistoryService::QueryHistory( function in class:history::WebHistoryService
H A Dhistory_backend.h174 void QueryHistory(scoped_refptr<QueryHistoryRequest> request,
619 // Backends for QueryHistory. *Basic() handles queries that are not
623 // Both functions assume QueryHistory already checked the DB for validity.
H A Dhistory_service.h270 Handle QueryHistory(const base::string16& text_query,
H A Dhistory_service.cc851 HistoryService::Handle HistoryService::QueryHistory( function in class:HistoryService
857 return Schedule(PRIORITY_UI, &HistoryBackend::QueryHistory, consumer,
H A Dhistory_backend.cc1274 void HistoryBackend::QueryHistory(scoped_refptr<QueryHistoryRequest> request, function in class:history::HistoryBackend
1308 UMA_HISTOGRAM_TIMES("History.QueryHistory",
/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.h143 void QueryHistory(scoped_refptr<QueryHistoryRequest> request,
402 // Backends for QueryHistory. *Basic() handles queries that are not FTS (full
405 // Both functions assume QueryHistory already checked the DB for validity.
H A Dhistory.h297 Handle QueryHistory(const string16& text_query,
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/managed_mode/
H A Dmanaged_mode_browsertest.cc130 // Acts like a synchronous call to history's QueryHistory. Modified from
132 void QueryHistory(HistoryService* history_service, function in class:__anon5468::ManagedModeBlockModeTest
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/sync/
H A Dprofile_signin_confirmation_helper.cc145 service->QueryHistory(
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.h132 void QueryHistory(base::string16 search_text,
H A Dhistory_ui.cc442 void BrowsingHistoryHandler::QueryHistory( function in class:BrowsingHistoryHandler
455 hs->QueryHistory(search_text,
465 web_history_request_ = web_history->QueryHistory(
526 QueryHistory(search_text, options);
/external/chromium/chrome/browser/ui/webui/
H A Dhistory2_ui.cc169 hs->QueryHistory(search_text_,
194 hs->QueryHistory(search_text_,
H A Dhistory_ui.cc169 hs->QueryHistory(search_text_,
194 hs->QueryHistory(search_text_,
/external/chromium/chrome/browser/autocomplete/
H A Dhistory_contents_provider.cc143 history->QueryHistory(input.text(), options,
/external/chromium/chrome/browser/
H A Dpossible_url_model.cc75 hs->QueryHistory(string16(), options, &consumer_,
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer_unittest.cc98 history_service->QueryHistory(
/external/chromium/chrome/browser/extensions/
H A Dextension_history_api.cc287 hs->QueryHistory(search_text, options, &cancelable_consumer_,
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc352 hs->QueryHistory(search_text, options, &cancelable_consumer_,
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc525 hs->QueryHistory(
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc2661 hs->QueryHistory(

Completed in 505 milliseconds

12