OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SuggestionsService
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/components/suggestions/
suggestions_service.h
51
class
SuggestionsService
: public KeyedService, public net::URLFetcherDelegate {
55
SuggestionsService
(
60
virtual ~
SuggestionsService
();
98
// Register
SuggestionsService
related prefs in the Profile prefs.
196
base::WeakPtrFactory<
SuggestionsService
> weak_ptr_factory_;
198
DISALLOW_COPY_AND_ASSIGN(
SuggestionsService
);
suggestions_service.cc
69
std::vector<
SuggestionsService
::ResponseCallback>* requestors) {
70
std::vector<
SuggestionsService
::ResponseCallback>::iterator it;
74
std::vector<
SuggestionsService
::ResponseCallback>().swap(*requestors);
120
SuggestionsService
::
SuggestionsService
(
144
SuggestionsService
::~
SuggestionsService
() {}
147
bool
SuggestionsService
::IsEnabled() {
153
bool
SuggestionsService
::IsControlGroup() {
158
void
SuggestionsService
::FetchSuggestionsData
[
all
...]
Completed in 88 milliseconds