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

  /external/webkit/Source/WebCore/plugins/symbian/
PluginContainerSymbian.cpp 49 if (m_windowRect != rect || m_clipRegion != clip) {
50 m_windowRect = rect;
59 setGeometry(m_windowRect);
PluginContainerSymbian.h 47 QRect m_windowRect;
PluginViewSymbian.cpp 95 IntRect oldWindowRect = m_windowRect;
98 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
101 m_clipRect.move(-m_windowRect.x(), -m_windowRect.y());
102 if (m_windowRect == oldWindowRect && m_clipRect == oldClipRect)
269 platformPluginWidget()->setGeometry(m_windowRect);
275 m_npWindow.x = m_windowRect.x();
276 m_npWindow.y = m_windowRect.y();
285 m_npWindow.x = m_windowRect.x();
286 m_npWindow.y = m_windowRect.y()
    [all...]
  /external/webkit/Source/WebKit/win/WebCoreSupport/
EmbeddedWidget.cpp 99 IntRect oldWindowRect = m_windowRect;
102 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
104 m_clipRect.move(-m_windowRect.x(), -m_windowRect.y());
109 if (m_windowRect == oldWindowRect && m_clipRect == oldClipRect)
127 if (m_windowRect != oldWindowRect)
128 ::MoveWindow(m_window, m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.height(), TRUE)
    [all...]
EmbeddedWidget.h 83 WebCore::IntRect m_windowRect; // Our window rect.
  /external/webkit/Source/WebCore/plugins/mac/
PluginViewMac.mm 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();
421 m_npWindow.clipRect.bottom = m_windowRect.y() + m_windowRect.height()
    [all...]
  /external/webkit/Source/WebCore/plugins/gtk/
PluginViewGtk.cpp 133 IntRect oldWindowRect = m_windowRect;
136 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
138 m_clipRect.move(-m_windowRect.x(), -m_windowRect.y());
140 if (m_windowRect == oldWindowRect && m_clipRect == oldClipRect)
150 m_windowRect.width(), m_windowRect.height(),
206 m_windowRect.width(),
207 m_windowRect.height()));
223 -m_windowRect.x(), -m_windowRect.y())
    [all...]
  /external/webkit/Source/WebCore/platform/win/
PopupMenuWin.h 63 const IntRect& windowRect() const { return m_windowRect; }
120 IntRect m_windowRect;
PopupMenuWin.cpp 149 m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.height(),
156 ::MoveWindow(m_popup, m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.height(), false);
172 DWORD slideDirection = (m_windowRect.y() < viewRect.top + view->contentsToWindow(r.location()).y()) ? AW_VER_NEGATIVE : AW_VER_POSITIVE;
378 m_windowRect = popupRect
    [all...]
  /external/webkit/Source/WebCore/plugins/qt/
PluginViewQt.cpp 134 IntRect oldWindowRect = m_windowRect;
137 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
139 m_clipRect.move(-m_windowRect.x(), -m_windowRect.y());
141 if (m_windowRect == oldWindowRect && m_clipRect == oldClipRect)
148 if (!m_isWindowed && m_windowRect.size() != oldWindowRect.size()) {
152 m_image = QImage(m_windowRect.width(), m_windowRect.height(), QImage::Format_RGB16);
159 m_drawable = XCreatePixmap(QX11Info::display(), QX11Info::appRootWindow(), m_windowRect.width(), m_windowRect.height(),
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/win/
WebPopupMenuProxyWin.h 98 const WebCore::IntRect& windowRect() const { return m_windowRect; }
130 WebCore::IntRect m_windowRect;
WebPopupMenuProxyWin.cpp 216 m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.height(),
233 DWORD slideDirection = (m_windowRect.y() < viewRect.top + rect.location().y()) ? AW_VER_NEGATIVE : AW_VER_POSITIVE;
430 m_windowRect = popupRect;
435 IntRect clientRect = m_windowRect;
  /external/webkit/Source/WebCore/plugins/win/
PluginViewWin.cpp 427 IntRect oldWindowRect = m_windowRect;
431 m_windowRect = frameView->contentsToWindow(frameRect());
433 m_windowRect = IntRect(frameView->contentsToWindow(frameRect().location()), frameRect().size());
436 m_clipRect.move(-m_windowRect.x(), -m_windowRect.y());
438 if (platformPluginWidget() && (!m_haveUpdatedPluginWidget || m_windowRect != oldWindowRect || m_clipRect != oldClipRect)) {
456 if (!m_haveUpdatedPluginWidget || m_windowRect != oldWindowRect)
457 ::MoveWindow(platformPluginWidget(), m_windowRect.x(), m_windowRect.y(), m_windowRect.width(), m_windowRect.height(), TRUE)
    [all...]
  /external/webkit/Tools/DumpRenderTree/chromium/
WebViewHost.cpp 720 return m_windowRect;
725 m_windowRect = rect;
727 if (m_windowRect.width <= border2)
728 m_windowRect.width = 1 + border2;
729 if (m_windowRect.height <= border2)
730 m_windowRect.height = 1 + border2;
731 int width = m_windowRect.width - border2;
732 int height = m_windowRect.height - border2;
    [all...]
WebViewHost.h 310 WebKit::WebRect m_windowRect;
  /external/webkit/Source/WebCore/plugins/android/
PluginViewAndroid.cpp 447 /* Our widget needs to recompute its m_windowRect which then sets
713 m_windowRect = frameView->contentsToWindow(frameRect());
718 m_pageRect = m_windowRect;
  /external/webkit/Source/WebCore/plugins/
PluginView.h 492 IntRect m_windowRect; // Our window rect.
PluginView.cpp 131 IntRect clipRect(m_windowRect);
    [all...]

Completed in 715 milliseconds