OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxNegativeMarginBefore
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h
335
LayoutUnit
maxNegativeMarginBefore
() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderBlockFlowRareData::negativeMarginBeforeDefault(this); }
367
virtual LayoutUnit collapsedMarginBefore() const OVERRIDE FINAL { return maxPositiveMarginBefore() -
maxNegativeMarginBefore
(); }
RenderBlockFlow.cpp
390
LayoutUnit oldNegMarginBefore =
maxNegativeMarginBefore
();
[
all
...]
Completed in 85 milliseconds