OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hotword_service
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/chrome/browser/search/
hotword_service_factory.cc
9
#include "chrome/browser/search/
hotword_service
.h"
32
HotwordService*
hotword_service
= GetForProfile(context);
local
33
return
hotword_service
&&
hotword_service
->IsServiceAvailable();
38
HotwordService*
hotword_service
= GetForProfile(context);
local
39
return
hotword_service
&&
hotword_service
->IsHotwordAllowed();
44
HotwordService*
hotword_service
= GetForProfile(context);
local
45
if (!
hotword_service
)
47
return
hotword_service
->error_message()
[
all
...]
hotword_service_unittest.cc
11
#include "chrome/browser/search/
hotword_service
.h"
102
HotwordService*
hotword_service
=
local
104
EXPECT_TRUE(
hotword_service
!= NULL);
139
HotwordService*
hotword_service
=
local
141
EXPECT_TRUE(
hotword_service
!= NULL);
176
HotwordService*
hotword_service
=
local
178
EXPECT_TRUE(
hotword_service
!= NULL);
182
EXPECT_FALSE(
hotword_service
->IsOptedIntoAudioLogging());
195
MockHotwordService*
hotword_service
= static_cast<MockHotwordService*>(
local
198
EXPECT_TRUE(
hotword_service
!= NULL)
226
MockHotwordService*
hotword_service
= static_cast<MockHotwordService*>(
local
255
MockHotwordService*
hotword_service
= static_cast<MockHotwordService*>(
local
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/hotword_private/
hotword_private_api.cc
12
#include "chrome/browser/search/
hotword_service
.h"
122
HotwordService*
hotword_service
=
local
124
if (!
hotword_service
)
127
result.available =
hotword_service
->IsServiceAvailable();
138
if (
hotword_service
)
139
result.audio_logging_enabled =
hotword_service
->IsOptedIntoAudioLogging();
150
HotwordService*
hotword_service
=
local
152
if (
hotword_service
&&
hotword_service
->client())
153
hotword_service
->client()->OnHotwordStateChanged(params->started)
158
HotwordService*
hotword_service
=
local
168
HotwordService*
hotword_service
=
local
[
all
...]
/external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc
20
#include "chrome/browser/search/
hotword_service
.h"
443
HotwordService*
hotword_service
=
local
445
if (
hotword_service
)
446
hotword_service
->RequestHotwordSession(this);
466
HotwordService*
hotword_service
=
local
468
if (
hotword_service
)
469
hotword_service
->StopHotwordSession(this);
547
HotwordService*
hotword_service
=
local
549
if (
hotword_service
) {
550
hotword_service
->RequestHotwordSession(this)
[
all
...]
/external/chromium_org/chrome/browser/ui/webui/
voicesearch_ui.cc
17
#include "chrome/browser/search/
hotword_service
.h"
246
HotwordService*
hotword_service
=
local
248
if (
hotword_service
&&
hotword_service
->IsOptedIntoAudioLogging())
/external/chromium_org/chrome/browser/resources/hotword_audio_verification/
flow.js
16
* chrome/browser/search/
hotword_service
.h and should be kept in sync
/external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc
47
#include "chrome/browser/search/
hotword_service
.h"
1669
HotwordService*
hotword_service
=
local
[
all
...]
Completed in 383 milliseconds