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

  /external/webkit/WebCore/inspector/
JavaScriptProfile.cpp 64 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(thisObject));
74 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(thisObject));
83 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(thisObject));
100 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(thisObject));
101 profile->focus(static_cast<ProfileNode*>(JSObjectGetPrivate(const_cast<JSObjectRef>(arguments[0]))));
117 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(thisObject));
118 profile->exclude(static_cast<ProfileNode*>(JSObjectGetPrivate(const_cast<JSObjectRef>(arguments[0]))));
128 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(thisObject));
136 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(object));
JavaScriptProfileNode.cpp 61 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
71 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
81 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
92 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
103 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
114 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
125 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
172 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
183 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
189 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(object))
    [all...]
  /external/webkit/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/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 517 ASSERT((void*)1 == JSObjectGetPrivate(object));
527 ASSERT((void*)4 == JSObjectGetPrivate(object));
598 ASSERT((void*)2 == JSObjectGetPrivate(object));
606 ASSERT((void*)3 == JSObjectGetPrivate(object));
752 ASSERT(JSObjectGetPrivate(o) == (void*)3);
    [all...]
  /external/webkit/WebKitTools/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));
LayoutTestController.cpp 86 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
93 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
100 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
107 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
114 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
121 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));
149 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));
AccessibilityUIElement.cpp 36 return static_cast<AccessibilityUIElement*>(JSObjectGetPrivate(object));
    [all...]
  /external/webkit/JavaScriptCore/API/
JSClassRef.cpp 141 OpaqueJSClassContextData* jsClassData = static_cast<OpaqueJSClassContextData*>(JSObjectGetPrivate(prototype));
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 340 void* JSObjectGetPrivate(JSObjectRef object)

Completed in 205 milliseconds