Searched refs:NPN_GetValue (Results 1 – 13 of 13) sorted by relevance
/external/chromium_org/content/shell/tools/plugin/Tests/ |
D | PassDifferentNPPStruct.cpp | 59 NPError error = NPN_GetValue(NPNVprivateModeBool, &privateMode); in NPP_SetWindow()
|
D | LeakWindowScriptableObject.cpp | 25 if (NPN_GetValue(NPNVWindowNPObject, &window) != NPERR_NO_ERROR) { in NPP_New()
|
D | InvokeDestroysPluginWithinNPP_New.cpp | 58 if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR) in NPP_New()
|
D | NPRuntimeCallsWithNullNPP.cpp | 47 if (NPN_GetValue(NPNVWindowNPObject, &windowObject) != NPERR_NO_ERROR || !windowObject) in NPP_New()
|
/external/chromium_org/content/shell/tools/plugin/ |
D | PluginTest.cpp | 148 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) { in NPN_GetValue() function in PluginTest
|
D | PluginTest.h | 105 NPError NPN_GetValue(NPNVariable, void* value);
|
/external/chromium_org/content/child/npapi/ |
D | plugin_host.cc | 127 host_funcs_.getvalue = &NPN_GetValue; in InitializeHostFuncs() 678 NPError NPN_GetValue(NPP id, NPNVariable variable, void* value) { in NPN_GetValue() function
|
/external/chromium_org/third_party/npapi/npspy/extern/plugin/ |
D | npapi.h | 740 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable, void *value);
|
/external/chromium_org/third_party/npapi/npspy/common/ |
D | npp_gate.cpp | 138 fakeNPNFuncs.getvalue = NPN_GetValue; in NPP_New()
|
D | npn_gate.cpp | 330 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value) in NPN_GetValue() function
|
/external/chromium_org/third_party/npapi/npspy/windows/ |
D | npspy.rc | 155 …CONTROL "NPN_GetValue",IDC_CHECK_NPN_GETVALUE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,185…
|
/external/chromium_org/third_party/npapi/bindings/ |
D | npapi.h | 881 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
|
/external/chromium_org/tools/valgrind/memcheck/ |
D | suppressions.txt | 985 fun:NPN_GetValue 2612 fun:NPN_GetValue
|