Home
last modified time | relevance | path

Searched refs:GetService (Results 1 – 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/extensions/api/audio/
Daudio_api.cc37 AudioService* AudioAPI::GetService() const { in GetService() function in extensions::AudioAPI
53 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService(); in RunImpl()
76 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService(); in RunImpl()
89 AudioAPI::GetFactoryInstance()->GetForProfile(GetProfile())->GetService(); in RunImpl()
Daudio_api.h22 AudioService* GetService() const;
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/
DChromeDebugPackage.cs65 OleMenuCommandService mcs = GetService(typeof(IMenuCommandService)) as OleMenuCommandService; in Initialize()
82 EnvDTE.DTE dte = (EnvDTE.DTE)GetService(typeof(EnvDTE.DTE)); in MenuItemCallback()
84 IVsUIShell uiShell = (IVsUIShell)GetService(typeof(SVsUIShell)); in MenuItemCallback()
/external/chromium_org/chrome/browser/extensions/api/feedback_private/
Dfeedback_private_api.cc63 FeedbackService* FeedbackPrivateAPI::GetService() const { in GetService() function in extensions::FeedbackPrivateAPI
139 ->GetService(); in RunImpl()
150 ->GetService(); in RunImpl()
219 ->GetService(); in RunImpl()
Dfeedback_private_api.h26 FeedbackService* GetService() const;
/external/chromium/chrome/browser/chromeos/options/
Dvpn_config_view.cc99 (GetService().empty() || GetServer().empty())) in CanLogin()
187 cros->ConnectToVirtualNetworkPSK(GetService(), in Login()
250 const std::string VPNConfigView::GetService() const { in GetService() function in chromeos::VPNConfigView
Dvpn_config_view.h96 const std::string GetService() const;
/external/chromium_org/chromeos/dbus/
Dmock_shill_manager_client.h49 MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
Dshill_manager_client.h171 virtual void GetService(const base::DictionaryValue& properties,
Dfake_shill_manager_client.h60 virtual void GetService(
Dshill_manager_client_unittest.cc292 TEST_F(ShillManagerClientTest, GetService) { in TEST_F() argument
306 client_->GetService(*arg, in TEST_F()
Dshill_manager_client.cc133 virtual void GetService( in GetService() function in chromeos::__anond7d5e1890111::ShillManagerClientImpl
Dfake_shill_manager_client.cc280 void FakeShillManagerClient::GetService( in GetService() function in chromeos::FakeShillManagerClient
/external/chromium_org/chrome/browser/chromeos/options/
Dvpn_config_view.h115 const std::string GetService() const;
Dvpn_config_view.cc300 (GetService().empty() || GetServer().empty())) in CanLogin()
362 shill::kNameProperty, GetService()); in Login()
405 const std::string VPNConfigView::GetService() const { in GetService() function in chromeos::VPNConfigView
/external/chromium_org/media/audio/win/
Daudio_low_latency_input_win.cc678 hr = audio_client_->GetService(__uuidof(IAudioCaptureClient), in InitializeAudioEngine()
685 hr = audio_client_->GetService(__uuidof(ISimpleAudioVolume), in InitializeAudioEngine()
Dcore_audio_util_win.cc777 HRESULT hr = client->GetService(__uuidof(IAudioRenderClient), in CreateRenderClient()
793 HRESULT hr = client->GetService(__uuidof(IAudioCaptureClient), in CreateCaptureClient()
Daudio_low_latency_output_win.cc240 hr = audio_client_->GetService(__uuidof(IAudioClock), in Open()
Daudio_unified_win.cc663 HRESULT hr = audio_output_client_->GetService( in Run()
/external/chromium_org/remoting/host/
Daudio_capturer_win.cc179 hr = audio_client_->GetService(__uuidof(IAudioCaptureClient), in Start()