OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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