Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/dom/
DDocument.cpp390 , m_styleSheets(StyleSheetList::create(this)) in Document()
547 if (m_styleSheets) in ~Document()
548 m_styleSheets->documentDestroyed(); in ~Document()
639 ASSERT(!documentElement() && !m_styleSheets->length()); in setCompatibilityMode()
1704 …m_styleSelector.set(new CSSStyleSelector(this, m_styleSheets.get(), m_mappedElementSheet.get(), pa… in createStyleSelector()
2896 return m_styleSheets.get(); in styleSheets()
3134 m_styleSheets->swap(sheets); in recalcStyleSelector()
DDocument.h1227 …RefPtr<StyleSheetList> m_styleSheets; // All of the stylesheets that are currently in effect for o… variable