Home
last modified time | relevance | path

Searched refs:setFrameRect (Results 1 – 25 of 58) sorted by relevance

123

/external/webkit/Source/WebCore/platform/efl/
DScrollbarEfl.cpp56 Widget::setFrameRect(IntRect(0, 0, 0, 0)); in ScrollbarEfl()
140 setFrameRect(rect); in setParent()
188 void ScrollbarEfl::setFrameRect(const IntRect& rect) in setFrameRect() function in ScrollbarEfl
190 Widget::setFrameRect(rect); in setFrameRect()
DScrollbarEfl.h43 virtual void setFrameRect(const IntRect&);
/external/webkit/Source/WebCore/platform/
DWidget.h160 virtual void setFrameRect(const IntRect&);
165 … void resize(int w, int h) { setFrameRect(IntRect(x(), y(), w, h)); setBoundsSize(IntSize(w, h)); } in resize()
166 void resize(const IntSize& s) { setFrameRect(IntRect(pos(), s)); setBoundsSize(s); } in resize()
167 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); } in move()
168 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); } in move()
DScrollbar.cpp94 Widget::setFrameRect(IntRect(0, 0, thickness, thickness)); in Scrollbar()
387 void Scrollbar::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Scrollbar
418 Widget::setFrameRect(adjustedRect); in setFrameRect()
DScrollbar.h114 virtual void setFrameRect(const IntRect&);
DScrollView.cpp610 m_horizontalScrollbar->setFrameRect(hBarRect); in updateScrollbars()
631 m_verticalScrollbar->setFrameRect(vBarRect); in updateScrollbars()
867 void ScrollView::setFrameRect(const IntRect& newRect) in wheelEvent() function in WebCore::ScrollView
874 Widget::setFrameRect(newRect); in wheelEvent()
/external/webkit/Source/WebCore/platform/brew/
DWidgetBrew.cpp50 void Widget::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Widget
/external/webkit/Source/WebCore/platform/chromium/
DWidgetChromium.cpp82 void Widget::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Widget
/external/webkit/Source/WebCore/platform/win/
DWidgetWin.cpp96 void Widget::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Widget
/external/webkit/Source/WebKit/win/WebCoreSupport/
DEmbeddedWidget.cpp80 void EmbeddedWidget::setFrameRect(const IntRect& rect) in setFrameRect() function in EmbeddedWidget
86 Widget::setFrameRect(rect); in setFrameRect()
DEmbeddedWidget.h64 virtual void setFrameRect(const WebCore::IntRect&);
/external/webkit/Source/WebCore/platform/qt/
DWidgetQt.cpp67 void Widget::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Widget
/external/webkit/Source/WebCore/rendering/
DRenderReplica.cpp51 setFrameRect(parentBox()->borderBoxRect()); in layout()
DRenderScrollbar.cpp62 setFrameRect(IntRect(0, 0, width, height)); in RenderScrollbar()
197setFrameRect(IntRect(x(), y(), isHorizontal ? width() : newThickness, isHorizontal ? newThickness … in updateScrollbarParts()
DRenderSlider.cpp167 thumb->setFrameRect(rect); in layout()
/external/webkit/Source/WebCore/platform/wx/
DWidgetWx.cpp85 void Widget::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Widget
/external/webkit/Source/WebCore/platform/android/
DWidgetAndroid.cpp91 void Widget::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Widget
/external/webkit/Source/WebCore/platform/gtk/
DWidgetGtk.cpp109 void Widget::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Widget
DScrollbarThemeGtk.cpp83 …scrollbar->setFrameRect(IntRect(0, scrollbar->parent()->height() - thickness, scrollbar->width(), … in updateScrollbarsFrameThickness()
85 …scrollbar->setFrameRect(IntRect(scrollbar->parent()->width() - thickness, 0, thickness, scrollbar-… in updateScrollbarsFrameThickness()
/external/webkit/Source/WebCore/platform/haiku/
DWidgetHaiku.cpp78 void Widget::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Widget
/external/webkit/Source/WebKit/chromium/src/
DWebPluginContainerImpl.h68 virtual void setFrameRect(const WebCore::IntRect&);
DWebPluginContainerImpl.cpp86 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect) in setFrameRect() function in WebKit::WebPluginContainerImpl
88 Widget::setFrameRect(frameRect); in setFrameRect()
DWebPopupMenuImpl.cpp145 m_widget->setFrameRect(newGeometry); in resize()
/external/webkit/Source/WebKit2/WebProcess/Plugins/
DPluginView.h106 virtual void setFrameRect(const WebCore::IntRect&);
/external/webkit/Source/WebKit/win/
DWebScrollBar.cpp138 m_scrollBar->setFrameRect(rect); in setRect()

123