HomeSort by relevance Sort by last modified time
    Searched refs:HotwordServiceFactory (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/chrome/browser/search/
hotword_service_factory.cc 20 HotwordService* HotwordServiceFactory::GetForProfile(BrowserContext* context) {
26 HotwordServiceFactory* HotwordServiceFactory::GetInstance() {
27 return Singleton<HotwordServiceFactory>::get();
31 bool HotwordServiceFactory::IsServiceAvailable(BrowserContext* context) {
37 bool HotwordServiceFactory::IsHotwordAllowed(BrowserContext* context) {
43 int HotwordServiceFactory::GetCurrentError(BrowserContext* context) {
51 bool HotwordServiceFactory::IsMicrophoneAvailable() {
55 HotwordServiceFactory::HotwordServiceFactory()
    [all...]
hotword_service_factory.h 16 class HotwordServiceFactory : public MediaCaptureDevicesDispatcher::Observer,
22 static HotwordServiceFactory* GetInstance();
51 friend struct DefaultSingletonTraits<HotwordServiceFactory>;
53 HotwordServiceFactory();
54 virtual ~HotwordServiceFactory();
70 DISALLOW_COPY_AND_ASSIGN(HotwordServiceFactory);
hotword_service_unittest.cc 100 HotwordServiceFactory* hotword_service_factory =
101 HotwordServiceFactory::GetInstance();
113 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
121 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
126 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
129 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(otr_profile.get()));
139 HotwordServiceFactory* hotword_service_factory =
140 HotwordServiceFactory::GetInstance();
154 EXPECT_FALSE(HotwordServiceFactory::IsHotwordAllowed(profile.get()));
158 EXPECT_TRUE(HotwordServiceFactory::IsHotwordAllowed(profile.get()))
    [all...]
hotword_service.cc 254 HotwordServiceFactory::GetInstance()->UpdateMicrophoneState();
414 if (!audio_capture_allowed || !HotwordServiceFactory::IsMicrophoneAvailable())
  /external/chromium_org/chrome/browser/extensions/
external_component_loader.cc 37 if (HotwordServiceFactory::IsHotwordAllowed(profile_)) {
component_loader.cc 330 if (HotwordServiceFactory::IsHotwordAllowed(browser_context_)) {
  /external/chromium_org/chrome/browser/extensions/api/hotword_private/
hotword_private_api.cc 99 HotwordServiceFactory::GetForProfile(GetProfile());
122 HotwordServiceFactory::GetForProfile(GetProfile());
130 HotwordServiceFactory::GetForProfile(GetProfile());
hotword_private_apitest.cc 84 HotwordServiceFactory::GetInstance()->SetTestingFactoryAndUse(
  /external/chromium_org/chrome/browser/profiles/
chrome_browser_main_extra_parts_profiles.cc 190 HotwordServiceFactory::GetInstance();
  /external/chromium_org/chrome/browser/ui/app_list/
start_page_service.cc 145 return HotwordServiceFactory::IsServiceAvailable(profile_) &&
app_list_view_delegate.cc 328 HotwordServiceFactory::GetForProfile(profile_);
348 HotwordServiceFactory::GetForProfile(profile_);
  /external/chromium_org/chrome/browser/ui/webui/options/
browser_options_handler.cc     [all...]

Completed in 278 milliseconds