Home
last modified time | relevance | path

Searched refs:WKURLRequestRef (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundlePage.h66 …dForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef, bool pageLoa…
67 …static WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identif…
90 …dForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef, bool pageLoa…
91WKURLRequestRef willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WK…
98 …tion(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLRequestRef, WKTypeRef*, …
99 …tion(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLRequestRef, WKStringRef …
100 …licyForResponse(WKBundlePageRef, WKBundleFrameRef, WKURLResponseRef, WKURLRequestRef, WKTypeRef*, …
102 …ction(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLRequestRef, WKTypeRef*);
103 …tion(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLRequestRef, WKStringRef …
104 …olicyForResponse(WKBundlePageRef, WKBundleFrameRef, WKURLResponseRef, WKURLRequestRef, WKTypeRef*);
DInjectedBundlePage.cpp361 …e(WKBundlePageRef page, WKBundleFrameRef frame, uint64_t identifier, WKURLRequestRef request, bool… in didInitiateLoadForResource()
366 WKURLRequestRef InjectedBundlePage::willSendRequestForFrame(WKBundlePageRef page, WKBundleFrameRef … in willSendRequestForFrame()
650 …tiateLoadForResource(WKBundlePageRef, WKBundleFrameRef, uint64_t identifier, WKURLRequestRef, bool) in didInitiateLoadForResource() argument
656 WKURLRequestRef InjectedBundlePage::willSendRequestForFrame(WKBundlePageRef, WKBundleFrameRef, uint… in willSendRequestForFrame()
696 …KBundleFrameRef frame, WKBundleNavigationActionRef navigationAction, WKURLRequestRef request, WKTy… in decidePolicyForNavigationAction()
701 …KBundleFrameRef frame, WKBundleNavigationActionRef navigationAction, WKURLRequestRef request, WKSt… in decidePolicyForNewWindowAction()
706 …ndlePageRef page, WKBundleFrameRef frame, WKURLResponseRef response, WKURLRequestRef request, WKTy… in decidePolicyForResponse()
716 …tion(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLRequestRef request, WKTy… in decidePolicyForNavigationAction()
721 …tion(WKBundlePageRef, WKBundleFrameRef, WKBundleNavigationActionRef, WKURLRequestRef, WKStringRef,… in decidePolicyForNewWindowAction() argument
726 …PolicyForResponse(WKBundlePageRef, WKBundleFrameRef, WKURLResponseRef, WKURLRequestRef, WKTypeRef*) in decidePolicyForResponse() argument
/external/webkit/Source/WebKit2/Shared/API/c/mac/
DWKURLRequestNS.h36 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithNSURLRequest(NSURLRequest* urlRequest);
37 WK_EXPORT NSURLRequest* WKURLRequestCopyNSURLRequest(WKURLRequestRef urlRequest);
DWKURLRequestNS.mm34 WKURLRequestRef WKURLRequestCreateWithNSURLRequest(NSURLRequest* urlRequest)
41 NSURLRequest* WKURLRequestCopyNSURLRequest(WKURLRequestRef urlRequest)
/external/webkit/Source/WebKit2/Shared/API/c/cf/
DWKURLRequestCF.h36 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithCFURLRequest(CFURLRequestRef urlRequest);
37 WK_EXPORT CFURLRequestRef WKURLRequestCopyCFURLRequest(CFAllocatorRef alloc, WKURLRequestRef urlReq…
DWKURLRequestCF.cpp34 WKURLRequestRef WKURLRequestCreateWithCFURLRequest(CFURLRequestRef urlRequest) in WKURLRequestCreateWithCFURLRequest()
41 CFURLRequestRef WKURLRequestCopyCFURLRequest(CFAllocatorRef alloc, WKURLRequestRef urlRequest) in WKURLRequestCopyCFURLRequest()
/external/webkit/Source/WebKit2/Shared/API/c/
DWKURLRequest.h37 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithWKURL(WKURLRef);
39 WK_EXPORT WKURLRef WKURLRequestCopyURL(WKURLRequestRef);
DWKURLRequest.cpp41 WKURLRequestRef WKURLRequestCreateWithWKURL(WKURLRef url) in WKURLRequestCreateWithWKURL()
46 WKURLRef WKURLRequestCopyURL(WKURLRequestRef requestRef) in WKURLRequestCopyURL()
DWKBase.h64 typedef const struct OpaqueWKURLRequest* WKURLRequestRef; typedef
DWKSharedAPICast.h94 WK_ADD_API_MAPPING(WKURLRequestRef, WebURLRequest) in WK_ADD_API_MAPPING()
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
DPageLoadBasic.cpp90 …ionType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKFr… in decidePolicyForNavigationAction()
101 …ionType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKSt… in decidePolicyForNewWindowAction()
106 …esponse(WKPageRef page, WKFrameRef frame, WKURLResponseRef response, WKURLRequestRef request, WKFr… in decidePolicyForResponse()
DAboutBlankLoad.cpp36 …ePolicyForResponse(WKPageRef, WKFrameRef, WKURLResponseRef response, WKURLRequestRef, WKFramePolic… in decidePolicyForResponse() argument
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.h130 …KBundleFrameRef frame, WKBundleNavigationActionRef navigationAction, WKURLRequestRef request, WKTy…
131 …KBundleFrameRef frame, WKBundleNavigationActionRef navigationAction, WKURLRequestRef request, WKSt…
132 …ndlePageRef page, WKBundleFrameRef frame, WKURLResponseRef response, WKURLRequestRef request, WKTy…
146 …ack)(WKBundlePageRef, WKBundleFrameRef, uint64_t resourceIdentifier, WKURLRequestRef, bool pageIsP…
147 …edef WKURLRequestRef (*WKBundlePageWillSendRequestForFrameCallback)(WKBundlePageRef, WKBundleFrame…
292 WK_EXPORT bool WKBundlePageCanHandleRequest(WKURLRequestRef request);
DWKBundlePage.cpp225 bool WKBundlePageCanHandleRequest(WKURLRequestRef requestRef) in WKBundlePageCanHandleRequest()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKPage.h108 …ionType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKFr…
109 …ionType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKSt…
110 …llback)(WKPageRef page, WKFrameRef frame, WKURLResponseRef response, WKURLRequestRef request, WKFr…
134 …back)(WKPageRef page, WKFrameRef frame, uint64_t resourceIdentifier, WKURLRequestRef request, bool…
135 …back)(WKPageRef page, WKFrameRef frame, uint64_t resourceIdentifier, WKURLRequestRef request, WKUR…
266 WK_EXPORT void WKPageLoadURLRequest(WKPageRef page, WKURLRequestRef urlRequest);
DWKDownload.h41 WK_EXPORT WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download);
DWKDownload.cpp40 WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download) in WKDownloadCopyRequest()
DWKContext.h112 WK_EXPORT WKDownloadRef WKContextDownloadURLRequest(WKContextRef context, const WKURLRequestRef req…
DWKContext.cpp87 WKDownloadRef WKContextDownloadURLRequest(WKContextRef contextRef, const WKURLRequestRef requestRef) in WKContextDownloadURLRequest()
DWKPage.cpp63 void WKPageLoadURLRequest(WKPageRef pageRef, WKURLRequestRef urlRequestRef) in WKPageLoadURLRequest()
/external/webkit/Tools/MiniBrowser/mac/
DBrowserWindowController.m361 …ionType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKFr…
367 …ionType, WKEventModifiers modifiers, WKEventMouseButton mouseButton, WKURLRequestRef request, WKSt…
373 …esponse(WKPageRef page, WKFrameRef frame, WKURLResponseRef response, WKURLRequestRef request, WKFr…
/external/webkit/Tools/
DChangeLog5894 (WTR::InjectedBundlePage::willSendRequestForFrame): Retain the WKURLRequestRef returned
/external/webkit/Source/WebKit2/
DChangeLog-2011-02-162806 …: Crash when InjectedBundlePageLoaderClient::willSendRequestForFrame returns a null WKURLRequestRef
32582 WKURLRequestRef.
32965 Add WebURLRequest class and WKURLRequestRef C API to go with it. Right now,
32966 instance of WKURLRequestRef are manipulated via platform types, a la the