OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:old_user_text
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc
770
const string16
old_user_text
= user_text_;
local
793
ShouldAllowExactKeywordMatch(
old_user_text
, user_text_, selection_start);
802
MaybeAcceptKeywordBySpace(
old_user_text
, user_text_));
[
all
...]
autocomplete_edit.h
422
// |new_user_text| comparing to the |
old_user_text
|.
424
bool MaybeAcceptKeywordBySpace(const string16&
old_user_text
,
432
bool ShouldAllowExactKeywordMatch(const string16&
old_user_text
,
Completed in 181 milliseconds