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

/external/webkit/Source/WebCore/loader/cache/
H A DCachedResourceClient.h64 virtual void setXSLStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* sheet */) { } function in class:WebCore::CachedResourceClient
/external/webkit/Source/WebCore/xml/
H A DXSLTProcessor.h49 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; } function in class:WebCore::XSLTProcessor
H A DXSLImportRule.cpp55 void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) function in class:WebCore::XSLImportRule
106 // If the imported sheet is in the cache, then setXSLStyleSheet gets called,
/external/webkit/Source/WebCore/dom/
H A DProcessingInstruction.cpp225 void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) function in class:WebCore::ProcessingInstruction

Completed in 430 milliseconds