HomeSort by relevance Sort by last modified time
    Searched refs:roundedIntPoint (Results 26 - 43 of 43) sorted by null

12

  /external/chromium_org/third_party/WebKit/Source/web/
WebPluginContainerImpl.cpp 530 return roundedIntPoint(m_element->renderer()->absoluteToLocal(LayoutPoint(windowPoint), UseTransforms));
538 IntPoint absolutePoint = roundedIntPoint(m_element->renderer()->localToAbsolute(LayoutPoint(point), UseTransforms));
WebInputEventConversion.cpp 453 return roundedIntPoint(renderObject.absoluteToLocal(location, UseTransforms));
WebFrameImpl.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/accessibility/
AXObject.cpp 461 return roundedIntPoint(LayoutPoint(rect.x() + rect.width() / 2, rect.y() + rect.height() / 2));
AXRenderObject.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/page/
TouchAdjustment.cpp 427 adjustedPoint = roundedIntPoint(center);
EventHandler.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderFrameSet.cpp 671 IntPoint roundedPoint = roundedIntPoint(point);
RenderListMarker.cpp     [all...]
RenderLayer.cpp 271 scrollableArea()->positionOverflowControls(toIntSize(roundedIntPoint(offsetFromRoot)));
    [all...]
RenderListBox.cpp 442 paintInfo.context->drawBidiText(itemFont, textRunPaintInfo, roundedIntPoint(r.location()));
InlineTextBox.cpp 486 LayoutPoint adjustedPaintOffset = roundedIntPoint(paintOffset);
    [all...]
RenderInline.cpp     [all...]
RenderLayerCompositor.cpp     [all...]
RenderBlock.cpp     [all...]
RenderBox.cpp 577 frameView->setScrollPosition(roundedIntPoint(r.location()));
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLSelectElement.cpp     [all...]
  /external/chromium_org/third_party/WebKit/Source/core/frame/
FrameView.cpp     [all...]

Completed in 500 milliseconds

12