Home
last modified time | relevance | path

Searched refs:XSLImportRule (Results 1 – 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/xml/
DXSLImportRule.cpp33 XSLImportRule::XSLImportRule(XSLStyleSheet* parent, const String& href) in XSLImportRule() function in WebCore::XSLImportRule
41 XSLImportRule::~XSLImportRule() in ~XSLImportRule()
50 XSLStyleSheet* XSLImportRule::parentStyleSheet() const in parentStyleSheet()
55 void XSLImportRule::setXSLStyleSheet(const String& href, const KURL& baseURL, const String& sheet) in setXSLStyleSheet()
73 bool XSLImportRule::isLoading() in isLoading()
78 void XSLImportRule::loadSheet() in loadSheet()
DXSLImportRule.h37 class XSLImportRule : public StyleBase, private CachedResourceClient {
40 static PassRefPtr<XSLImportRule> create(XSLStyleSheet* parentSheet, const String& href) in create()
42 return adoptRef(new XSLImportRule(parentSheet, href)); in create()
45 virtual ~XSLImportRule();
56 XSLImportRule(XSLStyleSheet* parentSheet, const String& href);
DXSLStyleSheetLibxslt.cpp57 XSLStyleSheet::XSLStyleSheet(XSLImportRule* parentRule, const String& originalURL, const KURL& fina… in XSLStyleSheet()
89 XSLImportRule* import = static_cast<XSLImportRule*>(rule); in isLoading()
121 XSLImportRule* import = static_cast<XSLImportRule*>(rule); in clearDocuments()
236 RefPtr<XSLImportRule> childRule = XSLImportRule::create(this, href); in loadChildSheet()
278 XSLImportRule* import = static_cast<XSLImportRule*>(rule); in locateStylesheetSubResource()
DXSLStyleSheet.h40 class XSLImportRule; variable
45 …static PassRefPtr<XSLStyleSheet> create(XSLImportRule* parentImport, const String& originalURL, co… in create()
102 XSLStyleSheet(XSLImportRule* parentImport, const String& originalURL, const KURL& finalURL);
/external/webkit/Source/WebCore/
DAndroid.mk1257 xml/XSLImportRule.cpp \
DCMakeLists.txt1397 xml/XSLImportRule.cpp
DGNUmakefile.list.am3686 Source/WebCore/xml/XSLImportRule.cpp \
3687 Source/WebCore/xml/XSLImportRule.h \
DWebCore.pro2499 xml/XSLImportRule.h \
DGNUmakefile.am3663 Source/WebCore/xml/XSLImportRule.cpp \
3664 Source/WebCore/xml/XSLImportRule.h \
DChangeLog-2006-12-3126561 * xml/XSLImportRule.cpp:
26562 (WebCore::XSLImportRule::setXSLStyleSheet):
26563 (WebCore::XSLImportRule::loadSheet):
26564 * xml/XSLImportRule.h:
30474 * xml/XSLImportRule.cpp:
30475 * xml/XSLImportRule.h:
44338 * xml/XSLImportRule.h:
45100 Split XSLImportRule out of XSLStyleSheet.* into separate
45104 * xml/XSLImportRule.cpp: Added.
45105 (WebCore::XSLImportRule::XSLImportRule):
[all …]
DWebCore.gypi6116 'xml/XSLImportRule.cpp',
6117 'xml/XSLImportRule.h',
DChangeLog-2008-08-1011376 * xml/XSLImportRule.cpp:
11377 (WebCore::XSLImportRule::XSLImportRule):
11378 (WebCore::XSLImportRule::setXSLStyleSheet):
11379 * xml/XSLImportRule.h:
11380 (WebCore::XSLImportRule::create):
11381 (WebCore::XSLImportRule::href):
11382 (WebCore::XSLImportRule::isImportRule):
18904 * xml/XSLImportRule.cpp:
18905 (WebCore::XSLImportRule::setXSLStyleSheet): See change to CSSImportRule above.
18906 (WebCore::XSLImportRule::loadSheet): Ditto.
[all …]
DChangeLog-2007-10-145534 * xml/XSLImportRule.cpp:
5535 * xml/XSLImportRule.h:
53147 * xml/XSLImportRule.cpp:
53148 * xml/XSLImportRule.h:
64588 * xml/XSLImportRule.h:
67934 …given that it has a Node, but this is a small modifications that makes XSLImportRule try to load f…
DChangeLog-2010-01-295970 * xml/XSLImportRule.cpp:
5971 (WebCore::XSLImportRule::setXSLStyleSheet):
5972 (WebCore::XSLImportRule::loadSheet):
5973 * xml/XSLImportRule.h:
64329 * xml/XSLImportRule.cpp:
64330 (WebCore::XSLImportRule::loadSheet):
DChangeLog-2010-05-2449409 * xml/XSLImportRule.cpp:
49410 (WebCore::XSLImportRule::loadSheet):
DChangeLog-2009-06-1672562 * xml/XSLImportRule.cpp:
72563 (WebCore::XSLImportRule::setXSLStyleSheet): Set parent rather than owner document
92685 * xml/XSLImportRule.h:
DChangeLog-2010-12-0660147 * xml/XSLImportRule.cpp:
60148 (WebCore::XSLImportRule::loadSheet):
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2051 …E020A5ECD4700DB8D00 /* XSLImportRule.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 85217E000A…
2052 …7E030A5ECD4700DB8D00 /* XSLImportRule.h in Headers */ = {isa = PBXBuildFile; fileRef = 85217E010A5…
8666 …700DB8D00 /* XSLImportRule.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
8667 …CD4700DB8D00 /* XSLImportRule.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
18875 85217E000A5ECD4700DB8D00 /* XSLImportRule.cpp */,
18876 85217E010A5ECD4700DB8D00 /* XSLImportRule.h */,
22997 85217E030A5ECD4700DB8D00 /* XSLImportRule.h in Headers */,
25705 85217E020A5ECD4700DB8D00 /* XSLImportRule.cpp in Sources */,