Searched refs:SplitKeywordFromInput (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/components/omnibox/
H A Dkeyword_provider.h66 static base::string16 SplitKeywordFromInput(const base::string16& input,
108 // is valid and has a keyword. This makes use of SplitKeywordFromInput to
111 // In general use this instead of SplitKeywordFromInput.
H A Dkeyword_provider.cc81 base::string16 KeywordProvider::SplitKeywordFromInput( function in class:KeywordProvider
115 SplitKeywordFromInput(trimmed_input, trim_leading_whitespace,
333 SplitKeywordFromInput(input.text(), true, remaining_input));

Completed in 152 milliseconds