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

  /external/webkit/Source/WebCore/rendering/
RenderButton.cpp 107 void RenderButton::setupInnerStyle(RenderStyle* innerStyle)
109 ASSERT(innerStyle->refCount() == 1);
112 innerStyle->setBoxFlex(1.0f);
113 innerStyle->setBoxOrient(style()->boxOrient());
RenderMenuList.cpp 86 RenderStyle* innerStyle = m_innerBlock->style();
87 innerStyle->setBoxFlex(1);
89 innerStyle->setPaddingLeft(Length(theme()->popupInternalPaddingLeft(style()), Fixed));
90 innerStyle->setPaddingRight(Length(theme()->popupInternalPaddingRight(style()), Fixed));
91 innerStyle->setPaddingTop(Length(theme()->popupInternalPaddingTop(style()), Fixed));
92 innerStyle->setPaddingBottom(Length(theme()->popupInternalPaddingBottom(style()), Fixed));
97 innerStyle->setTextAlign(LEFT);
99 innerStyle->setDirection(direction);
101 if ((m_optionStyle->direction() != innerStyle->direction() || m_optionStyle->unicodeBidi() != innerStyle->unicodeBidi())
    [all...]

Completed in 227 milliseconds