HomeSort by relevance Sort by last modified time
    Searched defs:mainDocumentError (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebKit/win/
WebDataSource.cpp 102 HRESULT STDMETHODCALLTYPE WebDataSource::mainDocumentError(
115 if (m_loader->mainDocumentError().isNull())
118 *error = WebError::createInstance(m_loader->mainDocumentError());
  /external/webkit/WebCore/loader/
DocumentLoader.h 105 const ResourceError& mainDocumentError() const { return m_mainDocumentError; }

Completed in 22 milliseconds