Home
last modified time | relevance | path

Searched refs:toLayoutSize (Results 1 – 22 of 22) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTextControlSingleLine.cpp184 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()
DRenderImage.cpp366 …mapLocation = locationInContainer.point() - toLayoutSize(accumulatedOffset) - locationOffset() - t… in nodeAtPoint()
DRenderTableRow.cpp214 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(cellPoint)); in nodeAtPoint()
DEllipsisBox.cpp151 …renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(adjustedLocation… in nodeAtPoint()
DRenderTextControl.cpp158 …LayoutPoint localPoint = pointInContainer - toLayoutSize(adjustedLocation + innerEditor->renderBox… in hitInnerEditorElement()
DRenderLineBoxList.cpp222 …renderer->updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffset… in hitTest()
DRenderGeometryMap.cpp239 …push(renderer, toLayoutSize(layerOffset), accumulatingTransform, /*isNonUniform*/ false, /*isFixed… in pushMappingsToAncestor()
DRenderView.cpp255 … transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location())); in mapLocalToContainer()
274 offset += toLayoutSize(parentDocRenderer->contentBoxRect().location()); in pushMappingToContainer()
DInlineFlowBox.cpp1056 …renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffse… in nodeAtPoint()
1092 …itTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(accumulatedOffs… in nodeAtPoint()
DRootInlineBox.cpp171 …renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffse… in nodeAtPoint()
DRenderTable.cpp1318 …updateHitTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(adjusted… in nodeAtPoint()
DRenderInline.cpp822 HitTestLocation tmpLocation(locationInContainer, -toLayoutSize(accumulatedOffset)); in hitTestCulledInline()
DRenderBlock.cpp2356 …hitTestOverflowControls(result, roundedIntPoint(locationInContainer - toLayoutSize(accumulatedOffs… in isPointInOverflowControl()
2370 LayoutSize localOffset = toLayoutSize(adjustedLocation); in nodeAtPoint()
3898 continuation()->absoluteRects(rects, accumulatedOffset - toLayoutSize(location() + in absoluteRects()
DRenderBlockFlow.cpp2627 adjustedLocation += toLayoutSize(toRenderView(this)->frameView()->scrollPosition()); in hitTestFloats()
2640 updateHitTestResult(result, locationInContainer.point() - toLayoutSize(childPoint)); in hitTestFloats()
DInlineTextBox.cpp349 …itTestResult(result, flipForWritingMode(locationInContainer.point() - toLayoutSize(accumulatedOffs… in nodeAtPoint()
DRenderBox.cpp1054 … 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()
DRenderTableSection.cpp1558 … updateHitTestResult(result, locationInContainer.point() - toLayoutSize(cellPoint)); in nodeAtPoint()
DRenderLayer.cpp2497 …renderer()->getTransformFromContainer(containerRenderer, toLayoutSize(offset), containerTransform); in createLocalTransformState()
/external/chromium_org/third_party/WebKit/Source/core/events/
DMouseRelatedEvent.cpp80 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/
DRenderSVGRoot.cpp417 LayoutPoint pointInParent = locationInContainer.point() - toLayoutSize(accumulatedOffset); in nodeAtPoint()
418 LayoutPoint pointInBorderBox = pointInParent - toLayoutSize(location()); in nodeAtPoint()
DSVGInlineTextBox.cpp757 …renderer().updateHitTestResult(result, locationInContainer.point() - toLayoutSize(accumulatedOffse… in nodeAtPoint()
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DLayoutPoint.h191 inline LayoutSize toLayoutSize(const LayoutPoint& p) in toLayoutSize() function