Home | History | Annotate | Download | only in win

Lines Matching full:intrect

51     virtual void showPopupMenu(const WebCore::IntRect&, WebCore::TextDirection, double scaleFactor, const Vector<WebPopupItem>&, const PlatformPopupMenuData&, int32_t selectedIndex);
67 virtual void invalidateScrollbarRect(WebCore::Scrollbar*, const WebCore::IntRect&);
68 virtual void invalidateScrollCornerRect(const WebCore::IntRect&) { }
71 virtual WebCore::IntRect scrollCornerRect() const { return WebCore::IntRect(); }
93 void calculatePositionAndSize(const WebCore::IntRect&);
94 WebCore::IntRect clientRect() const;
98 const WebCore::IntRect& windowRect() const { return m_windowRect; }
111 void paint(const WebCore::IntRect& damageRect, HDC = 0);
130 WebCore::IntRect m_windowRect;