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

  /external/webkit/Tools/DumpRenderTree/TestNetscapePlugIn/Tests/win/
GetValueNetscapeWindow.cpp 32 // NPN_GetValue(NPNVnetscapeWindow) should return a valid HWND.
50 NPError error = NPN_GetValue(NPNVnetscapeWindow, &hwnd);
52 pluginLog(instance, "NPN_GetValue(NPNVnetscapeWindow) failed with error %d", error);
62 pluginLog(instance, "NPN_GetValue(NPNVnetscapeWindow) returned the same value as NPWindow::window");
66 pluginLog(instance, "NPN_GetValue(NPNVnetscapeWindow) succeeded");
  /external/webkit/Source/WebCore/plugins/
PluginDebug.cpp 89 case NPNVnetscapeWindow: return "NPNVnetscapeWindow";
  /external/webkit/Source/WebCore/bridge/
npapi.h 410 NPNVnetscapeWindow,
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 535 case NPNVnetscapeWindow: {
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 661 case NPNVnetscapeWindow: {
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 784 case NPNVnetscapeWindow: {
    [all...]
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 877 case NPNVnetscapeWindow: {
  /external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
NetscapeBrowserFuncs.cpp 484 case NPNVnetscapeWindow: {
519 // TODO: implement NPNVnetscapeWindow once we want to support windowed plugins.

Completed in 582 milliseconds