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

/external/webkit/Source/WebKit/win/
H A DWebDataSource.cpp102 HRESULT STDMETHODCALLTYPE WebDataSource::mainDocumentError( function in class:WebDataSource
115 if (m_loader->mainDocumentError().isNull())
118 *error = WebError::createInstance(m_loader->mainDocumentError());
/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.h115 const ResourceError& mainDocumentError() const { return m_mainDocumentError; } function in class:WebCore::DocumentLoader

Completed in 126 milliseconds