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

  /external/webkit/Source/WebKit/win/
WebURLCredential.cpp 28 #include "WebURLCredential.h"
35 // WebURLCredential ----------------------------------------------------------------
37 WebURLCredential::WebURLCredential(const Credential& credential)
42 gClassNameCount.add("WebURLCredential");
45 WebURLCredential::~WebURLCredential()
48 gClassNameCount.remove("WebURLCredential");
51 WebURLCredential* WebURLCredential::createInstance(
    [all...]
WebURLCredential.h 32 class WebURLCredential : public IWebURLCredential
35 static WebURLCredential* createInstance();
36 static WebURLCredential* createInstance(const WebCore::Credential&);
38 WebURLCredential(const WebCore::Credential&);
39 ~WebURLCredential();
64 // WebURLCredential
WebURLAuthenticationChallengeSenderCFNet.cpp 33 #include "WebURLCredential.h"
71 COMPtr<WebURLCredential> webCredential;
72 if (!credential || FAILED(credential->QueryInterface(__uuidof(WebURLCredential), (void**)&webCredential)))
ForEachCoClass.h 57 macro(WebURLCredential) \
WebURLAuthenticationChallenge.cpp 33 #include "WebURLCredential.h"
129 COMPtr<WebURLCredential> webCredential(Query, proposedCredential);
205 *result = WebURLCredential::createInstance(m_authenticationChallenge.proposedCredential());
WebDownloadCFNet.cpp 37 #include "WebURLCredential.h"
339 COMPtr<WebURLCredential> webCredential(Query, credential);
  /external/webkit/Source/WebKit/win/Interfaces/
WebKit.idl 225 coclass WebURLCredential {

Completed in 66 milliseconds