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

  /external/chromium_org/third_party/WebKit/Source/core/xml/
XSLImportRule.cpp 23 #include "core/xml/XSLImportRule.h"
33 XSLImportRule::XSLImportRule(XSLStyleSheet* parent, const String& href)
41 XSLImportRule::~XSLImportRule()
50 void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet)
68 bool XSLImportRule::isLoading()
73 void XSLImportRule::loadSheet()
XSLImportRule.h 36 class XSLImportRule : private StyleSheetResourceClient {
39 static PassOwnPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href)
42 return adoptPtr(new XSLImportRule(parentSheet, href));
45 virtual ~XSLImportRule();
57 XSLImportRule(XSLStyleSheet* parentSheet, const String& href);

Completed in 94 milliseconds