/external/webkit/Source/WebKit/mac/Misc/ |
D | WebCache.mm | 51 [NSNumber numberWithInt:s.cssStyleSheets.count], @"CSS", 61 [NSNumber numberWithInt:s.cssStyleSheets.size] ,@"CSS", 71 [NSNumber numberWithInt:s.cssStyleSheets.liveSize] ,@"CSS", 81 [NSNumber numberWithInt:s.cssStyleSheets.decodedSize] ,@"CSS", 91 [NSNumber numberWithInt:s.cssStyleSheets.purgeableSize] ,@"CSS", 101 [NSNumber numberWithInt:s.cssStyleSheets.purgedSize] ,@"CSS",
|
/external/chromium-trace/src/shared/css/ |
D | chrome_shared2.css | 5 /* This file holds CSS that should be shared, in theory, by all user-visible 7 * replace, but has CSS specific to options and options-like pages. */ 14 /* Prevent CSS from overriding the hidden property. */ 101 * This CSS is a workaround. Please remove once WebKit bug is fixed.
|
D | menu_button.css | 6 * MenuButton.createDropDownArrows() to initialize the CSS canvases that
|
/external/webkit/Source/WebCore/css/ |
D | WCSSValueKeywords.in | 1 # place holder for all WCSS specific CSS value keywords
|
D | svg.css | 32 …which does not use CSS layout [CSS2-LAYOUT] or XSL formatting [XSL], the 'overflow' property on th… 36 …When an outermost 'svg' element is embedded inline within a parent XML grammar which uses CSS layo…
|
D | CSSPropertyNames.in | 2 # CSS property names 4 # Some properties are used internally, but are not part of CSS. They are used to get
|
/external/webkit/LayoutTests/fast/encoding/ |
D | css-charset-evil-expected.txt | 3 CSS 2.1 says that @charset " must be written literally, but Firefox and IE allow extra spaces and s…
|
D | css-charset-default-expected.txt | 1 Test for bug 11011: External CSS is parsed as iso-8859-1 even though the main document is utf-8.
|
/external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/ |
D | transition-property-names-expected.txt | 1 This test checks that CSS property names work round trip in the transition property.
|
D | css-properties-case-sensitive-expected.txt | 1 This test checks that access to CSS properties via JavaScript properties on DOM elements is case se…
|
/external/jsilver/src/com/google/streamhtmlparser/ |
D | HtmlParser.java | 54 CSS, enumConstant
|
/external/mesa3d/docs/ |
D | mesa.css | 1 /* Mesa CSS */
|
/external/clang/tools/scan-build/ |
D | scan-build | 414 my $CSS = Cwd::realpath("$RealBin/scanview.css"); 417 if (! -r $CSS); 419 system ("cp", $CSS, "$Dir"); 422 if (! -r $CSS);
|
/external/webkit/Source/WebCore/loader/ |
D | TextResourceDecoder.h | 72 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM. enumerator
|
D | TextResourceDecoder.cpp | 285 return CSS; in determineContentType() 633 if (m_contentType == CSS && !m_checkedForCSSCharset) in decode() 677 …ntType == HTML || m_contentType == XML)) || (!m_checkedForCSSCharset && (m_contentType == CSS)))) { in flush()
|
/external/chromium-trace/ |
D | README | 10 The update.py script should be used to package the CSS and Javascript files in
|
/external/jsilver/src/com/google/clearsilver/jsilver/autoescape/ |
D | AutoEscapeContext.java | 107 CONTENT_TYPE_LIST.put("text/css", HtmlParser.Mode.CSS); 201 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.CSS, null); in createHtmlParser()
|
/external/webkit/Source/WebCore/dom/ |
D | DOMImplementation.idl | 43 // DOMImplementationCSS interface from DOM Level 2 CSS
|
/external/webkit/Source/WebCore/ |
D | DerivedSources.make | 628 # CSS property names and value keywords 652 # Lower case all the values, as CSS values are case-insensitive 666 # XMLViewer CSS 698 # CSS tokenizer 705 # CSS grammar
|
/external/libvpx/examples/includes/geshi/docs/ |
D | CHANGES | 30 * Allow for escaped colons to appear in CSS names (BenBE, simon) 103 - Changes to default CSS in order to make the GESHI_HEADER_PRE_TABLE align properly, 208 * Fixed some incorrectly highlighted things with the CSS language file (milian, BenBE) 210 * Improved CSS language file (milian) 225 * CSS 339 - Fixed comment CSS rule in visualfoxpro 351 Delphi, CSS,, HTML, PHP, PHP (Brief), QBasic, Ruby, XML 448 - Allow regexes to set a CSS class name (SmokingRope) 501 - Fixed two ">" symbols being outputted when using a footer but not CSS classes (MrBaseball34) 600 - Fixed bug where methods were not having the correct CSS generated for them
|
D | geshi-doc.txt | 35 o 3.3 Using CSS Classes 36 + 3.3.1 Enabling CSS Classes 37 + 3.3.2 Setting the CSS Class/ID 101 … language. GeSHi outputs XHTML strict compliant code*, and can make use of CSS to save on the amou… 110 …* Support for many languages: GeSHi comes with about 100 languages, including PHP, HTML, CSS, Java… 112 …* Highly customisable: GeSHi allows you to change the style of the output on the fly, use CSS clas… 113 …speed? Turn off any features you don't like, pre-make a stylesheet and use CSS classes to reduce t… 282 This section documents the advanced features of GeSHi - strict mode, using CSS classes, changing st… 380 …numbers is by using the start="number" attribute of the <ol> tag. Although CSS does provide a mech… 381 3.3: Using CSS Classes [all …]
|
/external/libvpx/examples/includes/HTML-Toc-0.91/ |
D | Toc.pod | 598 See also: L<Using CSS for ToC formatting|"Using CSS for ToC formatting">. 634 See also: L<Using CSS for ToC formatting|"Using CSS for ToC formatting">. 636 =head2 Using CSS for ToC formatting 638 …r-alpha numbered appendix headings. To accomplish this, you can specify a CSS style within the so… 1519 …e, to give each ToC level a class name to use with Cascading Style Sheets (CSS), use the expressio… 1529 For an example, see L<Using CSS for ToC formatting|"Using CSS for ToC formatting">. 1540 For an example, see L<Using CSS for ToC formatting|"Using CSS for ToC formatting">.
|
/external/webkit/Source/WebKit/qt/docs/ |
D | qtwebkit.qdoc | 19 Graphics (SVG) documents, styled using Cascading Style Sheets (CSS) and 86 functions with CSS selector queries.
|
/external/markdown/docs/extensions/ |
D | CodeHilite.txt | 19 `PYTHONPATH`. You will need to determine the appropriate CSS classes and create
|
/external/webkit/PerformanceTests/SunSpider/tests/parse-only/ |
D | mootools-1.2.2-core-nc.js | 3270 Fx.CSS = new Class({ variable 3295 Fx.CSS.Parsers.each(function(parser, key){ 3300 found = found || {value: val, parser: Fx.CSS.Parsers.String}; 3336 if (Fx.CSS.Cache[selector]) return Fx.CSS.Cache[selector]; 3355 return Fx.CSS.Cache[selector] = to; 3360 Fx.CSS.Cache = {}; 3362 Fx.CSS.Parsers = new Hash({ 3406 Extends: Fx.CSS, 3503 Extends: Fx.CSS,
|