OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:default_match_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.h
101
const_iterator default_match() const { return
default_match_
; }
174
// SortAndCull() has been invoked, and preserves
default_match_
.
190
const_iterator
default_match_
;
member in class:AutocompleteResult
/external/chromium/chrome/browser/autocomplete/
autocomplete.h
514
// SortAndCull() has been invoked, and preserves
default_match_
.
541
const_iterator default_match() const { return
default_match_
; }
576
const_iterator
default_match_
;
member in class:AutocompleteResult
[
all
...]
Completed in 45 milliseconds