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

  /external/chromium_org/content/shell/tools/plugin/Tests/
FormValue.cpp 16 virtual NPError NPP_GetValue(NPPVariable, void*) OVERRIDE;
19 NPError FormValue::NPP_GetValue(NPPVariable variable, void *value)
NullNPPGetValuePointer.cpp 36 // 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*)
72 pluginLog(m_npp, "NPP_GetValue was called but should not have been. Maybe WebKit copied the NPPluginFuncs struct, which would invalidate this test.");
NPPSetWindowCalledDuringDestruction.cpp 50 virtual NPError NPP_GetValue(NPPVariable, void*);
69 NPError NPPSetWindowCalledDuringDestruction::NPP_GetValue(NPPVariable variable, void* value)
SlowNPPNew.cpp 74 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/content/shell/tools/plugin/
PluginTest.cpp 126 NPError PluginTest::NPP_GetValue(NPPVariable variable, void* value) {
main.cpp 128 pluginFuncs->getvalue = NPP_GetValue;
831 NPError NPP_GetValue(NPP instance, NPPVariable variable, void *value)
853 if (obj->pluginTest->NPP_GetValue(variable, value) == NPERR_NO_ERROR)
894 return NPP_GetValue(instance, variable, value);
  /external/chromium_org/content/child/npapi/
plugin_instance.cc 175 NPError error = NPP_GetValue(NPPVpluginScriptableNPObject, &value);
184 NPError error = NPP_GetValue(NPPVformValue, &plugin_value);
338 NPError PluginInstance::NPP_GetValue(NPPVariable variable, void* value) {

Completed in 439 milliseconds