/external/webkit/Source/WebKit/android/plugins/ |
D | android_npapi.h | 110 #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/ |
D | PluginViewNone.cpp | 77 bool PluginView::platformGetValue(NPNVariable, void*, NPError*) in platformGetValue() argument 82 bool PluginView::platformGetValueStatic(NPNVariable, void*, NPError*) in platformGetValueStatic() argument
|
D | PluginView.h | 188 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);
|
D | PluginDebug.h | 42 CString prettyNameForNPNVariable(NPNVariable variable);
|
D | PluginDebug.cpp | 84 CString prettyNameForNPNVariable(NPNVariable variable) in prettyNameForNPNVariable()
|
D | npfunctions.h | 57 typedef NPError (*NPN_GetValueProcPtr)(NPP instance, NPNVariable variable, void *ret_value); 114 typedef NPError (*NPP_SetValueProcPtr)(NPP instance, NPNVariable variable, void *value);
|
D | npapi.cpp | 137 NPError NPN_GetValue(NPP instance, NPNVariable variable, void* value) in NPN_GetValue()
|
/external/webkit/Source/WebCore/bridge/ |
D | npapi.h | 453 } 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/ |
D | PluginViewAndroid.cpp | 148 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/ |
D | main.c | 52 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/ |
D | PluginViewSymbian.cpp | 323 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/ |
D | PluginPackageQt.cpp | 91 static NPError staticPluginQuirkRequiresGtkToolKit_NPN_GetValue(NPP instance, NPNVariable variable,… in staticPluginQuirkRequiresGtkToolKit_NPN_GetValue()
|
D | PluginViewQt.cpp | 737 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/ |
D | PluginTest.cpp | 136 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value) in NPN_GetValue()
|
D | PluginTest.h | 73 NPError NPN_GetValue(NPNVariable, void* value);
|
/external/webkit/Source/WebKit/mac/Plugins/ |
D | WebNetscapePluginView.h | 173 - (NPError)getVariable:(NPNVariable)variable value:(void *)value;
|
/external/webkit/Examples/NetscapeCoreAnimationPlugin/ |
D | main.m | 68 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/ |
D | PluginViewMac.mm | 181 …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/ |
D | NetscapePlugin.h | 115 NPError NPP_SetValue(NPNVariable, void *value);
|
/external/webkit/Examples/NetscapeCocoaPlugin/ |
D | main.m | 71 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value); 365 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
|
/external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/ |
D | main.m | 87 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value); 390 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
|
/external/webkit/Examples/NetscapeInputMethodPlugin/ |
D | main.m | 74 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/ |
D | PluginViewGtk.cpp | 595 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/ |
D | TestNetscapePlugin.cpp | 371 webkit_test_plugin_set_value(NPP instance, NPNVariable variable, void* value) in webkit_test_plugin_set_value()
|
/external/webkit/Source/WebCore/plugins/win/ |
D | PluginViewWin.cpp | 869 bool PluginView::platformGetValueStatic(NPNVariable, void*, NPError*) in platformGetValueStatic() argument 874 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result) in platformGetValue()
|