OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:search_base
(Results
1 - 1
of
1
) sorted by null
/external/chromium/chrome/browser/autocomplete/
history_url_provider.cc
487
GURL
search_base
= history::ConvertToHostOnly(match, params.input.text());
local
489
if (
search_base
.is_empty()) {
499
search_base
= GURL(new_match);
503
if (
search_base
.is_empty())
507
(
search_base
!= what_you_typed_match.destination_url);
509
if (
search_base
== match.url_info.url())
513
history::URLRow info(
search_base
);
525
if (!db->FindShortestURLFromBase(
search_base
.possibly_invalid_spec(),
533
db->GetRowForURL(
search_base
, &info);
[
all
...]
Completed in 39 milliseconds