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

12

/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DRemoteFrameView.cpp42 void RemoteFrameView::setFrameRect(const IntRect& newRect) function in class:blink::RemoteFrameView
49 Widget::setFrameRect(newRect);
H A DRemoteFrameView.h35 virtual void setFrameRect(const IntRect&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWidget.h63 virtual void setFrameRect(const IntRect& frame) { m_frame = frame; } function in class:blink::Widget
67 void resize(int w, int h) { setFrameRect(IntRect(x(), y(), w, h)); }
68 void resize(const IntSize& s) { setFrameRect(IntRect(location(), s)); }
69 void move(int x, int y) { setFrameRect(IntRect(x, y, width(), height())); }
70 void move(const IntPoint& p) { setFrameRect(IntRect(p, size())); }
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderReplica.cpp61 setFrameRect(parentBox()->borderBoxRect());
H A DRenderScrollbar.cpp66 setFrameRect(IntRect(0, 0, width, height));
182 setFrameRect(IntRect(location(), IntSize(isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height())));
H A DFloatingObjects.h77 void setFrameRect(const LayoutRect& frameRect) { ASSERT(!isInPlacedTree()); m_frameRect = frameRect; } function in class:blink::FloatingObject
H A DRenderWidget.cpp129 widget->setFrameRect(newFrame);
H A DRenderLayerScrollableArea.cpp959 verticalScrollbar->setFrameRect(vBarRect);
965 horizontalScrollbar->setFrameRect(hBarRect);
970 m_scrollCorner->setFrameRect(scrollCorner);
973 m_resizer->setFrameRect(resizerCornerRect(borderBox, ResizerForPointer));
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeClient.h53 virtual void setFrameRect(const IntRect&) = 0;
H A DScrollbar.cpp81 Widget::setFrameRect(IntRect(0, 0, thickness, thickness));
474 void Scrollbar::setFrameRect(const IntRect& rect) function in class:blink::Scrollbar
505 Widget::setFrameRect(adjustedRect);
H A DScrollView.cpp389 m_horizontalScrollbar->setFrameRect(hBarRect);
409 m_verticalScrollbar->setFrameRect(vBarRect);
706 void ScrollView::setFrameRect(const IntRect& newRect) function in class:blink::ScrollView
713 Widget::setFrameRect(newRect);
H A DScrollbar.h68 virtual void setFrameRect(const IntRect&) OVERRIDE;
H A DScrollView.h194 virtual void setFrameRect(const IntRect&) OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DPageAnimator.cpp87 // setFrameRect(). This will be a quick operation for most frames, but the
89 view->setFrameRect(view->frameRect());
91 // setFrameRect may have the side-effect of causing existing page layout to
/external/chromium_org/third_party/WebKit/Source/platform/exported/
H A DWebScrollbarThemeClientImpl.h54 virtual void setFrameRect(const IntRect&) OVERRIDE;
H A DWebScrollbarThemeClientImpl.cpp89 void WebScrollbarThemeClientImpl::setFrameRect(const IntRect&) function in class:blink::WebScrollbarThemeClientImpl
/external/chromium_org/third_party/WebKit/Source/web/
H A DScrollbarGroup.h46 void setFrameRect(const IntRect&);
H A DPopupListBox.h99 virtual void setFrameRect(const IntRect&) OVERRIDE;
H A DScrollbarGroup.cpp126 void ScrollbarGroup::setFrameRect(const IntRect& frameRect) function in class:blink::ScrollbarGroup
H A DWebPluginContainerImpl.h89 virtual void setFrameRect(const IntRect&) OVERRIDE;
H A DWebPopupMenuImpl.cpp188 m_widget->setFrameRect(newGeometry);
H A DWebPluginScrollbarImpl.cpp202 m_scrollbar->setFrameRect(rect);
H A DPopupListBox.cpp931 void PopupListBox::setFrameRect(const IntRect& newRect) function in class:blink::PopupListBox
937 Widget::setFrameRect(newRect);
992 m_verticalScrollbar->setFrameRect(vBarRect);
/external/chromium_org/third_party/WebKit/Source/core/editing/
H A DFrameSelectionTest.cpp135 dummyPageHolder().frameView().setFrameRect(frameRect);
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLTextFormControlElementTest.cpp94 page().frameView().setFrameRect(frameRect);

Completed in 1225 milliseconds

12