Home
last modified time | relevance | path

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

/external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
DPluginObject.cpp359 static bool testIdentifierToString(PluginObject*, const NPVariant* args, uint32_t argCount, NPVaria… in testIdentifierToString()
373 static bool testIdentifierToInt(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in testIdentifierToInt()
385 static bool testCallback(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in testCallback()
407 static bool getURL(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result) in getURL()
429 static bool removeDefaultMethod(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in removeDefaultMethod()
436 static bool getURLNotify(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in getURLNotify()
458 static bool testInvokeDefault(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in testInvokeDefault()
478 static bool destroyStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in destroyStream()
485 static bool destroyNullStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in destroyNullStream()
492 static bool testEnumerate(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in testEnumerate()
[all …]
/external/webkit/JavaScriptCore/jit/
DJITCall.cpp64 int argCount = instruction[3].u.operand; in compileOpCallSetupArgs() local
74 int argCount = instruction[3].u.operand; in compileOpConstructSetupArgs() local
236 int argCount = instruction[3].u.operand; in compileOpCall() local
302 int argCount = instruction[3].u.operand; in compileOpCall() local
376 int argCount = instruction[3].u.operand; in compileOpCallSlowCase() local
DJITStubs.cpp1655 int argCount = stackFrame.args[2].int32(); in DEFINE_STUB_FUNCTION() local
1738 int argCount = stackFrame.args[2].int32(); in DEFINE_STUB_FUNCTION() local
1902 int argCount = stackFrame.args[2].int32(); in DEFINE_STUB_FUNCTION() local
2156 uint32_t argCount = 0; in DEFINE_STUB_FUNCTION() local
2747 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/runtime/
DArgList.h190 ArgList(JSValue* args, unsigned argCount) in ArgList()
200 ArgList(Register* args, int argCount) in ArgList()
DStringPrototype.cpp340 int argCount = reg->numSubpatterns() + 1 + 2; in stringProtoFuncReplace() local
/external/webkit/JavaScriptCore/interpreter/
DCachedCall.h37 CachedCall(CallFrame* callFrame, JSFunction* function, int argCount, JSValue* exception) in CachedCall()
DInterpreter.cpp700 …able* FunctionExecutable, CallFrame* callFrame, JSFunction* function, int argCount, ScopeChainNode… in prepareForRepeatCall()
1194 int argCount = vPC[3].u.operand; in privateExecute() local
3013 int argCount = vPC[3].u.operand; in privateExecute() local
3050 int argCount = vPC[3].u.operand; in privateExecute() local
3117 int32_t argCount = 0; in privateExecute() local
3207 int argCount = callFrame->r(argCountReg).i(); in privateExecute() local
3450 int argCount = vPC[3].u.operand; in privateExecute() local
/external/webkit/WebCore/bridge/
DNP_jsobject.cpp54 static void getListFromVariantArgs(ExecState* exec, const NPVariant* args, unsigned argCount, RootO… in getListFromVariantArgs()
102 bool _NPN_InvokeDefault(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVariant* resu… in _NPN_InvokeDefault()
143 …P npp, NPObject* o, NPIdentifier methodName, const NPVariant* args, uint32_t argCount, NPVariant* … in _NPN_Invoke()
426 bool _NPN_Construct(NPP, NPObject* o, const NPVariant* args, uint32_t argCount, NPVariant* result) in _NPN_Construct()
Dtestbindings.cpp246 void myInvoke (MyObject *obj, NPIdentifier name, NPVariant *args, unsigned argCount, NPVariant *res… in myInvoke()
/external/webkit/WebCore/bridge/jni/v8/
DJavaNPObjectV8.cpp107 …voke(NPObject* obj, NPIdentifier identifier, const NPVariant* args, uint32_t argCount, NPVariant* … in JavaNPObjectInvoke()
/external/webkit/JavaScriptGlue/
DJSValueWrapper.cpp157 CFIndex argCount = args ? CFArrayGetCount(args) : 0; in JSObjectCallFunction() local
DUserObjectImp.cpp64 CFIndex argCount = args.size(); in callAsFunction() local
/external/webkit/JavaScriptCore/bytecode/
DCodeBlock.cpp971 int argCount = (++it)->u.operand; in dump() local
979 int argCount = (++it)->u.operand; in dump() local
987 int argCount = (++it)->u.operand; in dump() local
1013 int argCount = (++it)->u.operand; in dump() local
/external/webkit/WebKit/chromium/src/
DWebBindings.cpp65 bool WebBindings::construct(NPP npp, NPObject *npobj, const NPVariant *args, uint32_t argCount, NPV… in construct()
/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.cpp4535 unsigned argCount() const { return m_argCount; } in argCount() function in WebCore::TransformOperationInfo
4539 …bool hasCorrectArgCount(unsigned argCount) { return m_argCount == argCount || (m_allowSingleArgume… in hasCorrectArgCount()