OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HotwordService
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/search/
hotword_service.cc
10
HotwordService
::
HotwordService
(Profile* profile)
14
HotwordService
::~
HotwordService
() {
hotword_service.h
15
class
HotwordService
: public BrowserContextKeyedService {
17
explicit
HotwordService
(Profile* profile);
18
virtual ~
HotwordService
();
23
DISALLOW_COPY_AND_ASSIGN(
HotwordService
);
hotword_service_factory.h
12
class
HotwordService
;
18
// Returns the
HotwordService
for |profile|.
19
static
HotwordService
* GetForProfile(Profile* profile);
hotword_service_factory.cc
16
HotwordService
* HotwordServiceFactory::GetForProfile(Profile* profile) {
22
return static_cast<
HotwordService
*>(
33
"
HotwordService
",
58
return new
HotwordService
(static_cast<Profile*>(profile));
Completed in 38 milliseconds