/external/chromium_org/chrome/browser/extensions/api/audio/ |
D | audio_api.cc | 36 AudioService* AudioAPI::GetService() const { in GetService() function in extensions::AudioAPI 51 AudioAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunAsync() 74 AudioAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunSync() 87 AudioAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunSync()
|
D | audio_api.h | 21 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/ui/webui/chromeos/ |
D | provided_file_systems_ui.cc | 93 file_system_provider::Service* GetService(); 110 file_system_provider::Service* const service = GetService(); in ~ProvidedFileSystemsWebUIHandler() 182 file_system_provider::Service* ProvidedFileSystemsWebUIHandler::GetService() { in GetService() function in chromeos::__anon8784b93a0111::ProvidedFileSystemsWebUIHandler 193 file_system_provider::Service* const service = GetService(); in UpdateFileSystems() 234 file_system_provider::Service* const service = GetService(); in SelectFileSystem()
|
/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 141 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunSync() 151 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunAsync() 219 FeedbackPrivateAPI::GetFactoryInstance()->Get(GetProfile())->GetService(); in RunAsync()
|
D | feedback_private_api.h | 26 FeedbackService* GetService() const;
|
/external/chromium_org/chrome/browser/chromeos/app_mode/ |
D | kiosk_diagnosis_runner.cc | 88 ->GetService(); in StartSystemLogCollection() 117 ->GetService(); in SendSysLogFeedback()
|
/external/chromium_org/device/bluetooth/ |
D | bluetooth_remote_gatt_service_chromeos.cc | 167 DCHECK(characteristic->GetService() == this); in NotifyCharacteristicValueChanged() 178 DCHECK(characteristic->GetService() == this); in NotifyDescriptorAddedOrRemoved() 193 DCHECK(characteristic->GetService() == this); in NotifyDescriptorValueChanged()
|
D | bluetooth_gatt_characteristic.h | 135 virtual BluetoothGattService* GetService() const = 0;
|
D | bluetooth_remote_gatt_descriptor_chromeos.cc | 122 characteristic_->GetService()); in OnValueSuccess()
|
D | bluetooth_remote_gatt_characteristic_chromeos.h | 46 virtual device::BluetoothGattService* GetService() const OVERRIDE;
|
D | bluetooth_gatt_chromeos_unittest.cc | 181 EXPECT_EQ(service, characteristic->GetService()); in GattCharacteristicAdded() 197 EXPECT_EQ(service, characteristic->GetService()); in GattCharacteristicRemoved() 215 EXPECT_EQ(service, characteristic->GetService()); in GattCharacteristicValueChanged() 223 ASSERT_EQ(gatt_service_id_, characteristic->GetService()->GetIdentifier()); in GattDescriptorAdded() 239 ASSERT_EQ(gatt_service_id_, characteristic->GetService()->GetIdentifier()); in GattDescriptorRemoved() 256 ASSERT_EQ(gatt_service_id_, characteristic->GetService()->GetIdentifier()); in GattDescriptorValueChanged()
|
/external/chromium_org/chrome/browser/extensions/api/bluetooth_low_energy/ |
D | bluetooth_low_energy_event_router.cc | 99 PopulateService(characteristic->GetService(), &out->service); in PopulateCharacteristic() 355 BluetoothLowEnergyEventRouter::Status BluetoothLowEnergyEventRouter::GetService( in GetService() function in extensions::BluetoothLowEnergyEventRouter 478 characteristic->GetService()->GetUUID().value()); in GetCharacteristic() 510 characteristic->GetService()->GetUUID().value()); in GetDescriptors() 556 descriptor->GetCharacteristic()->GetService()->GetUUID().value()); in GetDescriptor() 589 characteristic->GetService()->GetUUID().value()); in ReadCharacteristicValue() 629 characteristic->GetService()->GetUUID().value()); in WriteCharacteristicValue() 688 characteristic->GetService()->GetUUID().value()); in StartCharacteristicNotifications() 763 descriptor->GetCharacteristic()->GetService()->GetUUID().value()); in ReadDescriptorValue() 802 descriptor->GetCharacteristic()->GetService()->GetUUID().value()); in WriteDescriptorValue() [all …]
|
D | bluetooth_low_energy_api.cc | 237 scoped_ptr<apibtle::GetService::Params> params( in DoWork() 238 apibtle::GetService::Params::Create(*args_)); in DoWork() 243 event_router->GetService(params->service_id, &service); in DoWork() 250 results_ = apibtle::GetService::Results::Create(service); in DoWork()
|
/external/clang/tools/clang-format-vs/ClangFormat/ |
D | ClangFormatPackage.cs | 70 var commandService = GetService(typeof(IMenuCommandService)) as OleMenuCommandService; in Initialize() 110 var uiShell = (IVsUIShell)GetService(typeof(SVsUIShell)); in MenuItemCallback()
|
/external/chromium_org/device/bluetooth/test/ |
D | mock_bluetooth_gatt_characteristic.cc | 27 ON_CALL(*this, GetService()).WillByDefault(Return(service)); in MockBluetoothGattCharacteristic()
|
D | mock_bluetooth_gatt_characteristic.h | 37 MOCK_CONST_METHOD0(GetService, BluetoothGattService*());
|
/external/chromium_org/chromeos/dbus/ |
D | mock_shill_manager_client.h | 49 MOCK_METHOD3(GetService, void(const base::DictionaryValue& properties,
|
D | shill_profile_client.h | 79 virtual bool GetService(const std::string& service_path,
|
D | fake_shill_profile_client.h | 59 virtual bool GetService(const std::string& service_path,
|
D | shill_manager_client.h | 192 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()
|
/external/chromium_org/chrome/browser/chromeos/options/ |
D | vpn_config_view.h | 115 const std::string GetService() const;
|
/external/chromium_org/media/audio/win/ |
D | audio_low_latency_input_win.cc | 728 hr = audio_client_->GetService(__uuidof(IAudioCaptureClient), in InitializeAudioEngine() 735 hr = audio_client_->GetService(__uuidof(ISimpleAudioVolume), in InitializeAudioEngine()
|