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

  /external/chromium/chrome/browser/history/
history_types.cc 153 // QueryResults ----------------------------------------------------------------
155 QueryResults::QueryResults() : reached_beginning_(false) {
158 QueryResults::~QueryResults() {
163 const size_t* QueryResults::MatchesForURL(const GURL& url,
180 void QueryResults::Swap(QueryResults* other) {
187 void QueryResults::AppendURLBySwapping(URLResult* result) {
195 void QueryResults::AppendResultsBySwapping(QueryResults* other
    [all...]
history_types.h 369 // QueryResults ----------------------------------------------------------------
374 class QueryResults {
378 QueryResults();
379 ~QueryResults();
426 void Swap(QueryResults* other);
437 void AppendResultsBySwapping(QueryResults* other, bool remove_dupes);
466 // QueryResults object.
472 DISALLOW_COPY_AND_ASSIGN(QueryResults);
  /external/chromium_org/chrome/browser/history/
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_types.h 329 // QueryResults ----------------------------------------------------------------
334 class QueryResults {
338 QueryResults();
339 ~QueryResults();
389 void Swap(QueryResults* other);
423 // QueryResults object.
429 DISALLOW_COPY_AND_ASSIGN(QueryResults);
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources.compatibility_3.4.0.v20090505.jar 

Completed in 59 milliseconds