Lines Matching refs:NPVariant
41 NPVariant consoleVariant; in pluginLogWithWindowObject()
49 NPVariant messageVariant; in pluginLogWithWindowObject()
52 NPVariant result; in pluginLogWithWindowObject()
104 static bool pluginGetProperty(NPObject*, NPIdentifier name, NPVariant*);
105 static bool pluginSetProperty(NPObject*, NPIdentifier name, const NPVariant*);
106 …bool pluginInvoke(NPObject*, NPIdentifier name, const NPVariant* args, uint32_t argCount, NPVarian…
252 static NPUTF8* createCStringFromNPVariant(const NPVariant* variant) in createCStringFromNPVariant()
283 static bool pluginGetProperty(NPObject* obj, NPIdentifier name, NPVariant* result) in pluginGetProperty()
349 static bool pluginSetProperty(NPObject* obj, NPIdentifier name, const NPVariant* variant) in pluginSetProperty()
380 static bool testDOMAccess(PluginObject* obj, const NPVariant*, uint32_t, NPVariant* result) in testDOMAccess() argument
386 NPVariant styleVariant; in testDOMAccess()
391 NPVariant borderVariant; in testDOMAccess()
403 static NPIdentifier stringVariantToIdentifier(NPVariant variant) in stringVariantToIdentifier()
412 static NPIdentifier int32VariantToIdentifier(NPVariant variant) in int32VariantToIdentifier()
419 static NPIdentifier doubleVariantToIdentifier(NPVariant variant) in doubleVariantToIdentifier()
428 static NPIdentifier variantToIdentifier(NPVariant variant) in variantToIdentifier()
439 …atic bool testIdentifierToString(PluginObject*, const NPVariant* args, uint32_t argCount, NPVarian… in testIdentifierToString()
453 static bool testIdentifierToInt(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant*… in testIdentifierToInt()
465 …atic bool testPassTestObject(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in testPassTestObject()
477 NPVariant browserResult; in testPassTestObject()
485 static bool testCallback(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in testCallback()
497 NPVariant browserResult; in testCallback()
507 …atic bool testCallbackReturn(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in testCallbackReturn()
519 NPVariant callbackArgs[1]; in testCallbackReturn()
522 NPVariant browserResult; in testCallbackReturn()
536 static bool getURL(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* result) in getURL()
559 static bool getURLNotify(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in getURLNotify()
581 …tatic bool testInvokeDefault(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in testInvokeDefault()
588 NPVariant invokeArgs[1]; in testInvokeDefault()
589 NPVariant browserResult; in testInvokeDefault()
601 static bool destroyStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in destroyStream()
608 …tatic bool destroyNullStream(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in destroyNullStream()
615 static bool testEnumerate(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in testEnumerate()
632 NPVariant args[1]; in testEnumerate()
634 NPVariant browserResult; in testEnumerate()
647 static bool testGetIntIdentifier(PluginObject*, const NPVariant* args, uint32_t argCount, NPVariant… in testGetIntIdentifier()
657 static bool testGetProperty(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant*… in testGetProperty()
671 NPVariant variant; in testGetProperty()
691 static bool testHasProperty(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant*… in testHasProperty()
706 static bool testHasMethod(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in testHasMethod()
721 static bool testEvaluate(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in testEvaluate()
735 …l testGetPropertyReturnValue(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in testGetPropertyReturnValue()
744 NPVariant variant; in testGetPropertyReturnValue()
762 static bool testPostURLFile(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant*… in testPostURLFile()
797 static bool testConstruct(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in testConstruct()
807 … bool testScriptObjectInvoke(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in testScriptObjectInvoke()
820 NPVariant object_result; in testScriptObjectInvoke()
833 NPVariant invoke_args[1]; in testScriptObjectInvoke()
837 NPVariant object_method_result; in testScriptObjectInvoke()
863 NPVariant result; in notifyTestCompletion()
881 NPVariant docVariant; in testDocumentOpen()
890 NPVariant openArgs[2]; in testDocumentOpen()
894 NPVariant result; in testDocumentOpen()
925 NPVariant openArgs[2]; in testWindowOpen()
929 NPVariant result; in testWindowOpen()
948 static bool testSetStatus(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* r… in testSetStatus()
962 static bool testResizeTo(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* re… in testResizeTo()
970 NPVariant callResult; in testResizeTo()
981 …tatic bool normalizeOverride(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVarian… in normalizeOverride()
989 NPVariant callResult; in normalizeOverride()
996 static bool invalidateRect(PluginObject* obj, const NPVariant* args, uint32_t argCount, NPVariant* … in invalidateRect()
1011 …uginInvoke(NPObject* header, NPIdentifier name, const NPVariant* args, uint32_t argCount, NPVarian… in pluginInvoke()
1199 NPVariant args[2]; in handleCallback()
1224 NPVariant browserResult; in handleCallback()
1253 NPVariant args[7]; in testNPRuntime()
1263 NPVariant result; in testNPRuntime()