Searched refs:toLayoutSize (Results 1 – 22 of 22) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderTextControlSingleLine.cpp | 184 textOffset += toLayoutSize(editingViewPortElement()->renderBox()->location()); in layout() 186 textOffset += toLayoutSize(containerRenderer->location()); in layout() 210 pointInParent -= toLayoutSize(editingViewPortElement()->renderBox()->location()); in nodeAtPoint() 212 pointInParent -= toLayoutSize(container->renderBox()->location()); in nodeAtPoint()
|
D | RenderImage.cpp | 366 …mapLocation = locationInContainer.point() - toLayoutSize(accumulatedOffset) - locationOffset() - t… in nodeAtPoint()
|
D | RenderTableRow.cpp | 214 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(cellPoint)); in nodeAtPoint()
|
D | EllipsisBox.cpp | 151 …renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation… in nodeAtPoint()
|
D | RenderTextControl.cpp | 158 …LayoutPoint localPoint = pointInContainer - toLayoutSize(adjustedLocation + innerEditor->renderBox… in hitInnerEditorElement()
|
D | RenderLineBoxList.cpp | 222 …renderer->updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffset… in hitTest()
|
D | RenderGeometryMap.cpp | 239 …push(renderer, toLayoutSize(layerOffset), accumulatingTransform, /*isNonUniform*/ false, /*isFixed… in pushMappingsToAncestor()
|
D | RenderView.cpp | 255 … transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location())); in mapLocalToContainer() 274 offset += toLayoutSize(parentDocRenderer->contentBoxRect().location()); in pushMappingToContainer()
|
D | InlineFlowBox.cpp | 1056 …renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffse… in nodeAtPoint() 1092 …itTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(accumulatedOffs… in nodeAtPoint()
|
D | RootInlineBox.cpp | 171 …renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffse… in nodeAtPoint()
|
D | RenderTable.cpp | 1318 …updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(adjusted… in nodeAtPoint()
|
D | RenderInline.cpp | 822 HitTestLocation tmpLocation(locationInContainer, -toLayoutSize(accumulatedOffset)); in hitTestCulledInline()
|
D | RenderBlock.cpp | 2356 …hitTestOverflowControls(result, roundedIntPoint(locationInContainer - toLayoutSize(accumulatedOffs… in isPointInOverflowControl() 2370 LayoutSize localOffset = toLayoutSize(adjustedLocation); in nodeAtPoint() 3898 continuation()->absoluteRects(rects, accumulatedOffset - toLayoutSize(location() + in absoluteRects()
|
D | RenderBlockFlow.cpp | 2627 adjustedLocation += toLayoutSize(toRenderView(this)->frameView()->scrollPosition()); in hitTestFloats() 2640 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(childPoint)); in hitTestFloats()
|
D | InlineTextBox.cpp | 349 …itTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(accumulatedOffs… in nodeAtPoint()
|
D | RenderBox.cpp | 1054 … updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation)); in nodeAtPoint() 1064 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation)); in nodeAtPoint() 1629 offset = toLayoutSize(block->flipForWritingModeIncludingColumns(toLayoutPoint(offset))); in offsetFromContainer()
|
D | RenderTableSection.cpp | 1558 … updateHitTestResult(result, locationInContainer.point() - toLayoutSize(cellPoint)); in nodeAtPoint()
|
D | RenderLayer.cpp | 2497 …renderer()->getTransformFromContainer(containerRenderer, toLayoutSize(offset), containerTransform); in createLocalTransformState()
|
/external/chromium_org/third_party/WebKit/Source/core/events/ |
D | MouseRelatedEvent.cpp | 80 m_clientLocation = adjustedPageLocation - toLayoutSize(scrollPosition); in MouseRelatedEvent() 166 m_layerLocation -= toLayoutSize(layer->location()); in computeRelativePosition()
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/svg/ |
D | RenderSVGRoot.cpp | 417 LayoutPoint pointInParent = locationInContainer.point() - toLayoutSize(accumulatedOffset); in nodeAtPoint() 418 LayoutPoint pointInBorderBox = pointInParent - toLayoutSize(location()); in nodeAtPoint()
|
D | SVGInlineTextBox.cpp | 757 …renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffse… in nodeAtPoint()
|
/external/chromium_org/third_party/WebKit/Source/platform/geometry/ |
D | LayoutPoint.h | 191 inline LayoutSize toLayoutSize(const LayoutPoint& p) in toLayoutSize() function
|