HomeSort by relevance Sort by last modified time
    Searched refs:WebURLCredential (Results 1 - 7 of 7) sorted by null

  /external/webkit/WebKit/win/
WebURLCredential.cpp 28 #include "WebURLCredential.h"
37 // WebURLCredential ----------------------------------------------------------------
39 WebURLCredential::WebURLCredential(const Credential& credential)
44 gClassNameCount.add("WebURLCredential");
47 WebURLCredential::~WebURLCredential()
50 gClassNameCount.remove("WebURLCredential");
53 WebURLCredential* WebURLCredential::createInstance(
    [all...]
WebURLCredential.h 35 class WebURLCredential : public IWebURLCredential
38 static WebURLCredential* createInstance();
39 static WebURLCredential* createInstance(const WebCore::Credential&);
41 WebURLCredential(const WebCore::Credential&);
42 ~WebURLCredential();
67 // WebURLCredential
WebURLAuthenticationChallengeSenderCFNet.cpp 34 #include "WebURLCredential.h"
74 COMPtr<WebURLCredential> webCredential;
75 if (!credential || FAILED(credential->QueryInterface(__uuidof(WebURLCredential), (void**)&webCredential)))
ForEachCoClass.h 57 macro(WebURLCredential) \
WebURLAuthenticationChallenge.cpp 34 #include "WebURLCredential.h"
132 COMPtr<WebURLCredential> webCredential(Query, proposedCredential);
208 *result = WebURLCredential::createInstance(m_authenticationChallenge.proposedCredential());
WebDownloadCFNet.cpp 38 #include "WebURLCredential.h"
340 COMPtr<WebURLCredential> webCredential(Query, credential);
  /external/webkit/WebKit/win/Interfaces/
WebKit.idl 223 coclass WebURLCredential {

Completed in 303 milliseconds