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

  /external/chromium_org/components/history/core/browser/
history_types.cc 41 // QueryResults ----------------------------------------------------------------
43 QueryResults::QueryResults() : reached_beginning_(false) {
46 QueryResults::~QueryResults() {}
48 const size_t* QueryResults::MatchesForURL(const GURL& url,
65 void QueryResults::Swap(QueryResults* other) {
72 void QueryResults::AppendURLBySwapping(URLResult* result) {
80 void QueryResults::DeleteURL(const GURL& url)
    [all...]
history_types_unittest.cc 17 void CheckHistoryResultConsistency(const QueryResults& result) {
38 void AddSimpleData(QueryResults* results) {
58 QueryResults results;
97 QueryResults results;
history_types.h 137 // QueryResults ----------------------------------------------------------------
142 class QueryResults {
146 QueryResults();
147 ~QueryResults();
197 void Swap(QueryResults* other);
231 // QueryResults object.
237 DISALLOW_COPY_AND_ASSIGN(QueryResults);
  /external/chromium_org/chrome/browser/history/
history_querying_unittest.cc 54 bool NthResultIs(const QueryResults& results,
82 QueryResults* results) {
102 QueryResults results;
192 void QueryHistoryComplete(QueryResults* results) {
207 QueryResults last_query_results_;
216 QueryResults results;
245 QueryResults results;
260 QueryResults results;
325 QueryResults results;
355 QueryResults results
    [all...]
history_backend.h 201 QueryResults* query_results);
640 void QueryHistoryBasic(const QueryOptions& options, QueryResults* result);
643 QueryResults* result);
    [all...]
history_backend.cc     [all...]
history_service.h 238 // Provides the result of a query. See QueryResults in history_types.h.
239 // The common use will be to use QueryResults.Swap to suck the contents of
241 typedef base::Callback<void(history::QueryResults*)> QueryHistoryCallback;
    [all...]
history_service.cc 754 history::QueryResults* query_results = new history::QueryResults();
    [all...]
  /external/chromium_org/chrome/browser/ui/sync/
profile_signin_confirmation_helper.cc 90 history::QueryResults* results);
122 history::QueryResults* results) {
123 history::QueryResults owned_results;
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_browsertest.cc 135 history::QueryResults* results) {
149 void QueryHistoryComplete(history::QueryResults* new_results,
151 history::QueryResults* results) {
274 history::QueryResults results;
  /external/chromium_org/chrome/browser/extensions/api/history/
history_api.h 153 void SearchComplete(history::QueryResults* results);
history_api.cc 356 void HistorySearchFunction::SearchComplete(history::QueryResults* results) {
359 for (history::QueryResults::URLResultVector::const_iterator iterator =
  /external/chromium_org/chrome/browser/ui/cocoa/
history_menu_bridge.h 181 void OnVisitedHistoryResults(history::QueryResults* results);
  /external/chromium_org/chrome/browser/ui/webui/
history_ui.h 146 history::QueryResults* results);
history_ui.cc 771 history::QueryResults* results) {
    [all...]
  /external/chromium_org/chrome/test/base/
ui_test_utils.h 300 history::QueryResults* results);
ui_test_utils.cc 578 history::QueryResults* results) {
  /external/chromium_org/chrome/browser/importer/
profile_writer_unittest.cc 108 void HistoryQueryComplete(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 601 milliseconds