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

  /external/webkit/Source/WebCore/rendering/
RenderBlock.h 206 int negativeMarginBefore() const { return m_negativeMarginBefore; }
254 int maxNegativeMarginBefore() const { return m_rareData ? m_rareData->m_margins.negativeMarginBefore() : RenderBlockRareData::negativeMarginBeforeDefault(this); }
    [all...]
RenderBlock.cpp     [all...]

Completed in 131 milliseconds