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

1 2 3 4

  /external/webkit/WebCore/css/
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;
170 white-space: pre;
173 background-color: white;
184 white-space: initial;
193 white-space: pre;
229 white-space: pre;
html.css 325 background-color: white;
375 background-color: white;
383 white-space: pre-wrap;
421 white-space: pre
480 white-space: pre;
483 background-color: white;
494 white-space: initial;
503 white-space: pre;
526 background-color: white;
529 white-space: initial
    [all...]
view-source.css 33 white-space: pre-wrap !important;
68 white-space: nowrap;
CSSPrimitiveValue.cpp 74 if (rgbValue == Color::white) {
75 static CSSPrimitiveValue* colorWhite = new CSSPrimitiveValue(Color::white);
mediaControlsQuickTime.css 78 color: white;
100 color: white;
163 color: white;
mediaControlsChromium.css 112 color: white;
137 color: white;
  /cts/tools/host/src/res/
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 */
  /cts/tools/tradefed-host/res/result/
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 */
  /device/htc/common/
README.ecclist_for_mcc.conf 22 [MCC of a country] white space [Emergency number for that country, separated by comma]
25 1. Use white space instead of TAB between MCC and emergency number list.
  /external/webkit/WebKit/chromium/tests/
TransparencyWinTest.cpp 285 // Make a total transparent buffer, and draw the white layer inset by 1 px.
301 // The final image should be transparent around the edges for 1 px, white
304 EXPECT_EQ(Color(Color::white), getPixelAt(src->context(), 2, 2));
306 EXPECT_EQ(Color(Color::white), getPixelAt(src->context(), 4, 4));
367 // Fill with white.
369 Color white(0xFFFFFFFF);
371 src->context()->fillRect(fullRect, white, DeviceColorSpace);
407 // The background is white.
408 Color white(0xFFFFFFFF);
410 src->context()->fillRect(fullRect, white, DeviceColorSpace)
    [all...]
  /external/bison/src/
vcg_defaults.h 32 # define G_COLOR white
140 # define N_COLOR white
  /external/proguard/src/proguard/gui/splash/
SplashPanel.java 214 new ConstantColor(Color.white),
227 panel.setBackground(Color.white);
  /external/webkit/WebCore/platform/
ScrollbarTheme.h 76 virtual void paintScrollCorner(ScrollView*, GraphicsContext* context, const IntRect& cornerRect) { context->fillRect(cornerRect, Color::white, DeviceColorSpace); }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/
ElementFigure.java 77 graphics.setForegroundColor(mIsSelected ? ColorConstants.red : ColorConstants.white);
  /external/webkit/WebCore/inspector/front-end/
inspector.css 265 background-color: white;
308 white-space: nowrap;
347 background-color: white !important;
481 background-color: white;
538 white-space: pre-wrap;
582 white-space: nowrap;
592 color: white;
597 white-space: pre-wrap;
843 white-space: nowrap;
856 white-space: pre-wrap
    [all...]
  /external/chromium/third_party/icu/
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;
363 background-color: white;
    [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;
363 background-color: white;
    [all...]
  /external/webkit/WebCore/platform/win/
DragImageCGWin.cpp 151 static const CGFloat white [] = {1.0, 1.0, 1.0, 1.0}; local
153 CGContextSetFillColor(drawContext, white);
  /external/junit/src/junit/awtui/
ProgressBar.java 38 g.setColor(Color.white);
  /external/webkit/WebCore/rendering/
RenderMediaControlsChromium.cpp 174 if (originalColor != Color::white)
175 context->setStrokeColor(Color::white, DeviceColorSpace);
180 if (originalColor != Color::white)
  /external/webkit/WebKit/chromium/src/
SuggestionsPopupMenuClient.cpp 168 m_style.set(new PopupMenuStyle(Color::black, Color::white, font, true,
  /sdk/eclipse/scripts/
_mk_icons.sh 5 ./gen_icon.py ${3}.png 16 white black $2 $1
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11mouse.c 62 static XColor white = { 0xffff, 0xffff, 0xffff, 0xffff }; local
135 mask_pixmap, &black, &white, hot_x, hot_y);

Completed in 668 milliseconds

1 2 3 4