Home
last modified time | relevance | path

Searched refs:requestRef (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebKit2/Shared/API/c/
DWKURLRequest.cpp46 WKURLRef WKURLRequestCopyURL(WKURLRequestRef requestRef) in WKURLRequestCopyURL() argument
48 return toCopiedURLAPI(toImpl(requestRef)->url()); in WKURLRequestCopyURL()
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKContext.cpp87 WKDownloadRef WKContextDownloadURLRequest(WKContextRef contextRef, const WKURLRequestRef requestRef) in WKContextDownloadURLRequest() argument
89 return toAPI(toImpl(contextRef)->download(0, toImpl(requestRef)->resourceRequest())); in WKContextDownloadURLRequest()
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.cpp225 bool WKBundlePageCanHandleRequest(WKURLRequestRef requestRef) in WKBundlePageCanHandleRequest() argument
227 return WebPage::canHandleRequest(toImpl(requestRef)->resourceRequest()); in WKBundlePageCanHandleRequest()