Home
last modified time | relevance | path

Searched refs:NPNVariable (Results 1 – 25 of 32) sorted by relevance

12

/external/webkit/Source/WebKit/android/plugins/
Dandroid_npapi.h110 #define kLogInterfaceV0_ANPGetValue ((NPNVariable)1000)
111 #define kAudioTrackInterfaceV0_ANPGetValue ((NPNVariable)1001)
112 #define kCanvasInterfaceV0_ANPGetValue ((NPNVariable)1002)
113 #define kMatrixInterfaceV0_ANPGetValue ((NPNVariable)1003)
114 #define kPaintInterfaceV0_ANPGetValue ((NPNVariable)1004)
115 #define kPathInterfaceV0_ANPGetValue ((NPNVariable)1005)
116 #define kTypefaceInterfaceV0_ANPGetValue ((NPNVariable)1006)
117 #define kWindowInterfaceV0_ANPGetValue ((NPNVariable)1007)
118 #define kBitmapInterfaceV0_ANPGetValue ((NPNVariable)1008)
119 #define kSurfaceInterfaceV0_ANPGetValue ((NPNVariable)1009)
[all …]
/external/webkit/Source/WebCore/plugins/
DPluginViewNone.cpp77 bool PluginView::platformGetValue(NPNVariable, void*, NPError*) in platformGetValue() argument
82 bool PluginView::platformGetValueStatic(NPNVariable, void*, NPError*) in platformGetValueStatic() argument
DPluginView.h188 NPError getValue(NPNVariable variable, void* value);
189 static NPError getValueStatic(NPNVariable variable, void* value);
319 static bool platformGetValueStatic(NPNVariable variable, void* value, NPError* result);
320 bool platformGetValue(NPNVariable variable, void* value, NPError* result);
DPluginDebug.h42 CString prettyNameForNPNVariable(NPNVariable variable);
DPluginDebug.cpp84 CString prettyNameForNPNVariable(NPNVariable variable) in prettyNameForNPNVariable()
Dnpfunctions.h57 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value);
114 typedef NPError (*NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *value);
Dnpapi.cpp137 NPError NPN_GetValue(NPP instance, NPNVariable variable, void* value) in NPN_GetValue()
/external/webkit/Source/WebCore/bridge/
Dnpapi.h453 } NPNVariable; typedef
839 NPError NP_LOADDS NPP_SetValue(NPP instance, NPNVariable variable, void *value);
875 NPError NP_LOADDS NPN_GetValue(NPP instance, NPNVariable variable,
/external/webkit/Source/WebCore/plugins/android/
DPluginViewAndroid.cpp148 static bool anp_getInterface(NPNVariable var, void* value, NPError* error) { in anp_getInterface()
403 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result) in platformGetValueStatic()
491 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result) in platformGetValue()
/external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
Dmain.c52 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
228 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value) in NPP_SetValue()
/external/webkit/Source/WebCore/plugins/symbian/
DPluginViewSymbian.cpp323 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result) in platformGetValueStatic()
341 bool PluginView::platformGetValue(NPNVariable, void*, NPError*) in platformGetValue() argument
/external/webkit/Source/WebCore/plugins/qt/
DPluginPackageQt.cpp91 static NPError staticPluginQuirkRequiresGtkToolKit_NPN_GetValue(NPP instance, NPNVariable variable,… in staticPluginQuirkRequiresGtkToolKit_NPN_GetValue()
DPluginViewQt.cpp737 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result) in platformGetValueStatic()
772 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result) in platformGetValue()
/external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
DPluginTest.cpp136 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) in NPN_GetValue()
DPluginTest.h73 NPError NPN_GetValue(NPNVariable, void* value);
/external/webkit/Source/WebKit/mac/Plugins/
DWebNetscapePluginView.h173 - (NPError)getVariable:(NPNVariable)variable value:(void *)value;
/external/webkit/Examples/NetscapeCoreAnimationPlugin/
Dmain.m68 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
243 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
/external/webkit/Source/WebCore/plugins/mac/
DPluginViewMac.mm181 …if (getValueStatic(NPNVariable(NPNVsupportsCarbonBool + m_eventModel), &eventModelSupported) != NP…
194 …if (getValueStatic(NPNVariable(NPNVsupportsQuickDrawBool + m_drawingModel), &drawingModelSupported…
259 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result)
306 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* error)
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DNetscapePlugin.h115 NPError NPP_SetValue(NPNVariable, void *value);
/external/webkit/Examples/NetscapeCocoaPlugin/
Dmain.m71 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
365 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
Dmain.m87 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
390 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
/external/webkit/Examples/NetscapeInputMethodPlugin/
Dmain.m74 NPError NPP_SetValue(NPP instance, NPNVariable variable, void* value);
395 NPError NPP_SetValue(NPP instance, NPNVariable variable, void* value)
/external/webkit/Source/WebCore/plugins/gtk/
DPluginViewGtk.cpp595 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result) in platformGetValueStatic()
635 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result) in platformGetValue()
/external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
DTestNetscapePlugin.cpp371 webkit_test_plugin_set_value(NPP instance, NPNVariable variable, void* value) in webkit_test_plugin_set_value()
/external/webkit/Source/WebCore/plugins/win/
DPluginViewWin.cpp869 bool PluginView::platformGetValueStatic(NPNVariable, void*, NPError*) in platformGetValueStatic() argument
874 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result) in platformGetValue()

12