Home | History | Annotate | Download | only in dom

Lines Matching defs:inlineStyle

253     const StylePropertySet* inlineStyle() const { return elementData() ? elementData()->m_inlineStyle.get() : 0; }