Home
last modified time | relevance | path

Searched refs:CallTypeHost (Results 1 – 25 of 33) sorted by relevance

12

/external/webkit/Source/WebCore/bindings/js/
DJSPluginElementFunctions.cpp167 ASSERT(callType == CallTypeHost); in callPlugin()
184 return CallTypeHost; in runtimeObjectGetCallData()
191 return CallTypeHost; in runtimeObjectGetCallData()
DJSNodeListCustom.cpp90 return CallTypeHost; in getCallData()
DJSHTMLAllCollectionCustom.cpp106 return CallTypeHost; in getCallData()
DJSHTMLCollectionCustom.cpp102 return CallTypeHost; in getCallData()
/external/webkit/Source/JavaScriptCore/runtime/
DCallData.cpp37 ASSERT(callType == CallTypeJS || callType == CallTypeHost); in call()
DCallData.h44 CallTypeHost, enumerator
DErrorConstructor.cpp65 return CallTypeHost; in getCallData()
DBooleanConstructor.cpp69 return CallTypeHost; in getCallData()
DArrayConstructor.cpp93 return CallTypeHost; in getCallData()
DNativeErrorConstructor.cpp80 return CallTypeHost; in getCallData()
DStringConstructor.cpp93 return CallTypeHost; in getCallData()
DNumberConstructor.cpp128 return CallTypeHost; in getCallData()
DFunctionConstructor.cpp71 return CallTypeHost; in getCallData()
DFunctionPrototype.cpp64 return CallTypeHost; in getCallData()
DError.cpp197 return CallTypeHost; in getCallData()
DDateConstructor.cpp156 return CallTypeHost; in getCallData()
DJSFunction.cpp153 return CallTypeHost; in getCallData()
DRegExpConstructor.cpp348 return CallTypeHost; in getCallData()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPMethod.cpp78 return CallTypeHost; in getCallData()
DJSNPObject.cpp209 return CallTypeHost; in getCallData()
/external/webkit/Source/JavaScriptCore/API/
DJSCallbackFunction.cpp78 return CallTypeHost; in getCallData()
/external/webkit/Source/WebCore/bridge/
Druntime_method.cpp124 return CallTypeHost; in getCallData()
Druntime_object.cpp267 return CallTypeHost; in getCallData()
/external/webkit/Source/JavaScriptGlue/
DJSObject.cpp88 return CallTypeHost; in getCallData()
/external/webkit/Source/WebCore/bridge/objc/
Dobjc_runtime.mm257 return CallTypeHost;

12