HomeSort by relevance Sort by last modified time
    Searched refs:CSS (Results 1 - 25 of 26) sorted by null

1 2

  /external/webkit/LayoutTests/fast/dom/CSSStyleDeclaration/script-tests/
transition-property-names.js 2 'This test checks that CSS property names work round trip in the transition property.'
css-properties-case-sensitive.js 2 'This test checks that access to CSS properties via JavaScript properties on DOM elements is case sensitive.'
15 debug('"css" prefix');
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 37 * <li>{@code CSS} for Cascading Style-Sheets templates.
54 CSS,
86 * {@code STATE_CSS_FILE} the parser is inside CSS code.
140 * a CSS context. A CSS context is one of the below:
144 * <li>Inside a CSS file when the parser was reset in the CSS mode.
147 * @return {@code true} if and only if the parser is inside CSS
  /external/webkit/Source/WebCore/loader/
TextResourceDecoder.h 72 enum ContentType { PlainText, HTML, XML, CSS }; // PlainText only checks for BOM.
TextResourceDecoder.cpp 284 if (equalIgnoringCase(mimeType, "text/css"))
285 return CSS;
633 if (m_contentType == CSS && !m_checkedForCSSCharset)
677 && ((!m_checkedForHeadCharset && (m_contentType == HTML || m_contentType == XML)) || (!m_checkedForCSSCharset && (m_contentType == CSS)))) {
  /external/chromium/chrome/browser/resources/shared/js/
util.js 43 * Generates a CSS url string.
44 * @param {string} s The URL to generate the CSS url for.
45 * @return {string} The CSS url string.
63 * @param {string} s The URL to generate the CSS url for.
  /external/chromium-trace/src/shared/js/
util.js 41 * Generates a CSS url string.
42 * @param {string} s The URL to generate the CSS url for.
43 * @return {string} The CSS url string.
61 * @param {string} location The URL to generate the CSS url for.
  /external/jsilver/src/com/google/clearsilver/jsilver/autoescape/
AutoEscapeContext.java 74 * <td>text/css</td>
75 * <td>HtmlParser.Mode.CSS</td>
107 CONTENT_TYPE_LIST.put("text/css", HtmlParser.Mode.CSS);
201 return HtmlParserFactory.createParserInMode(HtmlParser.Mode.CSS, null);
346 // Currently we do not do any escaping inside CSS blocks, so ignore them.
455 * resource cannot be determined from its contents - for example, a CSS stylesheet or a javascript
478 HTML("html", ESCAPE_AUTO_HTML), JS("js", ESCAPE_AUTO_JS), STYLE("css", ESCAPE_AUTO_STYLE), JS_UNQUOTED(
486 ESCAPE_AUTO_UNQUOTED_ATTR_UNQUOTED_JS), ATTR_CSS("css", ESCAPE_AUTO_ATTR_CSS), UNQUOTED_ATTR_CSS(
  /frameworks/base/tests/DumpRenderTree2/src/com/android/dumprendertree2/
Summarizer.java 50 private static final String CSS =
51 "<style type=\"text/css\">" +
351 html.append(CSS);
  /external/clang/tools/scan-build/
scan-build 414 my $CSS = Cwd::realpath("$RealBin/scanview.css");
416 DieDiag("Cannot find 'scanview.css'.\n")
417 if (! -r $CSS);
419 system ("cp", $CSS, "$Dir");
421 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
422 if (! -r $CSS);
533 <link type="text/css" rel="stylesheet" href="scanview.css"/>
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
sourceentry.js 198 // Add a CSS classname specific to this source type (so CSS can specify
util.js 77 * Adds or removes a CSS class to |node|.
  /external/chromium/chrome/browser/resources/options/
options.js 187 // Allow platform specific CSS rules.
  /sdk/lint/cli/src/com/android/tools/lint/
HtmlReporter.java 62 private static final String CSS = USE_HOLO_STYLE
63 ? "hololike.css" : "default.css"; //$NON-NLS-1$ //$NON-NLS-2$
479 "<link rel=\"stylesheet\" type=\"text/css\" " + //$NON-NLS-1$
480 "href=\"http://fonts.googleapis.com/css?family=Roboto\">" );//$NON-NLS-1$
483 URL cssUrl = HtmlReporter.class.getResource(CSS);
485 // Inline the CSS
490 String css = new String(bytes, Charsets.UTF_8); local
491 mWriter.write(css);
497 "<link rel=\"stylesheet\" type=\"text/css\" href=\"" //$NON-NLS-1
    [all...]
  /external/jsilver/src/com/google/streamhtmlparser/impl/
HtmlParserImpl.java 219 * a CSS context. A CSS context is one of the below:
223 * <li>Inside a CSS file when the parser was reset in the CSS mode.
226 * @return {@code true} if and only if the parser is inside CSS
360 case CSS:
  /external/webkit/Source/WebCore/inspector/front-end/
ConsoleView.js     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/parse-only/
concat-jquery-mootools-prototype.js 194 css: function( key, value ) {
612 // exclude the following css properties to add px
703 // Handle passing in a number to a CSS property
734 // A method for quickly swapping in/out CSS properties to get correct calculations
750 css: function( elem, name, force, extra ) {
    [all...]
mootools-1.2.2-core-nc.js     [all...]
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 767 page.addStyle (CSS); // TODO: split by visit type
    [all...]
  /external/chromium/chrome/browser/resources/ntp/
apps.js 695 // This will trigger the 'bounce' animation defined in apps.css.
703 // CSS background images don't fire 'load' events, so we use an Image.
  /build/tools/droiddoc/templates-sdk/assets/js/
docs.js 29 $('h2').not('#qv h2').not('#tb h2').not('#devdoc-nav h2').css({marginBottom:0}).after('<hr/>');
232 $('.start-course-link').css({'border-bottom':'1px solid #DADADA'});
233 $('.start-class-link').css({'border-bottom':'1px solid #DADADA'});
338 .css({'width':width+'px'})
341 $('#devdoc-nav a.totop').css({'display':'block','width':$("#nav").innerWidth()+'px'});
349 .css({'width':'auto','margin':''})
396 $tooltip.css({
427 $("#devdoc-nav #nav").css("width", sidenav_width - 4 + "px"); // 4px is scrollbar width
455 $('#devdoc-nav').css({left:''});
456 setTimeout(updateSidenavFullscreenWidth,delay); // need to wait a moment for css to switc
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.js 74 * in newtab.css. Unfortunately there's no better way to try to time
368 // We use a mask of the same image so CSS rules can highlight just the image
  /dalvik/docs/
prettify.js 21 * Java, Python, Bash, SQL, HTML, XML, CSS, Javascript, and Makefiles.
37 * css styles may not be preserved.
146 // token style names. correspond to css classes
    [all...]
  /external/chromium/chrome/browser/resources/bookmark_manager/js/
main.js 20 // Allow platform specific CSS rules.
    [all...]
  /external/chromium/chrome/browser/resources/
new_new_tab.js 309 a.className = 'window'; // To get the icon from the CSS .window rule.
888 $('themecss').href = 'chrome://theme/css/newtab.css?' + Date.now();
916 // Hack. See comments for '.haslayout' in new_new_tab.css.
    [all...]

Completed in 420 milliseconds

1 2