HomeSort by relevance Sort by last modified time
    Searched refs:NPNVariable (Results 1 - 25 of 33) sorted by null

1 2

  /external/webkit/Source/WebKit/android/plugins/
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/
PluginDebug.h 42 CString prettyNameForNPNVariable(NPNVariable variable);
PluginViewNone.cpp 77 bool PluginView::platformGetValue(NPNVariable, void*, NPError*)
82 bool PluginView::platformGetValueStatic(NPNVariable, void*, NPError*)
PluginDebug.cpp 84 CString prettyNameForNPNVariable(NPNVariable variable)
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);
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);
npapi.cpp 137 NPError NPN_GetValue(NPP instance, NPNVariable variable, void* value)
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 53 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
102 NPNVariable v;
271 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
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/qt/
PluginPackageQt.cpp 91 static NPError staticPluginQuirkRequiresGtkToolKit_NPN_GetValue(NPP instance, NPNVariable variable, void* value)
  /development/samples/BrowserPlugin/jni/
main.cpp 60 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
114 NPNVariable v;
464 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 71 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
365 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginTest.cpp 136 NPError PluginTest::NPN_GetValue(NPNVariable variable, void* value)
PluginTest.h 73 NPError NPN_GetValue(NPNVariable, void* value);
  /external/webkit/Source/WebCore/manual-tests/NPN_Invoke/
main.c 52 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
228 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 181 if (getValueStatic(NPNVariable(NPNVsupportsCarbonBool + m_eventModel), &eventModelSupported) != NPERR_NO_ERROR
194 if (getValueStatic(NPNVariable(NPNVsupportsQuickDrawBool + m_drawingModel), &drawingModelSupported) != NPERR_NO_ERROR
259 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result)
306 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* error)
  /external/webkit/Source/WebCore/plugins/symbian/
PluginViewSymbian.cpp 323 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result)
341 bool PluginView::platformGetValue(NPNVariable, void*, NPError*)
  /external/webkit/Source/WebCore/bridge/
npapi.h 453 } NPNVariable;
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/
PluginViewAndroid.cpp 148 static bool anp_getInterface(NPNVariable var, void* value, NPError* error) {
166 SkDebugf("------ unknown NPNVariable %d\n", var);
403 bool PluginView::platformGetValueStatic(NPNVariable variable, void* value, NPError* result)
491 bool PluginView::platformGetValue(NPNVariable variable, void* value, NPError* result)
  /external/webkit/Examples/NetscapeCoreAnimationMoviePlugin/
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/
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/WebKit/mac/Plugins/
WebNetscapePluginView.h 173 - (NPError)getVariable:(NPNVariable)variable value:(void *)value;
npapi.mm 142 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 115 NPError NPP_SetValue(NPNVariable, void *value);
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 371 webkit_test_plugin_set_value(NPP instance, NPNVariable variable, void* value)

Completed in 182 milliseconds

1 2