Home | History | Annotate | Download | only in dom

Lines Matching refs:CSSStyleSheet

35 #include "CSSStyleSheet.h"
2062 CSSStyleSheet* Document::pageUserSheet()
2076 m_pageUserSheet = CSSStyleSheet::createInline(this, settings()->userStyleSheetLocation());
2088 const Vector<RefPtr<CSSStyleSheet> >* Document::pageGroupUserSheets() const
2111 RefPtr<CSSStyleSheet> parsedSheet = CSSStyleSheet::createInline(const_cast<Document*>(this), sheet->url());
2115 m_pageGroupUserSheets.set(new Vector<RefPtr<CSSStyleSheet> >);
2130 CSSStyleSheet* Document::elementSheet()
2133 m_elemSheet = CSSStyleSheet::createInline(this, m_baseURL);
2137 CSSStyleSheet* Document::mappedElementSheet()
2140 m_mappedElementSheet = CSSStyleSheet::createInline(this, m_baseURL);
2676 RefPtr<CSSStyleSheet> cssSheet = CSSStyleSheet::create(this);