HomeSort by relevance Sort by last modified time
    Searched refs:CSS (Results 1 - 25 of 33) 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/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/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/clang/tools/scan-build/
scan-build 413 my $CSS = Cwd::realpath("$RealBin/scanview.css");
415 DieDiag("Cannot find 'scanview.css'.\n")
416 if (! -r $CSS);
418 system ("cp", $CSS, "$Dir");
420 DieDiag("Could not copy 'scanview.css' to '$Dir'.\n")
421 if (! -r $CSS);
547 <link type="text/css" rel="stylesheet" href="scanview.css"/>
    [all...]
  /external/chromium/chrome/browser/resources/options/
options.js 187 // Allow platform specific CSS rules.
  /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...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /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...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 49 $("body").css({'overflow':'auto'});
50 $("html").css({'overflow':'auto'});
51 $("#body-content").css({'position':'relative', 'top':'0'});
52 $("#doc-content").css({'overflow':'visible', 'border-left':'3px solid #DDD'});
53 $("#side-nav").css({'padding':'0'});
54 $("#nav-tree").css({'overflow-y': 'auto'});
78 content.css({marginLeft:parseInt(navWidth) + 6 + "px"}); //account for 6px-wide handle-bar
81 content.css({width:parseInt(windowWidth) - parseInt(navWidth) - 6 + "px"}); // necessary in order for scrollbars to be visible
84 sidenav.css({width:navWidth});
85 resizePackagesNav.css({width:navWidth})
    [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.
  /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...]
  /build/tools/droiddoc/templates-ds/assets/js/
docs.js 36 $('h2').not('#qv h2').not('#tb h2').not('.sidebox h2').not('#devdoc-nav h2').not('h2.norule').css({marginBottom:0}).after('<hr/>');
226 $('.start-class-link').css({'border-bottom':'1px solid #DADADA'});
393 .css({'width':width+'px'})
396 $('#devdoc-nav a.totop').css({'display':'block','width':$("#nav").innerWidth()+'px'});
404 .css({'width':'auto','margin':''})
451 $tooltip.css({
482 $("#devdoc-nav #nav").css("width", sidenav_width - 4 + "px"); // 4px is scrollbar width
540 $('#devdoc-nav').css({left:''});
541 setTimeout(updateSidenavFullscreenWidth,delay); // need to wait a moment for css to switch
547 setTimeout(updateSidenavFixedWidth,delay); // need to wait a moment for css to switc
    [all...]

Completed in 1342 milliseconds

1 2