HomeSort by relevance Sort by last modified time
    Searched refs:OnSuccess (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/content/browser/indexed_db/
indexed_db_callbacks.h 55 virtual void OnSuccess(const std::vector<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();
indexed_db_callbacks.cc 76 void IndexedDBCallbacks::OnSuccess(const std::vector<string16>& value) {
135 void IndexedDBCallbacks::OnSuccess(scoped_ptr<IndexedDBConnection> connection,
161 void IndexedDBCallbacks::OnSuccess(scoped_refptr<IndexedDBCursor> cursor,
188 void IndexedDBCallbacks::OnSuccess(const IndexedDBKey& key,
253 void IndexedDBCallbacks::OnSuccess(std::string* value,
277 void IndexedDBCallbacks::OnSuccess(std::string* value) {
297 void IndexedDBCallbacks::OnSuccess(const IndexedDBKey& value) {
310 void IndexedDBCallbacks::OnSuccess(int64 value) {
323 void IndexedDBCallbacks::OnSuccess() {
indexed_db_cursor.cc 100 callbacks_->OnSuccess(static_cast<std::string*>(NULL));
104 callbacks_->OnSuccess(
115 callbacks_->OnSuccess(static_cast<std::string*>(NULL));
119 callbacks_->OnSuccess(
177 callbacks_->OnSuccess(static_cast<std::string*>(NULL));
indexed_db_database.cc     [all...]
indexed_db_database_unittest.cc 45 virtual void OnSuccess(scoped_ptr<IndexedDBConnection> connection,
176 virtual void OnSuccess() OVERRIDE { success_void_called_ = true; }
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_controller.h 32 virtual void OnSuccess() = 0;
burn_controller.cc 62 virtual void OnSuccess() OVERRIDE {
63 delegate_->OnSuccess();
burn_manager.h 169 void OnSuccess();
230 virtual void OnSuccess() = 0;
burn_manager.cc 197 void StateMachine::OnSuccess() {
526 state_machine_->OnSuccess();
527 FOR_EACH_OBSERVER(Observer, observers_, OnSuccess());
burn_manager_unittest.cc 185 state_machine->OnSuccess();
  /external/chromium_org/chromeos/dbus/
bluetooth_agent_manager_client.cc 54 base::Bind(&BluetoothAgentManagerClientImpl::OnSuccess,
74 base::Bind(&BluetoothAgentManagerClientImpl::OnSuccess,
96 base::Bind(&BluetoothAgentManagerClientImpl::OnSuccess,
104 void OnSuccess(const base::Closure& callback,
bluetooth_device_client.cc 143 base::Bind(&BluetoothDeviceClientImpl::OnSuccess,
167 base::Bind(&BluetoothDeviceClientImpl::OnSuccess,
196 base::Bind(&BluetoothDeviceClientImpl::OnSuccess,
225 base::Bind(&BluetoothDeviceClientImpl::OnSuccess,
250 base::Bind(&BluetoothDeviceClientImpl::OnSuccess,
274 base::Bind(&BluetoothDeviceClientImpl::OnSuccess,
307 void OnSuccess(const base::Closure& callback,
bluetooth_adapter_client.cc 131 base::Bind(&BluetoothAdapterClientImpl::OnSuccess,
155 base::Bind(&BluetoothAdapterClientImpl::OnSuccess,
183 base::Bind(&BluetoothAdapterClientImpl::OnSuccess,
216 void OnSuccess(const base::Closure& callback,
bluetooth_profile_manager_client.cc 168 base::Bind(&BluetoothProfileManagerClientImpl::OnSuccess,
188 base::Bind(&BluetoothProfileManagerClientImpl::OnSuccess,
196 void OnSuccess(const base::Closure& callback,
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
jsep.h 145 virtual void OnSuccess(SessionDescriptionInterface* desc) = 0;
155 virtual void OnSuccess() = 0;
webrtcsessiondescriptionfactory.h 60 virtual void OnSuccess(const std::string& der_cert,
datachannel_unittest.cc 47 virtual void OnSuccess(SessionDescriptionInterface* desc) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
mockpeerconnectionobservers.h 46 virtual void OnSuccess(SessionDescriptionInterface* desc) {
74 virtual void OnSuccess() {
fakedtlsidentityservice.h 113 observer->OnSuccess(cert, key);
  /external/chromium_org/content/renderer/media/
peer_connection_identity_service.cc 57 pending_observer_->OnSuccess(certificate, private_key);
  /external/chromium_org/net/websockets/
websocket_stream.h 30 // WebSocketStream. Deleting the object before the OnSuccess or OnFailure
32 // called). After OnSuccess or OnFailure have been called, this object may be
61 virtual void OnSuccess(scoped_ptr<WebSocketStream> stream) = 0;
72 // successfully, then connect_delegate->OnSuccess() is called with a
79 // until connect_delegate->OnSuccess() or OnFailure() have been called, then
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.h 125 virtual void OnSuccess(webrtc::SessionDescriptionInterface* desc);
conductor.cc 55 virtual void OnSuccess() {
475 void Conductor::OnSuccess(webrtc::SessionDescriptionInterface* desc) {
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
RTCPeerConnection.mm 59 virtual void OnSuccess(SessionDescriptionInterface *desc) OVERRIDE {
91 virtual void OnSuccess() OVERRIDE {
  /external/chromium_org/chrome/browser/chromeos/contacts/
gdata_contacts_service_unittest.cc 121 base::Bind(&GDataContactsServiceTest::OnSuccess,
142 void OnSuccess(scoped_ptr<ScopedVector<contacts::Contact> > contacts) {
176 // OnSuccess() and OnFailure() to Download().

Completed in 561 milliseconds

1 2