Home
last modified time | relevance | path

Searched refs:argCount (Results 1 – 21 of 21) sorted by relevance

/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DPluginObject.cpp37 static bool pluginInvoke(NPObject*, NPIdentifier name, const NPVariant* args, uint32_t argCount, NP…
38 static bool pluginInvokeDefault(NPObject*, const NPVariant* args, uint32_t argCount, NPVariant* res…
254 static bool testIdentifierToString(PluginObject*, const NPVariant* args, uint32_t argCount, NPVaria… in testIdentifierToString() argument
256 if (argCount != 1) in testIdentifierToString()
268 static bool testIdentifierToInt(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in testIdentifierToInt() argument
270 if (argCount != 1) in testIdentifierToInt()
280 static bool testCallback(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in testCallback() argument
282 if (argCount == 0 || !NPVARIANT_IS_STRING(args[0])) in testCallback()
302 static bool getURL(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result) in getURL() argument
304 if (argCount == 2 && NPVARIANT_IS_STRING(args[0]) && NPVARIANT_IS_STRING(args[1])) { in getURL()
[all …]
DTestObject.cpp34 static bool testConstruct(NPObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* resul…
126 static bool testConstruct(NPObject* npobj, const NPVariant* args, uint32_t argCount, NPVariant* res… in testConstruct() argument
/external/webkit/JavaScriptCore/jit/
DJITCall.cpp85 int argCount = instruction[3].u.operand; in compileOpCallSetupArgs() local
91 emitPutJITStubArgConstant(argCount, 3); in compileOpCallSetupArgs()
96 int argCount = instruction[3].u.operand; in compileOpCallEvalSetupArgs() local
102 emitPutJITStubArgConstant(argCount, 3); in compileOpCallEvalSetupArgs()
107 int argCount = instruction[3].u.operand; in compileOpConstructSetupArgs() local
115 emitPutJITStubArgConstant(argCount, 3); in compileOpConstructSetupArgs()
126 int argCount = instruction[3].u.operand; in compileOpCall() local
153 emitPutVirtualRegister(registerOffset - RegisterFile::CallFrameHeaderSize - argCount); in compileOpCall()
160 move(Imm32(argCount), X86::edx); in compileOpCall()
200 int argCount = instruction[3].u.operand; in compileOpCall() local
[all …]
/external/webkit/WebCore/bridge/
DNP_jsobject.cpp55 static void getListFromVariantArgs(ExecState* exec, const NPVariant* args, unsigned argCount, RootO… in getListFromVariantArgs() argument
57 for (unsigned i = 0; i < argCount; ++i) in getListFromVariantArgs()
103 bool _NPN_InvokeDefault(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVariant* resu… in _NPN_InvokeDefault() argument
126 getListFromVariantArgs(exec, args, argCount, rootObject, argList); in _NPN_InvokeDefault()
139 return o->_class->invokeDefault(o, args, argCount, result); in _NPN_InvokeDefault()
144 …, NPObject* o, NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* resul… in _NPN_Invoke() argument
155 if (argCount != 1) in _NPN_Invoke()
176 getListFromVariantArgs(exec, args, argCount, rootObject, argList); in _NPN_Invoke()
189 return o->_class->invoke(o, methodName, args, argCount, result); in _NPN_Invoke()
429 bool _NPN_Construct(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVariant* result) in _NPN_Construct() argument
[all …]
Dnpruntime.h243 …nPtr)(NPObject *obj, NPIdentifier name, const NPVariant *args, uint32_t argCount, NPVariant *resul…
244 …okeDefaultFunctionPtr)(NPObject *npobj, const NPVariant *args, uint32_t argCount, NPVariant *resul…
250 typedef bool (*NPConstructFunctionPtr)(NPObject *npobj, const NPVariant *args, uint32_t argCount, N…
336 …Object *npobj, NPIdentifier methodName, const NPVariant *args, uint32_t argCount, NPVariant *resul…
337 bool NPN_InvokeDefault(NPP npp, NPObject *npobj, const NPVariant *args, uint32_t argCount, NPVarian…
345 bool NPN_Construct(NPP npp, NPObject *npobj, const NPVariant *args, uint32_t argCount, NPVariant *r…
Dnpruntime_impl.h48 …PP, NPObject*, NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* resul…
49 extern bool _NPN_InvokeDefault(NPP, NPObject*, const NPVariant* args, uint32_t argCount, NPVariant*…
58 extern bool _NPN_Construct(NPP, NPObject*, const NPVariant* args, uint32_t argCount, NPVariant *res…
Dtestbindings.cpp248 void myInvoke (MyObject *obj, NPIdentifier name, NPVariant *args, unsigned argCount, NPVariant *res… in myInvoke() argument
251 if (argCount == 1 && NPN_VariantIsString(&args[0])) in myInvoke()
256 if (argCount == 1 && NPN_VariantIsDouble (&args[0])) in myInvoke()
261 if (argCount == 1 && (NPN_VariantIsDouble (&args[0]) || NPN_VariantIsInt32 (&args[0]))) in myInvoke()
266 if (argCount == 1 && NPN_VariantIsString (&args[0])) in myInvoke()
271 if (argCount == 1 && NPN_VariantIsBool (&args[0])) in myInvoke()
/external/webkit/WebKit/android/plugins/sample/
DPluginObject.cpp43 static bool pluginInvoke(NPObject *obj, NPIdentifier name, const NPVariant *args, uint32_t argCount
44 static bool pluginInvokeDefault(NPObject *obj, const NPVariant *args, uint32_t argCount, NPVariant …
129 static bool pluginInvoke(NPObject *obj, NPIdentifier name, const NPVariant *args, uint32_t argCount in pluginInvoke() argument
138 static bool pluginInvokeDefault(NPObject *obj, const NPVariant *args, uint32_t argCount, NPVariant … in pluginInvokeDefault() argument
/external/webkit/WebCore/xml/
DXPathFunctions.cpp316 if (argCount() > 0) { in evaluate()
335 if (argCount() > 0) { in evaluate()
354 if (argCount() > 0) { in evaluate()
383 if (!argCount()) in evaluate()
392 unsigned count = argCount(); in evaluate()
455 bool haveLength = argCount() == 3; in evaluate()
479 if (!argCount()) in evaluate()
486 if (!argCount()) { in evaluate()
573 if (!argCount()) in evaluate()
DXPathFunctions.h46 unsigned int argCount() const { return subExprCount(); } in argCount() function
/external/webkit/WebCore/plugins/
Dnpfunctions.h85 …NPObject *obj, NPIdentifier methodName, const NPVariant *args, unsigned argCount, NPVariant *resul…
86 …efaultProcPtr) (NPP npp, NPObject *obj, const NPVariant *args, unsigned argCount, NPVariant *resul…
95 …nstructProcPtr)(NPP npp, NPObject* obj, const NPVariant *args, uint32_t argCount, NPVariant *resul…
/external/webkit/JavaScriptGlue/
DJSValueWrapper.cpp156 CFIndex argCount = args ? CFArrayGetCount(args) : 0; in JSObjectCallFunction() local
157 for (CFIndex i = 0; i < argCount; i++) in JSObjectCallFunction()
DUserObjectImp.cpp64 CFIndex argCount = args.size(); in callAsFunction() local
69 for (CFIndex i = 0; i < argCount; i++) { in callAsFunction()
/external/webkit/JavaScriptCore/interpreter/
DInterpreter.cpp1493 int argCount = (++vPC)->u.operand; in privateExecute() local
1494 ArgList args(callFrame->registers() + firstArg, argCount); in privateExecute()
3242 int argCount = vPC[3].u.operand; in privateExecute() local
3248 Register* argv = newCallFrame - RegisterFile::CallFrameHeaderSize - argCount; in privateExecute()
3253 …JSValuePtr result = callEval(callFrame, registerFile, argv, argCount, registerOffset, exceptionVal… in privateExecute()
3279 int argCount = vPC[3].u.operand; in privateExecute() local
3294 …rame = slideRegisterWindowForCall(newCodeBlock, registerFile, callFrame, registerOffset, argCount); in privateExecute()
3301 …->init(newCodeBlock, vPC + 5, callDataScopeChain, previousCallFrame, dst, argCount, asFunction(v)); in privateExecute()
3314 newCallFrame->init(0, vPC + 5, scopeChain, callFrame, dst, argCount, 0); in privateExecute()
3316 … Register* thisRegister = newCallFrame->registers() - RegisterFile::CallFrameHeaderSize - argCount; in privateExecute()
[all …]
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp948 int argCount = (++it)->u.operand; in dump() local
950 … %d\n", location, registerName(dst).c_str(), registerName(func).c_str(), argCount, registerOffset); in dump()
956 int argCount = (++it)->u.operand; in dump() local
958 … %d\n", location, registerName(dst).c_str(), registerName(func).c_str(), argCount, registerOffset); in dump()
978 int argCount = (++it)->u.operand; in dump() local
982 …%s\n", location, registerName(dst).c_str(), registerName(func).c_str(), argCount, registerOffset, … in dump()
/external/webkit/WebCore/css/
DCSSParser.cpp4109 unsigned argCount() const { return m_argCount; } in argCount() function in WebCore::TransformOperationInfo
4113 …bool hasCorrectArgCount(unsigned argCount) { return m_argCount == argCount || (m_allowSingleArgume… in hasCorrectArgCount() argument
/external/webkit/WebKitTools/
DChangeLog3459 Fix bogus argCount check breaking plugin test.
/external/webkit/WebCore/
DChangeLog-2006-05-101031 (WebCore::XPath::Function::argCount):
DChangeLog-2005-12-1926684 (Function::argCount):
DChangeLog-2007-10-1450158 (WebCore::XPath::Function::argCount):
DChangeLog-2008-08-1081963 (WebCore::TransformOperationInfo::argCount):