HomeSort by relevance Sort by last modified time
    Searched refs:SplitKeywordFromInput (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/components/omnibox/
keyword_provider.h 66 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.
keyword_provider.cc 81 base::string16 KeywordProvider::SplitKeywordFromInput(
115 SplitKeywordFromInput(trimmed_input, trim_leading_whitespace,
333 SplitKeywordFromInput(input.text(), true, remaining_input));

Completed in 111 milliseconds