Searched refs:setXSLStyleSheet (Results 1 - 8 of 8) 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
H A DCachedXSLStyleSheet.cpp52 c->setXSLStyleSheet(m_url, m_response.url(), m_sheet);
87 c->setXSLStyleSheet(m_url, m_response.url(), m_sheet);
/external/webkit/Source/WebCore/xml/
H A DXSLImportRule.h61 virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
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,
H A DXSLTProcessor.h49 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; } function in class:WebCore::XSLTProcessor
/external/webkit/Source/WebCore/dom/
H A DProcessingInstruction.h74 virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
H A DProcessingInstruction.cpp225 void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) function in class:WebCore::ProcessingInstruction
H A DDocument.cpp4086 processor->setXSLStyleSheet(static_cast<XSLStyleSheet*>(pi->sheet()));

Completed in 112 milliseconds