HomeSort by relevance Sort by last modified time
    Searched refs:thisObject (Results 1 - 25 of 48) sorted by null

1 2

  /external/webkit/WebCore/dom/
ActiveDOMObject.h 56 template<class T> void setPendingActivity(T* thisObject)
58 ASSERT(thisObject == this);
59 thisObject->ref();
63 template<class T> void unsetPendingActivity(T* thisObject)
67 thisObject->deref();
  /system/media/opensles/libopensles/
I3DCommit.c 27 IObject *thisObject = InterfaceToIObject(this);
28 object_lock_exclusive(thisObject);
33 object_cond_wait(thisObject);
36 object_unlock_exclusive(thisObject);
48 IObject *thisObject = InterfaceToIObject(this);
49 object_lock_exclusive(thisObject);
51 object_unlock_exclusive(thisObject);
IDynamicInterfaceManagement.c 31 IObject *thisObject = InterfaceToIObject(this);
32 assert(NULL != thisObject);
34 const ClassTable *class__ = thisObject->mClass;
38 SLuint8 *interfaceStateP = &thisObject->mInterfaceStates[index];
42 object_lock_exclusive(thisObject);
50 object_unlock_exclusive(thisObject);
55 void *thisItf = (char *) thisObject + offset;
65 object_lock_exclusive(thisObject);
94 object_unlock_exclusive(thisObject);
115 IObject *thisObject = InterfaceToIObject(this)
    [all...]
