OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:positiveMarginBeforeDefault
(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))
303
static LayoutUnit
positiveMarginBeforeDefault
(const RenderBlockFlow* block)
334
LayoutUnit maxPositiveMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderBlockFlowRareData::
positiveMarginBeforeDefault
(this); }
357
m_rareData->m_margins = MarginValues(RenderBlockFlowRareData::
positiveMarginBeforeDefault
(this) , RenderBlockFlowRareData::negativeMarginBeforeDefault(this),
RenderBlockFlow.cpp
[
all
...]
Completed in 23 milliseconds