Lines Matching full:sheet
140 // to kick off import/include loads that can hang off some parent sheet.
201 void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet)
209 // getting the sheet text in "strict" mode. This enforces a valid CSS MIME
211 parseStyleSheet(sheet->sheetText(true));
218 void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
222 parseStyleSheet(sheet);
226 void ProcessingInstruction::parseStyleSheet(const String& sheet)
228 m_sheet->parseString(sheet, true);
237 void ProcessingInstruction::setCSSStyleSheet(PassRefPtr<CSSStyleSheet> sheet)
241 m_sheet = sheet;
258 if (!sheet())
261 addSubresourceURL(urls, sheet()->baseURL());