Searched refs:stylesheets (Results 1 – 15 of 15) sorted by relevance
/external/chromium-trace/trace-viewer/src/base/ |
D | measuring_stick.js | 45 var stylesheets = document.querySelectorAll('link[rel=stylesheet]'); 46 for (var i = 0; i < stylesheets.length; i++) { 47 var stylesheet = stylesheets[i];
|
/external/chromium-trace/trace-viewer/src/ |
D | base.js | 102 var stylesheets = moduleStylesheets[moduleName]; 104 for (var i = 0; i < stylesheets.length; i++) 105 if (stylesheets[i] == stylesheetName) 108 stylesheets.push(stylesheetName); 234 var stylesheets = moduleStylesheets[dependentModuleName] || []; 235 for (var i = 0; i < stylesheets.length; i++) 236 requireStylesheet(stylesheets[i]);
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.cpp | 201 const Vector<RefPtr<CSSStyleSheet> >& stylesheets = styleEngine->activeAuthorStyleSheets(); in findStyleSheet() local 202 for (size_t i = 0; i < stylesheets.size(); ++i) { in findStyleSheet() 203 CSSStyleSheet* sheet = stylesheets[i].get(); in findStyleSheet()
|
/external/oprofile/m4/ |
D | docbook.m4 | 7 for i in /usr/share/sgml/docbook/stylesheet/xsl/nwalsh /usr/share/sgml/docbook/xsl-stylesheets/;
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
D | ResourceFetcher.cpp | 1320 unsigned stylesheets = 0; in printPreloadStats() local 1339 stylesheets++; in printPreloadStats() 1357 if (stylesheets) in printPreloadStats() 1358 …%d hits, hit rate %d%%)\n", stylesheets, stylesheets - stylesheetMisses, (stylesheets - stylesheet… in printPreloadStats()
|
/external/valgrind/main/docs/ |
D | README | 151 docbook-dsssl-stylesheets 153 docbook-xsl-stylesheets 228 some useful xls stylesheets in cvs:
|
D | Makefile.am | 116 /usr/share/sgml/docbook/xsl-stylesheets/manpages/docbook.xsl \
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | core_derived_sources.gyp | 423 'stylesheets': [ 443 '<@(stylesheets)' 453 '<@(stylesheets)',
|
/external/libvpx/libvpx/examples/includes/geshi/docs/ |
D | TODO | 41 - "Themes" for styles - basically pre-made stylesheets that can be used
|
D | geshi-doc.txt | 111 …* XHTML compliant output: GeSHi produces XHTML compliant output, using stylesheets, so you need no… 388 … to whack out some highlighted code if you need without worrying about stylesheets. However, if yo… 394 …stylesheet and link to that, saving even more time and source (because stylesheets are cached by b… 466 // Get the nessecary stylesheets
|
/external/chromium_org/ppapi/c/documentation/ |
D | stylesheet.css | 4 * stylesheets while maintaining the desired look and feel.
|
/external/chromium_org/ppapi/cpp/documentation/ |
D | stylesheet.css | 4 * stylesheets while maintaining the desired look and feel.
|
/external/chromium_org/third_party/libxml/src/ |
D | NEWS | 884 - Documentation: python scripts (William Brack), xslt stylesheets (John 1356 - speedup patch to XPath very effective for DocBook stylesheets
|
D | ChangeLog | 7870 update custom tutorial-building stylesheets in preparation 8437 * *.html *.xsl *.xml: updated the stylesheets to flag geprecated 8438 APIs modules. Updated the stylesheets, some cleanups, regenerated 8446 stylesheets have been improved, and the API*html now generated 8466 improvement of the stylesheets, fixed a API generation problem, 8566 * doc/examples/*: updated the stylesheets, added a synopsis, 13980 have a significant impact on DocBook Norm's stylesheets 14586 to generate cross-references, and added/updated the stylesheets
|
/external/chromium_org/native_client_sdk/src/doc/_static/css/ |
D | local_extensions.css | 94 * stylesheets while maintaining the desired look and feel.
|