Home | History | Annotate | Download | only in html

Lines Matching defs:sheet

81         // If we change the disabled state while the sheet is still loading, then we have to
84 // Check #1: If the sheet becomes disabled while it was loading, and if it was either
85 // a main sheet or a sheet that was previously enabled via script, then we need
90 // Check #2: An alternate sheet becomes enabled while it is still loading.
94 // Check #3: A main sheet becomes enabled while it was still loading and
102 // If the sheet is already loading just bail.
106 // Load the sheet, since it's never been loaded before.
114 StyleSheet* HTMLLinkElement::sheet() const
241 // Add ourselves as a pending sheet, but only if we aren't an alternate
287 void HTMLLinkElement::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet)
310 String sheetText = sheet->sheetText(enforceMIMEType, &validMIMEType);
475 if (StyleSheet* styleSheet = const_cast<HTMLLinkElement*>(this)->sheet())