HomeSort by relevance Sort by last modified time
    Searched refs:stylesheet (Results 26 - 50 of 65) sorted by null

12 3

  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs-ant.jar 
  /external/apache-xml/src/main/java/org/apache/xalan/templates/
ElemTemplateElement.java 57 * @see Stylesheet
140 * Get the owning "composed" stylesheet. This looks up the
142 * on a Stylesheet object, which will Get the owning
143 * aggregated stylesheet, or that stylesheet if it is aggregated.
145 * @return the owning "composed" stylesheet.
153 * Get the owning stylesheet. This looks up the
155 * on a Stylesheet object, which will return itself.
157 * @return the owning stylesheet
159 public Stylesheet getStylesheet(
1040 StylesheetRoot stylesheet = this.getStylesheetRoot(); local
    [all...]
RedundentExprEliminator.java 96 * Method to be called after the all global expressions within a stylesheet
103 public void eleminateRedundentGlobals(StylesheetRoot stylesheet)
105 eleminateRedundent(stylesheet, m_absPaths);
398 * @param elem An representation of an element in an XSLT stylesheet.
585 * it into the stylesheet, and replace the occurance with a reference to
808 * shared redundent XPath, and add it to the stylesheet.
978 * the search when a xsl:for-each, xsl:template, or xsl:stylesheet is
    [all...]
  /external/chromium-trace/
systrace-legacy.py 247 linked_css_tag = """<link rel="stylesheet" href="%s"></link>"""
  /external/chromium_org/extensions/renderer/
dispatcher.cc 319 // WebKit doesn't let us define an additional user agent stylesheet, so we
320 // insert the default platform app stylesheet into all documents that are
322 std::string stylesheet = ResourceBundle::GetSharedInstance() local
326 &stylesheet, 0, "$FONTFAMILY", system_font_family_);
328 &stylesheet, 0, "$FONTSIZE", system_font_size_);
329 frame->document().insertStyleSheet(WebString::fromUTF8(stylesheet));
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 41 <?xml-stylesheet href="stylesheet.css"?>
144 self.assertEqual(op[0], 'PI: \'xml-stylesheet\' \'href="stylesheet.css"\'')
173 self.assertEqual(op[0], 'PI: u\'xml-stylesheet\' u\'href="stylesheet.css"\'')
203 self.assertEqual(op[0], 'PI: u\'xml-stylesheet\' u\'href="stylesheet.css"\'')
test_calendar.py 53 <link rel="stylesheet" type="text/css" href="calendar.css" />
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pyexpat.py 41 <?xml-stylesheet href="stylesheet.css"?>
144 self.assertEqual(op[0], 'PI: \'xml-stylesheet\' \'href="stylesheet.css"\'')
173 self.assertEqual(op[0], 'PI: u\'xml-stylesheet\' u\'href="stylesheet.css"\'')
203 self.assertEqual(op[0], 'PI: u\'xml-stylesheet\' u\'href="stylesheet.css"\'')
test_calendar.py 53 <link rel="stylesheet" type="text/css" href="calendar.css" />
  /external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Makefile 283 XSLTOPTS = --xinclude --stringparam html.stylesheet docbook-xsl.css
  /build/tools/droiddoc/templates-pdk/
sdkpage.cs 10 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/news_a11y/
feed.js 85 'nokeifbcaeppacaejckagballg/feed_iframe.css" rel="stylesheet" ' +
  /external/clang/tools/scan-view/
ScanView.py 363 <link rel="stylesheet" type="text/css" href="/scanview.css" />
569 <link rel="stylesheet" type="text/css" href="/scanview.css" />
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
ScanView.py 363 <link rel="stylesheet" type="text/css" href="/scanview.css" />
569 <link rel="stylesheet" type="text/css" href="/scanview.css" />
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
ScanView.py 363 <link rel="stylesheet" type="text/css" href="/scanview.css" />
569 <link rel="stylesheet" type="text/css" href="/scanview.css" />
  /prebuilts/tools/common/m2/repository/jdom/jdom/1.0/
jdom-1.0.jar 
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 337 var stylesheet = $('link[rel="stylesheet"][class="fullscreen"]');
341 if ((stylesheet.attr("disabled") == "disabled") || stylesheet.length == 0) {
535 var stylesheet = $('link[rel="stylesheet"][class="fullscreen"]');
538 stylesheet.removeAttr('disabled');
545 stylesheet.attr('disabled', 'disabled');
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 411 var stylesheet = $('link[rel="stylesheet"][class="fullscreen"]');
415 if ((stylesheet.attr("disabled") == "disabled") || stylesheet.length == 0) {
610 var stylesheet = $('link[rel="stylesheet"][class="fullscreen"]');
613 stylesheet.removeAttr('disabled');
620 stylesheet.attr('disabled', 'disabled');
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-junit.jar 
  /build/tools/droiddoc/templates-ds/
sdkpage.cs 10 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 426 var stylesheet = $('link[rel="stylesheet"][class="fullscreen"]');
430 if ((stylesheet.attr("disabled") == "disabled") || stylesheet.length == 0) {
646 var stylesheet = $('link[rel="stylesheet"][class="fullscreen"]');
649 stylesheet.removeAttr('disabled');
656 stylesheet.attr('disabled', 'disabled');
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
docs.js 398 var stylesheet = $('link[rel="stylesheet"][class="fullscreen"]');
402 if ((stylesheet.attr("disabled") == "disabled") || stylesheet.length == 0) {
614 var stylesheet = $('link[rel="stylesheet"][class="fullscreen"]');
617 stylesheet.removeAttr('disabled');
624 stylesheet.attr('disabled', 'disabled');
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 157 style.rel = 'stylesheet';
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSGrammar.y 373 stylesheet: label
    [all...]

Completed in 3308 milliseconds

12 3