HomeSort by relevance Sort by last modified time
    Searched refs:WKStringCreateWithUTF8CString (Results 1 - 17 of 17) sorted by null

  /external/webkit/Tools/TestWebKitAPI/Tests/WebKit2/
InjectedBundleBasic_Bundle.cpp 41 WKRetainPtr<WKStringRef> doneMessageName(AdoptWK, WKStringCreateWithUTF8CString("DoneMessageName"));
42 WKRetainPtr<WKStringRef> doneMessageBody(AdoptWK, WKStringCreateWithUTF8CString("DoneMessageBody"));
WKStringJSString.cpp 36 WKStringRef wkString = WKStringCreateWithUTF8CString("hello");
PreventEmptyUserAgent.cpp 64 WKPageSetCustomUserAgent(webView.page(), WKStringCreateWithUTF8CString(""));
65 WKRetainPtr<WKStringRef> javaScriptString(AdoptWK, WKStringCreateWithUTF8CString("navigator.userAgent"));
DocumentStartUserScriptAlertCrash.cpp 48 WKRetainPtr<WKPageGroupRef> pageGroup(AdoptWK, WKPageGroupCreateWithIdentifier(WKStringCreateWithUTF8CString("DocumentStartUserScriptAlertCrashTestPageGroup")));
DocumentStartUserScriptAlertCrash_Bundle.cpp 48 WKRetainPtr<WKStringRef> source(AdoptWK, WKStringCreateWithUTF8CString("alert('an alert');"));
EvaluateJavaScript.cpp 56 WKRetainPtr<WKStringRef> javaScriptString(AdoptWK, WKStringCreateWithUTF8CString("throw 'Hello'"));
WKString.cpp 34 WKStringRef string = WKStringCreateWithUTF8CString("hello");
Find.cpp 75 WKRetainPtr<WKStringRef> findString(AdoptWK, WKStringCreateWithUTF8CString("Hello"));
  /external/webkit/Tools/TestWebKitAPI/
PlatformUtilities.cpp 41 WKRetainPtr<WKStringRef> testNameKey(AdoptWK, WKStringCreateWithUTF8CString("TestName"));
42 WKRetainPtr<WKStringRef> testNameString(AdoptWK, WKStringCreateWithUTF8CString(testName.c_str()));
45 WKRetainPtr<WKStringRef> userDataKey(AdoptWK, WKStringCreateWithUTF8CString("UserData"));
63 return WKRetainPtr<WKStringRef>(AdoptWK, WKStringCreateWithUTF8CString(utf8String));
InjectedBundleController.cpp 67 WKStringRef testName = static_cast<WKStringRef>(WKDictionaryGetItemForKey(initializationDictionary, WKStringCreateWithUTF8CString("TestName")));
68 WKTypeRef userData = WKDictionaryGetItemForKey(initializationDictionary, WKStringCreateWithUTF8CString("UserData"));
JavaScriptTest.cpp 70 return WKRetainPtr<WKStringRef>(AdoptWK, WKStringCreateWithUTF8CString(utf8String));
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/
InjectedBundle.cpp 137 WKRetainPtr<WKStringRef> ackMessageName(AdoptWK, WKStringCreateWithUTF8CString("Ack"));
138 WKRetainPtr<WKStringRef> ackMessageBody(AdoptWK, WKStringCreateWithUTF8CString("BeginTest"));
152 WKRetainPtr<WKStringRef> errorMessageName(AdoptWK, WKStringCreateWithUTF8CString("Error"));
153 WKRetainPtr<WKStringRef> errorMessageBody(AdoptWK, WKStringCreateWithUTF8CString("Unknown"));
186 WKRetainPtr<WKStringRef> doneMessageName(AdoptWK, WKStringCreateWithUTF8CString("Done"));
189 WKRetainPtr<WKStringRef> textOutputKey(AdoptWK, WKStringCreateWithUTF8CString("TextOutput"));
190 WKRetainPtr<WKStringRef> textOutput(AdoptWK, WKStringCreateWithUTF8CString(m_outputStream.str().c_str()));
193 WKRetainPtr<WKStringRef> pixelResultKey = adoptWK(WKStringCreateWithUTF8CString("PixelResult"));
  /external/webkit/Tools/WebKitTestRunner/
TestController.cpp 246 WKRetainPtr<WKStringRef> pageGroupIdentifier(AdoptWK, WKStringCreateWithUTF8CString("WebKitTestRunnerPageGroup"));
255 WKRetainPtr<WKStringRef> databaseDirectoryWK(AdoptWK, WKStringCreateWithUTF8CString(databaseDirectory.data()));
351 WKRetainPtr<WKStringRef> messageName(AdoptWK, WKStringCreateWithUTF8CString("Reset"));
371 static WKStringRef standardFontFamily = WKStringCreateWithUTF8CString("Times");
372 static WKStringRef cursiveFontFamily = WKStringCreateWithUTF8CString("Apple Chancery");
373 static WKStringRef fantasyFontFamily = WKStringCreateWithUTF8CString("Papyrus");
374 static WKStringRef fixedFontFamily = WKStringCreateWithUTF8CString("Courier");
375 static WKStringRef sansSerifFontFamily = WKStringCreateWithUTF8CString("Helvetica");
376 static WKStringRef serifFontFamily = WKStringCreateWithUTF8CString("Times");
TestInvocation.cpp 136 WKRetainPtr<WKStringRef> messageName = adoptWK(WKStringCreateWithUTF8CString("BeginTest"));
202 WKRetainPtr<WKStringRef> textOutputKey(AdoptWK, WKStringCreateWithUTF8CString("TextOutput"));
205 WKRetainPtr<WKStringRef> pixelResultKey = adoptWK(WKStringCreateWithUTF8CString("PixelResult"));
  /external/webkit/Source/WebKit2/Shared/API/c/
WKString.h 48 WK_EXPORT WKStringRef WKStringCreateWithUTF8CString(const char* string);
WKString.cpp 39 WKStringRef WKStringCreateWithUTF8CString(const char* string)
  /external/webkit/Tools/WebKitTestRunner/win/
TestControllerWin.cpp 199 return WKRetainPtr<WKStringRef>(AdoptWK, WKStringCreateWithUTF8CString(string));

Completed in 218 milliseconds