Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/rendering/
DRenderBlock.cpp3021 int rootBlockLogicalWidth = rootBlockLogicalRight - rootBlockLogicalLeft; in logicalLeftSelectionGap() local
3022 if (rootBlockLogicalWidth <= 0) in logicalLeftSelectionGap()
3025 …sicalPosition, IntRect(rootBlockLogicalLeft, rootBlockLogicalTop, rootBlockLogicalWidth, logicalHe… in logicalLeftSelectionGap()
3037 int rootBlockLogicalWidth = rootBlockLogicalRight - rootBlockLogicalLeft; in logicalRightSelectionGap() local
3038 if (rootBlockLogicalWidth <= 0) in logicalRightSelectionGap()
3041 …sicalPosition, IntRect(rootBlockLogicalLeft, rootBlockLogicalTop, rootBlockLogicalWidth, logicalHe… in logicalRightSelectionGap()