Searched refs:enforceMIMEType (Results 1 – 3 of 3) sorted by relevance
80 const String CSSStyleSheetResource::sheetText(bool enforceMIMEType, bool* hasValidMIMEType) const in sheetText() argument84 if (!m_data || m_data->isEmpty() || !canUseSheet(enforceMIMEType, hasValidMIMEType)) in sheetText()111 bool CSSStyleSheetResource::canUseSheet(bool enforceMIMEType, bool* hasValidMIMEType) const in canUseSheet() argument116 if (!enforceMIMEType && !hasValidMIMEType) in canUseSheet()130 if (!enforceMIMEType) in canUseSheet()
44 const String sheetText(bool enforceMIMEType = true, bool* hasValidMIMEType = 0) const;55 bool canUseSheet(bool enforceMIMEType, bool* hasValidMIMEType) const;
306 bool enforceMIMEType = !quirksMode; in parseAuthorStyleSheet() local308 String sheetText = cachedStyleSheet->sheetText(enforceMIMEType, &hasValidMIMEType); in parseAuthorStyleSheet()