/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundlePage.h | 66 …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… 91 …WKURLRequestRef 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*);
|
D | InjectedBundlePage.cpp | 361 …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/ |
D | WKURLRequestNS.h | 36 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithNSURLRequest(NSURLRequest* urlRequest); 37 WK_EXPORT NSURLRequest* WKURLRequestCopyNSURLRequest(WKURLRequestRef urlRequest);
|
D | WKURLRequestNS.mm | 34 WKURLRequestRef WKURLRequestCreateWithNSURLRequest(NSURLRequest* urlRequest) 41 NSURLRequest* WKURLRequestCopyNSURLRequest(WKURLRequestRef urlRequest)
|
/external/webkit/Source/WebKit2/Shared/API/c/cf/ |
D | WKURLRequestCF.h | 36 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithCFURLRequest(CFURLRequestRef urlRequest); 37 WK_EXPORT CFURLRequestRef WKURLRequestCopyCFURLRequest(CFAllocatorRef alloc, WKURLRequestRef urlReq…
|
D | WKURLRequestCF.cpp | 34 WKURLRequestRef WKURLRequestCreateWithCFURLRequest(CFURLRequestRef urlRequest) in WKURLRequestCreateWithCFURLRequest() 41 CFURLRequestRef WKURLRequestCopyCFURLRequest(CFAllocatorRef alloc, WKURLRequestRef urlRequest) in WKURLRequestCopyCFURLRequest()
|
/external/webkit/Source/WebKit2/Shared/API/c/ |
D | WKURLRequest.h | 37 WK_EXPORT WKURLRequestRef WKURLRequestCreateWithWKURL(WKURLRef); 39 WK_EXPORT WKURLRef WKURLRequestCopyURL(WKURLRequestRef);
|
D | WKURLRequest.cpp | 41 WKURLRequestRef WKURLRequestCreateWithWKURL(WKURLRef url) in WKURLRequestCreateWithWKURL() 46 WKURLRef WKURLRequestCopyURL(WKURLRequestRef requestRef) in WKURLRequestCopyURL()
|
D | WKBase.h | 64 typedef const struct OpaqueWKURLRequest* WKURLRequestRef; typedef
|
D | WKSharedAPICast.h | 94 WK_ADD_API_MAPPING(WKURLRequestRef, WebURLRequest) in WK_ADD_API_MAPPING()
|
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/ |
D | PageLoadBasic.cpp | 90 …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()
|
D | AboutBlankLoad.cpp | 36 …ePolicyForResponse(WKPageRef, WKFrameRef, WKURLResponseRef response, WKURLRequestRef, WKFramePolic… in decidePolicyForResponse() argument
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePage.h | 130 …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);
|
D | WKBundlePage.cpp | 225 bool WKBundlePageCanHandleRequest(WKURLRequestRef requestRef) in WKBundlePageCanHandleRequest()
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKPage.h | 108 …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);
|
D | WKDownload.h | 41 WK_EXPORT WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download);
|
D | WKDownload.cpp | 40 WKURLRequestRef WKDownloadCopyRequest(WKDownloadRef download) in WKDownloadCopyRequest()
|
D | WKContext.h | 112 WK_EXPORT WKDownloadRef WKContextDownloadURLRequest(WKContextRef context, const WKURLRequestRef req…
|
D | WKContext.cpp | 87 WKDownloadRef WKContextDownloadURLRequest(WKContextRef contextRef, const WKURLRequestRef requestRef) in WKContextDownloadURLRequest()
|
D | WKPage.cpp | 63 void WKPageLoadURLRequest(WKPageRef pageRef, WKURLRequestRef urlRequestRef) in WKPageLoadURLRequest()
|
/external/webkit/Tools/MiniBrowser/mac/ |
D | BrowserWindowController.m | 361 …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/ |
D | ChangeLog | 5894 (WTR::InjectedBundlePage::willSendRequestForFrame): Retain the WKURLRequestRef returned
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 2806 …: 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
|