Home
last modified time | relevance | path

Searched refs:REQUESTED_URL (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/autocomplete/
Dautocomplete.cc82 if (((type_ == UNKNOWN) || (type_ == REQUESTED_URL) || (type_ == URL)) && in AutocompleteInput()
106 case REQUESTED_URL: return "requested-url"; in TypeToString()
209 if ((http_type == URL || http_type == REQUESTED_URL) && in Parse()
272 return REQUESTED_URL; // Something like "99999999999" that looks like a in Parse()
343 return desired_tld.empty() ? UNKNOWN : REQUESTED_URL; in Parse()
402 return desired_tld.empty() ? UNKNOWN : REQUESTED_URL; in Parse()
663 (input.type() == AutocompleteInput::REQUESTED_URL)) && in SortAndCull()
Dautocomplete_unittest.cc374 { ASCIIToUTF16("401k"), AutocompleteInput::REQUESTED_URL }, in TEST_F()
375 { ASCIIToUTF16("999999999999999"), AutocompleteInput::REQUESTED_URL }, in TEST_F()
Dautocomplete.h194 REQUESTED_URL, // Input autodetected as UNKNOWN, which the user wants to enumerator
Dhistory_contents_provider.cc83 (((input.type() == AutocompleteInput::REQUESTED_URL) || in Start()
Dsearch_provider.cc679 case AutocompleteInput::REQUESTED_URL: in CalculateRelevanceForWhatYouTyped()