Home
last modified time | relevance | path

Searched refs:m_mathmlStyleSheet (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSDefaultStyleSheets.cpp92 , m_mathmlStyleSheet(nullptr) in CSSDefaultStyleSheets()
165 && !m_mathmlStyleSheet) { in ensureDefaultStyleSheetsForElement()
166 m_mathmlStyleSheet = parseUASheet(mathmlCss, sizeof(mathmlCss)); in ensureDefaultStyleSheetsForElement()
208 visitor->trace(m_mathmlStyleSheet); in trace()
DCSSDefaultStyleSheets.h54 StyleSheetContents* mathmlStyleSheet() { return m_mathmlStyleSheet.get(); } in mathmlStyleSheet()
75 RefPtrWillBeMember<StyleSheetContents> m_mathmlStyleSheet; variable