Searched defs:rootBlockLogicalWidth (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderBlock.cpp3045 int rootBlockLogicalWidth = rootBlockLogicalRight - rootBlockLogicalLeft; local
3046 if (rootBlockLogicalWidth <= 0)
3049 IntRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, IntRect(rootBlockLogicalLeft, rootBlockLogicalTop, rootBlockLogicalWidth, logicalHeight));
3061 int rootBlockLogicalWidth = rootBlockLogicalRight - rootBlockLogicalLeft; local
3062 if (rootBlockLogicalWidth <= 0)
3065 IntRect gapRect = rootBlock->logicalRectToPhysicalRect(rootBlockPhysicalPosition, IntRect(rootBlockLogicalLeft, rootBlockLogicalTop, rootBlockLogicalWidth, logicalHeight));

Completed in 132 milliseconds