Home
last modified time | relevance | path

Searched refs:OnSuccess (Results 1 – 25 of 47) sorted by relevance

12

/external/chromium_org/content/browser/indexed_db/
Dindexed_db_callbacks.h54 virtual void OnSuccess(const std::vector<base::string16>& string);
66 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
70 virtual void OnSuccess(scoped_refptr<IndexedDBCursor> cursor,
76 virtual void OnSuccess(const IndexedDBKey& key,
87 virtual void OnSuccess(std::string* data,
92 virtual void OnSuccess(std::string* value);
95 virtual void OnSuccess(const IndexedDBKey& value);
98 virtual void OnSuccess(int64 value);
102 virtual void OnSuccess();
Dmock_indexed_db_callbacks.cc20 void MockIndexedDBCallbacks::OnSuccess() {} in OnSuccess() function in content::MockIndexedDBCallbacks
22 void MockIndexedDBCallbacks::OnSuccess(const std::vector<base::string16>&) {} in OnSuccess() function in content::MockIndexedDBCallbacks
24 void MockIndexedDBCallbacks::OnSuccess( in OnSuccess() function in content::MockIndexedDBCallbacks
Dmock_indexed_db_callbacks.h18 virtual void OnSuccess() OVERRIDE;
19 virtual void OnSuccess(const std::vector<base::string16>&) OVERRIDE;
20 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
Dindexed_db_cursor.cc64 callbacks->OnSuccess(static_cast<std::string*>(NULL)); in CursorAdvanceOperation()
68 callbacks->OnSuccess(key(), primary_key(), Value()); in CursorAdvanceOperation()
81 callbacks->OnSuccess(static_cast<std::string*>(NULL)); in CursorIterationOperation()
85 callbacks->OnSuccess(this->key(), this->primary_key(), Value()); in CursorIterationOperation()
147 callbacks->OnSuccess(static_cast<std::string*>(NULL)); in CursorPrefetchIterationOperation()
Dindexed_db_callbacks.cc74 void IndexedDBCallbacks::OnSuccess(const std::vector<base::string16>& value) { in OnSuccess() function in content::IndexedDBCallbacks
135 void IndexedDBCallbacks::OnSuccess(scoped_ptr<IndexedDBConnection> connection, in OnSuccess() function in content::IndexedDBCallbacks
162 void IndexedDBCallbacks::OnSuccess(scoped_refptr<IndexedDBCursor> cursor, in OnSuccess() function in content::IndexedDBCallbacks
189 void IndexedDBCallbacks::OnSuccess(const IndexedDBKey& key, in OnSuccess() function in content::IndexedDBCallbacks
254 void IndexedDBCallbacks::OnSuccess(std::string* value, in OnSuccess() function in content::IndexedDBCallbacks
278 void IndexedDBCallbacks::OnSuccess(std::string* value) { in OnSuccess() function in content::IndexedDBCallbacks
298 void IndexedDBCallbacks::OnSuccess(const IndexedDBKey& value) { in OnSuccess() function in content::IndexedDBCallbacks
311 void IndexedDBCallbacks::OnSuccess(int64 value) { in OnSuccess() function in content::IndexedDBCallbacks
324 void IndexedDBCallbacks::OnSuccess() { in OnSuccess() function in content::IndexedDBCallbacks
Dindexed_db_database.cc568 callbacks->OnSuccess(); in GetOperation()
593 callbacks->OnSuccess(); in GetOperation()
599 callbacks->OnSuccess(&value, *key, object_store_metadata.key_path); in GetOperation()
603 callbacks->OnSuccess(&value); in GetOperation()
622 callbacks->OnSuccess(); in GetOperation()
627 callbacks->OnSuccess(*primary_key); in GetOperation()
646 callbacks->OnSuccess(); in GetOperation()
651 callbacks->OnSuccess(&value, *primary_key, object_store_metadata.key_path); in GetOperation()
654 callbacks->OnSuccess(&value); in GetOperation()
863 params->callbacks->OnSuccess(*key); in PutOperation()
[all …]
/external/chromium_org/chromeos/dbus/
Dbluetooth_agent_manager_client.cc45 base::Bind(&BluetoothAgentManagerClientImpl::OnSuccess, in RegisterAgent()
65 base::Bind(&BluetoothAgentManagerClientImpl::OnSuccess, in UnregisterAgent()
87 base::Bind(&BluetoothAgentManagerClientImpl::OnSuccess, in RequestDefaultAgent()
104 void OnSuccess(const base::Closure& callback, in OnSuccess() function in chromeos::BluetoothAgentManagerClientImpl
Dbluetooth_device_client.cc133 base::Bind(&BluetoothDeviceClientImpl::OnSuccess, in Connect()
157 base::Bind(&BluetoothDeviceClientImpl::OnSuccess, in Disconnect()
186 base::Bind(&BluetoothDeviceClientImpl::OnSuccess, in ConnectProfile()
215 base::Bind(&BluetoothDeviceClientImpl::OnSuccess, in DisconnectProfile()
240 base::Bind(&BluetoothDeviceClientImpl::OnSuccess, in Pair()
264 base::Bind(&BluetoothDeviceClientImpl::OnSuccess, in CancelPairing()
307 void OnSuccess(const base::Closure& callback, in OnSuccess() function in chromeos::BluetoothDeviceClientImpl
Dbluetooth_adapter_client.cc121 base::Bind(&BluetoothAdapterClientImpl::OnSuccess, in StartDiscovery()
145 base::Bind(&BluetoothAdapterClientImpl::OnSuccess, in StopDiscovery()
173 base::Bind(&BluetoothAdapterClientImpl::OnSuccess, in RemoveDevice()
216 void OnSuccess(const base::Closure& callback, in OnSuccess() function in chromeos::BluetoothAdapterClientImpl
Dbluetooth_profile_manager_client.cc159 base::Bind(&BluetoothProfileManagerClientImpl::OnSuccess, in RegisterProfile()
179 base::Bind(&BluetoothProfileManagerClientImpl::OnSuccess, in UnregisterProfile()
196 void OnSuccess(const base::Closure& callback, in OnSuccess() function in chromeos::BluetoothProfileManagerClientImpl
Dnfc_adapter_client.cc102 base::Bind(&nfc_client_helpers::OnSuccess, callback), in StartPollLoop()
126 base::Bind(&nfc_client_helpers::OnSuccess, callback), in StopPollLoop()
Dnfc_client_helpers.h40 CHROMEOS_EXPORT void OnSuccess(const base::Closure& callback,
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Djsep.h145 virtual void OnSuccess(SessionDescriptionInterface* desc) = 0;
155 virtual void OnSuccess() = 0;
Dwebrtcsessiondescriptionfactory.h56 virtual void OnSuccess(const std::string& der_cert, in OnSuccess() function
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
Dmockpeerconnectionobservers.h46 virtual void OnSuccess(SessionDescriptionInterface* desc) { in OnSuccess() function
74 virtual void OnSuccess() { in OnSuccess() function
Dfakedtlsidentityservice.h113 observer->OnSuccess(cert, key); in OnMessage()
Dpeerconnectiontestwrapper.h73 virtual void OnSuccess(webrtc::SessionDescriptionInterface* desc);
/external/chromium_org/chrome/browser/chromeos/imageburner/
Dburn_controller.cc62 virtual void OnSuccess() OVERRIDE { in OnSuccess() function in chromeos::imageburner::__anonb0a26b320111::BurnControllerImpl
63 delegate_->OnSuccess(); in OnSuccess()
Dburn_controller.h32 virtual void OnSuccess() = 0;
Dburn_manager.h169 void OnSuccess();
230 virtual void OnSuccess() = 0;
Dburn_manager.cc197 void StateMachine::OnSuccess() { in OnSuccess() function in chromeos::imageburner::StateMachine
526 state_machine_->OnSuccess(); in UpdateBurnStatus()
527 FOR_EACH_OBSERVER(Observer, observers_, OnSuccess()); in UpdateBurnStatus()
/external/chromium_org/content/renderer/media/
Dpeer_connection_identity_service.cc45 pending_observer_->OnSuccess(certificate, private_key); in OnIdentityReady()
/external/chromium_org/net/websockets/
Dwebsocket_stream.h58 virtual void OnSuccess(scoped_ptr<WebSocketStream> stream) = 0;
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
Dconductor.h125 virtual void OnSuccess(webrtc::SessionDescriptionInterface* desc);
/external/chromium_org/chrome/browser/chromeos/contacts/
Dgdata_contacts_service_unittest.cc116 base::Bind(&GDataContactsServiceTest::OnSuccess, in Download()
137 void OnSuccess(scoped_ptr<ScopedVector<contacts::Contact> > contacts) { in OnSuccess() function in contacts::__anon51fb04940111::GDataContactsServiceTest

12