/external/chromium_org/chrome/browser/extensions/api/audio/ |
D | audio_api.cc | 37 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()
|
D | audio_api.h | 22 AudioService* GetService() const;
|
/external/chromium_org/tools/win/ChromeDebug/ChromeDebug/ |
D | ChromeDebugPackage.cs | 65 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/ |
D | feedback_private_api.cc | 63 FeedbackService* FeedbackPrivateAPI::GetService() const { in GetService() function in extensions::FeedbackPrivateAPI 139 ->GetService(); in RunImpl() 150 ->GetService(); in RunImpl() 219 ->GetService(); in RunImpl()
|
D | feedback_private_api.h | 26 FeedbackService* GetService() const;
|
/external/chromium/chrome/browser/chromeos/options/ |
D | vpn_config_view.cc | 99 (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
|
D | vpn_config_view.h | 96 const std::string GetService() const;
|
/external/chromium_org/chromeos/dbus/ |
D | mock_shill_manager_client.h | 49 MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
|
D | shill_manager_client.h | 171 virtual void GetService(const base::DictionaryValue& properties,
|
D | fake_shill_manager_client.h | 60 virtual void GetService(
|
D | shill_manager_client_unittest.cc | 292 TEST_F(ShillManagerClientTest, GetService) { in TEST_F() argument 306 client_->GetService(*arg, in TEST_F()
|
D | shill_manager_client.cc | 133 virtual void GetService( in GetService() function in chromeos::__anond7d5e1890111::ShillManagerClientImpl
|
D | fake_shill_manager_client.cc | 280 void FakeShillManagerClient::GetService( in GetService() function in chromeos::FakeShillManagerClient
|
/external/chromium_org/chrome/browser/chromeos/options/ |
D | vpn_config_view.h | 115 const std::string GetService() const;
|
D | vpn_config_view.cc | 300 (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/ |
D | audio_low_latency_input_win.cc | 678 hr = audio_client_->GetService(__uuidof(IAudioCaptureClient), in InitializeAudioEngine() 685 hr = audio_client_->GetService(__uuidof(ISimpleAudioVolume), in InitializeAudioEngine()
|
D | core_audio_util_win.cc | 777 HRESULT hr = client->GetService(__uuidof(IAudioRenderClient), in CreateRenderClient() 793 HRESULT hr = client->GetService(__uuidof(IAudioCaptureClient), in CreateCaptureClient()
|
D | audio_low_latency_output_win.cc | 240 hr = audio_client_->GetService(__uuidof(IAudioClock), in Open()
|
D | audio_unified_win.cc | 663 HRESULT hr = audio_output_client_->GetService( in Run()
|
/external/chromium_org/remoting/host/ |
D | audio_capturer_win.cc | 179 hr = audio_client_->GetService(__uuidof(IAudioCaptureClient), in Start()
|