Home | History | Annotate | Download | only in src

Lines Matching full:style

89     // Bug http://crbug.com/7708 seems to indicate the style can be 0.
90 RenderStyle* style = textFieldStyle();
91 if (!style)
94 return RenderTheme::defaultTheme()->popupInternalPaddingLeft(style);
99 // Bug http://crbug.com/7708 seems to indicate the style can be 0.
100 RenderStyle* style = textFieldStyle();
101 if (!style)
104 return RenderTheme::defaultTheme()->popupInternalPaddingRight(style);
139 RenderStyle* style = m_textField->computedStyle();
140 if (!style) {
141 // It seems we can only have a 0 style in a TextField if the
147 return style;
170 textField->renderer()->style()->direction()));