OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:negativeMarginAfterDefault
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderBlockFlow.h
356
: m_margins(positiveMarginBeforeDefault(block), negativeMarginBeforeDefault(block), positiveMarginAfterDefault(block),
negativeMarginAfterDefault
(block))
379
static LayoutUnit
negativeMarginAfterDefault
(const RenderBlockFlow* block)
403
LayoutUnit maxNegativeMarginAfter() const { return m_rareData ? m_rareData->m_margins.negativeMarginAfter() : RenderBlockFlowRareData::
negativeMarginAfterDefault
(this); }
424
RenderBlockFlowRareData::positiveMarginAfterDefault(this), RenderBlockFlowRareData::
negativeMarginAfterDefault
(this));
RenderBlockFlow.cpp
[
all
...]
Completed in 189 milliseconds