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

  /external/webkit/JavaScriptCore/qt/api/
qscriptconverter_p.h 42 return JSStringCreateWithUTF8CString(str.toUtf8().constData());
46 return JSStringCreateWithUTF8CString(str);
  /external/webkit/JavaScriptCore/API/tests/
testapi.c 175 return JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
197 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
212 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception);
226 propertyName = JSStringCreateWithUTF8CString("alwaysOne");
230 propertyName = JSStringCreateWithUTF8CString("myPropertyName");
243 JSEvaluateScript(context, JSStringCreateWithUTF8CString("throw 'an exception'"), object, JSStringCreateWithUTF8CString("test script"), 1, exception)
    [all...]
minidom.c 49 JSStringRef printIString = JSStringCreateWithUTF8CString("print");
53 JSStringRef node = JSStringCreateWithUTF8CString("Node");
58 JSStringRef script = JSStringCreateWithUTF8CString(scriptUTF8);
JSNode.c 42 JSStringRef message = JSStringCreateWithUTF8CString("TypeError: appendChild can only be called on nodes");
46 JSStringRef message = JSStringCreateWithUTF8CString("TypeError: first argument to appendChild must be a node");
113 JSStringRef nodeType = JSStringCreateWithUTF8CString(node->nodeType);
  /external/webkit/JavaScriptCore/API/
JSStringRef.h 65 JS_EXPORT JSStringRef JSStringCreateWithUTF8CString(const char* string);
JSStringRef.cpp 42 JSStringRef JSStringCreateWithUTF8CString(const char* string)
107 JSStringRef bBuf = JSStringCreateWithUTF8CString(b);
  /external/webkit/JavaScriptCore/profiler/
ProfilerServer.mm 94 JSRetainPtr<JSStringRef> profileName(Adopt, JSStringCreateWithUTF8CString([_serverName UTF8String]));
102 JSRetainPtr<JSStringRef> profileName(Adopt, JSStringCreateWithUTF8CString([_serverName UTF8String]));
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
AccessibilityUIElementGtk.cpp 162 return JSStringCreateWithUTF8CString(atk_role_get_name(role));
182 return JSStringCreateWithUTF8CString(name);
192 return JSStringCreateWithUTF8CString(description);
537 return JSStringCreateWithUTF8CString(atk_document_get_attribute_value(ATK_DOCUMENT(m_element), "Encoding"));
546 return JSStringCreateWithUTF8CString(atk_document_get_attribute_value(ATK_DOCUMENT(m_element), "URI"));
LayoutTestControllerGtk.cpp 135 JSRetainPtr<JSStringRef> counterValue(Adopt, JSStringCreateWithUTF8CString(counterValueGChar));
199 JSRetainPtr<JSStringRef> absoluteURL(Adopt, JSStringCreateWithUTF8CString(absoluteCString));
EventSender.cpp 436 static const JSStringRef lengthProperty = JSStringCreateWithUTF8CString("length");
DumpRenderTree.cpp 606 JSStringRef eventSenderStr = JSStringCreateWithUTF8CString("eventSender");
  /external/webkit/WebKitTools/DumpRenderTree/pthreads/
JavaScriptThreadingPthreads.cpp 66 JSStringRef scriptRef = JSStringCreateWithUTF8CString(script);
  /external/webkit/WebKitTools/DumpRenderTree/
GCController.cpp 76 JSRetainPtr<JSStringRef> gcControllerStr(Adopt, JSStringCreateWithUTF8CString("GCController"));
AccessibilityController.cpp 50 JSRetainPtr<JSStringRef> accessibilityControllerStr(Adopt, JSStringCreateWithUTF8CString("accessibilityController"));
LayoutTestController.cpp 381 value.adopt(JSStringCreateWithUTF8CString(""));
564 target.adopt(JSStringCreateWithUTF8CString(""));
    [all...]
  /external/webkit/WebCore/inspector/
JavaScriptProfileNode.cpp 130 JSRetainPtr<JSStringRef> arrayString(Adopt, JSStringCreateWithUTF8CString("Array"));
144 JSRetainPtr<JSStringRef> pushString(Adopt, JSStringCreateWithUTF8CString("push"));
  /external/webkit/WebKitTools/DumpRenderTree/mac/
ObjCController.m 42 JSStringRef scriptRef = JSStringCreateWithUTF8CString("'Hello World!'");
FrameLoadDelegate.mm 300 JSObjectSetProperty(ctx, globalObject, JSRetainPtr<JSStringRef>(Adopt, JSStringCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);
LayoutTestControllerMac.mm 226 JSRetainPtr<JSStringRef> absoluteURL(Adopt, JSStringCreateWithUTF8CString([nsurlString UTF8String]));
  /external/webkit/WebKitTools/DumpRenderTree/win/
FrameLoadDelegate.cpp 330 JSObjectSetProperty(ctx, globalObject, JSRetainPtr<JSStringRef>(Adopt, JSStringCreateWithUTF8CString("__worldID")).get(), JSValueMakeNumber(ctx, worldIDForWorld(world)), kJSPropertyAttributeReadOnly, 0);
350 JSStringRef eventSenderStr = JSStringCreateWithUTF8CString("eventSender");
AccessibilityControllerWin.cpp 275 JSRetainPtr<JSStringRef> jsNotification(Adopt, JSStringCreateWithUTF8CString(eventName.c_str()));
EventSender.cpp 154 int modifiersCount = JSValueToNumber(context, JSObjectGetProperty(context, modifiersArray, JSStringCreateWithUTF8CString("length"), 0), 0);
438 static const JSStringRef lengthProperty = JSStringCreateWithUTF8CString("length");
DumpRenderTree.cpp     [all...]

Completed in 268 milliseconds