Home
last modified time | relevance | path

Searched defs:SuccessCallback (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
Dbluetooth_low_energy_api.cc176 void BluetoothLowEnergyConnectFunction::SuccessCallback() { in SuccessCallback() function in extensions::core_api::BluetoothLowEnergyConnectFunction
213 void BluetoothLowEnergyDisconnectFunction::SuccessCallback() { in SuccessCallback() function in extensions::core_api::BluetoothLowEnergyDisconnectFunction
512 void BluetoothLowEnergyReadCharacteristicValueFunction::SuccessCallback() { in SuccessCallback() function in extensions::core_api::BluetoothLowEnergyReadCharacteristicValueFunction
571 void BluetoothLowEnergyWriteCharacteristicValueFunction::SuccessCallback() { in SuccessCallback() function in extensions::core_api::BluetoothLowEnergyWriteCharacteristicValueFunction
620 BluetoothLowEnergyStartCharacteristicNotificationsFunction::SuccessCallback() { in SuccessCallback() function in extensions::core_api::BluetoothLowEnergyStartCharacteristicNotificationsFunction
662 BluetoothLowEnergyStopCharacteristicNotificationsFunction::SuccessCallback() { in SuccessCallback() function in extensions::core_api::BluetoothLowEnergyStopCharacteristicNotificationsFunction
703 void BluetoothLowEnergyReadDescriptorValueFunction::SuccessCallback() { in SuccessCallback() function in extensions::core_api::BluetoothLowEnergyReadDescriptorValueFunction
761 void BluetoothLowEnergyWriteDescriptorValueFunction::SuccessCallback() { in SuccessCallback() function in extensions::core_api::BluetoothLowEnergyWriteDescriptorValueFunction
/external/chromium_org/chrome/browser/local_discovery/wifi/
Dbootstrapping_network_switcher.h20 typedef base::Callback<void(bool success)> SuccessCallback; typedef
Dwifi_manager.h51 typedef base::Callback<void(bool success)> SuccessCallback; typedef
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
Dimage_writer_utility_client.h18 typedef base::Callback<void()> SuccessCallback; typedef
/external/chromium_org/chrome/browser/
Dsafe_json_parser.h29 typedef base::Callback<void(scoped_ptr<base::Value>)> SuccessCallback; typedef
/external/chromium_org/components/copresence/public/
Dwhispernet_client.h35 typedef base::Callback<void(bool)> SuccessCallback; typedef
/external/chromium_org/components/copresence/rpc/
Drpc_handler.h31 typedef base::Callback<void(bool)> SuccessCallback; typedef
/external/chromium_org/content/renderer/media/
Dwebrtc_identity_service.h26 SuccessCallback; typedef
/external/chromium_org/third_party/zlib/google/
Dzip_reader.h47 typedef base::Closure SuccessCallback; typedef
/external/chromium_org/remoting/host/
Dtoken_validator_factory_impl_unittest.cc74 void SuccessCallback(const std::string& shared_secret) { in SuccessCallback() function in remoting::TokenValidatorFactoryImplTest
/external/chromium_org/device/bluetooth/
Dbluetooth_socket_chromeos_unittest.cc100 void SuccessCallback() { in SuccessCallback() function in chromeos::BluetoothSocketChromeOSTest
Dbluetooth_gatt_chromeos_unittest.cc342 void SuccessCallback() { in SuccessCallback() function in chromeos::BluetoothGattChromeOSTest
/external/chromium_org/chromeos/network/
Dnetwork_device_handler_unittest.cc82 void SuccessCallback() { in SuccessCallback() function in chromeos::NetworkDeviceHandlerTest
Dnetwork_connection_handler_unittest.cc171 void SuccessCallback() { in SuccessCallback() function in chromeos::NetworkConnectionHandlerTest
Dnetwork_configuration_handler_unittest.cc457 void SuccessCallback(const std::string& callback_name) { in SuccessCallback() function in chromeos::NetworkConfigurationHandlerStubTest
/external/chromium_org/device/nfc/
Dnfc_chromeos_unittest.cc176 void SuccessCallback() { in SuccessCallback() function in chromeos::NfcChromeOSTest
/external/chromium_org/third_party/WebKit/Source/modules/encryptedmedia/
DHTMLMediaElementEncryptedMedia.cpp72 typedef Function<void()> SuccessCallback; typedef
/external/chromium_org/chrome/browser/extensions/api/gcd_private/
Dgcd_private_api.cc99 typedef base::Callback<void(bool success)> SuccessCallback; typedef in extensions::GcdPrivateAPIImpl