Searched refs:XSLImportRule (Results 1 – 18 of 18) sorted by relevance
/external/webkit/Source/WebCore/xml/ |
D | XSLImportRule.cpp | 33 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()
|
D | XSLImportRule.h | 37 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);
|
D | XSLStyleSheetLibxslt.cpp | 57 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()
|
D | XSLStyleSheet.h | 40 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/ |
D | Android.mk | 1257 xml/XSLImportRule.cpp \
|
D | CMakeLists.txt | 1397 xml/XSLImportRule.cpp
|
D | GNUmakefile.list.am | 3686 Source/WebCore/xml/XSLImportRule.cpp \ 3687 Source/WebCore/xml/XSLImportRule.h \
|
D | WebCore.pro | 2499 xml/XSLImportRule.h \
|
D | GNUmakefile.am | 3663 Source/WebCore/xml/XSLImportRule.cpp \ 3664 Source/WebCore/xml/XSLImportRule.h \
|
D | ChangeLog-2006-12-31 | 26561 * 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 …]
|
D | WebCore.gypi | 6116 'xml/XSLImportRule.cpp', 6117 'xml/XSLImportRule.h',
|
D | ChangeLog-2008-08-10 | 11376 * 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 …]
|
D | ChangeLog-2007-10-14 | 5534 * 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…
|
D | ChangeLog-2010-01-29 | 5970 * xml/XSLImportRule.cpp: 5971 (WebCore::XSLImportRule::setXSLStyleSheet): 5972 (WebCore::XSLImportRule::loadSheet): 5973 * xml/XSLImportRule.h: 64329 * xml/XSLImportRule.cpp: 64330 (WebCore::XSLImportRule::loadSheet):
|
D | ChangeLog-2010-05-24 | 49409 * xml/XSLImportRule.cpp: 49410 (WebCore::XSLImportRule::loadSheet):
|
D | ChangeLog-2009-06-16 | 72562 * xml/XSLImportRule.cpp: 72563 (WebCore::XSLImportRule::setXSLStyleSheet): Set parent rather than owner document 92685 * xml/XSLImportRule.h:
|
D | ChangeLog-2010-12-06 | 60147 * xml/XSLImportRule.cpp: 60148 (WebCore::XSLImportRule::loadSheet):
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 2051 …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 */,
|