/external/chromium_org/content/browser/indexed_db/ |
D | indexed_db_callbacks.h | 54 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();
|
D | mock_indexed_db_callbacks.cc | 20 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
|
D | mock_indexed_db_callbacks.h | 18 virtual void OnSuccess() OVERRIDE; 19 virtual void OnSuccess(const std::vector<base::string16>&) OVERRIDE; 20 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
|
D | indexed_db_cursor.cc | 64 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()
|
D | indexed_db_callbacks.cc | 74 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
|
D | indexed_db_database.cc | 568 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/ |
D | bluetooth_agent_manager_client.cc | 45 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
|
D | bluetooth_device_client.cc | 133 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
|
D | bluetooth_adapter_client.cc | 121 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
|
D | bluetooth_profile_manager_client.cc | 159 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
|
D | nfc_adapter_client.cc | 102 base::Bind(&nfc_client_helpers::OnSuccess, callback), in StartPollLoop() 126 base::Bind(&nfc_client_helpers::OnSuccess, callback), in StopPollLoop()
|
D | nfc_client_helpers.h | 40 CHROMEOS_EXPORT void OnSuccess(const base::Closure& callback,
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/ |
D | jsep.h | 145 virtual void OnSuccess(SessionDescriptionInterface* desc) = 0; 155 virtual void OnSuccess() = 0;
|
D | webrtcsessiondescriptionfactory.h | 56 virtual void OnSuccess(const std::string& der_cert, in OnSuccess() function
|
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/ |
D | mockpeerconnectionobservers.h | 46 virtual void OnSuccess(SessionDescriptionInterface* desc) { in OnSuccess() function 74 virtual void OnSuccess() { in OnSuccess() function
|
D | fakedtlsidentityservice.h | 113 observer->OnSuccess(cert, key); in OnMessage()
|
D | peerconnectiontestwrapper.h | 73 virtual void OnSuccess(webrtc::SessionDescriptionInterface* desc);
|
/external/chromium_org/chrome/browser/chromeos/imageburner/ |
D | burn_controller.cc | 62 virtual void OnSuccess() OVERRIDE { in OnSuccess() function in chromeos::imageburner::__anonb0a26b320111::BurnControllerImpl 63 delegate_->OnSuccess(); in OnSuccess()
|
D | burn_controller.h | 32 virtual void OnSuccess() = 0;
|
D | burn_manager.h | 169 void OnSuccess(); 230 virtual void OnSuccess() = 0;
|
D | burn_manager.cc | 197 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/ |
D | peer_connection_identity_service.cc | 45 pending_observer_->OnSuccess(certificate, private_key); in OnIdentityReady()
|
/external/chromium_org/net/websockets/ |
D | websocket_stream.h | 58 virtual void OnSuccess(scoped_ptr<WebSocketStream> stream) = 0;
|
/external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/ |
D | conductor.h | 125 virtual void OnSuccess(webrtc::SessionDescriptionInterface* desc);
|
/external/chromium_org/chrome/browser/chromeos/contacts/ |
D | gdata_contacts_service_unittest.cc | 116 base::Bind(&GDataContactsServiceTest::OnSuccess, in Download() 137 void OnSuccess(scoped_ptr<ScopedVector<contacts::Contact> > contacts) { in OnSuccess() function in contacts::__anon51fb04940111::GDataContactsServiceTest
|