Home | History | Annotate | Download | only in WebCoreSupport

Lines Matching refs:m_windowRect

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);
167 IntRect clipRect(m_windowRect);