Searched refs:NPN_GetValue (Results 1 - 13 of 13) sorted by relevance

/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
H A DPassDifferentNPPStruct.cpp55 NPError error = NPN_GetValue(NPNVprivateModeBool, &privateMode);
60 pluginLog(instance, "NPN_GetValue(NPNVprivateModeBool) with a different NPP struct failed with error %d", error);
63 pluginLog(instance, "NPN_GetValue(NPNVprivateModeBool) with a different NPP struct succeeded");
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
H A DGetValueNetscapeWindow.cpp32 // NPN_GetValue(NPNVnetscapeWindow) should return a valid HWND.
50 NPError error = NPN_GetValue(NPNVnetscapeWindow, &hwnd);
52 pluginLog(instance, "NPN_GetValue(NPNVnetscapeWindow) failed with error %d", error);
62 pluginLog(instance, "NPN_GetValue(NPNVnetscapeWindow) returned the same value as NPWindow::window");
66 pluginLog(instance, "NPN_GetValue(NPNVnetscapeWindow) succeeded");
/external/webkit/Source/WebCore/plugins/qt/
H A DPluginPackageQt.cpp98 return NPN_GetValue(instance, variable, value);
/external/webkit/Source/WebCore/plugins/symbian/
H A DPluginPackageSymbian.cpp132 m_browserFuncs.getvalue = NPN_GetValue;
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
H A DPluginTest.cpp136 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) function in class:PluginTest
H A DPluginTest.h73 NPError NPN_GetValue(NPNVariable, void* value);
/external/webkit/Source/WebCore/plugins/
H A Dnpapi.cpp137 NPError NPN_GetValue(NPP instance, NPNVariable variable, void* value) function
H A DPluginPackage.cpp305 m_browserFuncs.getvalue = NPN_GetValue;
/external/webkit/Source/WebKit/mac/Plugins/
H A Dnpapi.mm142 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
H A DWebNetscapePluginPackage.mm453 browserFuncs.getvalue = (NPN_GetValueProcPtr)tVectorForFunctionPointer((FunctionPointer)NPN_GetValue);
566 browserFuncs.getvalue = NPN_GetValue;
/external/webkit/Source/WebCore/plugins/android/
H A DPluginPackageAndroid.cpp158 funcs->getvalue = NPN_GetValue;
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
H A DNetscapeBrowserFuncs.cpp418 static NPError NPN_GetValue(NPP npp, NPNVariable variable, void *value) function in namespace:WebKit
910 netscapeFuncs.getvalue = NPN_GetValue;
/external/webkit/Source/WebCore/bridge/
H A Dnpapi.h405 * List of variable names for which NPN_GetValue should be implemented.
875 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,

Completed in 143 milliseconds