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

12

  /development/samples/BrowserPlugin/jni/form/
FormPlugin.cpp 359 NPWindow *window = obj->window;
  /external/webkit/Source/WebCore/plugins/
PluginView.h 388 NPWindow m_npWindow;
npfunctions.h 104 typedef NPError (*NPP_SetWindowProcPtr)(NPP instance, NPWindow* window);
  /external/webkit/Tools/DumpRenderTree/unix/TestNetscapePlugin/
TestNetscapePlugin.cpp 147 webkit_test_plugin_set_window(NPP instance, NPWindow *window)
  /external/webkit/Source/WebKit/android/plugins/
PluginWidgetAndroid.cpp 118 void PluginWidgetAndroid::setWindow(NPWindow* window, bool isTransparent) {
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapePlugin.cpp 301 NPError NetscapePlugin::NPP_SetWindow(NPWindow* npWindow)
303 return m_pluginModule->pluginFuncs().setwindow(&m_npp, npWindow);
  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/
main.cpp 345 NPError NPP_SetWindow(NPP instance, NPWindow *window)
  /external/webkit/Source/WebKit/mac/Plugins/
WebNetscapePluginView.mm     [all...]

Completed in 1102 milliseconds

12