Searched defs:NPVariant (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNPRuntimeObjectMap.h33 typedef struct _NPVariant NPVariant; typedef in typeref:struct:_NPVariant
72 void convertJSValueToNPVariant(JSC::ExecState*, JSC::JSValue, NPVariant&);
73 JSC::JSValue convertNPVariantToJSValue(JSC::ExecState*, JSC::JSGlobalObject*, const NPVariant&);
75 bool evaluate(NPObject*, const String& scriptString, NPVariant* result);
/external/webkit/Source/WebKit2/WebProcess/Plugins/
H A DPluginController.h32 typedef struct _NPVariant NPVariant; typedef in typeref:struct:_NPVariant
73 virtual bool evaluate(NPObject*, const String& scriptString, NPVariant* result, bool allowPopups) = 0;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DPluginScriptableNPObjectInvokeDefault.cpp43 bool invokeDefault(const NPVariant*, uint32_t, NPVariant* result) argument
H A DNPPSetWindowCalledDuringDestruction.cpp43 bool invoke(NPIdentifier, const NPVariant*, uint32_t, NPVariant*);
120 bool NPPSetWindowCalledDuringDestruction::ScriptObject::invoke(NPIdentifier identifier, const NPVariant*, uint32_t, NPVariant*) argument
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.h47 DEFINE_HAS_MEMBER_CHECK(invoke, bool, (NPIdentifier methodName, const NPVariant*, uint32_t, NPVariant* result));
48 DEFINE_HAS_MEMBER_CHECK(invokeDefault, bool, (const NPVariant*, uint32_t, NPVariant* result));
50 DEFINE_HAS_MEMBER_CHECK(getProperty, bool, (NPIdentifier propertyName, NPVariant* result));
130 bool invoke(NPIdentifier methodName, const NPVariant*, uint32_t, NPVariant* result) argument
136 bool invokeDefault(const NPVariant*, uint32_t, NPVariant* result) argument
148 bool getProperty(NPIdentifier propertyName, NPVariant* resul
[all...]
H A DPluginObject.cpp41 NPVariant consoleVariant;
49 NPVariant messageVariant;
52 NPVariant result;
104 static bool pluginGetProperty(NPObject*, NPIdentifier name, NPVariant*);
105 static bool pluginSetProperty(NPObject*, NPIdentifier name, const NPVariant*);
106 static bool pluginInvoke(NPObject*, NPIdentifier name, const NPVariant* args, uint32_t argCount, NPVariant* result);
252 static NPUTF8* createCStringFromNPVariant(const NPVariant* variant)
283 static bool pluginGetProperty(NPObject* obj, NPIdentifier name, NPVariant* result)
349 static bool pluginSetProperty(NPObject* obj, NPIdentifier name, const NPVariant* varian
380 testDOMAccess(PluginObject* obj, const NPVariant*, uint32_t, NPVariant* result) argument
[all...]
/external/webkit/Source/WebCore/bridge/
H A Dnpruntime.h109 } NPVariant; typedef in typeref:struct:_NPVariant
114 their value, as is the case with all non-const NPVariant*
121 void NPN_ReleaseVariantValue(NPVariant *variant);
192 JavaScript to C (NPVariant with type:)
200 C (NPVariant with type:) to JavaScript
244 The NPVariant *result argument of these functions (where
252 const NPVariant *args, uint32_t argCount,
253 NPVariant *result);
255 const NPVariant *args,
257 NPVariant *resul
[all...]

Completed in 521 milliseconds