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

  /external/webkit/Source/WebCore/platform/network/mac/
WebCoreURLResponse.h 29 typedef struct _CFURLResponse* CFURLResponseRef;
33 - (CFURLResponseRef)_CFURLResponse;
39 void adjustMIMETypeIfNecessary(CFURLResponseRef);
  /external/webkit/Tools/DumpRenderTree/cf/
WebArchiveDumpSupport.h 31 typedef struct _CFURLResponse* CFURLResponseRef;
38 CFURLResponseRef createCFURLResponseFromResponseData(CFDataRef responseData);
  /external/webkit/Source/WebCore/platform/network/cf/
ResourceResponse.h 33 typedef struct _CFURLResponse* CFURLResponseRef;
52 ResourceResponse(CFURLResponseRef cfResponse)
86 CFURLResponseRef cfURLResponse() const;
101 mutable RetainPtr<CFURLResponseRef> m_cfResponse;
  /external/webkit/Source/WebCore/platform/network/curl/
ResourceResponse.h 31 typedef struct _CFURLResponse* CFURLResponseRef;
52 CFURLResponseRef cfURLResponse() const { return 0; }
  /external/webkit/Source/WebCore/platform/mac/
WebCoreSystemInterface.h 89 typedef struct _CFURLResponse *CFURLResponseRef;
270 extern CFStringRef (*wkGetCFURLResponseMIMEType)(CFURLResponseRef);
271 extern CFURLRef (*wkGetCFURLResponseURL)(CFURLResponseRef);
272 extern CFHTTPMessageRef (*wkGetCFURLResponseHTTPResponse)(CFURLResponseRef);
273 extern CFStringRef (*wkCopyCFURLResponseSuggestedFilename)(CFURLResponseRef);
274 extern void (*wkSetCFURLResponseMIMEType)(CFURLResponseRef, CFStringRef mimeType);
  /external/webkit/WebKitLibraries/
WebKitSystemInterface.h 18 typedef struct _CFURLResponse* CFURLResponseRef;
403 CFStringRef WKGetCFURLResponseMIMEType(CFURLResponseRef);
404 CFURLRef WKGetCFURLResponseURL(CFURLResponseRef);
405 CFHTTPMessageRef WKGetCFURLResponseHTTPResponse(CFURLResponseRef);
406 CFStringRef WKCopyCFURLResponseSuggestedFilename(CFURLResponseRef);
407 void WKSetCFURLResponseMIMEType(CFURLResponseRef, CFStringRef mimeType);
  /external/webkit/WebKitLibraries/win/include/WebKitSystemInterface/
WebKitSystemInterface.h 48 typedef struct _CFURLResponse* CFURLResponseRef;
88 CFDictionaryRef wkGetSSLCertificateInfo(CFURLResponseRef);
183 CFDictionaryRef wkCFURLResponseCreateSerializableRepresentation(CFURLResponseRef cfResponse, CFTypeRef tokenNull);
184 CFURLResponseRef wkCFURLResponseCreateFromSerializableRepresentation(CFDictionaryRef representation, CFTypeRef tokenNull);

Completed in 227 milliseconds