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

/external/webkit/Source/WebKit/chromium/src/
H A DWebStorageQuotaCallbacksImpl.h62 RefPtr<WebCore::StorageInfoErrorCallback> m_errorCallback; member in class:WebKit::WebStorageQuotaCallbacksImpl
/external/webkit/Source/WebCore/fileapi/
H A DFileSystemCallbacks.h83 RefPtr<ErrorCallback> m_errorCallback; member in class:WebCore::FileSystemCallbacksBase
H A DSyncCallbackHelper.h68 , m_errorCallback(ErrorCallbackImpl::create(this))
89 PassRefPtr<ErrorCallback> errorCallback() { return m_errorCallback; }
157 RefPtr<ErrorCallbackImpl> m_errorCallback; member in class:WebCore::SyncCallbackHelper
H A DFileSystemCallbacks.cpp60 : m_errorCallback(errorCallback)
106 if (m_errorCallback) {
107 m_errorCallback->handleEvent(FileError::create(static_cast<FileError::ErrorCode>(code)).get());
108 m_errorCallback.clear();
210 m_root->getFile(m_filePath, 0, m_successCallback, m_errorCallback);
211 else if (m_errorCallback)
212 m_errorCallback->handleEvent(error);
219 , m_errorCallback(errorCallback)
227 RefPtr<ErrorCallback> m_errorCallback; member in class:WebCore::__anon15783::ErrorCallbackWrapper
251 root->getDirectory(m_filePath, 0, m_successCallback, ErrorCallbackWrapper::create(m_successCallback, m_errorCallback, roo
[all...]
/external/webkit/Source/WebCore/html/
H A DAsyncImageResizer.h94 ScriptValue m_errorCallback; member in class:WebCore::AsyncImageResizer
/external/webkit/Source/WebCore/page/
H A DGeolocation.h105 RefPtr<PositionErrorCallback> m_errorCallback; member in class:WebCore::Geolocation::GeoNotifier

Completed in 145 milliseconds