HomeSort by relevance Sort by last modified time
    Searched refs:positiveMarginBefore (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/rendering/
RenderBlock.h 205 int positiveMarginBefore() const { return m_positiveMarginBefore; }
253 int maxPositiveMarginBefore() const { return m_rareData ? m_rareData->m_margins.positiveMarginBefore() : RenderBlockRareData::positiveMarginBeforeDefault(this); }
    [all...]
RenderBlock.cpp     [all...]

Completed in 115 milliseconds