/external/webkit/Source/WebCore/plugins/symbian/ |
D | PluginViewSymbian.cpp | 143 m_npWindow.ws_info = (void*)(context->platformContext()); in paint() 275 m_npWindow.x = m_windowRect.x(); in setNPWindowIfNeeded() 276 m_npWindow.y = m_windowRect.y(); in setNPWindowIfNeeded() 278 m_npWindow.clipRect.left = max(0, m_clipRect.x()); in setNPWindowIfNeeded() 279 m_npWindow.clipRect.top = max(0, m_clipRect.y()); in setNPWindowIfNeeded() 280 m_npWindow.clipRect.right = m_clipRect.x() + m_clipRect.width(); in setNPWindowIfNeeded() 281 m_npWindow.clipRect.bottom = m_clipRect.y() + m_clipRect.height(); in setNPWindowIfNeeded() 285 m_npWindow.x = m_windowRect.x(); in setNPWindowIfNeeded() 286 m_npWindow.y = m_windowRect.y(); in setNPWindowIfNeeded() 288 m_npWindow.clipRect.left = 0; in setNPWindowIfNeeded() [all …]
|
/external/webkit/Source/WebCore/plugins/qt/ |
D | PluginViewQt.cpp | 160 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth); in updatePluginWidget() 279 const int drawableDepth = ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth; in paintUsingXPixmap() 656 m_npWindow.x = m_windowRect.x(); in setNPWindowIfNeeded() 657 m_npWindow.y = m_windowRect.y(); in setNPWindowIfNeeded() 659 m_npWindow.x = 0; in setNPWindowIfNeeded() 660 m_npWindow.y = 0; in setNPWindowIfNeeded() 666 m_npWindow.clipRect.left = 0; in setNPWindowIfNeeded() 667 m_npWindow.clipRect.right = 0; in setNPWindowIfNeeded() 668 m_npWindow.clipRect.top = 0; in setNPWindowIfNeeded() 669 m_npWindow.clipRect.bottom = 0; in setNPWindowIfNeeded() [all …]
|
/external/webkit/Source/WebCore/plugins/gtk/ |
D | PluginViewGtk.cpp | 151 ((NPSetWindowCallbackStruct*)m_npWindow.ws_info)->depth); in updatePluginWidget() 498 m_npWindow.x = m_windowRect.x(); in setNPWindowIfNeeded() 499 m_npWindow.y = m_windowRect.y(); in setNPWindowIfNeeded() 500 m_npWindow.width = m_windowRect.width(); in setNPWindowIfNeeded() 501 m_npWindow.height = m_windowRect.height(); in setNPWindowIfNeeded() 503 m_npWindow.clipRect.left = max(0, m_clipRect.x()); in setNPWindowIfNeeded() 504 m_npWindow.clipRect.top = max(0, m_clipRect.y()); in setNPWindowIfNeeded() 505 m_npWindow.clipRect.right = m_clipRect.x() + m_clipRect.width(); in setNPWindowIfNeeded() 506 m_npWindow.clipRect.bottom = m_clipRect.y() + m_clipRect.height(); in setNPWindowIfNeeded() 508 m_npWindow.x = 0; in setNPWindowIfNeeded() [all …]
|
/external/webkit/Source/WebCore/plugins/android/ |
D | PluginViewAndroid.cpp | 188 m_npWindow.type = NPWindowTypeDrawable; in platformInit() 189 m_npWindow.window = 0; in platformInit() 321 IntRect rect = IntRect(m_npWindow.x, m_npWindow.y, in handleFocusEvent() 322 m_npWindow.width, m_npWindow.height); in handleFocusEvent() 472 m_npWindow.x = m_pageRect.x(); in setNPWindowIfNeeded() 473 m_npWindow.y = m_pageRect.y(); in setNPWindowIfNeeded() 474 m_npWindow.width = m_pageRect.width(); in setNPWindowIfNeeded() 475 m_npWindow.height = m_pageRect.height(); in setNPWindowIfNeeded() 477 m_npWindow.clipRect.left = m_pageRect.x(); in setNPWindowIfNeeded() 478 m_npWindow.clipRect.top = m_pageRect.y(); in setNPWindowIfNeeded() [all …]
|
/external/webkit/Source/WebCore/plugins/win/ |
D | PluginViewWin.cpp | 530 m_npWindow.type = NPWindowTypeDrawable; in paintIntoTransformedContext() 531 m_npWindow.window = hdc; in paintIntoTransformedContext() 787 m_npWindow.x = r.x(); in setNPWindowRect() 788 m_npWindow.y = r.y(); in setNPWindowRect() 790 m_npWindow.width = r.width(); in setNPWindowRect() 791 m_npWindow.height = r.height(); in setNPWindowRect() 793 m_npWindow.clipRect.right = r.width(); in setNPWindowRect() 794 m_npWindow.clipRect.bottom = r.height(); in setNPWindowRect() 797 m_npWindow.x = p.x(); in setNPWindowRect() 798 m_npWindow.y = p.y(); in setNPWindowRect() [all …]
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/ |
D | NetscapePlugin.cpp | 60 , m_npWindow() in NetscapePlugin() 361 m_npWindow.x = 0; in callSetWindow() 362 m_npWindow.y = 0; in callSetWindow() 364 m_npWindow.x = m_frameRect.x(); in callSetWindow() 365 m_npWindow.y = m_frameRect.y(); in callSetWindow() 367 m_npWindow.width = m_frameRect.width(); in callSetWindow() 368 m_npWindow.height = m_frameRect.height(); in callSetWindow() 369 m_npWindow.clipRect.top = m_clipRect.y(); in callSetWindow() 370 m_npWindow.clipRect.left = m_clipRect.x(); in callSetWindow() 371 m_npWindow.clipRect.bottom = m_clipRect.maxY(); in callSetWindow() [all …]
|
D | NetscapePlugin.h | 199 NPWindow m_npWindow; variable
|
/external/webkit/Source/WebCore/plugins/mac/ |
D | PluginViewMac.mm | 396 m_npWindow.type = NPWindowTypeWindow; 400 m_npWindow.type = NPWindowTypeDrawable; 406 m_npWindow.window = (void*)&m_npCgContext; 412 m_npWindow.x = m_windowRect.x(); 413 m_npWindow.y = m_windowRect.y(); 414 m_npWindow.width = m_windowRect.width(); 415 m_npWindow.height = m_windowRect.height(); 418 m_npWindow.clipRect.left = max(0, m_windowRect.x()); 419 m_npWindow.clipRect.top = max(0, m_windowRect.y()); 420 m_npWindow.clipRect.right = m_windowRect.x() + m_windowRect.width(); [all …]
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/win/ |
D | NetscapePluginWin.cpp | 82 m_npWindow.type = NPWindowTypeWindow; in platformPostInitialize() 83 m_npWindow.window = m_window; in platformPostInitialize() 150 m_npWindow.type = NPWindowTypeDrawable; in platformPaint() 151 m_npWindow.window = windowsContext.hdc(); in platformPaint()
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/x11/ |
D | NetscapePluginX11.cpp | 155 m_npWindow.type = NPWindowTypeDrawable; in platformPostInitialize() 156 m_npWindow.window = 0; in platformPostInitialize() 157 m_npWindow.ws_info = callbackStruct; in platformPostInitialize() 166 delete static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info); in platformDestroy() 246 … ASSERT(qtDrawable.depth() == static_cast<NPSetWindowCallbackStruct*>(m_npWindow.ws_info)->depth); in platformPaint()
|
/external/webkit/Source/WebCore/plugins/ |
D | PluginView.cpp | 388 m_npWindow.window = 0; in stop() 393 m_plugin->pluginFuncs()->setwindow(m_instance, &m_npWindow); in stop() 399 if (m_isWindowed && m_npWindow.ws_info) in stop() 400 delete (NPSetWindowCallbackStruct *)m_npWindow.ws_info; in stop() 401 m_npWindow.ws_info = 0; in stop() 972 memset(&m_npWindow, 0, sizeof(m_npWindow)); in PluginView()
|
D | PluginView.h | 388 NPWindow m_npWindow; variable
|
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/mac/ |
D | NetscapePluginMac.mm | 109 …sourceX + m_windowFrameInScreenCoordinates.x() + m_viewFrameInWindowCoordinates.x() + m_npWindow.x; 110 …wFrameInWindowCoordinates.y() + m_viewFrameInWindowCoordinates.height() - (sourceY + m_npWindow.y); 135 …Space - (m_windowFrameInScreenCoordinates.x() + m_viewFrameInWindowCoordinates.x() + m_npWindow.x); 136 …wCoordinates.y() + m_viewFrameInWindowCoordinates.height() - (sourceYInScreenSpace + m_npWindow.y); 248 m_npWindow.window = &m_npCGContext;
|
/external/webkit/Source/WebKit2/ |
D | ChangeLog-2011-02-16 | 40995 Initialize m_npWindow.
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-01-29 | 77502 the m_npWindow.ws_info struct. Now it's done after. 84783 m_npWindow is used on all platforms, not just for XP_UNIX,
|
D | ChangeLog-2008-08-10 | 24325 (WebCore::PluginView::PluginView): Initialize m_npWindow.ws_info on
|