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

  /external/chromium/chrome/browser/autocomplete/
autocomplete.cc 82 if (((type_ == UNKNOWN) || (type_ == REQUESTED_URL) || (type_ == URL)) &&
106 case REQUESTED_URL: return "requested-url";
209 if ((http_type == URL || http_type == REQUESTED_URL) &&
272 return REQUESTED_URL; // Something like "99999999999" that looks like a
343 return desired_tld.empty() ? UNKNOWN : REQUESTED_URL;
402 return desired_tld.empty() ? UNKNOWN : REQUESTED_URL;
663 (input.type() == AutocompleteInput::REQUESTED_URL)) &&
    [all...]
autocomplete_unittest.cc 374 { ASCIIToUTF16("401k"), AutocompleteInput::REQUESTED_URL },
375 { ASCIIToUTF16("999999999999999"), AutocompleteInput::REQUESTED_URL },
autocomplete.h 68 // REQUESTED_URL input type:
194 REQUESTED_URL, // Input autodetected as UNKNOWN, which the user wants to
    [all...]
history_contents_provider.cc 80 // (REQUESTED_URL or UNKNOWN with dots) because we get poor results for it,
83 (((input.type() == AutocompleteInput::REQUESTED_URL) ||
search_provider.cc 372 // Next we check the scheme. If this is UNKNOWN/REQUESTED_URL/URL with a
679 case AutocompleteInput::REQUESTED_URL:
    [all...]

Completed in 95 milliseconds