Home
last modified time | relevance | path

Searched refs:WKURLResponseRef (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h67 …dlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef, WKURLResponseRef, const void*);
68 …ForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLResponseRef, const void*);
91 …orFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef, WKURLResponseRef);
92 …ceiveResponseForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLResponseRef);
100 …cyAction decidePolicyForResponse(WKBundlePageRef, WKBundleFrameRef, WKURLResponseRef, WKURLRequest…
104 …cyAction decidePolicyForResponse(WKBundlePageRef, WKBundleFrameRef, WKURLResponseRef, WKURLRequest…
DInjectedBundlePage.cpp366 …BundleFrameRef frame, uint64_t identifier, WKURLRequestRef request, WKURLResponseRef redirectRespo… in willSendRequestForFrame()
371 …(WKBundlePageRef page, WKBundleFrameRef frame, uint64_t identifier, WKURLResponseRef response, con… in didReceiveResponseForResource()
656 …estForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t, WKURLRequestRef request, WKURLResponseRef) in willSendRequestForFrame() argument
677 …ePage::didReceiveResponseForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t, WKURLResponseRef) in didReceiveResponseForResource() argument
706 …cidePolicyForResponse(WKBundlePageRef page, WKBundleFrameRef frame, WKURLResponseRef response, WKU… in decidePolicyForResponse()
726 …dlePage::decidePolicyForResponse(WKBundlePageRef, WKBundleFrameRef, WKURLResponseRef, WKURLRequest… in decidePolicyForResponse() argument
/external/webkit/Source/WebKit2/Shared/API/c/mac/
DWKURLResponseNS.h36 WK_EXPORT WKURLResponseRef WKURLResponseCreateWithNSURLResponse(NSURLResponse* urlResponse);
37 WK_EXPORT NSURLResponse* WKURLResponseCopyNSURLResponse(WKURLResponseRef urlResponse);
DWKURLResponseNS.mm34 WKURLResponseRef WKURLResponseCreateWithNSURLResponse(NSURLResponse* urlResponse)
41 NSURLResponse* WKURLResponseCopyNSURLResponse(WKURLResponseRef urlResponse)
/external/webkit/Source/WebKit2/Shared/API/c/cf/
DWKURLResponseCF.h36 WK_EXPORT WKURLResponseRef WKURLResponseCreateWithCFURLResponse(CFURLResponseRef urlResponse);
37 WK_EXPORT CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef ur…
DWKURLResponseCF.cpp34 WKURLResponseRef WKURLResponseCreateWithCFURLResponse(CFURLResponseRef urlResponse) in WKURLResponseCreateWithCFURLResponse()
44 CFURLResponseRef WKURLResponseCopyCFURLResponse(CFAllocatorRef alloc, WKURLResponseRef urlResponse) in WKURLResponseCopyCFURLResponse()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/win/
DDoNotCopyANullCFURLResponse.cpp37 WKRetainPtr<WKURLResponseRef> nullWKResponse(AdoptWK, WKURLResponseCreateWithCFURLResponse(0)); in TEST()
/external/webkit/Tools/TestWebKitAPI/
DPlatformUtilities.h51 WKRetainPtr<WKStringRef> MIMETypeForWKURLResponse(WKURLResponseRef);
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DAboutBlankLoad.cpp36 static void decidePolicyForResponse(WKPageRef, WKFrameRef, WKURLResponseRef response, WKURLRequestR… in decidePolicyForResponse()
DPageLoadBasic.cpp106 static void decidePolicyForResponse(WKPageRef page, WKFrameRef frame, WKURLResponseRef response, WK… in decidePolicyForResponse()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h132 …yForResponseCallback)(WKBundlePageRef page, WKBundleFrameRef frame, WKURLResponseRef response, WKU…
147 …ef, WKBundleFrameRef, uint64_t resourceIdentifier, WKURLRequestRef, WKURLResponseRef redirectRespo…
148 …ck)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKURLResponseRef, const void* …
/external/webkit/Tools/TestWebKitAPI/win/
DPlatformUtilitiesWin.cpp106 WKRetainPtr<WKStringRef> MIMETypeForWKURLResponse(WKURLResponseRef wkResponse) in MIMETypeForWKURLResponse()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKBase.h65 typedef const struct OpaqueWKURLResponse* WKURLResponseRef; typedef
DWKSharedAPICast.h95 WK_ADD_API_MAPPING(WKURLResponseRef, WebURLResponse) in WK_ADD_API_MAPPING()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h110 …eDecidePolicyForResponseCallback)(WKPageRef page, WKFrameRef frame, WKURLResponseRef response, WKU…
135 …ameRef frame, uint64_t resourceIdentifier, WKURLRequestRef request, WKURLResponseRef redirectRespo…
136 …ack)(WKPageRef page, WKFrameRef frame, uint64_t resourceIdentifier, WKURLResponseRef response, con…
DWKContext.h75 …eiveResponseCallback)(WKContextRef context, WKDownloadRef download, WKURLResponseRef response, con…
/external/webkit/Tools/TestWebKitAPI/mac/
DPlatformUtilitiesMac.mm67 WKRetainPtr<WKStringRef> MIMETypeForWKURLResponse(WKURLResponseRef wkResponse)
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m373 static void decidePolicyForResponse(WKPageRef page, WKFrameRef frame, WKURLResponseRef response, WK…
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-1632580 Add WebURLResponse class and WKURLResponseRef C API to go with it. Right now,
32581 instance of WKURLResponseRef are manipulated via platform types just like