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

  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationPlugin/
main.m 58 NPError NPP_SetWindow(NPP instance, NPWindow* window);
89 pluginFuncs->setwindow = NPP_SetWindow;
154 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebCore/manual-tests/NPN_Invoke/
main.c 42 NPError NPP_SetWindow(NPP instance, NPWindow* window);
82 pluginFuncs->setwindow = NPP_SetWindow;
139 pluginFuncs->setwindow = (NPP_SetWindowProcPtr)tVectorForFunctionPointer((FunctionPointer)NPP_SetWindow);
178 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /frameworks/base/tests/BrowserTestPlugin/jni/
main.cpp 40 NPError NPP_SetWindow(NPP instance, NPWindow* window);
89 pluginFuncs->setwindow = NPP_SetWindow;
179 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKitExamplePlugins/NetscapeCocoaPlugin/
main.m 61 NPError NPP_SetWindow(NPP instance, NPWindow* window);
92 pluginFuncs->setwindow = NPP_SetWindow;
158 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKitTools/DumpRenderTree/win/TestNetscapePlugin/
main.cpp 52 pluginFuncs->setwindow = NPP_SetWindow;
144 NPError NPP_SetWindow(NPP instance, NPWindow *window)
  /development/samples/BrowserPlugin/jni/
main.cpp 47 NPError NPP_SetWindow(NPP instance, NPWindow* window);
100 pluginFuncs->setwindow = NPP_SetWindow;
279 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKitExamplePlugins/NetscapeCoreAnimationMoviePlugin/
main.m 77 NPError NPP_SetWindow(NPP instance, NPWindow* window);
108 pluginFuncs->setwindow = NPP_SetWindow;
184 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKitExamplePlugins/NetscapeInputMethodPlugin/
main.m 64 NPError NPP_SetWindow(NPP instance, NPWindow* window);
95 pluginFuncs->setwindow = NPP_SetWindow;
171 NPError NPP_SetWindow(NPP instance, NPWindow* window)
  /external/webkit/WebKitTools/DumpRenderTree/TestNetscapePlugIn.subproj/
main.cpp 48 pluginFuncs->setwindow = NPP_SetWindow;
172 NPError NPP_SetWindow(NPP instance, NPWindow *window)
178 pluginLog(instance, "NPP_SetWindow: %d %d", (int)window->width, (int)window->height);
  /external/webkit/WebCore/bridge/
npapi.h 821 NPError NP_LOADDS NPP_SetWindow(NPP instance, NPWindow* window);

Completed in 253 milliseconds