Searched refs:setXSLStyleSheet (Results 1 - 8 of 8) sorted by relevance
/external/webkit/Source/WebCore/loader/cache/ |
H A D | CachedResourceClient.h | 64 virtual void setXSLStyleSheet(const String& /* href */, const KURL& /* baseURL */, const String& /* sheet */) { } function in class:WebCore::CachedResourceClient
|
H A D | CachedXSLStyleSheet.cpp | 52 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 D | XSLImportRule.h | 61 virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
|
H A D | XSLImportRule.cpp | 55 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 D | XSLTProcessor.h | 49 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; } function in class:WebCore::XSLTProcessor
|
/external/webkit/Source/WebCore/dom/ |
H A D | ProcessingInstruction.h | 74 virtual void setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet);
|
H A D | ProcessingInstruction.cpp | 225 void ProcessingInstruction::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) function in class:WebCore::ProcessingInstruction
|
H A D | Document.cpp | 4086 processor->setXSLStyleSheet(static_cast<XSLStyleSheet*>(pi->sheet()));
|
Completed in 143 milliseconds