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

1 2

  /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/Tools/DumpRenderTree/TestNetscapePlugIn/win/
WindowedPluginTest.h 41 virtual NPError NPP_SetWindow(NPP, NPWindow*);
WindowedPluginTest.cpp 39 NPError WindowedPluginTest::NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/
PassDifferentNPPStruct.cpp 44 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window)
NPPSetWindowCalledDuringDestruction.cpp 47 virtual NPError NPP_SetWindow(NPP, NPWindow*);
75 NPError NPPSetWindowCalledDuringDestruction::NPP_SetWindow(NPP, NPWindow* window)
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
GetValueNetscapeWindow.cpp 43 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window)
62 pluginLog(instance, "NPN_GetValue(NPNVnetscapeWindow) returned the same value as NPWindow::window");
WindowRegionIsSetToClipRect.cpp 39 virtual NPError NPP_SetWindow(NPP, NPWindow*);
52 NPError WindowRegionIsSetToClipRect::NPP_SetWindow(NPP instance, NPWindow* window)
WindowGeometryInitializedBeforeSetWindow.cpp 43 virtual NPError NPP_SetWindow(NPP instance, NPWindow* window)
79 pluginLog(instance, "HWND's rect and NPWindow's rect are not equal");
NPNInvalidateRectInvalidatesWindow.cpp 83 virtual NPError NPP_SetWindow(NPP, NPWindow*);
99 NPError NPNInvalidateRectInvalidatesWindow::NPP_SetWindow(NPP instance, NPWindow* npWindow)
101 NPError error = WindowedPluginTest::NPP_SetWindow(instance, npWindow);
  /development/samples/BrowserPlugin/jni/
PluginObject.h 90 NPWindow* window;
main.cpp 47 NPError NPP_SetWindow(NPP instance, NPWindow* window);
289 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.h 71 void setWindow(NPWindow* window, bool isTransparent);
198 NPWindow* m_pluginWindow;
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
PluginObject.h 83 NPWindow lastWindow;
PluginTest.cpp 106 NPError PluginTest::NPP_SetWindow(NPP, NPWindow*)
PluginTest.h 64 virtual NPError NPP_SetWindow(NPP, NPWindow*);
  /external/webkit/Examples/NetscapeCoreAnimationPlugin/
main.m 50 NPWindow window;
58 NPError NPP_SetWindow(NPP instance, NPWindow* window);
154 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/Examples/NetscapeCocoaPlugin/
main.m 50 NPWindow window;
61 NPError NPP_SetWindow(NPP instance, NPWindow* window);
158 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.h 75 NPWindow window;
76 NPWindow lastSetWindow;
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.h 106 NPError NPP_SetWindow(NPWindow*);
199 NPWindow m_npWindow;
  /development/samples/BrowserPlugin/jni/animation/
AnimationPlugin.cpp 120 NPWindow *window = obj->window;
  /external/webkit/Source/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/Examples/NetscapeCoreAnimationMoviePlugin/
main.m 63 NPWindow window;
77 NPError NPP_SetWindow(NPP instance, NPWindow* window);
184 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/Examples/NetscapeInputMethodPlugin/
main.m 48 NPWindow window;
64 NPError NPP_SetWindow(NPP instance, NPWindow* window);
171 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/Source/WebCore/bridge/
npapi.h 469 * The type of a NPWindow - it specifies the type of the data structure
491 } NPWindow;
519 NPWindow window;
607 * NP_CGContext is the type of the NPWindow's 'window' when the plugin specifies NPDrawingModelCoreGraphics
622 * NP_GLContext is the type of the NPWindow's 'window' when the plugin specifies NPDrawingModelOpenGL as its
822 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);

Completed in 687 milliseconds

1 2