OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_keyword_hint_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/autocomplete/
autocomplete_edit.cc
79
is_keyword_hint_
(false),
115
return State(user_input_in_progress_, user_text_, keyword_,
is_keyword_hint_
);
124
is_keyword_hint_
= state.is_keyword_hint;
376
is_keyword_hint_
= false;
478
is_keyword_hint_
? string16() : keyword_);
549
DCHECK(
is_keyword_hint_
&& !keyword_.empty());
553
is_keyword_hint_
= false;
568
is_keyword_hint_
= false;
682
((
is_keyword_hint_
!= is_keyword_hint) && !keyword.empty());
685
is_keyword_hint_
= is_keyword_hint
[
all
...]
autocomplete_edit.h
261
//
is_keyword_hint_
).
263
bool is_keyword_hint() const { return
is_keyword_hint_
; }
314
// comments on keyword_ and
is_keyword_hint_
).
522
//
is_keyword_hint_
(below) distinguishes the two cases.
528
bool
is_keyword_hint_
;
member in class:AutocompleteEditModel
Completed in 138 milliseconds