HomeSort by relevance Sort by last modified time
    Searched refs:blocksAreFlipped (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlock.cpp     [all...]
RenderText.cpp 606 bool blocksAreFlipped = style()->isFlippedBlocksWritingMode();
615 if (pointBlockDirection > top || (!blocksAreFlipped && pointBlockDirection == top)) {
620 if (pointBlockDirection < bottom || (blocksAreFlipped && pointBlockDirection == bottom)) {
    [all...]

Completed in 99 milliseconds