Searched defs:deletion_url (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dsearch_suggestion_parser.h45 const std::string& deletion_url);
71 const std::string& deletion_url() const { return deletion_url_; } function in class:SearchSuggestionParser::Result
122 const std::string& deletion_url,
190 const std::string& deletion_url,
H A Dbase_search_provider.cc35 const std::string& deletion_url,
52 const std::string& deletion_url,
55 GURL url(deletion_url);
168 const char BaseSearchProvider::kDeletionUrlKey[] = "deletion_url";
174 void BaseSearchProvider::SetDeletionURL(const std::string& deletion_url, argument
176 if (deletion_url.empty())
183 url = url.GetOrigin().Resolve(deletion_url);
368 SetDeletionURL(result.deletion_url(), &match);
51 SuggestionDeletionHandler( const std::string& deletion_url, net::URLRequestContextGetter* request_context, const DeletionCompletedCallback& callback) argument
H A Dsearch_suggestion_parser.cc48 const std::string& deletion_url)
54 deletion_url_(deletion_url) {}
69 const std::string& deletion_url,
79 deletion_url),
175 const std::string& deletion_url,
182 deletion_url),
417 std::string deletion_url; local
421 suggestion_detail->GetString("du", &deletion_url);
433 scheme_classifier, url, match_type, title, deletion_url,
475 suggest_query_params, deletion_url, is_keyword_resul local
44 Result(bool from_keyword_provider, int relevance, bool relevance_from_server, AutocompleteMatchType::Type type, const std::string& deletion_url) argument
60 SuggestResult( const base::string16& suggestion, AutocompleteMatchType::Type type, const base::string16& match_contents, const base::string16& match_contents_prefix, const base::string16& annotation, const base::string16& answer_contents, const base::string16& answer_type, const std::string& suggest_query_params, const std::string& deletion_url, bool from_keyword_provider, int relevance, bool relevance_from_server, bool should_prefetch, const base::string16& input_text) argument
170 NavigationResult( const AutocompleteSchemeClassifier& scheme_classifier, const GURL& url, AutocompleteMatchType::Type type, const base::string16& description, const std::string& deletion_url, bool from_keyword_provider, int relevance, bool relevance_from_server, const base::string16& input_text, const std::string& languages) argument
[all...]
/external/chromium_org/chrome/browser/autocomplete/
H A Dsearch_provider_unittest.cc2991 std::string deletion_url; member in struct:Match
3078 EXPECT_EQ(match.deletion_url, matches[j].GetAdditionalInfo(
3079 "deletion_url"));

Completed in 97 milliseconds