OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BestURLPrefix
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/autocomplete/
url_prefix.cc
13
// Like URLPrefix::
BestURLPrefix
() except also handles the prefix of
20
const URLPrefix* best_prefix = URLPrefix::
BestURLPrefix
(text, prefix_suffix);
62
const URLPrefix* URLPrefix::
BestURLPrefix
(const base::string16& text,
85
BestURLPrefixWithWWWCase(text, input) :
BestURLPrefix
(text, input);
94
BestURLPrefix
(text, fixed_up_input);
url_prefix.h
30
static const URLPrefix*
BestURLPrefix
(const base::string16& text,
33
// A helper function for
BestURLPrefix
(). Returns true if |text| starts
/external/chromium_org/chrome/browser/history/
scored_history_match.cc
113
URLPrefix::
BestURLPrefix
(base::UTF8ToUTF16(gurl.spec()), terms[0]) :
140
const URLPrefix* best_prefix = URLPrefix::
BestURLPrefix
(
/external/chromium_org/chrome/browser/autocomplete/
base_search_provider.cc
395
URLPrefix::
BestURLPrefix
(formatted_url_, input_text);
423
URLPrefix::
BestURLPrefix
(base::UTF8ToUTF16(url_.spec()), input) != NULL;
[
all
...]
history_url_provider.cc
587
const URLPrefix* best_prefix = URLPrefix::
BestURLPrefix
(
704
const URLPrefix* best_prefix = URLPrefix::
BestURLPrefix
(
[
all
...]
search_provider.cc
[
all
...]
Completed in 231 milliseconds