OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKURLRequestCreateWithWKURL
(Results
1 - 3
of
3
) sorted by null
/external/webkit/Source/WebKit2/Shared/API/c/
WKURLRequest.h
37
WK_EXPORT WKURLRequestRef
WKURLRequestCreateWithWKURL
(WKURLRef);
WKURLRequest.cpp
41
WKURLRequestRef
WKURLRequestCreateWithWKURL
(WKURLRef url)
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
CanHandleRequest_Bundle.cpp
50
return WKBundlePageCanHandleRequest(adoptWK(
WKURLRequestCreateWithWKURL
(adoptWK(WKURLCreateWithUTF8CString(url)).get())).get());
Completed in 779 milliseconds