OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ProviderToMatches
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_result.h
154
typedef std::map<AutocompleteProvider*, ACMatches>
ProviderToMatches
;
179
void BuildProviderToMatches(
ProviderToMatches
* provider_to_matches) const;
autocomplete_result.cc
120
ProviderToMatches
matches_per_provider, old_matches_per_provider;
123
for (
ProviderToMatches
::const_iterator i(old_matches_per_provider.begin());
339
ProviderToMatches
* provider_to_matches) const {
/external/chromium/chrome/browser/autocomplete/
autocomplete.h
559
typedef std::map<AutocompleteProvider*, ACMatches>
ProviderToMatches
;
562
void BuildProviderToMatches(
ProviderToMatches
* provider_to_matches) const;
[
all
...]
autocomplete.cc
615
ProviderToMatches
matches_per_provider, old_matches_per_provider;
618
for (
ProviderToMatches
::const_iterator i = old_matches_per_provider.begin();
732
ProviderToMatches
* provider_to_matches) const {
[
all
...]
Completed in 1022 milliseconds