Searched defs:NPP_GetValue (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/content/shell/tools/plugin/Tests/
H A DNullNPPGetValuePointer.cpp36 // Passing null for our NPP_GetValue function pointer should not crash.
44 virtual NPError NPP_GetValue(NPPVariable, void* value) OVERRIDE;
56 // that doesn't implement NPP_GetValue (like Shockwave Director 10.3 on Windows). Note that if
58 // call into our NPP_GetValue implementation.
64 // Set the NPP_GetValue pointer back the way it was before we mucked with it so we don't mess
70 NPError NullNPPGetValuePointer::NPP_GetValue(NPPVariable, void*) function in class:NullNPPGetValuePointer
72 pluginLog(m_npp, "NPP_GetValue was called but should not have been. Maybe WebKit copied the NPPluginFuncs struct, which would invalidate this test.");
H A DFormValue.cpp16 virtual NPError NPP_GetValue(NPPVariable, void*) OVERRIDE;
19 NPError FormValue::NPP_GetValue(NPPVariable variable, void *value) function in class:FormValue
H A DNPPSetWindowCalledDuringDestruction.cpp50 virtual NPError NPP_GetValue(NPPVariable, void*);
69 NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value) function in class:NPPSetWindowCalledDuringDestruction
H A DSlowNPPNew.cpp74 virtual NPError NPP_GetValue(NPPVariable variable, void *value) function in class:SlowNPPNew
/external/chromium_org/content/test/plugin/
H A Dplugin_client.cc35 pFuncs->getvalue = NPP_GetValue;
224 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) { function
/external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
H A Dmain.c51 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value);
91 pluginFuncs->getvalue = NPP_GetValue;
148 pluginFuncs->getvalue = (NPP_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_GetValue);
223 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) function
/external/chromium_org/third_party/npapi/npspy/common/
H A Dnpp_gate.cpp350 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) function
/external/chromium_org/content/shell/tools/plugin/
H A Dmain.cpp128 pluginFuncs->getvalue = NPP_GetValue;
831 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) function
853 if (obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR)
894 return NPP_GetValue(instance, variable, value);
H A DPluginTest.cpp126 NPError PluginTest::NPP_GetValue(NPPVariable variable, void* value) { function in class:PluginTest
/external/chromium_org/content/child/npapi/
H A Dplugin_instance.cc175 NPError error = NPP_GetValue(NPPVpluginScriptableNPObject, &value);
184 NPError error = NPP_GetValue(NPPVformValue, &plugin_value);
338 NPError PluginInstance::NPP_GetValue(NPPVariable variable, void* value) { function in class:content::PluginInstance

Completed in 151 milliseconds