Home
last modified time | relevance | path

Searched refs:callFunction (Results 1 – 8 of 8) sorted by relevance

/external/webkit/JavaScriptGlue/
DJSObject.cpp83 if (!fCallBacks.callFunction) in getCallData()
93 if (fCallBacks.callFunction) in CallFunction()
95 result = (JSUserObject*)fCallBacks.callFunction(fData, (JSObjectRef)thisObj, args); in CallFunction()
DJavaScriptGlue.h70 JSObjectCallFunctionProcPtr callFunction; member
DJSValueWrapper.cpp57 callBacks.callFunction = (JSObjectCallFunctionProcPtr)JSValueWrapper::JSObjectCallFunction; in GetJSObectCallBacks()
DJavaScriptGlue.cpp393 callBacks.callFunction = 0; in JSObjectCreateWithCFType()
/external/webkit/WebCore/inspector/
DInspectorController.cpp135 return callFunction(context, thisObject, functionName, 0, 0, exception); in callSimpleFunction()
138 JSValueRef InspectorController::callFunction(JSContextRef context, JSObjectRef thisObject, const ch… in callFunction() function in WebCore::InspectorController
1284 callFunction(m_scriptContext, m_scriptObject, "updateFocusedNode", 1, &arg0, exception); in focusNode()
1387callFunction(m_scriptContext, m_scriptObject, "setRecordingProfile", 1, &isProvingValue, exception… in toggleRecordButton()
1455callFunction(m_scriptContext, m_scriptObject, "setAttachedWindow", 1, &attachedValue, exception); in setAttachedWindow()
1515 callFunction(m_scriptContext, m_scriptObject, "inspectedWindowCleared", 1, &arg0, exception); in inspectedWindowScriptObjectCleared()
1876callFunction(m_scriptContext, m_scriptObject, "addResource", 1, &resource->scriptObject, exception… in addScriptResource()
1915 callFunction(m_scriptContext, m_scriptObject, "removeResource", 1, &scriptObject, exception); in removeScriptResource()
2164 callFunction(m_scriptContext, m_scriptObject, "addDatabase", 1, &result, exception); in addDatabaseScriptResource()
2190 callFunction(m_scriptContext, m_scriptObject, "removeDatabase", 1, &scriptObject, exception); in removeDatabaseScriptResource()
[all …]
DInspectorController.h278 …JSValueRef callFunction(JSContextRef, JSObjectRef thisObject, const char* functionName, size_t arg…
/external/webkit/WebCore/
DChangeLog-2008-08-1025147 (WebCore::InspectorController::callFunction): Pass the context to HANDLE_EXCEPTION.
26897 Add a new callFunction helper function to remove duplicate code
26903 (WebCore::InspectorController::callSimpleFunction): Call callFunction.
26904 (WebCore::InspectorController::callFunction): Extended version of the original
26906 (WebCore::InspectorController::focusNode): Use callFunction.
26912 * page/InspectorController.h: Add callFunction.
DChangeLog-2005-12-1917862 (-[KWQMainThreadPerformTarget callFunction:]):