Searched refs:ErrorCallbackImpl (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
H A DSyncCallbackHelper.h68 , m_errorCallback(ErrorCallbackImpl::create(this))
118 class ErrorCallbackImpl : public ErrorCallback { class in class:WebCore::SyncCallbackHelper
120 static PassRefPtr<ErrorCallbackImpl> create(HelperType* helper)
122 return adoptRef(new ErrorCallbackImpl(helper));
133 ErrorCallbackImpl(HelperType* helper) function in class:WebCore::SyncCallbackHelper::ErrorCallbackImpl
141 friend class ErrorCallbackImpl;
157 RefPtr<ErrorCallbackImpl> m_errorCallback;

Completed in 52 milliseconds