Home
last modified time | relevance | path

Searched defs:argCount (Results 1 – 17 of 17) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DPluginObject.cpp309 static bool testIdentifierToString(PluginObject*, const NPVariant* args, uint32_t argCount, NPVaria… in testIdentifierToString()
323 static bool testIdentifierToInt(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in testIdentifierToInt()
335 static bool testCallback(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in testCallback()
357 static bool getURL(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result) in getURL()
379 static bool removeDefaultMethod(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in removeDefaultMethod()
386 static bool getURLNotify(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in getURLNotify()
408 static bool testInvokeDefault(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in testInvokeDefault()
428 static bool destroyStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in destroyStream()
435 static bool destroyNullStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in destroyNullStream()
442 static bool testEnumerate(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in testEnumerate()
[all …]
DTestObject.cpp116 …tInvoke(NPObject* header, NPIdentifier name, const NPVariant* args, uint32_t argCount, NPVariant* … in testInvoke()
158 static bool testConstruct(NPObject* npobj, const NPVariant* args, uint32_t argCount, NPVariant* res… in testConstruct()
/external/webkit/JavaScriptCore/jit/
DJITCall.cpp64 int argCount = instruction[3].u.operand; in compileOpCallSetupArgs() local
75 int argCount = instruction[3].u.operand; in compileOpConstructSetupArgs() local
239 int argCount = instruction[3].u.operand; in compileOpCall() local
309 int argCount = instruction[3].u.operand; in compileOpCall() local
381 int argCount = instruction[3].u.operand; in compileOpCallSlowCase() local
DJITStubs.cpp1498 int argCount = stackFrame.args[2].int32(); in DEFINE_STUB_FUNCTION() local
1582 int argCount = stackFrame.args[2].int32(); in DEFINE_STUB_FUNCTION() local
1746 int argCount = stackFrame.args[2].int32(); in DEFINE_STUB_FUNCTION() local
2035 uint32_t argCount = 0; in DEFINE_STUB_FUNCTION() local
2622 int argCount = stackFrame.args[2].int32(); in DEFINE_STUB_FUNCTION() local
/external/webkit/WebCore/xml/
DXPathFunctions.h45 unsigned int argCount() const { return subExprCount(); } in argCount() function
/external/webkit/JavaScriptCore/interpreter/
DCachedCall.h37 CachedCall(CallFrame* callFrame, JSFunction* function, int argCount, JSValue* exception) in CachedCall()
DInterpreter.cpp736 …dyNode* functionBodyNode, CallFrame* callFrame, JSFunction* function, int argCount, ScopeChainNode… in prepareForRepeatCall()
1227 int argCount = (++vPC)->u.operand; in privateExecute() local
2959 int argCount = vPC[3].u.operand; in privateExecute() local
2996 int argCount = vPC[3].u.operand; in privateExecute() local
3064 int32_t argCount = 0; in privateExecute() local
3153 int argCount = callFrame->r(argCountReg).i(); in privateExecute() local
3397 int argCount = vPC[3].u.operand; in privateExecute() local
/external/webkit/JavaScriptCore/runtime/
DArgList.h185 ArgList(JSValue* args, unsigned argCount) in ArgList()
191 ArgList(Register* args, int argCount) in ArgList()
DStringPrototype.cpp238 int argCount = reg->numSubpatterns() + 1 + 2; in stringProtoFuncReplace() local
/external/webkit/WebCore/bridge/
DNP_jsobject.cpp55 static void getListFromVariantArgs(ExecState* exec, const NPVariant* args, unsigned argCount, RootO… in getListFromVariantArgs()
103 bool _NPN_InvokeDefault(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVariant* resu… in _NPN_InvokeDefault()
144 …P npp, NPObject* o, NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* … in _NPN_Invoke()
433 bool _NPN_Construct(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVariant* result) in _NPN_Construct()
Dtestbindings.cpp248 void myInvoke (MyObject *obj, NPIdentifier name, NPVariant *args, unsigned argCount, NPVariant *res… in myInvoke()
/external/webkit/V8Binding/jni/
Djni_npobject.cpp102 const NPVariant* args, uint32_t argCount, NPVariant* result) { in JavaNPObject_Invoke()
/external/webkit/JavaScriptGlue/
DJSValueWrapper.cpp156 CFIndex argCount = args ? CFArrayGetCount(args) : 0; in JSObjectCallFunction() local
DUserObjectImp.cpp64 CFIndex argCount = args.size(); in callAsFunction() local
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp952 int argCount = (++it)->u.operand; in dump() local
960 int argCount = (++it)->u.operand; in dump() local
968 int argCount = (++it)->u.operand; in dump() local
994 int argCount = (++it)->u.operand; in dump() local
/external/webkit/WebKitTools/android/webkitmerge/
Dwebkitmerge.cpp1606 bool ReadArgs(char* const args[], int argCount) in ReadArgs()
1712 int main (int argCount, char* const args[]) in main()
/external/webkit/WebCore/css/
DCSSParser.cpp4378 unsigned argCount() const { return m_argCount; } in argCount() function in WebCore::TransformOperationInfo
4382 …bool hasCorrectArgCount(unsigned argCount) { return m_argCount == argCount || (m_allowSingleArgume… in hasCorrectArgCount()