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

  /external/webkit/WebKit/mac/WebView/
WebJSPDFDoc.mm 73 static JSClassRef jsPDFDocClass = JSClassCreate(&jsPDFDocClassDefinition);
  /external/webkit/WebKitTools/DumpRenderTree/
GCController.cpp 99 return JSClassCreate(&classDefinition);
AccessibilityController.cpp 100 return JSClassCreate(&classDefinition);
AccessibilityUIElement.cpp     [all...]
LayoutTestController.cpp     [all...]
  /external/webkit/JavaScriptCore/API/tests/
JSNodeList.c 114 jsClass = JSClassCreate(&definition);
testapi.c 348 jsClass = JSClassCreate(&MyObject_definition);
429 jsClass = JSClassCreate(&EvilExceptionObject_definition);
463 jsClass = JSClassCreate(&EmptyObject_definition);
543 jsClass = JSClassCreate(&definition);
621 jsClass = JSClassCreate(&definition);
632 jsClass = JSClassCreate(&definition);
785 JSClassRef globalObjectClass = JSClassCreate(&globalObjectClassDefinition);
    [all...]
JSNode.c 178 jsClass = JSClassCreate(&definition);
  /external/webkit/WebCore/inspector/
JavaScriptProfile.cpp 162 static JSClassRef profileClass = JSClassCreate(&classDefinition);
JavaScriptProfileNode.cpp 214 static JSClassRef profileNodeClass = JSClassCreate(&classDefinition);
  /external/webkit/JavaScriptCore/API/
JSObjectRef.h 339 Standard JavaScript practice calls for storing function objects in prototypes, so they can be shared. The default JSClass created by JSClassCreate follows this idiom, instantiating objects with a shared, automatically generating prototype containing the class's function objects. The kJSClassAttributeNoAutomaticPrototype attribute specifies that a JSClass should not automatically generate such a prototype. The resulting JSClass instantiates objects with the default object prototype, and gives each instance object its own copy of the class's function objects.
382 JS_EXPORT JSClassRef JSClassCreate(const JSClassDefinition* definition);
    [all...]
JSObjectRef.cpp 55 JSClassRef JSClassCreate(const JSClassDefinition* definition)
  /external/webkit/WebKitTools/DumpRenderTree/gtk/
EventSender.cpp 646 eventSenderClass = JSClassCreate(&classDefinition);
  /external/webkit/WebKitTools/DumpRenderTree/win/
EventSender.cpp 664 eventSenderClass = JSClassCreate(&classDefinition);

Completed in 603 milliseconds