Home | History | Annotate | Download | only in win

Lines Matching refs:COMPtr

130     COMPtr<WebMutableURLRequest> webRequest;
313 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(error));
322 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
335 COMPtr<WebURLAuthenticationChallenge> webChallenge(Query, challenge);
339 COMPtr<WebURLCredential> webCredential(Query, credential);
364 COMPtr<WebMutableURLRequest> webRequest(AdoptCOM, WebMutableURLRequest::createInstance(ResourceRequest(request)));
365 COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(response)));
366 COMPtr<IWebMutableURLRequest> finalRequest;
374 COMPtr<WebMutableURLRequest> finalWebRequest(AdoptCOM, WebMutableURLRequest::createInstance(finalRequest.get()));
393 COMPtr<IWebURLAuthenticationChallenge> webChallenge(AdoptCOM,
404 COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(response)));
411 COMPtr<WebURLResponse> webResponse(AdoptCOM, WebURLResponse::createInstance(ResourceResponse(response)));
501 COMPtr<WebDownload> protect = this;
510 COMPtr<WebError> webError(AdoptCOM, WebError::createInstance(ResourceError(error)));