Searched defs:OnGet (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/dbus/
H A Dproperty.cc104 base::Bind(&PropertySet::OnGet,
110 void PropertySet::OnGet(PropertyBase* property, GetCallback callback, function in class:dbus::PropertySet
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_gatt_characteristic_service_provider.cc167 base::Bind(&BluetoothGattCharacteristicServiceProviderImpl::OnGet,
377 void OnGet(dbus::MethodCall* method_call, function in class:chromeos::BluetoothGattCharacteristicServiceProviderImpl
H A Dbluetooth_gatt_descriptor_service_provider.cc164 base::Bind(&BluetoothGattDescriptorServiceProviderImpl::OnGet,
374 void OnGet(dbus::MethodCall* method_call, function in class:chromeos::BluetoothGattDescriptorServiceProviderImpl
H A Dgsm_sms_client.cc79 base::Bind(&SMSProxy::OnGet,
125 void OnGet(const GetCallback& callback, dbus::Response* response) { function in class:chromeos::__anon6123::SMSProxy
H A Dgsm_sms_client_unittest.cc127 void OnGet(dbus::MethodCall* method_call, function in class:chromeos::GsmSMSClientTest
247 .WillOnce(Invoke(this, &GsmSMSClientTest::OnGet));
/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_dispatcher_host.cc483 IPC_MESSAGE_HANDLER(IndexedDBHostMsg_DatabaseGet, OnGet)
599 void IndexedDBDispatcherHost::DatabaseDispatcherHost::OnGet( function in class:content::IndexedDBDispatcherHost::DatabaseDispatcherHost

Completed in 605 milliseconds