HomeSort by relevance Sort by last modified time
    Searched defs:XSLImportRule (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/xml/
XSLImportRule.cpp 23 #include "XSLImportRule.h"
33 XSLImportRule::XSLImportRule(XSLStyleSheet* parent, const String& href)
41 XSLImportRule::~XSLImportRule()
50 XSLStyleSheet* XSLImportRule::parentStyleSheet() const
55 void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
73 bool XSLImportRule::isLoading()
78 void XSLImportRule::loadSheet()
XSLImportRule.h 37 class XSLImportRule : public StyleBase, private CachedResourceClient {
39 static PassRefPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href)
41 return adoptRef(new XSLImportRule(parentSheet, href));
44 virtual ~XSLImportRule();
55 XSLImportRule(XSLStyleSheet* parentSheet, const String& href);

Completed in 19 milliseconds