Searched refs:white (Results 1 - 25 of 141) sorted by relevance

123456

/external/chromium/chrome/common/extensions/docs/css/
H A 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-trace/src/shared/css/
H A Dalert_overlay.css10 white-space: pre-wrap;
H A Dtabs.css12 background: -webkit-linear-gradient(white, rgb(243, 243, 243));
43 background: white;
61 background: white;
H A Dmenu.css8 background: white;
17 white-space: nowrap;
H A Dmenu_button.css10 background: white -webkit-canvas(drop-down-arrow) no-repeat center 4px;
H A Dtable.css58 white-space: nowrap;
77 white-space: nowrap;
84 white-space: nowrap;
H A Dabout_memory.css50 color: white;
60 color: white;
67 color: white;
169 white-space: nowrap;
205 white-space: nowrap;
236 background: white !important;
H A Ddialogs.css25 background-color: white;
79 background-color: white;
105 white-space: nowrap;
H A Dtree.css14 border: 1px solid rgba(255, 255, 255, 0); /* transparent white */
21 white-space: nowrap;
108 white-space: pre;
146 white-space: pre;
152 background: white;
/external/chromium-trace/src/tracing/
H A Dtimeline_analysis.css8 white-space: pre;
/external/webkit/Source/WebCore/css/
H A DthemeQtNoListboxes.css35 white-space: pre;
H A Dsvg.css59 white-space: nowrap
H A Dquirks.css32 /* Tables reset both line-height and white-space in quirks mode. */
35 white-space: normal;
H A 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;
/external/chromium/chrome/browser/resources/options/
H A Dsubpages_tab_controls.css14 background: white;
16 border-bottom: 2px solid white;
55 background: -webkit-linear-gradient(white, #F3F3F3); /* very light gray */
/external/webkit/Source/WebKit/android/jni/
H A DWebFrameView.cpp64 gc->setFillColor(WebCore::Color::white, WebCore::ColorSpaceDeviceRGB);
/external/chromium/chrome/browser/resources/ntp4/
H A Dapps_page.css14 white-space: nowrap;
H A Drecently_closed.css37 white-space: nowrap;
/external/chromium/chrome/browser/resources/net_internals/
H A Dmain.css23 white-space: nowrap;
34 white-space: nowrap;
74 white-space: nowrap;
139 border: 1px solid white;
/external/webkit/Source/WebKit/chromium/tests/
H A DTransparencyWinTest.cpp282 // Make a total transparent buffer, and draw the white layer inset by 1 px.
298 // The final image should be transparent around the edges for 1 px, white
301 EXPECT_EQ(Color(Color::white), getPixelAt(src->context(), 2, 2));
303 EXPECT_EQ(Color(Color::white), getPixelAt(src->context(), 4, 4));
364 // Fill with white.
366 Color white(0xFFFFFFFF);
368 src->context()->fillRect(fullRect, white, ColorSpaceDeviceRGB);
404 // The background is white.
405 Color white(0xFFFFFFFF);
407 src->context()->fillRect(fullRect, white, ColorSpaceDeviceRG
[all...]
/external/doclava/res/assets/templates/
H A Dtodo.cs12 background-color: white;
19 background-color: white;
26 background-color: white;
/external/chromium/chrome/browser/resources/touch_ntp/
H A Dnewtab.css22 color: white;
98 white-space: nowrap;
100 color: white;
/external/bison/src/
H A Dvcg_defaults.h32 # define G_COLOR white
140 # define N_COLOR white
/external/chromium/chrome/browser/resources/gpu_internals/
H A Dtimeline.css32 background-color: white;
/external/proguard/src/proguard/gui/splash/
H A DSplashPanel.java214 new ConstantColor(Color.white),
227 panel.setBackground(Color.white);

Completed in 382 milliseconds

123456