HomeSort by relevance Sort by last modified time
    Searched refs:white (Results 1 - 25 of 145) sorted by null

1 2 3 4 5 6

  /external/chromium/chrome/common/extensions/docs/css/
print.css 13 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/webkit/Source/WebCore/css/
themeQtNoListboxes.css 35 white-space: pre;
svg.css 59 white-space: nowrap
quirks.css 32 /* Tables reset both line-height and white-space in quirks mode. */
35 white-space: normal;
wml.css 132 background-color: white;
171 white-space: pre;
174 background-color: white;
185 white-space: initial;
194 white-space: pre;
230 white-space: pre;
CSSPrimitiveValueCache.cpp 33 , m_colorWhite(CSSPrimitiveValue::createColor(Color::white))
62 if (rgbValue == Color::white)
view-source.css 33 white-space: pre-wrap !important;
68 white-space: nowrap;
  /external/chromium/chrome/browser/resources/options/
subpages_tab_controls.css 14 background: white;
16 border-bottom: 2px solid white;
55 background: -webkit-linear-gradient(white, #F3F3F3); /* very light gray */
  /cts/tools/tradefed-host/res/report/
cts_result.css 145 border-color: white;
146 background-color: white;
153 border-color: white;
154 background-color: white;
228 white-space: pre-wrap; /* css-3 */
229 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
230 white-space: -pre-wrap; /* Opera 4-6 */
231 white-space: -o-pre-wrap; /* Opera 7 */
  /external/chromium/chrome/browser/resources/ntp4/
apps_page.css 14 white-space: nowrap;
recently_closed.css 37 white-space: nowrap;
  /external/chromium/chrome/browser/resources/net_internals/
main.css 23 white-space: nowrap;
34 white-space: nowrap;
74 white-space: nowrap;
139 border: 1px solid white;
  /external/webkit/Source/WebKit/chromium/tests/
TransparencyWinTest.cpp 282 // 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, ColorSpaceDeviceRGB)
    [all...]
  /external/chromium/chrome/browser/resources/touch_ntp/
newtab.css 22 color: white;
98 white-space: nowrap;
100 color: white;
  /external/bison/src/
vcg_defaults.h 32 # define G_COLOR white
140 # define N_COLOR white
  /external/chromium/chrome/browser/resources/gpu_internals/
timeline.css 32 background-color: white;
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 214 new ConstantColor(Color.white),
227 panel.setBackground(Color.white);
  /external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/LeaksViewer/
LeaksViewer.css 45 background-color: white;
  /frameworks/base/libs/hwui/
GammaFontRenderer.cpp 55 // Get the white gamma threshold
58 INIT_LOGD(" Setting text white gamma threshold to %s", property);
61 INIT_LOGD(" Using default white black gamma threshold of %d",
74 const float white = pow(v, whiteGamma); local
77 mGammaTable[512 + i] = uint8_t((float)::floor(white * 255.0f + 0.5f));
  /frameworks/base/docs/html/reference/renderscript/
doxygen.css 184 background-color: white;
365 white-space: nowrap;
374 white-space: nowrap;
410 white-space: nowrap;
478 white-space: nowrap;
483 white-space: nowrap;
560 white-space: nowrap;
591 white-space: nowrap;
650 white-space: nowrap;
758 white-space: nowrap
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
inspector.css 397 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/icu4c/
icu4c.css 135 white-space: nowrap;
147 white-space: nowrap;
191 color: White;
197 white-space: nowrap;
215 color: White;
247 color: White;
257 white-space: nowrap;
311 background-color: white;
331 background-color: white;
342 white-space: nowrap
    [all...]
  /external/webkit/Source/WebCore/platform/
ScrollbarTheme.h 80 static void defaultPaintScrollCorner(GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color::white, ColorSpaceDeviceRGB); }
  /external/webkit/Source/WebCore/platform/qt/
QtMobileWebStyle.cpp 98 radialGradient.setColorAt(0.0, Qt::white);
99 radialGradient.setColorAt(0.6, Qt::white);
144 linearGradient.setColorAt(0.5, Qt::white);
147 linearGradient.setColorAt(0.5, Qt::white);
192 linearGradient.setColorAt(1.0, Qt::white);
198 linearGradient.setColorAt(0.4, Qt::white);
228 linearGradient.setColorAt(1.0, Qt::white);
234 linearGradient.setColorAt(0.35, Qt::white);
351 linearGradient.setColorAt(1.0, Qt::white);
357 linearGradient.setColorAt(0.4, Qt::white);
    [all...]
  /external/webkit/Tools/CSSTestSuiteHarness/harness/
harness.css 90 background-color: white;
203 background-color: white;
285 background-color: white;

Completed in 633 milliseconds

1 2 3 4 5 6