HomeSort by relevance Sort by last modified time
    Searched refs:NPWindow (Results 1 - 21 of 21) sorted by null

  /frameworks/base/tests/BrowserTestPlugin/jni/
PluginObject.h 79 NPWindow* window;
main.cpp 40 NPError NPP_SetWindow(NPP instance, NPWindow* window);
179 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKit/android/plugins/
PluginWidgetAndroid.h 69 void setWindow(NPWindow* window, bool isTransparent);
175 NPWindow* m_pluginWindow;
PluginWidgetAndroid.cpp 110 void PluginWidgetAndroid::setWindow(NPWindow* window, bool isTransparent) {
  /development/samples/BrowserPlugin/jni/
PluginObject.h 90 NPWindow* window;
main.cpp 47 NPError NPP_SetWindow(NPP instance, NPWindow* window);
279 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 50 NPWindow window;
58 NPError NPP_SetWindow(NPP instance, NPWindow* window);
154 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 50 NPWindow window;
61 NPError NPP_SetWindow(NPP instance, NPWindow* window);
158 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKit/mac/Plugins/
WebNetscapePluginView.h 75 NPWindow window;
76 NPWindow lastSetWindow;
WebNetscapePluginView.mm     [all...]
  /external/webkit/WebCore/bridge/
npapi.h 444 * The type of a NPWindow - it specifies the type of the data structure
553 } NPWindow;
567 NPWindow window;
642 * NP_CGContext is the type of the NPWindow's 'window' when the plugin specifies NPDrawingModelCoreGraphics
657 * NP_GLContext is the type of the NPWindow's 'window' when the plugin specifies NPDrawingModelOpenGL as its
682 * NP_Port is the type of the NPWindow's 'window' when the plugin specifies NPDrawingModelQuickDraw as its
821 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 42 NPError NPP_SetWindow(NPP instance, NPWindow* window);
178 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 63 NPWindow window;
77 NPError NPP_SetWindow(NPP instance, NPWindow* window);
184 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 48 NPWindow window;
64 NPError NPP_SetWindow(NPP instance, NPWindow* window);
171 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 163 NPWindow *window = obj->window;
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 144 NPError NPP_SetWindow(NPP instance, NPWindow *window)
  /external/webkit/WebCore/plugins/
PluginView.h 335 NPWindow m_npWindow;
npfunctions.h 104 typedef NPError (*NPP_SetWindowProcPtr)(NPP instance, NPWindow* window);
  /external/webkit/WebKitTools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 124 webkit_test_plugin_set_window(NPP instance, NPWindow *window)
  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 359 NPWindow *window = obj->window;
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 172 NPError NPP_SetWindow(NPP instance, NPWindow *window)

Completed in 903 milliseconds