Searched refs:setFrameRect (Results 1 - 25 of 38) sorted by relevance

12

/external/webkit/WebCore/platform/chromium/
H A DWidgetChromium.cpp80 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/WebCore/platform/
H A DWidget.h142 virtual void setFrameRect(const IntRect&);
146 void resize(int w, int h) { setFrameRect(IntRect(x(), y(), w, h)); }
147 void resize(const IntSize& s) { setFrameRect(IntRect(pos(), s)); }
148 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); }
149 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); }
H A DScrollbar.h112 virtual void setFrameRect(const IntRect&);
H A DScrollbar.cpp88 Widget::setFrameRect(IntRect(0, 0, thickness, thickness));
409 void Scrollbar::setFrameRect(const IntRect& rect) function in class:WebCore::Scrollbar
440 Widget::setFrameRect(adjustedRect);
H A DScrollView.cpp438 m_horizontalScrollbar->setFrameRect(hBarRect);
462 m_verticalScrollbar->setFrameRect(vBarRect);
678 void ScrollView::setFrameRect(const IntRect& newRect)
685 Widget::setFrameRect(newRect);
H A DScrollView.h185 virtual void setFrameRect(const IntRect&);
/external/webkit/WebCore/platform/gtk/
H A DScrollbarGtk.h42 virtual void setFrameRect(const IntRect&);
H A DWidgetGtk.cpp121 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
H A DScrollbarGtk.cpp175 void ScrollbarGtk::setFrameRect(const IntRect& rect) function in class:ScrollbarGtk
177 Widget::setFrameRect(rect);
/external/webkit/WebCore/platform/haiku/
H A DWidgetHaiku.cpp55 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/WebCore/platform/qt/
H A DWidgetQt.cpp71 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/WebCore/platform/win/
H A DWidgetWin.cpp117 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/WebCore/rendering/
H A DRenderReplica.cpp51 setFrameRect(parentBox()->borderBoxRect());
H A DRenderScrollbar.cpp52 setFrameRect(IntRect(0, 0, part->width(), part->height()));
167 setFrameRect(IntRect(x(), y(), isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height()));
H A DRenderWidget.cpp159 m_widget->setFrameRect(frame);
/external/webkit/WebCore/platform/android/
H A DWidgetAndroid.cpp95 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/WebCore/platform/wx/
H A DWidgetWx.cpp79 void Widget::setFrameRect(const IntRect& rect) function in class:WebCore::Widget
/external/webkit/WebKit/win/WebCoreSupport/
H A DEmbeddedWidget.h63 virtual void setFrameRect(const WebCore::IntRect&);
H A DEmbeddedWidget.cpp80 void EmbeddedWidget::setFrameRect(const IntRect& rect) function in class:EmbeddedWidget
86 Widget::setFrameRect(rect);
/external/webkit/WebKit/chromium/src/
H A DWebPluginContainerImpl.h66 virtual void setFrameRect(const WebCore::IntRect&);
H A DWebPopupMenuImpl.cpp144 m_widget->setFrameRect(newGeometry);
H A DWebPluginContainerImpl.cpp74 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect) function in class:WebKit::WebPluginContainerImpl
76 Widget::setFrameRect(frameRect);
/external/webkit/WebKit/win/
H A DWebScrollBar.cpp139 m_scrollBar->setFrameRect(rect);
/external/webkit/WebCore/platform/mac/
H A DWidgetMac.mm156 void Widget::setFrameRect(const IntRect& rect)
/external/webkit/WebCore/plugins/
H A DPluginView.h189 virtual void setFrameRect(const IntRect&);

Completed in 222 milliseconds

12