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
196
LayoutUnit
lineSnapAdjustment
(LayoutUnit delta = 0) const;
RootInlineBox.cpp
289
LayoutUnit gridSnapAdjustment =
lineSnapAdjustment
();
338
LayoutUnit RootInlineBox::
lineSnapAdjustment
(LayoutUnit delta) const
426
return
lineSnapAdjustment
(newPageLogicalTop - (blockOffset + lineTopWithLeading()));
[
all
...]
Completed in 375 milliseconds