Home
last modified time | relevance | path

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

/external/webkit/Source/WebKit/mac/Misc/
DWebCache.mm53 [NSNumber numberWithInt:s.xslStyleSheets.count], @"XSL",
55 [NSNumber numberWithInt:0], @"XSL",
63 [NSNumber numberWithInt:s.xslStyleSheets.size], @"XSL",
65 [NSNumber numberWithInt:0], @"XSL",
73 [NSNumber numberWithInt:s.xslStyleSheets.liveSize], @"XSL",
75 [NSNumber numberWithInt:0], @"XSL",
83 [NSNumber numberWithInt:s.xslStyleSheets.decodedSize], @"XSL",
85 [NSNumber numberWithInt:0], @"XSL",
93 [NSNumber numberWithInt:s.xslStyleSheets.purgeableSize], @"XSL",
95 [NSNumber numberWithInt:0], @"XSL",
[all …]
/external/webkit/Source/WebCore/css/
Dsvg.css32 …which does not use CSS layout [CSS2-LAYOUT] or XSL formatting [XSL], the 'overflow' property on th…
37 …[CSS2-LAYOUT] or XSL formatting [XSL], if the 'overflow' property has the value hidden or scroll, …
/external/smali/
Dextract-property.xslt1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:pom="http://maven.apache.org…
/external/apache-xml/src/main/java/org/apache/xalan/res/
DXSLTInfo.properties29 # W3C XSL Transformations (XSLT) Version 1.0
/external/oprofile/doc/xsl/
Dxhtml-common.xsl1 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
/external/apache-xml/src/main/java/org/apache/xml/serializer/
Doutput_text.properties31 # xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Doutput_unknown.properties38 # xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Doutput_xml.properties37 # xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
Doutput_html.properties34 # xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
/external/clang/lib/StaticAnalyzer/Core/
DPathDiagnostic.cpp215 FullSourceLoc XSL = X.getStartLocation().asLocation(); in compareControlFlow() local
217 if (XSL != YSL) in compareControlFlow()
218 return XSL.isBeforeInTranslationUnitThan(YSL); in compareControlFlow()
/external/oprofile/
DChangeLog-20035277 the XSL, so we only have one .in file now.
/external/webkit/Source/WebCore/
DGNUmakefile.am4863 # XML Viewer XSL
DChangeLog-2005-08-2316166 …lem/4125212> form submission delayed until you are on the next page on XML/XSL page (security hole)
37968 …Polish the XML error message so that it indicates when a document is the result of an XSL transfor…
39233 The top-level XSL sheet is now loaded and shows up in the activity window. It is not yet parsed.
39255 Add XSL Stylesheets to the WebCore cache.
DChangeLog-2006-05-1013837 …<rdar://problem/4473288> XSL file containing <xsl:include href="../Styles/EscapeString.xsl" /> fai…
DChangeLog-2008-08-109483 XSL style sheets allowed across origins
9485 Block cross-orgin loads of XSL style sheets, matching Internet
DChangeLog-2010-05-2428023 In the top-level XSL case, the current code does not crash "by luck"
DChangeLog-2010-01-2912363 [Qt] XSL stylesheets can load documents from a different origin
/external/webkit/Source/WebKit/mac/
DChangeLog-2007-10-145457 …Amend the statistics reporting for the WebCore cache to include XSL and to report live/decoded siz…