/external/clang/www/ |
menu.css | 29 background-color: rgb(192,192,192); 35 background-color: rgb(235,235,235);
|
/external/compiler-rt/www/ |
menu.css | 29 background-color: rgb(192,192,192); 35 background-color: rgb(235,235,235);
|
/external/webkit/Source/WebCore/platform/graphics/android/rendering/ |
TilePainter.h | 47 virtual Color* background() { return 0; } function in class:WebCore::TilePainter
|
/frameworks/compile/libbcc/runtime/www/ |
menu.css | 29 background-color: rgb(192,192,192); 35 background-color: rgb(235,235,235);
|
/external/chromium/chrome/browser/resources/ntp4/ |
most_visited_page.css | 98 background-image: no-repeat 50% 50%; 102 background-image: url('../ntp/ntp_pin_off.png'); 106 background-image: url('../ntp/ntp_pin_off_h.png'); 110 background-image: url('../ntp/ntp_pin_off_p.png'); 114 background-image: url('../ntp/ntp_pin_on.png'); 118 background-image: url(../ntp/ntp_pin_on_h.png'); 122 background-image: url(../ntp/ntp_pin_on_p.png'); 126 background-image: url('../ntp/ntp_close.png'); 130 background-image: url('../ntp/ntp_close_h.png'); 134 background-image: url('../ntp/ntp_close_p.png') [all...] |
/external/bzip2/ |
bzip.css | 8 #eeeeee very light gray pre background 9 #f2f2f9 very light blue nav table background 28 background:#ffffff url("/images/hr_blue.png") repeat-x; } 55 background: #f2f2f9; 56 background-color: #f2f2f9; 70 background: #eeeeee; 72 background-color: #eeeeee;
|
/external/chromium/chrome/browser/resources/gpu_internals/ |
tab_control.css | 17 background: #aaa; 47 background-clip: border-box; 48 background: #ccc; 52 background: #eee; 65 background: white;
|
overlay.css | 13 background: rgba(0, 0, 0, 0.8); 36 background: rgb(255, 255, 255);
|
tracing_controller.css | 28 background-clip: border-box; 29 background: rgb(255, 0, 0);
|
/external/chromium/chrome/browser/resources/net_internals/ |
tabswitcherview.css | 18 background: #aaa; 39 background-clip: border-box; 40 background: #ccc; 44 background: #eee; 54 background: white;
|
/external/chromium-trace/src/shared/css/ |
menu.css | 8 background: white; 31 background: transparent; 41 background: -webkit-linear-gradient(left, 58 background-color: rgb(220, 229, 250); 62 background-color: rgb(66, 109, 201);
|
trash.css | 8 background: none; 24 background: url('chrome://resources/images/trash.png') 0 0 no-repeat; 54 background-position: -1px -4px; 56 /* The margins match the background position offsets. */
|
/external/chromium/chrome/browser/resources/touch_ntp/ |
newtab.css | 10 background-size of 100% to work properly */ 16 /*background: -webkit-linear-gradient(top,#252c39,#3e485b,#252c39); */ 17 background: -webkit-gradient(linear, left top, left bottom, from(#252c39), 19 background-size: auto 100%; 161 background-color: #3d465f; 178 background-color: #b3bbd3; 191 background-image: url('../shared/images/trash.png'); 192 background-size: 40px 40px; 193 background-repeat: no-repeat; 194 background-position: 40px 12px [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-core.css | 20 background:#daf3fc; 43 background:url('/assets/images/rebox-gradient.gif') no-repeat center bottom #95c0d0; 60 background:#d4e9a9; 64 background:url('images/rebox-gradient-green.gif') no-repeat center bottom #aaca46; 76 background-color:#fff; 84 background-image:url(images/bg_fade.jpg); 85 background-repeat:repeat-x; 133 background-color:#fafafa; 224 background-color:inherit; 228 background-color:#dee8f1 [all...] |
/external/chromium/chrome/browser/resources/ntp/ |
apps.css | 48 -webkit-transition: background-color .5s; 49 background: rgba(255, 255, 255, 0) /* transparent white */ 51 background-size: 96px 96px; 63 background-color: transparent; 64 background-position: center center; 65 background-repeat: no-repeat; 78 background-image: url(chrome://theme/IDR_BALLOON_WRENCH); 84 background-image: url(chrome://theme/IDR_BALLOON_WRENCH_H); 94 background-image: none; 133 background-image: url("chrome://theme/IDR_WEBSTORE_ICON") [all...] |
/external/chromium/chrome/browser/resources/options/chromeos/ |
internet_options_page.css | 53 background-color: hsl(214, 91%, 97%); 57 background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8), 59 background-color: hsl(214,91%,89%); 64 background-color: hsl(214, 91%, 87%); 69 background-color: hsl(214, 91%, 97%); 83 background: left center no-repeat; 94 background: right center no-repeat; 163 background-image: url("chrome://theme/IDR_WARNING"); 164 background-repeat: no-repeat; 165 background-position:center [all...] |
/external/chromium/chrome/browser/resources/bookmark_manager/css/ |
bmm.css | 31 background: 0 50% no-repeat; 53 background-position: 100% 50%; 57 background-image: url("../../../../../app/resources/folder_closed.png"); 73 background: #fff -webkit-canvas(drop-down-arrow) no-repeat center center; 163 background-image: url("../../../../../app/resources/folder_closed_rtl.png"); 167 background-image: url("../../../../app/theme/bookmark_bar_folder_mac.png"); 171 background-image: url("../../../../app/theme/bookmark_bar_folder_mac.png"); 175 background-image: url("../../../../app/theme/bookmark_bar_folder_mac.png"); 216 background-color: #ebeff9; 227 background: url("../images/bookmarks_section_32.png") no-repeat 50% 50% [all...] |
/external/webkit/Source/WebCore/platform/ |
PopupMenuStyle.h | 38 PopupMenuStyle(const Color& foreground, const Color& background, const Font& font, bool visible, bool isDisplayNone, Length textIndent, TextDirection textDirection, bool hasTextDirectionOverride) 40 , m_backgroundColor(background)
|
/sdk/assetstudio/tests/src/com/android/assetstudiolib/ |
LauncherIconGeneratorTest.java | 27 boolean crop, int background, boolean isWebGraphic) throws IOException { 32 options.backgroundColor = background;
|
/external/chromium-trace/src/tracing/ |
overlay.css | 10 background: rgba(0, 0, 0, 0.8); 34 background: rgb(255, 255, 255);
|
tracing_controller.css | 17 background: rgb(255, 0, 0); 18 background-clip: border-box;
|
/external/webkit/Source/WebCore/inspector/front-end/ |
inspector.css | 80 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(191, 191, 191)), to(rgb(151, 151, 151))); 83 -webkit-background-origin: padding; 84 -webkit-background-clip: padding; 88 background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(233, 233, 233)), to(rgb(207, 207, 207))); 94 background: transparent; 115 background-color: transparent; 134 -webkit-background-size: 100% auto; 145 background-position: 0 32px; 149 background-position: 0 24px; 185 background-color: transparent [all...] |
/external/chromium/base/ |
process_linux.cc | 20 "/tmp/cgroup/cpu/chrome_renderers/background/tasks"; 28 // We are more aggressive in our lowering of background process priority 41 bool Process::SetProcessBackgrounded(bool background) { 48 // all background renderers. This allows us to limit the impact of background 64 if (background) { 69 // if we've ever put them in the background one. 91 if (background) { 96 // Call to getrlimit failed, don't background.
|
/build/tools/droiddoc/templates-sdk/assets/design/ |
default.scss | 70 background-color: $ics_blue_dark; 78 background: #eee none no-repeat fixed top left; 79 background-image: -webkit-gradient(linear, 100% 0%, 100% 100%, from(#ddd), color-stop(25%, #f2f2f2), color-stop(75%, #f2f2f2), to(#ddd)); 80 background-image: -moz-linear-gradient(top, #ddd, #f2f2f2, #f2f2f2, #ddd); 207 background: transparent url(disclosure_#{$type}.png) no-repeat scroll top left; 286 background: $panel_background_dark; 313 background: $panel_background; 390 from { background-color: rgb(51, 181, 229); color: #000; border-bottom-color: #000; } 391 to { background-color: transparent; color: $ics_blue; border-bottom-color: $ics_blue; } 394 from { background-color: rgb(51, 181, 229); color: #000; border-bottom-color: #000; [all...] |
/external/icu4c/ |
icu4c.css | 19 background-image: url(images/draftbg.png); 55 background-color: #eee; 129 background-color: #99CCFF; 139 background-color: #99CCFF; 153 background-color: #EEEEFF; 172 background-color: #EEEEFF; 177 background-color: #EEEEFF; 184 background-color: #006699; 185 background-image: url(http://www.icu-project.org/images/gr100.gif); 246 background-color: #666666 [all...] |