Home | History | Annotate | Download | only in cache

Lines Matching defs:CachedCSSStyleSheet

28 #include "CachedCSSStyleSheet.h"
40 CachedCSSStyleSheet::CachedCSSStyleSheet(const String& url, const String& charset)
49 CachedCSSStyleSheet::~CachedCSSStyleSheet()
53 void CachedCSSStyleSheet::didAddClient(CachedResourceClient *c)
59 void CachedCSSStyleSheet::allClientsRemoved()
65 void CachedCSSStyleSheet::setEncoding(const String& chs)
70 String CachedCSSStyleSheet::encoding() const
75 const String CachedCSSStyleSheet::sheetText(bool enforceMIMEType, bool* hasValidMIMEType) const
91 void CachedCSSStyleSheet::data(PassRefPtr<SharedBuffer> data, bool allDataReceived)
109 void CachedCSSStyleSheet::checkNotify()
119 void CachedCSSStyleSheet::error(CachedResource::Status status)
127 bool CachedCSSStyleSheet::canUseSheet(bool enforceMIMEType, bool* hasValidMIMEType) const