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

  /external/chromium_org/third_party/WebKit/Source/web/
ViewportAnchor.cpp 97 Node* node = findNonEmptyAnchorNode(flooredIntPoint(anchorPoint), viewRect, m_eventHandler);
124 return flooredIntPoint(anchorPoint - anchorOffsetFromOrigin);
WebInputEventConversion.cpp 87 return flooredIntPoint(rootView->page()->frameHost().pinchViewport().visibleRect().location());
434 IntPoint flooredPoint = flooredIntPoint(pos);
  /external/chromium_org/third_party/WebKit/Source/core/frame/
PinchViewport.h 119 virtual IntPoint scrollPosition() const OVERRIDE { return flooredIntPoint(m_offset); }
PinchViewport.cpp 145 view->setScrollPosition(flooredIntPoint(targetOffset));
353 return flooredIntPoint(FloatSize(contentsSize()) - visibleRect().size());
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
HitTestLocation.cpp 157 IntPoint actualPoint(flooredIntPoint(point));
RenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/
Widget.cpp 134 IntPoint flooredPoint = flooredIntPoint(windowPoint);
  /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 442 HitTestLocation hitTestLocation(LayoutPoint(flooredIntPoint(localPoint)));
  /external/chromium_org/third_party/WebKit/Source/web/tests/
PinchViewportTest.cpp 517 expected.moveBy(-flooredIntPoint(pinchViewport.visibleRect().location()));
  /external/chromium_org/third_party/WebKit/Source/core/rendering/compositing/
CompositedLayerMapping.cpp 338 ASSERT(contentsBox().location() == flooredIntPoint(contentsBox().location()));
339 innerCompositor->frameViewDidChangeLocation(flooredIntPoint(contentsBox().location()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
EventHandler.cpp     [all...]

Completed in 832 milliseconds