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