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

/external/chromium_org/chrome/browser/history/
H A Dhistory_querying_unittest.cc79 // Acts like a synchronous call to history's QueryHistory.
80 void QueryHistory(const std::string& text_query, function in class:history::HistoryQueryTest
83 history_->QueryHistory(base::UTF8ToUTF16(text_query),
107 QueryHistory(query_text, options, &results);
112 QueryHistory(query_text, options, &results);
120 QueryHistory(query_text, options, &results);
139 QueryHistory(query_text, options, &results);
194 base::MessageLoop::current()->Quit(); // Will return out to QueryHistory.
205 // The QueryHistoryComplete callback will put the results here so QueryHistory
220 QueryHistory(st
[all...]
H A Dweb_history_service.h45 // Callback with the result of a call to QueryHistory(). Currently, the
59 // This method is the equivalent of HistoryService::QueryHistory.
62 scoped_ptr<Request> QueryHistory(
82 // passed to QueryHistory().
H A Dweb_history_service.cc311 scoped_ptr<WebHistoryService::Request> WebHistoryService::QueryHistory( function in class:history::WebHistoryService
H A Dhistory_backend.h199 void QueryHistory(const base::string16& text_query,
635 // Backends for QueryHistory. *Basic() handles queries that are not
639 // Both functions assume QueryHistory already checked the DB for validity.
H A Dhistory_service.h246 base::CancelableTaskTracker::TaskId QueryHistory(
H A Dhistory_service.cc747 base::CancelableTaskTracker::TaskId HistoryService::QueryHistory( function in class:HistoryService
758 base::Bind(&HistoryBackend::QueryHistory,
H A Dhistory_backend.cc1206 void HistoryBackend::QueryHistory(const base::string16& text_query, function in class:history::HistoryBackend
1220 UMA_HISTOGRAM_TIMES("History.QueryHistory",
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_browsertest.cc130 // Acts like a synchronous call to history's QueryHistory. Modified from
132 void QueryHistory(HistoryService* history_service, function in class:__anon4731::SupervisedUserBlockModeTest
138 history_service->QueryHistory(
153 run_loop->Quit(); // Will return out to QueryHistory.
275 QueryHistory(history_service, "", options, &results);
/external/chromium_org/chrome/browser/ui/sync/
H A Dprofile_signin_confirmation_helper.cc143 service->QueryHistory(
/external/chromium_org/chrome/browser/ui/webui/
H A Dhistory_ui.h132 void QueryHistory(base::string16 search_text,
H A Dhistory_ui.cc456 void BrowsingHistoryHandler::QueryHistory( function in class:BrowsingHistoryHandler
469 hs->QueryHistory(search_text,
481 web_history_request_ = web_history->QueryHistory(
542 QueryHistory(search_text, options);
/external/chromium_org/chrome/browser/importer/
H A Dprofile_writer_unittest.cc99 history_service->QueryHistory(
/external/chromium_org/chrome/browser/extensions/api/history/
H A Dhistory_api.cc347 hs->QueryHistory(search_text,
/external/chromium_org/chrome/test/base/
H A Dui_test_utils.cc565 hs->QueryHistory(base::string16(),

Completed in 1216 milliseconds