HomeSort by relevance Sort by last modified time
    Searched refs:QueryResults (Results 1 - 19 of 19) sorted by null

  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 52 bool NthResultIs(const QueryResults& results,
80 QueryResults* results) {
99 QueryResults results;
189 void QueryHistoryComplete(HistoryService::Handle, QueryResults* results) {
204 QueryResults last_query_results_;
213 QueryResults results;
242 QueryResults results;
257 QueryResults results;
322 QueryResults results;
352 QueryResults results
    [all...]
history_types.cc 129 // QueryResults ----------------------------------------------------------------
131 QueryResults::QueryResults() : reached_beginning_(false) {
134 QueryResults::~QueryResults() {}
136 const size_t* QueryResults::MatchesForURL(const GURL& url,
153 void QueryResults::Swap(QueryResults* other) {
160 void QueryResults::AppendURLBySwapping(URLResult* result) {
168 void QueryResults::DeleteURL(const GURL& url)
    [all...]
history_marshaling.h 25 QueryResults>
history_types_unittest.cc 17 void CheckHistoryResultConsistency(const QueryResults& result) {
38 void AddSimpleData(QueryResults* results) {
58 QueryResults results;
97 QueryResults results;
history_types.h 332 // QueryResults ----------------------------------------------------------------
337 class QueryResults {
341 QueryResults();
342 ~QueryResults();
392 void Swap(QueryResults* other);
426 // QueryResults object.
432 DISALLOW_COPY_AND_ASSIGN(QueryResults);
history_backend.h 606 void QueryHistoryBasic(const QueryOptions& options, QueryResults* result);
609 QueryResults* result);
    [all...]
history_service.h 250 // Provides the result of a query. See QueryResults in history_types.h.
251 // The common use will be to use QueryResults.Swap to suck the contents of
253 typedef base::Callback<void(Handle, history::QueryResults*)>
    [all...]
history_backend.cc     [all...]
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 88 history::QueryResults* results);
124 history::QueryResults* results) {
125 history::QueryResults owned_results;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_browsertest.cc 138 history::QueryResults* results) {
152 void QueryHistoryComplete(history::QueryResults* new_results,
155 history::QueryResults* results) {
275 history::QueryResults results;
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.h 155 history::QueryResults* results);
history_api.cc 356 history::QueryResults* results) {
359 for (history::QueryResults::URLResultVector::const_iterator iterator =
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 183 history::QueryResults* results);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 148 history::QueryResults* results);
history_ui.cc 760 history::QueryResults* results) {
    [all...]
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 109 history::QueryResults* results) {
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 305 history::QueryResults* results);
ui_test_utils.cc 588 history::QueryResults* results) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 458 milliseconds