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

  /external/webkit/Source/WebCore/rendering/
InlineBox.h 245 int pixelSnappedLogicalLeft() const { return logicalLeft(); }
RootInlineBox.cpp 540 lineLayoutOverflow.shiftXEdgeTo(min(lineLayoutOverflow.x(), pixelSnappedLogicalLeft() - endPadding));
545 lineLayoutOverflow.shiftYEdgeTo(min(lineLayoutOverflow.y(), pixelSnappedLogicalLeft() - endPadding));
    [all...]
InlineFlowBox.cpp     [all...]

Completed in 24 milliseconds