OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WKURLCreateWithUTF8CString
(Results
1 - 9
of
9
) sorted by null
/external/webkit/Source/WebKit2/Shared/API/c/
WKURL.h
37
WK_EXPORT WKURLRef
WKURLCreateWithUTF8CString
(const char* string);
WKURL.cpp
38
WKURLRef
WKURLCreateWithUTF8CString
(const char* string)
/external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
AboutBlankLoad.cpp
55
WKPageLoadURL(webView.page(), adoptWK(
WKURLCreateWithUTF8CString
("about:blank")).get());
CanHandleRequest_Bundle.cpp
50
return WKBundlePageCanHandleRequest(adoptWK(WKURLRequestCreateWithWKURL(adoptWK(
WKURLCreateWithUTF8CString
(url)).get())).get());
CookieManager.cpp
83
WKPageLoadURL(webView.page(), adoptWK(
WKURLCreateWithUTF8CString
("about:blank")).get());
/external/webkit/Tools/TestWebKitAPI/win/
PlatformUtilitiesWin.cpp
103
return
WKURLCreateWithUTF8CString
("file:///does-not-exist.html");
/external/webkit/Tools/WebKitTestRunner/
TestInvocation.cpp
55
return
WKURLCreateWithUTF8CString
(pathOrURL);
88
return
WKURLCreateWithUTF8CString
(buffer.get());
TestController.cpp
46
static WKURLRef staticBlankURL =
WKURLCreateWithUTF8CString
("about:blank");
/external/webkit/Tools/MiniBrowser/mac/
BrowserWindowController.m
680
emptyURL =
WKURLCreateWithUTF8CString
("");
Completed in 260 milliseconds