Home
last modified time | relevance | path

Searched refs:white (Results 1 – 25 of 262) sorted by relevance

1234567891011

/external/webkit/Source/WebKit/chromium/tests/
DTransparencyWinTest.cpp301 EXPECT_EQ(Color(Color::white), getPixelAt(src->context(), 2, 2)); in TEST()
303 EXPECT_EQ(Color(Color::white), getPixelAt(src->context(), 4, 4)); in TEST()
366 Color white(0xFFFFFFFF); in TEST() local
368 src->context()->fillRect(fullRect, white, ColorSpaceDeviceRGB); in TEST()
405 Color white(0xFFFFFFFF); in TEST() local
407 src->context()->fillRect(fullRect, white, ColorSpaceDeviceRGB); in TEST()
448 EXPECT_EQ(white, getPixelAt(src->context(), 0, 0)); in TEST()
452 EXPECT_EQ(white, getPixelAt(src->context(), 6, 0)); in TEST()
455 EXPECT_EQ(white, getPixelAt(src->context(), 9, 0)); in TEST()
458 EXPECT_EQ(white, getPixelAt(src->context(), 6, 15)); in TEST()
[all …]
/external/chromium/chrome/common/extensions/docs/css/
Dprint.css13 white-space: pre-wrap; /* css-3 */
14 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
15 white-space: -pre-wrap; /* Opera 4-6 */
16 white-space: -o-pre-wrap; /* Opera 7 */
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/
Dstyles.css41 color: white;
60 background: -webkit-linear-gradient(#aaa, white);
89 color: white;
97 background-color: white;
156 color: white;
/external/chromium/chrome/browser/resources/
Dprint_preview.css7 background: white;
24 text-shadow: 0 0 1px white;
144 border-top: 1px solid white;
185 background: white;
259 background: white;
268 background: white;
302 0 1px 0 white,
348 -webkit-box-shadow: inset 0 1px 2px white,
370 -webkit-box-shadow: inset 0 1px 2px white,
390 -webkit-box-shadow: inset 0 1px 2px white,
[all …]
Dnew_new_tab.css96 white-space: nowrap;
151 white-space: normal;
174 white-space: nowrap;
186 white-space: nowrap;
218 background-color: white;
220 white-space: nowrap;
236 background: -webkit-linear-gradient(white, rgb(228, 229, 240));
255 white-space: nowrap;
281 white-space: nowrap;
288 white-space: nowrap;
[all …]
Dbug_report.css54 border: 2px solid white;
80 border: 2px solid white;
117 border: 2px solid white;
Dmenu.css2 background: -webkit-linear-gradient(white, #EEE);
10 white-space: nowrap;
/external/chromium/chrome/browser/resources/shared/css/
Dabout_memory.css58 color: white;
67 color: white;
75 color: white;
136 border-color: white;
199 white-space: nowrap;
235 white-space: nowrap;
268 background: white !important;
Dtree.css10 border: 1px solid rgba(255,255,255,0); /* transparent white */
15 white-space: nowrap;
106 white-space: pre;
112 white-space: pre;
118 background: white;
Dtabs.css8 background: -webkit-linear-gradient(white, rgb(243, 243, 243));
34 background: white;
52 background: white;
Dtable.css51 white-space: nowrap;
69 white-space: nowrap;
76 white-space: nowrap;
/external/webkit/Source/WebCore/inspector/front-end/
DhelpScreen.css20 color: white;
95 color: white;
121 white-space: nowrap;
144 color: white;
151 color: white;
DtextViewer.css7 white-space: pre;
82 white-space: auto;
124 color: white;
130 color: white;
142 color: white;
202 to { background-color: white; }
Dinspector.css397 background-color: white;
440 white-space: nowrap;
479 background-color: white !important;
589 background-color: white;
651 white-space: pre-wrap;
695 white-space: nowrap;
705 color: white;
710 white-space: pre-wrap;
873 white-space: pre;
932 white-space: pre-wrap;
[all …]
/external/chromium/chrome/browser/resources/chromeos/
Dmobile_dialogs.css18 background: white;
26 background: -webkit-linear-gradient(white, #F8F8F8);
33 text-shadow: white 0 1px 2px;
/external/webkit/Source/WebCore/platform/qt/
DQtMobileWebStyle.cpp98 radialGradient.setColorAt(0.0, Qt::white); in drawRadio()
99 radialGradient.setColorAt(0.6, Qt::white); in drawRadio()
144 linearGradient.setColorAt(0.5, Qt::white); in drawControl()
147 linearGradient.setColorAt(0.5, Qt::white); in drawControl()
192 linearGradient.setColorAt(1.0, Qt::white); in drawControl()
198 linearGradient.setColorAt(0.4, Qt::white); in drawControl()
228 linearGradient.setColorAt(1.0, Qt::white); in drawPrimitive()
234 linearGradient.setColorAt(0.35, Qt::white); in drawPrimitive()
351 linearGradient.setColorAt(1.0, Qt::white); in drawComplexControl()
357 linearGradient.setColorAt(0.4, Qt::white); in drawComplexControl()
/external/icu4c/
Dicu4c.css135 white-space: nowrap;
147 white-space: nowrap;
197 white-space: nowrap;
257 white-space: nowrap;
311 background-color: white;
331 background-color: white;
342 white-space: nowrap;
372 background-color: white;
/external/webkit/Source/WebCore/css/
Dwml.css132 background-color: white;
171 white-space: pre;
174 background-color: white;
185 white-space: initial;
194 white-space: pre;
230 white-space: pre;
Dhtml.css409 background-color: white;
478 background-color: white;
486 white-space: pre-wrap;
525 white-space: pre
584 white-space: pre;
587 background-color: white;
598 white-space: initial;
607 white-space: pre;
649 inset 2px 2px 1px white;
664 box-shadow: inset 2px 2px 1px white;
[all …]
DCSSPrimitiveValueCache.cpp33 , m_colorWhite(CSSPrimitiveValue::createColor(Color::white)) in CSSPrimitiveValueCache()
62 if (rgbValue == Color::white) in createColorValue()
/external/chromium/chrome/browser/resources/net_internals/
Dmain.css23 white-space: nowrap;
34 white-space: nowrap;
74 white-space: nowrap;
139 border: 1px solid white;
/external/chromium/chrome/browser/resources/options/
Dsubpages_tab_controls.css14 background: white;
16 border-bottom: 2px solid white;
55 background: -webkit-linear-gradient(white, #F3F3F3); /* very light gray */
Dsync_setup_overlay.css138 background: white;
241 white-space: normal;
280 white-space: nowrap;
285 white-space: nowrap;
/external/doclava/res/assets/templates/
Dtodo.cs12 background-color: white;
19 background-color: white;
26 background-color: white;
/external/clang/tools/scan-build/
Dscanview.css12 white-space:nowrap;
17 td.DESC { white-space:pre }

1234567891011