VoidCallback 673 Source/bindings/v8/Dictionary.cpp bool Dictionary::get(const String& key, OwnPtr<VoidCallback>& value) const VoidCallback 59 Source/bindings/v8/Dictionary.h class VoidCallback; VoidCallback 104 Source/bindings/v8/Dictionary.h bool get(const String&, OwnPtr<VoidCallback>&) const; VoidCallback 31 Source/core/html/VoidCallback.h class VoidCallback { VoidCallback 33 Source/core/html/VoidCallback.h virtual ~VoidCallback() { } VoidCallback 37 Source/core/page/PointerLockController.h class VoidCallback; VoidCallback 252 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::remove(const EntryBase* entry, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) VoidCallback 267 Source/modules/filesystem/DOMFileSystemBase.cpp void DOMFileSystemBase::removeRecursively(const EntryBase* entry, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, SynchronousType synchronousType) VoidCallback 58 Source/modules/filesystem/DOMFileSystemBase.h class VoidCallback; VoidCallback 111 Source/modules/filesystem/DOMFileSystemBase.h void remove(const EntryBase*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); VoidCallback 112 Source/modules/filesystem/DOMFileSystemBase.h void removeRecursively(const EntryBase*, PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, SynchronousType = Asynchronous); VoidCallback 65 Source/modules/filesystem/DirectoryEntry.cpp void DirectoryEntry::removeRecursively(PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) const VoidCallback 47 Source/modules/filesystem/DirectoryEntry.h class VoidCallback; VoidCallback 60 Source/modules/filesystem/DirectoryEntry.h void removeRecursively(PassOwnPtr<VoidCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr) const; VoidCallback 67 Source/modules/filesystem/Entry.cpp void Entry::remove(PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback) const VoidCallback 48 Source/modules/filesystem/Entry.h class VoidCallback; VoidCallback 57 Source/modules/filesystem/Entry.h void remove(PassOwnPtr<VoidCallback> successCallback = nullptr, PassOwnPtr<ErrorCallback> = nullptr) const; VoidCallback 240 Source/modules/filesystem/FileSystemCallbacks.cpp PassOwnPtr<AsyncFileSystemCallbacks> VoidCallbacks::create(PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem) VoidCallback 245 Source/modules/filesystem/FileSystemCallbacks.cpp VoidCallbacks::VoidCallbacks(PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<ErrorCallback> errorCallback, PassRefPtrWillBeRawPtr<DOMFileSystemBase> fileSystem) VoidCallback 54 Source/modules/filesystem/FileSystemCallbacks.h class VoidCallback; VoidCallback 145 Source/modules/filesystem/FileSystemCallbacks.h static PassOwnPtr<AsyncFileSystemCallbacks> create(PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<DOMFileSystemBase>); VoidCallback 149 Source/modules/filesystem/FileSystemCallbacks.h VoidCallbacks(PassOwnPtr<VoidCallback>, PassOwnPtr<ErrorCallback>, PassRefPtrWillBeRawPtr<DOMFileSystemBase>); VoidCallback 150 Source/modules/filesystem/FileSystemCallbacks.h OwnPtr<VoidCallback> m_successCallback; VoidCallback 515 Source/modules/filesystem/InspectorFileSystemAgent.cpp class VoidCallbackImpl FINAL : public VoidCallback { VoidCallback 567 Source/modules/filesystem/InspectorFileSystemAgent.cpp OwnPtr<VoidCallback> successCallback = adoptPtr(new VoidCallbackImpl(this)); VoidCallback 579 Source/modules/filesystem/InspectorFileSystemAgent.cpp OwnPtr<VoidCallback> successCallback = adoptPtr(new VoidCallbackImpl(this)); VoidCallback 244 Source/modules/mediastream/RTCPeerConnection.cpp void RTCPeerConnection::setLocalDescription(PassRefPtr<RTCSessionDescription> prpSessionDescription, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback, ExceptionState& exceptionState) VoidCallback 269 Source/modules/mediastream/RTCPeerConnection.cpp void RTCPeerConnection::setRemoteDescription(PassRefPtr<RTCSessionDescription> prpSessionDescription, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback, ExceptionState& exceptionState) VoidCallback 327 Source/modules/mediastream/RTCPeerConnection.cpp void RTCPeerConnection::addIceCandidate(RTCIceCandidate* iceCandidate, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback, ExceptionState& exceptionState) VoidCallback 57 Source/modules/mediastream/RTCPeerConnection.h class VoidCallback; VoidCallback 69 Source/modules/mediastream/RTCPeerConnection.h void setLocalDescription(PassRefPtr<RTCSessionDescription>, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>, ExceptionState&); VoidCallback 72 Source/modules/mediastream/RTCPeerConnection.h void setRemoteDescription(PassRefPtr<RTCSessionDescription>, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>, ExceptionState&); VoidCallback 82 Source/modules/mediastream/RTCPeerConnection.h void addIceCandidate(RTCIceCandidate*, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>, ExceptionState&); VoidCallback 41 Source/modules/mediastream/RTCVoidRequestImpl.cpp PassRefPtr<RTCVoidRequestImpl> RTCVoidRequestImpl::create(ExecutionContext* context, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback) VoidCallback 48 Source/modules/mediastream/RTCVoidRequestImpl.cpp RTCVoidRequestImpl::RTCVoidRequestImpl(ExecutionContext* context, PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<RTCErrorCallback> errorCallback) VoidCallback 40 Source/modules/mediastream/RTCVoidRequestImpl.h class VoidCallback; VoidCallback 44 Source/modules/mediastream/RTCVoidRequestImpl.h static PassRefPtr<RTCVoidRequestImpl> create(ExecutionContext*, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>); VoidCallback 55 Source/modules/mediastream/RTCVoidRequestImpl.h RTCVoidRequestImpl(ExecutionContext*, PassOwnPtr<VoidCallback>, PassOwnPtr<RTCErrorCallback>); VoidCallback 59 Source/modules/mediastream/RTCVoidRequestImpl.h OwnPtr<VoidCallback> m_successCallback; VoidCallback 117 Source/modules/webdatabase/Database.cpp void Database::changeVersion(const String& oldVersion, const String& newVersion, PassOwnPtr<SQLTransactionCallback> callback, PassOwnPtr<SQLTransactionErrorCallback> errorCallback, PassOwnPtr<VoidCallback> successCallback) VoidCallback 123 Source/modules/webdatabase/Database.cpp void Database::transaction(PassOwnPtr<SQLTransactionCallback> callback, PassOwnPtr<SQLTransactionErrorCallback> errorCallback, PassOwnPtr<VoidCallback> successCallback) VoidCallback 128 Source/modules/webdatabase/Database.cpp void Database::readTransaction(PassOwnPtr<SQLTransactionCallback> callback, PassOwnPtr<SQLTransactionErrorCallback> errorCallback, PassOwnPtr<VoidCallback> successCallback) VoidCallback 140 Source/modules/webdatabase/Database.cpp PassOwnPtr<VoidCallback> successCallback, bool readOnly, const ChangeVersionData* changeVersionData) VoidCallback 49 Source/modules/webdatabase/Database.h class VoidCallback; VoidCallback 58 Source/modules/webdatabase/Database.h void changeVersion(const String& oldVersion, const String& newVersion, PassOwnPtr<SQLTransactionCallback>, PassOwnPtr<SQLTransactionErrorCallback>, PassOwnPtr<VoidCallback> successCallback); VoidCallback 59 Source/modules/webdatabase/Database.h void transaction(PassOwnPtr<SQLTransactionCallback>, PassOwnPtr<SQLTransactionErrorCallback>, PassOwnPtr<VoidCallback> successCallback); VoidCallback 60 Source/modules/webdatabase/Database.h void readTransaction(PassOwnPtr<SQLTransactionCallback>, PassOwnPtr<SQLTransactionErrorCallback>, PassOwnPtr<VoidCallback> successCallback); VoidCallback 81 Source/modules/webdatabase/Database.h PassOwnPtr<VoidCallback> successCallback, bool readOnly, const ChangeVersionData* = 0); VoidCallback 177 Source/modules/webdatabase/InspectorDatabaseAgent.cpp class TransactionSuccessCallback FINAL : public VoidCallback { VoidCallback 295 Source/modules/webdatabase/InspectorDatabaseAgent.cpp OwnPtr<VoidCallback> successCallback(TransactionSuccessCallback::create()); VoidCallback 52 Source/modules/webdatabase/SQLTransaction.cpp PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<SQLTransactionErrorCallback> errorCallback, VoidCallback 59 Source/modules/webdatabase/SQLTransaction.cpp PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<SQLTransactionErrorCallback> errorCallback, VoidCallback 229 Source/modules/webdatabase/SQLTransaction.cpp OwnPtr<VoidCallback> successCallback = m_successCallbackWrapper.unwrap(); VoidCallback 52 Source/modules/webdatabase/SQLTransaction.h class VoidCallback; VoidCallback 57 Source/modules/webdatabase/SQLTransaction.h PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<SQLTransactionErrorCallback>, VoidCallback 72 Source/modules/webdatabase/SQLTransaction.h PassOwnPtr<VoidCallback> successCallback, PassOwnPtr<SQLTransactionErrorCallback>, VoidCallback 103 Source/modules/webdatabase/SQLTransaction.h SQLCallbackWrapper<VoidCallback> m_successCallbackWrapper;