Searched defs:setCSSStyleSheet (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceClient.h63 virtual void setCSSStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* charset */, const CachedCSSStyleSheet*) { } function in class:WebCore::CachedResourceClient
/external/webkit/Source/WebCore/css/
H A DCSSImportRule.cpp57 void CSSImportRule::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) function in class:WebCore::CSSImportRule
/external/webkit/Source/WebCore/dom/
H A DProcessingInstruction.cpp205 void ProcessingInstruction::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) function in class:WebCore::ProcessingInstruction
244 void ProcessingInstruction::setCSSStyleSheet(PassRefPtr<CSSStyleSheet> sheet) function in class:WebCore::ProcessingInstruction
/external/webkit/Source/WebCore/html/
H A DHTMLLinkElement.cpp360 void HTMLLinkElement::setCSSStyleSheet(const String& href, const KURL& baseURL, const String& charset, const CachedCSSStyleSheet* sheet) function in class:WebCore::HTMLLinkElement

Completed in 107 milliseconds