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

  /external/chromium_org/chrome/browser/history/android/
android_provider_backend.h 103 // SearchTerms --------------------------------------------------------------
286 typedef std::vector<string16> SearchTerms;
289 SearchTerms* rows);
android_provider_backend.cc 540 SearchTerms search_terms;
581 for (SearchTerms::const_iterator i = search_terms.begin();
639 SearchTerms rows;
647 for (SearchTerms::const_iterator i = rows.begin(); i != rows.end(); ++i)
906 SearchTerms* rows) {
    [all...]

Completed in 127 milliseconds