Home | History | Annotate | Download | only in win

Lines Matching defs:webError

44 #include "WebError.h"
1680 COMPtr<IWebError> webError(AdoptCOM, WebError::createInstance(error));
1681 policyDelegate->unableToImplementPolicyWithError(d->webView, webError.get(), this);
1713 COMPtr<IWebError> webError;
1714 webError.adoptRef(WebError::createInstance(error));
1715 frameLoadDelegate->didFailProvisionalLoadWithError(d->webView, webError.get(), this);
1723 COMPtr<IWebError> webError;
1724 webError.adoptRef(WebError::createInstance(error));
1725 frameLoadDelegate->didFailLoadWithError(d->webView, webError.get(), this);
1749 COMPtr<IWebError> error(AdoptCOM, WebError::createInstance(resourceError, userInfoBag.get()));