OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SplitKeywordFromInput
(Results
1 - 4
of
4
) sorted by null
/external/chromium/chrome/browser/autocomplete/
keyword_provider.h
86
// is valid and has a keyword. This makes use of
SplitKeywordFromInput
to
89
// In general use this instead of
SplitKeywordFromInput
.
100
static string16
SplitKeywordFromInput
(const string16& input,
keyword_provider.cc
53
SplitKeywordFromInput
(trimmed_input, trim_leading_whitespace,
284
SplitKeywordFromInput
(input.text(), true, remaining_input));
289
string16 KeywordProvider::
SplitKeywordFromInput
(
/external/chromium_org/chrome/browser/autocomplete/
keyword_provider.h
62
static base::string16
SplitKeywordFromInput
(const base::string16& input,
105
// is valid and has a keyword. This makes use of
SplitKeywordFromInput
to
108
// In general use this instead of
SplitKeywordFromInput
.
keyword_provider.cc
102
base::string16 KeywordProvider::
SplitKeywordFromInput
(
136
SplitKeywordFromInput
(trimmed_input, trim_leading_whitespace,
400
SplitKeywordFromInput
(input.text(), true, remaining_input));
Completed in 90 milliseconds