OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_matches
(Results
1 - 6
of
6
) sorted by null
/external/chromium/chrome/browser/autocomplete/
autocomplete_result_unittest.cc
104
ACMatches
current_matches
;
local
105
PopulateAutocompleteMatches(current, current_size, &
current_matches
);
107
current_result.AppendMatches(
current_matches
);
/external/chromium/chrome/browser/bookmarks/
bookmark_index.h
107
// Iterates over |
current_matches
| calculating the intersection between the
117
const Matches&
current_matches
,
bookmark_index.cc
222
const Matches&
current_matches
,
224
for (size_t i = 0; i <
current_matches
.size(); ++i) {
225
const Match& match =
current_matches
[i];
/external/chromium_org/chrome/browser/bookmarks/
bookmark_index.h
105
// Iterates over |
current_matches
| calculating the intersection between the
115
const Matches&
current_matches
,
bookmark_index.cc
230
const Matches&
current_matches
,
232
for (size_t i = 0; i <
current_matches
.size(); ++i) {
233
const Match& match =
current_matches
[i];
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_result_unittest.cc
164
ACMatches
current_matches
;
local
165
PopulateAutocompleteMatches(current, current_size, &
current_matches
);
167
current_result.AppendMatches(
current_matches
);
Completed in 278 milliseconds