OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetKeywordForText
(Results
1 - 8
of
8
) sorted by null
/external/chromium/chrome/browser/autocomplete/
autocomplete_popup_model.h
75
// it returns
GetKeywordForText
(match.fill_into_edit, keyword).
84
bool
GetKeywordForText
(const string16& text, string16* keyword) const;
autocomplete_popup_model.cc
140
return
GetKeywordForText
(match.fill_into_edit, keyword);
143
bool AutocompletePopupModel::
GetKeywordForText
(const string16& text,
autocomplete_edit.cc
[
all
...]
/external/chromium_org/chrome/browser/autocomplete/
keyword_provider.h
85
base::string16
GetKeywordForText
(const base::string16& text) const;
keyword_provider_unittest.cc
273
kw_provider_->
GetKeywordForText
(ASCIIToUTF16("aa")));
275
kw_provider_->
GetKeywordForText
(ASCIIToUTF16("aafoo")));
277
kw_provider_->
GetKeywordForText
(ASCIIToUTF16("aa foo")));
autocomplete_controller.cc
519
keyword_provider_->
GetKeywordForText
(match->fill_into_edit);
keyword_provider.cc
184
base::string16 KeywordProvider::
GetKeywordForText
(
/external/chromium_org/chrome/browser/ui/omnibox/
omnibox_edit_model.cc
[
all
...]
Completed in 2713 milliseconds