Searched refs:toIntSize (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/geometry/
H A DIntPoint.h152 inline IntSize toIntSize(const IntPoint& a) function in namespace:blink
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebDocument.cpp275 return toIntSize(view->minimumScrollPosition());
282 return toIntSize(view->maximumScrollPosition());
H A DWebDevToolsAgentImpl.cpp331 m_webViewImpl->setMainFrameScrollOffset(*m_lastPinchAnchorCss.get() - toIntSize(anchorCss));
H A DWebLocalFrameImpl.cpp583 return toIntSize(view->minimumScrollPosition());
591 return toIntSize(view->maximumScrollPosition());
/external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
H A DCompositedLayerMapping.cpp721 m_graphicsLayer->setOffsetFromRenderer(toIntSize(localCompositingBounds.location()));
818 m_childContainmentLayer->setOffsetFromRenderer(toIntSize(clippingBox.location()));
899 m_scrollingLayer->setOffsetFromRenderer(-toIntSize(clientBox.location()));
904 m_childClippingMaskLayer->setOffsetFromRenderer(toIntSize(clientBox.location()));
913 IntSize scrollingContentsOffset = toIntSize(clientBox.location() - adjustedScrollOffset);
942 m_childClippingMaskLayer->setOffsetFromRenderer(toIntSize(clientBox.location()));
960 foregroundOffset = toIntSize(clippingBox.location());
1157 m_scrollingBlockSelectionLayer->setOffsetFromRenderer(toIntSize(blockSelectionGapsBounds.location()), GraphicsLayer::SetNeedsDisplay);
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderLayerScrollableArea.cpp352 if (scrollOffset() == toIntSize(newScrollOffset))
355 setScrollOffset(toIntSize(newScrollOffset));
1016 positionOverflowControls(toIntSize(adjustedPaintOffset));
1387 IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset() + toIntSize(roundedIntRect(r).location()));
/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollView.h134 IntSize scrollOffset() const { return toIntSize(visibleContentRect().location()); } // Gets the scrolled position as an IntSize. Convenient for adding to other sizes.
H A DScrollView.cpp262 scrollTo(toIntSize(adjustScrollPositionWithinRange(offset)));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DGraphicsLayer.cpp1065 m_scrollableArea->scrollToOffsetWithoutAnimation(m_scrollableArea->minimumScrollPosition() + toIntSize(m_layer->layer()->scrollPosition()));
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp1213 return toIntSize(clampScrollPosition(scrollPosition()));

Completed in 212 milliseconds