OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:history_url_provider_
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/autocomplete/
autocomplete_controller.h
124
return
history_url_provider_
;
194
HistoryURLProvider*
history_url_provider_
;
member in class:AutocompleteController
autocomplete_controller.cc
161
history_url_provider_
(NULL),
189
history_url_provider_
= new HistoryURLProvider(this, profile);
190
providers_.push_back(
history_url_provider_
);
Completed in 252 milliseconds