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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RootInlineBox.h 195 LayoutUnit lineSnapAdjustment(LayoutUnit delta = 0) const;
RootInlineBox.cpp 285 LayoutUnit gridSnapAdjustment = lineSnapAdjustment();
332 LayoutUnit RootInlineBox::lineSnapAdjustment(LayoutUnit delta) const
420 return lineSnapAdjustment(newPageLogicalTop - (blockOffset + lineTopWithLeading()));
    [all...]

Completed in 479 milliseconds