Searched refs:m_overrideComputedStyle (Results 1 – 1 of 1) sorted by relevance
95 if (!m_overrideComputedStyle || m_needsOverrideComputedStyleUpdate) { in overrideComputedStyle()97 …m_overrideComputedStyle = element->document().ensureStyleResolver().styleForElement(element, paren… in overrideComputedStyle()100 ASSERT(m_overrideComputedStyle); in overrideComputedStyle()101 return m_overrideComputedStyle.get(); in overrideComputedStyle()117 RefPtr<RenderStyle> m_overrideComputedStyle; variable