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

1 2

  /external/webkit/WebCore/plugins/
PluginViewNone.cpp 70 NPError PluginView::getValue(NPNVariable, void*)
76 NPError PluginView::getValueStatic(NPNVariable, void*)
PluginDebug.h 42 CString prettyNameForNPNVariable(NPNVariable variable);
PluginDebug.cpp 84 CString prettyNameForNPNVariable(NPNVariable variable)
npapi.cpp 137 NPError NPN_GetValue(NPP instance, NPNVariable variable, void* value)
PluginView.h 163 NPError getValue(NPNVariable variable, void* value);
165 static NPError getValueStatic(NPNVariable variable, void* value);
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);
  /external/webkit/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/WebCore/plugins/qt/
PluginPackageQt.cpp 83 static NPError staticPluginQuirkRequiresGtkToolKit_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/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 68 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
243 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /development/samples/BrowserPlugin/jni/
main.cpp 60 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value);
113 NPNVariable v;
453 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/WebCore/bridge/
npapi.h 436 } NPNVariable;
839 NPError NPP_SetValue(NPP instance, NPNVariable variable,
874 NPError NPN_GetValue(NPP instance, NPNVariable variable,
  /external/webkit/WebCore/plugins/mac/
PluginViewMac.cpp 181 if (getValueStatic(NPNVariable(NPNVsupportsCarbonBool + m_eventModel), &eventModelSupported) != NPERR_NO_ERROR
189 if (getValueStatic(NPNVariable(NPNVsupportsQuickDrawBool + m_drawingModel), &drawingModelSupported) != NPERR_NO_ERROR
238 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
281 NPError PluginView::getValue(NPNVariable variable, void* value)
  /external/webkit/WebKitExamplePlugins/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/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/WebCore/plugins/symbian/
PluginViewSymbian.cpp 310 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
328 NPError PluginView::getValue(NPNVariable variable, void* value)
  /external/webkit/WebCore/plugins/android/
PluginViewAndroid.cpp 134 static bool anp_getInterface(NPNVariable var, void* value, NPError* error) {
152 SkDebugf("------ unknown NPNVariable %d\n", var);
366 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
455 NPError PluginView::getValue(NPNVariable variable, void* value)
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.h 170 - (NPError)getVariable:(NPNVariable)variable value:(void *)value;
npapi.mm 142 NPError NPN_GetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/WebKitExamplePlugins/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/WebKitExamplePlugins/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/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 239 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 285 webkit_test_plugin_set_value(NPP /*instance*/, NPNVariable /*variable*/, void* /*value*/)
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 408 NPError NPP_SetValue(NPP instance, NPNVariable variable, void *value)
  /external/webkit/WebCore/plugins/gtk/
PluginViewGtk.cpp 614 NPError PluginView::getValueStatic(NPNVariable variable, void* value)
652 NPError PluginView::getValue(NPNVariable variable, void* value)

Completed in 246 milliseconds

1 2