HomeSort by relevance Sort by last modified time
    Searched refs:flooredIntPoint (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 75 IntPoint maximumPosition = flooredIntPoint(inner.location());
93 maximumPosition = flooredIntPoint(maximumPosition);
141 Node* node = findNonEmptyAnchorNode(flooredIntPoint(anchorPoint), innerViewRect, m_eventHandler);
163 IntRect outerRect = IntRect(flooredIntPoint(outerOrigin), outerSize);
WebInputEventConversion.cpp 85 return flooredIntPoint(rootView->page()->frameHost().pinchViewport().visibleRect().location());
432 IntPoint flooredPoint = flooredIntPoint(pos);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 120 virtual IntPoint scrollPosition() const OVERRIDE { return flooredIntPoint(m_offset); }
PinchViewport.cpp 146 view->setScrollPosition(flooredIntPoint(targetOffset));
351 return flooredIntPoint(FloatSize(contentsSize()) - visibleRect().size());
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp 98 IntPoint flooredPoint = flooredIntPoint(windowPoint);
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.cpp 162 IntPoint actualPoint(flooredIntPoint(point));
  /external/chromium_org/third_party/WebKit/Source/platform/geometry/
FloatSize.h 192 inline IntPoint flooredIntPoint(const FloatSize& p)
LayoutRect.cpp 145 IntPoint location = flooredIntPoint(rect.minXMinYCorner());
FloatRect.cpp 230 IntPoint location = flooredIntPoint(rect.minXMinYCorner());
239 IntPoint maxPoint = flooredIntPoint(rect.maxXMaxYCorner());
FloatPoint.h 221 inline IntPoint flooredIntPoint(const FloatPoint& p)
LayoutPoint.h 151 inline IntPoint flooredIntPoint(const LayoutPoint& point)
  /external/chromium_org/third_party/WebKit/Source/core/rendering/svg/
RenderSVGText.cpp 440 HitTestLocation hitTestLocation(LayoutPoint(flooredIntPoint(localPoint)));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp 635 expected.moveBy(-flooredIntPoint(pinchViewport.visibleRect().location()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 328 ASSERT(m_compositedBounds.location() == flooredIntPoint(m_compositedBounds.location()));
329 innerCompositor->frameViewDidChangeLocation(flooredIntPoint(contentsBox().location()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 292 milliseconds