Home
last modified time | relevance | path

Searched defs:logicalRect (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRootInlineBox.cpp455 … LayoutRect logicalRect(lastLogicalLeft, selTop, box->logicalLeft() - lastLogicalLeft, selHeight); in lineSelectionGap() local
DRenderInline.cpp945 LayoutRect logicalRect = currBox->logicalVisualOverflowRectForPropagation(style()); in culledInlineVisualOverflowBoundingBox() local
DRenderBlockFlow.cpp2491 … LayoutRect logicalRect(curr->logicalLeft(), selTop, curr->logicalWidth(), selTop + selHeight); in inlineSelectionGaps() local
DRenderBlock.cpp2470 …icalRectToPhysicalRect(const LayoutPoint& rootBlockPhysicalPosition, const LayoutRect& logicalRect) in logicalRectToPhysicalRect()
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
DCanvasRenderingContext2D.cpp1905 FloatRect logicalRect(sx, sy, sw, sh); in getImageData() local