HomeSort by relevance Sort by last modified time
    Searched defs:NPP_GetValue (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
FormValue.cpp 37 virtual NPError NPP_GetValue(NPPVariable, void*);
40 NPError FormValue::NPP_GetValue(NPPVariable variable, void *value)
NullNPPGetValuePointer.cpp 32 // Passing null for our NPP_GetValue function pointer should not crash.
40 virtual NPError NPP_GetValue(NPPVariable, void* value);
52 // that doesn't implement NPP_GetValue (like Shockwave Director 10.3 on Windows). Note that if
54 // call into our NPP_GetValue implementation.
60 // Set the NPP_GetValue pointer back the way it was before we mucked with it so we don't mess
66 NPError NullNPPGetValuePointer::NPP_GetValue(NPPVariable, void*)
68 pluginLog(m_npp, "NPP_GetValue was called but should not have been. Maybe WebKit copied the NPPluginFuncs struct, which would invalidate this test.");
PluginScriptableNPObjectInvokeDefault.cpp 50 virtual NPError NPP_GetValue(NPPVariable variable, void *value)
NPRuntimeObjectFromDestroyedPlugin.cpp 76 virtual NPError NPP_GetValue(NPPVariable variable, void *value)
NPDeallocateCalledBeforeNPShutdown.cpp 76 virtual NPError NPP_GetValue(NPPVariable variable, void *value)
NPPSetWindowCalledDuringDestruction.cpp 46 virtual NPError NPP_GetValue(NPPVariable, void*);
65 NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value)
PluginScriptableObjectOverridesAllProperties.cpp 71 virtual NPError NPP_GetValue(NPPVariable variable, void *value)
SlowNPPNew.cpp 70 virtual NPError NPP_GetValue(NPPVariable variable, void *value)
NPRuntimeRemoveProperty.cpp 158 virtual NPError NPP_GetValue(NPPVariable variable, void *value)
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 350 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
  /external/chromium_org/content/test/plugin/
plugin_client.cc 35 pFuncs->getvalue = NPP_GetValue;
224 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value) {
  /external/chromium_org/third_party/WebKit/ManualTests/NPN_Invoke/
main.c 51 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)
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 136 NPError PluginTest::NPP_GetValue(NPPVariable variable, void *value)
main.cpp 123 pluginFuncs->getvalue = NPP_GetValue;
811 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
833 if (obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR)
874 return NPP_GetValue(instance, variable, value);
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 172 NPError error = NPP_GetValue(NPPVpluginScriptableNPObject, &value);
181 NPError error = NPP_GetValue(NPPVformValue, &plugin_value);
334 NPError PluginInstance::NPP_GetValue(NPPVariable variable, void *value) {

Completed in 882 milliseconds