OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BestURLPrefix
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
url_prefix.h
30
static const URLPrefix*
BestURLPrefix
(const string16& text,
url_prefix.cc
42
const URLPrefix* URLPrefix::
BestURLPrefix
(const string16& text,
history_url_provider.cc
361
const URLPrefix* best_prefix = URLPrefix::
BestURLPrefix
(
483
URLPrefix::
BestURLPrefix
(UTF8ToUTF16(j->url().spec()), string16());
[
all
...]
search_provider.cc
182
return URLPrefix::
BestURLPrefix
(formatted_url_, input) != NULL;
[
all
...]
/external/chromium_org/chrome/browser/history/
scored_history_match.cc
105
URLPrefix::
BestURLPrefix
(UTF8ToUTF16(gurl.spec()), terms[0]) :
134
URLPrefix::
BestURLPrefix
(UTF8ToUTF16(gurl.spec()), string16());
Completed in 876 milliseconds