• Home
  • Raw
  • Download

Lines Matching defs:argCount

309 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()
474 static bool testGetIntIdentifier(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant… in testGetIntIdentifier()
484 static bool testGetProperty(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant*… in testGetProperty()
518 static bool testHasProperty(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant*… in testHasProperty()
533 static bool testHasMethod(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in testHasMethod()
548 static bool testEvaluate(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in testEvaluate()
562 static bool testGetPropertyReturnValue(PluginObject* obj, const NPVariant* args, uint32_t argCount,… in testGetPropertyReturnValue()
589 static bool testPostURLFile(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant*… in testPostURLFile()
622 static bool testConstruct(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in testConstruct()
630 …nInvoke(NPObject* header, NPIdentifier name, const NPVariant* args, uint32_t argCount, NPVariant* … in pluginInvoke()
678 static bool pluginInvokeDefault(NPObject* obj, const NPVariant* args, uint32_t argCount, NPVariant*… in pluginInvokeDefault()