/external/chromium_org/third_party/WebKit/Source/web/ |
WebRange.cpp | 137 quads[i].setP1(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p1()))); 138 quads[i].setP2(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p2()))); 139 quads[i].setP3(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p3()))); 140 quads[i].setP4(frame->view()->contentsToWindow(roundedIntPoint(quads[i].p4())));
|
WebHitTestResult.cpp | 51 return roundedIntPoint(m_private->localPoint());
|
LinkHighlight.cpp | 158 case 0: point = roundedIntPoint(targetSpaceQuad.p1()); break; 159 case 1: point = roundedIntPoint(targetSpaceQuad.p2()); break; 160 case 2: point = roundedIntPoint(targetSpaceQuad.p3()); break; 161 case 3: point = roundedIntPoint(targetSpaceQuad.p4()); break;
|
PopupContainer.cpp | 215 chromeClient().popupOpened(this, layoutAndCalculateWidgetRect(m_controlSize.height(), transformOffset, roundedIntPoint(m_controlPosition.p4())), false);
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
HitTestResult.h | 74 IntPoint roundedPointInMainFrame() const { return roundedIntPoint(pointInMainFrame()); } 78 IntPoint roundedPointInInnerNodeFrame() const { return roundedIntPoint(pointInInnerNodeFrame()); }
|
HitTestLocation.h | 60 IntPoint roundedPoint() const { return roundedIntPoint(m_point); }
|
RenderGeometryMap.cpp | 130 ASSERT(roundedIntPoint(rendererMappedResult) == roundedIntPoint(result));
|
RenderWidget.cpp | 133 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size())); 310 layer()->scrollableArea()->paintResizer(paintInfo.context, roundedIntPoint(adjustedPaintOffset), paintInfo.rect);
|
RenderEmbeddedObject.cpp | 167 contentRect.moveBy(roundedIntPoint(accumulatedOffset));
|
RenderLayerScrollableArea.cpp | 860 positionOverflowControls(toIntSize(roundedIntPoint(offsetFromRoot))); [all...] |
RenderFlowThread.cpp | 290 adjustedPaintOffset = roundedIntPoint(paintOffset - portionLocation); 415 IntRect regionAbsoluteRect(roundedIntPoint(region->localToAbsolute()), roundedIntSize(region->frameRect().size())); [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
LayoutRect.h | 59 IntPoint pixelSnappedLocation() const { return roundedIntPoint(m_location); } 205 return IntRect(roundedIntPoint(rect.location()), IntSize( 225 return IntRect(roundedIntPoint(location), pixelSnappedIntSize(size, location));
|
LayoutPoint.h | 156 inline IntPoint roundedIntPoint(const LayoutPoint& point) 161 inline IntPoint roundedIntPoint(const LayoutSize& size)
|
FloatPoint.h | 215 inline IntPoint roundedIntPoint(const FloatPoint& p)
|
FloatRect.cpp | 254 return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size()));
|
/external/chromium_org/third_party/WebKit/Source/core/html/shadow/ |
SpinButtonElement.cpp | 92 IntPoint local = roundedIntPoint(box->absoluteToLocal(mouseEvent->absoluteLocation(), UseTransforms));
|
/external/chromium_org/third_party/WebKit/Source/core/plugins/ |
PluginOcclusionSupport.cpp | 124 IntPoint point = roundedIntPoint(renderer->localToAbsolute());
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
RenderSVGForeignObject.cpp | 151 setLocation(roundedIntPoint(viewportLocation));
|
RenderSVGModelObject.cpp | 82 rect.moveBy(roundedIntPoint(accumulatedOffset));
|
RenderSVGRoot.cpp | 265 IntPoint adjustedPaintOffset = roundedIntPoint(paintOffset);
|
/external/chromium_org/third_party/WebKit/Source/core/editing/ |
Caret.cpp | 240 drawingRect.moveBy(roundedIntPoint(paintOffset));
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
InspectorOverlay.cpp | 136 quad.setP1(view->contentsToRootView(roundedIntPoint(quad.p1()))); 137 quad.setP2(view->contentsToRootView(roundedIntPoint(quad.p2()))); 138 quad.setP3(view->contentsToRootView(roundedIntPoint(quad.p3()))); 139 quad.setP4(view->contentsToRootView(roundedIntPoint(quad.p4())));
|
InspectorTimelineAgent.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/transforms/ |
TransformationMatrix.h | 127 return roundedIntPoint(mapPoint(FloatPoint(p)));
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
TreeScope.cpp | 227 IntPoint point = roundedIntPoint(FloatPoint(x * scaleFactor + frameView->scrollX(), y * scaleFactor + frameView->scrollY()));
|