Home | History | Annotate | Download | only in frame

Lines Matching refs:PinchViewport

32 #include "core/frame/PinchViewport.h"
66 PinchViewport::PinchViewport(FrameHost& owner)
73 PinchViewport::~PinchViewport() { }
75 void PinchViewport::setSize(const IntSize& size)
80 TRACE_EVENT2("webkit", "PinchViewport::setSize", "width", size.width(), "height", size.height());
95 void PinchViewport::reset()
101 void PinchViewport::mainFrameDidChangeSize()
103 TRACE_EVENT0("webkit", "PinchViewport::mainFrameDidChangeSize");
113 FloatRect PinchViewport::visibleRect() const
120 FloatRect PinchViewport::visibleRectInDocument() const
131 void PinchViewport::scrollIntoView(const FloatRect& rect)
151 void PinchViewport::setLocation(const FloatPoint& newLocation)
167 void PinchViewport::move(const FloatPoint& delta)
172 void PinchViewport::setScale(float scale)
212 void PinchViewport::attachToLayerTree(GraphicsLayer* currentLayerTreeRoot, GraphicsLayerFactory* graphicsLayerFactory)
214 TRACE_EVENT1("webkit", "PinchViewport::attachToLayerTree", "currentLayerTreeRoot", (bool)currentLayerTreeRoot);
279 void PinchViewport::setupScrollbar(WebScrollbar::Orientation orientation)
311 void PinchViewport::registerLayersWithTreeView(WebLayerTreeView* layerTreeView) const
313 TRACE_EVENT0("webkit", "PinchViewport::registerLayersWithTreeView");
333 void PinchViewport::clearLayersForTreeView(WebLayerTreeView* layerTreeView) const
340 int PinchViewport::scrollSize(ScrollbarOrientation orientation) const
346 IntPoint PinchViewport::minimumScrollPosition() const
351 IntPoint PinchViewport::maximumScrollPosition() const
356 IntRect PinchViewport::scrollableAreaBoundingBox() const
359 // space; however, PinchViewport technically isn't a child of any Frames.
360 // Nonetheless, the PinchViewport always occupies the entire main frame so just
370 IntSize PinchViewport::contentsSize() const
381 void PinchViewport::invalidateScrollbarRect(Scrollbar*, const IntRect&)
387 void PinchViewport::setScrollOffset(const IntPoint& offset)
392 GraphicsLayer* PinchViewport::layerForContainer() const
397 GraphicsLayer* PinchViewport::layerForScrolling() const
402 GraphicsLayer* PinchViewport::layerForHorizontalScrollbar() const
407 GraphicsLayer* PinchViewport::layerForVerticalScrollbar() const
412 void PinchViewport::notifyAnimationStarted(const GraphicsLayer*, double monotonicTime)
416 void PinchViewport::paintContents(const GraphicsLayer*, GraphicsContext&, GraphicsLayerPaintingPhase, const IntRect& inClip)
420 LocalFrame* PinchViewport::mainFrame() const
425 FloatPoint PinchViewport::clampOffsetToBoundaries(const FloatPoint& offset)
433 String PinchViewport