HomeSort by relevance Sort by last modified time
    Searched refs:NPN_GetValue (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/WebKit/Source/testing/plugin/Tests/
LeakWindowScriptableObject.cpp 42 if (NPN_GetValue(NPNVWindowNPObject, &window) != NPERR_NO_ERROR) {
PassDifferentNPPStruct.cpp 55 NPError error = NPN_GetValue(NPNVprivateModeBool, &privateMode);
60 log("NPN_GetValue(NPNVprivateModeBool) with a different NPP struct failed with error %d", error);
64 log("NPN_GetValue(NPNVprivateModeBool) with a different NPP struct succeeded");
InvokeDestroysPluginWithinNPP_New.cpp 54 if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR)
NPRuntimeCallsWithNullNPP.cpp 39 if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR || !windowObject)
  /external/chromium_org/third_party/WebKit/Source/testing/plugin/
PluginTest.cpp 159 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value)
PluginTest.h 76 NPError NPN_GetValue(NPNVariable, void* value);
  /external/chromium_org/third_party/npapi/npspy/common/
npp_gate.cpp 138 fakeNPNFuncs.getvalue = NPN_GetValue;
npn_gate.cpp 330 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
  /external/chromium_org/third_party/npapi/npspy/extern/plugin/
npapi.h 418 * List of variable names for which NPN_GetValue is implemented by Mozilla
740 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value);
  /external/chromium_org/content/child/npapi/
plugin_host.cc 120 host_funcs_.getvalue = &NPN_GetValue;
666 NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) {
825 DVLOG(1) << "NPN_GetValue(" << variable << ") is not implemented yet.";
    [all...]
  /external/chromium_org/third_party/npapi/bindings/
npapi.h 412 * List of variable names for which NPN_GetValue should be implemented.
881 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,

Completed in 207 milliseconds