IDynamicSource.c 37 IObject *thisObject = InterfaceToIObject(this);
38 object_lock_exclusive(thisObject);
41 object_unlock_exclusive(thisObject);
IMuteSolo.c 27 IObject *thisObject = this->mThis;
28 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) {
31 CAudioPlayer *ap = (CAudioPlayer *) thisObject;
66 IObject *thisObject = this->mThis;
67 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) {
70 CAudioPlayer *ap = (CAudioPlayer *) thisObject;
99 IObject *thisObject = this->mThis;
100 if (SL_OBJECTID_AUDIOPLAYER != IObjectToObjectID(thisObject)) {
103 CAudioPlayer *ap = (CAudioPlayer *) thisObject;
138 IObject *thisObject = this->mThis
    [all...]
  /external/webkit/WebCore/inspector/front-end/
Object.js 30 addEventListener: function(eventType, listener, thisObject) {
35 this._listeners[eventType].push({ thisObject: thisObject, listener: listener });
38 removeEventListener: function(eventType, listener, thisObject) {
43 if (listener && listeners[i].listener === listener && listeners[i].thisObject === thisObject)
45 else if (!listener && thisObject && listeners[i].thisObject === thisObject)
75 listeners[i].listener.call(listeners[i].thisObject, event)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/
AccessibilityUIElement.cpp 39 static JSValueRef allAttributesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
41 JSRetainPtr<JSStringRef> attributes(Adopt, toAXElement(thisObject)->allAttributes());
45 static JSValueRef attributesOfLinkedUIElementsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
47 JSRetainPtr<JSStringRef> linkedUIDescription(Adopt, toAXElement(thisObject)->attributesOfLinkedUIElements());
51 static JSValueRef attributesOfDocumentLinksCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
53 JSRetainPtr<JSStringRef> linkedUIDescription(Adopt, toAXElement(thisObject)->attributesOfDocumentLinks());
57 static JSValueRef attributesOfChildrenCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
59 JSRetainPtr<JSStringRef> childrenDescription(Adopt, toAXElement(thisObject)->attributesOfChildren());
63 static JSValueRef parameterizedAttributeNamesCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
65 JSRetainPtr<JSStringRef> parameterizedAttributeNames(Adopt, toAXElement(thisObject)->parameterizedAttributeNames())
    [all...]
AccessibilityController.cpp 34 static JSValueRef getFocusedElementCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception)
36 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
40 static JSValueRef getRootElementCallback(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception)
42 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
59 static JSValueRef logFocusEventsCallback(JSContextRef ctx, JSObjectRef, JSObjectRef thisObject, size_t, const JSValueRef[], JSValueRef*)
61 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
66 static JSValueRef logValueChangeEventsCallback(JSContextRef ctx, JSObjectRef, JSObjectRef thisObject, size_t, const JSValueRef[], JSValueRef*)
68 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
73 static JSValueRef logScrollingStartEventsCallback(JSContextRef ctx, JSObjectRef, JSObjectRef thisObject, size_t, const JSValueRef[], JSValueRef*)
75 AccessibilityController* controller = static_cast<AccessibilityController*>(JSObjectGetPrivate(thisObject));
    [all...]
LayoutTestController.cpp 84 static JSValueRef dumpAsPDFCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
86 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
91 static JSValueRef dumpAsTextCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
93 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
98 static JSValueRef dumpBackForwardListCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
100 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
105 static JSValueRef dumpChildFramesAsTextCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
107 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
112 static JSValueRef dumpChildFrameScrollPositionsCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
114 LayoutTestController* controller = static_cast<LayoutTestController*>(JSObjectGetPrivate(thisObject));
    [all...]
GCController.cpp 45 static JSValueRef collectCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
47 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
52 static JSValueRef collectOnAlternateThreadCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
58 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
64 static JSValueRef getJSObjectCountCallback(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
66 GCController* controller = static_cast<GCController*>(JSObjectGetPrivate(thisObject));
  /external/webkit/WebCore/inspector/
JavaScriptProfile.cpp 59 static JSValueRef getTitleCallback(JSContextRef ctx, JSObjectRef thisObject, JSStringRef, JSValueRef*)
61 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileClass()))
64 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(thisObject));
68 static JSValueRef getHeadCallback(JSContextRef ctx, JSObjectRef thisObject, JSStringRef, JSValueRef*)
70 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileClass()))
74 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(thisObject));
78 static JSValueRef getUniqueIdCallback(JSContextRef ctx, JSObjectRef thisObject, JSStringRef, JSValueRef*)
80 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileClass()))
83 Profile* profile = static_cast<Profile*>(JSObjectGetPrivate(thisObject));
89 static JSValueRef focus(JSContextRef ctx, JSObjectRef /*function*/, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* /*exception*/
    [all...]
JavaScriptProfileNode.cpp 56 static JSValueRef getFunctionName(JSContextRef ctx, JSObjectRef thisObject, JSStringRef, JSValueRef*)
58 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass()))
61 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
66 static JSValueRef getURL(JSContextRef ctx, JSObjectRef thisObject, JSStringRef, JSValueRef*)
68 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass()))
71 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
76 static JSValueRef getLineNumber(JSContextRef ctx, JSObjectRef thisObject, JSStringRef, JSValueRef*)
78 if (!JSValueIsObjectOfClass(ctx, thisObject, ProfileNodeClass()))
81 ProfileNode* profileNode = static_cast<ProfileNode*>(JSObjectGetPrivate(thisObject));
85 static JSValueRef getTotalTime(JSContextRef ctx, JSObjectRef thisObject, JSStringRef, JSValueRef*
    [all...]
JavaScriptCallFrame.idl 35 readonly attribute [CustomGetter] Object thisObject;
JavaScriptCallFrame.cpp 93 JSObject* JavaScriptCallFrame::thisObject() const
98 return m_debuggerCallFrame.thisObject();
  /external/webkit/JavaScriptCore/API/tests/
JSNodeList.c 33 static JSValueRef JSNodeList_item(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
38 NodeList* nodeList = JSObjectGetPrivate(thisObject);
53 static JSValueRef JSNodeList_length(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception)
58 NodeList* nodeList = JSObjectGetPrivate(thisObject);
68 static JSValueRef JSNodeList_getProperty(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception)
70 NodeList* nodeList = JSObjectGetPrivate(thisObject);
83 static void JSNodeList_initialize(JSContextRef context, JSObjectRef thisObject)
87 NodeList* nodeList = JSObjectGetPrivate(thisObject);
93 static void JSNodeList_finalize(JSObjectRef thisObject)
95 NodeList* nodeList = JSObjectGetPrivate(thisObject);
    [all...]
JSNode.c 36 static JSValueRef JSNode_appendChild(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
41 if (!JSValueIsObjectOfClass(context, thisObject, JSNode_class(context))) {
50 Node* node = JSObjectGetPrivate(thisObject);
59 static JSValueRef JSNode_removeChild(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
65 if (JSValueIsObjectOfClass(context, thisObject, JSNode_class(context))) {
67 Node* node = JSObjectGetPrivate(thisObject);
78 static JSValueRef JSNode_replaceChild(JSContextRef context, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
83 if (JSValueIsObjectOfClass(context, thisObject, JSNode_class(context))) {
86 Node* node = JSObjectGetPrivate(thisObject);
122 static JSValueRef JSNode_getChildNodes(JSContextRef context, JSObjectRef thisObject, JSStringRef propertyName, JSValueRef* exception
    [all...]
minidom.c 37 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception);
82 static JSValueRef print(JSContextRef context, JSObjectRef object, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
85 UNUSED_PARAM(thisObject);
  /external/webkit/WebCore/bindings/js/
ScriptFunctionCall.cpp 45 ScriptFunctionCall::ScriptFunctionCall(const ScriptObject& thisObject, const String& name)
46 : m_exec(thisObject.scriptState())
47 , m_thisObject(thisObject)
131 JSObject* thisObject = m_thisObject.jsObject();
135 JSValue function = thisObject->get(m_exec, Identifier(m_exec, m_name));
149 JSValue result = JSC::call(m_exec, function, callType, callData, thisObject, m_arguments);
169 JSObject* thisObject = m_thisObject.jsObject();
173 JSObject* constructor = asObject(thisObject->get(m_exec, Identifier(m_exec, m_name)));
JSJavaScriptCallFrameCustom.cpp 49 JSValue JSJavaScriptCallFrame::thisObject(ExecState*) const
51 return impl()->thisObject() ? impl()->thisObject() : jsNull();
  /external/webkit/WebCore/bindings/v8/
ScriptFunctionCall.cpp 48 ScriptFunctionCall::ScriptFunctionCall(const ScriptObject& thisObject, const String& name)
49 : m_scriptState(thisObject.scriptState())
50 , m_thisObject(thisObject)
126 v8::Local<v8::Object> thisObject = m_thisObject.v8Object();
127 v8::Local<v8::Value> value = thisObject->Get(v8String(m_name));
140 v8::Local<v8::Value> result = function->Call(thisObject, m_arguments.size(), args.get());
159 v8::Local<v8::Object> thisObject = m_thisObject.v8Object();
160 v8::Local<v8::Value> value = thisObject->Get(v8String(m_name));
ScriptFunctionCall.h 46 ScriptFunctionCall(const ScriptObject& thisObject, const String& name);
  /external/webkit/JavaScriptCore/debugger/
DebuggerCallFrame.h 56 JSObject* thisObject() const;
DebuggerCallFrame.cpp 69 JSObject* DebuggerCallFrame::thisObject() const
87 return m_callFrame->scopeChain()->globalData->interpreter->execute(eval.get(), m_callFrame, thisObject(), m_callFrame->scopeChain(), &exception);
  /external/webkit/WebKit/mac/WebView/
WebJSPDFDoc.mm 46 static JSValueRef jsPDFDocPrint(JSContextRef ctx, JSObjectRef function, JSObjectRef thisObject, size_t argumentCount, const JSValueRef arguments[], JSValueRef* exception)
48 WebDataSource *dataSource = (WebDataSource *)JSObjectGetPrivate(thisObject);
  /external/webkit/JavaScriptCore/API/
JSBase.h 93 @param thisObject The object to use as "this," or NULL to use the global object as "this."
99 JS_EXPORT JSValueRef JSEvaluateScript(JSContextRef ctx, JSStringRef script, JSObjectRef thisObject, JSStringRef sourceURL, int startingLineNumber, JSValueRef* exception);

Completed in 2083 milliseconds

1 2