HomeSort by relevance Sort by last modified time
    Searched full:deletion_url (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/autocomplete/
base_search_provider.cc 79 const std::string& deletion_url,
96 const std::string& deletion_url,
99 GURL url(deletion_url);
215 const char BaseSearchProvider::kDeletionUrlKey[] = "deletion_url";
227 const std::string& deletion_url)
232 deletion_url_(deletion_url) {}
247 const std::string& deletion_url,
257 deletion_url),
358 const std::string& deletion_url,
368 deletion_url),
889 std::string deletion_url; local
946 suggest_query_params, deletion_url, is_keyword_result, relevance, local
    [all...]
base_search_provider.h 117 const std::string& deletion_url);
136 const std::string& deletion_url() const { return deletion_url_; } function in class:BaseSearchProvider::Result
186 const std::string& deletion_url,
257 const std::string& deletion_url,
412 // If the |deletion_url| is valid, then set |match.deletable| to true and
413 // save the |deletion_url| into the |match|'s additional info under
415 void SetDeletionURL(const std::string& deletion_url,
search_provider_unittest.cc 2772 std::string deletion_url; member in struct:Match
    [all...]
search_provider.cc     [all...]

Completed in 6246 milliseconds