Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/platform/
DWidget.h62 virtual void setFrameRect(const IntRect& frame) { m_frame = frame; } in setFrameRect() function
66 void resize(int w, int h) { setFrameRect(IntRect(x(), y(), w, h)); } in resize()
67 void resize(const IntSize& s) { setFrameRect(IntRect(location(), s)); } in resize()
68 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); } in move()
69 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); } in move()
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderReplica.cpp62 setFrameRect(parentBox()->borderBoxRect()); in layout()
DRenderScrollbar.cpp65 setFrameRect(IntRect(0, 0, width, height)); in RenderScrollbar()
190setFrameRect(IntRect(location(), IntSize(isHorizontal ? width() : newThickness, isHorizontal ? new… in updateScrollbarParts()
DFloatingObjects.h77 …void setFrameRect(const LayoutRect& frameRect) { ASSERT(!isInPlacedTree()); m_frameRect = frameRec… in setFrameRect() function
DRenderLayerScrollableArea.cpp872 verticalScrollbar->setFrameRect(vBarRect); in positionOverflowControls()
878 horizontalScrollbar->setFrameRect(hBarRect); in positionOverflowControls()
883 m_scrollCorner->setFrameRect(scrollCorner); in positionOverflowControls()
886 m_resizer->setFrameRect(resizerCornerRect(borderBox, ResizerForPointer)); in positionOverflowControls()
DRenderWidget.cpp153 m_widget->setFrameRect(newFrame); in setWidgetGeometry()
DRenderListBox.cpp367 m_vBar->setFrameRect(scrollRect); in paintScrollbar()
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeClient.h53 virtual void setFrameRect(const IntRect&) = 0;
DScrollbar.cpp83 Widget::setFrameRect(IntRect(0, 0, thickness, thickness)); in Scrollbar()
486 void Scrollbar::setFrameRect(const IntRect& rect) in setFrameRect() function in WebCore::Scrollbar
517 Widget::setFrameRect(adjustedRect); in setFrameRect()
DScrollbar.h69 virtual void setFrameRect(const IntRect&);
DScrollView.cpp451 m_horizontalScrollbar->setFrameRect(hBarRect); in updateScrollbars()
470 m_verticalScrollbar->setFrameRect(vBarRect); in updateScrollbars()
706 void ScrollView::setFrameRect(const IntRect& newRect) in setFrameRect() function in WebCore::ScrollView
713 Widget::setFrameRect(newRect); in setFrameRect()
DScrollView.h209 virtual void setFrameRect(const IntRect&);
/external/chromium_org/third_party/WebKit/Source/platform/exported/
DWebScrollbarThemeClientImpl.h55 virtual void setFrameRect(const IntRect&) OVERRIDE;
DWebScrollbarThemeClientImpl.cpp91 void WebScrollbarThemeClientImpl::setFrameRect(const IntRect&) in setFrameRect() function in WebCore::WebScrollbarThemeClientImpl
/external/chromium_org/third_party/WebKit/Source/web/
DScrollbarGroup.h49 void setFrameRect(const WebCore::IntRect&);
DWebPluginContainerImpl.cpp98 void WebPluginContainerImpl::setFrameRect(const IntRect& frameRect) in setFrameRect() function in blink::WebPluginContainerImpl
100 Widget::setFrameRect(frameRect); in setFrameRect()
411 m_scrollbarGroup->setFrameRect(frameRect()); in reportGeometry()
DPageWidgetDelegate.cpp80 view->setFrameRect(view->frameRect()); in layout()
DWebPluginContainerImpl.h85 virtual void setFrameRect(const WebCore::IntRect&);
DScrollbarGroup.cpp134 void ScrollbarGroup::setFrameRect(const IntRect& frameRect) in setFrameRect() function in blink::ScrollbarGroup
DWebPopupMenuImpl.cpp170 m_widget->setFrameRect(newGeometry); in resize()
DWebPluginScrollbarImpl.cpp205 m_scrollbar->setFrameRect(rect); in setLocation()
DPopupContainer.cpp399 setFrameRect(IntRect(IntPoint(), controlSize)); in showInRect()
/external/chromium_org/third_party/WebKit/Source/core/frame/
DFrameView.h71 virtual void setFrameRect(const IntRect&);
DFrameView.cpp217 view->Widget::setFrameRect(IntRect(view->location(), initialSize)); in create()
421 void FrameView::setFrameRect(const IntRect& newRect) in setFrameRect() function in WebCore::FrameView
439 ScrollView::setFrameRect(newRect); in setFrameRect()
/external/chromium_org/third_party/WebKit/Source/platform/mac/
DScrollAnimatorMac.mm1207 verticalScrollbar->setFrameRect(IntRect(0, 0, thickness, thickness));
1225 horizontalScrollbar->setFrameRect(IntRect(0, 0, thickness, thickness));

12