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

/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
H A DSyncCallbackHelper.h92 , m_errorCallback(ErrorCallbackImpl::create(this))
145 class ErrorCallbackImpl : public ErrorCallback { class in class:WebCore::SyncCallbackHelper
147 static PassRefPtr<ErrorCallbackImpl> create(HelperType* helper)
149 return adoptRef(new ErrorCallbackImpl(helper));
160 explicit ErrorCallbackImpl(HelperType* helper) function in class:WebCore::SyncCallbackHelper::ErrorCallbackImpl
168 friend class ErrorCallbackImpl;
184 RefPtr<ErrorCallbackImpl> m_errorCallback;

Completed in 169 milliseconds