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

  /external/webkit/Source/WebKit/mac/WebView/
WebJSPDFDoc.mm 36 WebDataSource *dataSource = (WebDataSource *)JSObjectGetPrivate(object);
42 WebDataSource *dataSource = (WebDataSource *)JSObjectGetPrivate(object);
48 WebDataSource *dataSource = (WebDataSource *)JSObjectGetPrivate(thisObject);
  /external/webkit/Source/JavaScriptCore/API/tests/
JSNodeList.c 38 NodeList* nodeList = JSObjectGetPrivate(thisObject);
58 NodeList* nodeList = JSObjectGetPrivate(thisObject);
70 NodeList* nodeList = JSObjectGetPrivate(thisObject);
87 NodeList* nodeList = JSObjectGetPrivate(thisObject);
95 NodeList* nodeList = JSObjectGetPrivate(thisObject);
JSNode.c 50 Node* node = JSObjectGetPrivate(thisObject);
51 Node* child = JSObjectGetPrivate(JSValueToObject(context, arguments[0], NULL));
67 Node* node = JSObjectGetPrivate(thisObject);
68 Node* child = JSObjectGetPrivate(JSValueToObject(context, arguments[0], exception));
86 Node* node = JSObjectGetPrivate(thisObject);
87 Node* newChild = JSObjectGetPrivate(JSValueToObject(context, arguments[0], exception));
88 Node* oldChild = JSObjectGetPrivate(JSValueToObject(context, arguments[1], exception));
111 Node* node = JSObjectGetPrivate(object);
127 Node* node = JSObjectGetPrivate(thisObject);
152 Node* node = JSObjectGetPrivate(object)
    [all...]
testapi.c 522 ASSERT((void*)1 == JSObjectGetPrivate(object));
532 ASSERT((void*)4 == JSObjectGetPrivate(object));
603 ASSERT((void*)2 == JSObjectGetPrivate(object));
611 ASSERT((void*)3 == JSObjectGetPrivate(object));
757 ASSERT(JSObjectGetPrivate(o) == (void*)3);
    [all...]
  /external/webkit/Tools/DumpRenderTree/
AccessibilityController.cpp 36 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
42 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
61 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
68 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
75 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
82 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
96 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
LayoutTestController.cpp 103 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
110 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
117 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
128 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
135 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
142 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
164 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
172 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
179 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
186 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject))
    [all...]
GCController.cpp 47 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
58 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
66 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
AccessibilityTextMarker.cpp 38 return static_cast<AccessibilityTextMarker*>(JSObjectGetPrivate(object));
90 return static_cast<AccessibilityTextMarkerRange*>(JSObjectGetPrivate(object));
AccessibilityUIElement.cpp 36 return static_cast<AccessibilityUIElement*>(JSObjectGetPrivate(object));
    [all...]
  /external/webkit/Source/JavaScriptCore/qt/api/
qscriptfunction.cpp 29 void* priv = JSObjectGetPrivate(object);
35 QNativeFunctionData* data = reinterpret_cast<QNativeFunctionData*>(JSObjectGetPrivate(object));
89 void* priv = JSObjectGetPrivate(object);
95 QNativeFunctionWithArgData* data = reinterpret_cast<QNativeFunctionWithArgData*>(JSObjectGetPrivate(object));
  /external/webkit/Tools/WebKitTestRunner/InjectedBundle/Bindings/
JSWrapper.cpp 54 return static_cast<JSWrappable*>(JSObjectGetPrivate(JSValueToObject(context, value, 0)));
59 JSWrappable* wrappable = static_cast<JSWrappable*>(JSObjectGetPrivate(object));
  /external/webkit/Source/JavaScriptCore/API/
JSObjectRef.h 408 data is set on the created object before the intialize methods in its class chain are called. This enables the initialize methods to retrieve and manipulate data through JSObjectGetPrivate.
    [all...]
JSObjectRef.cpp 339 void* JSObjectGetPrivate(JSObjectRef object)
  /external/webkit/Tools/DumpRenderTree/gtk/
EventSender.cpp 152 GtkWidget* widget = GTK_WIDGET(JSObjectGetPrivate(object));
169 GtkMenuItem* item = GTK_MENU_ITEM(JSObjectGetPrivate(thisObject));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 

Completed in 232 milliseconds