| /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/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. 
 | 
| /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...]
 | 
| /build/tools/droiddoc/templates-sdk/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
 
 | 
| /external/webkit/Source/WebCore/ | 
| Android.derived.jscbindings.mk | 59 # CSS 61     $(intermediates)/css/JSCSSCharsetRule.h \
 62     $(intermediates)/css/JSCSSFontFaceRule.h \
 63     $(intermediates)/css/JSCSSImportRule.h \
 64     $(intermediates)/css/JSCSSMediaRule.h \
 65     $(intermediates)/css/JSCSSPageRule.h \
 66     $(intermediates)/css/JSCSSPrimitiveValue.h \
 67     $(intermediates)/css/JSCSSRule.h \
 68     $(intermediates)/css/JSCSSRuleList.h \
 69     $(intermediates)/css/JSCSSStyleDeclaration.h
 [all...]
 | 
| /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...]
 | 
| /external/emma/lib/ | 
| emma.jar |  |