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

1234567891011>>

/external/chromium_org/chrome/common/extensions/docs/static/css/
H A Dprint.css6 white-space: pre-wrap; /* css-3 */
7 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
8 white-space: -pre-wrap; /* Opera 4-6 */
9 white-space: -o-pre-wrap; /* Opera 7 */
/external/lldb/test/pexpect-2.4/examples/
H A Dchess3.py81 white = Chess() variable
82 white.do_move('b2b4')
83 white.read_until_cursor (19,60)
84 c1 = white.term.get_abs(17,58)
85 c2 = white.term.get_abs(17,59)
86 c3 = white.term.get_abs(17,60)
87 c4 = white.term.get_abs(17,61)
91 white.do_move('c2c4')
92 white.read_until_cursor (19,60)
93 c1 = white
111 white = Chess() variable
[all...]
H A Dchess.py80 white = Chess() variable
81 white.child.echo = 1
82 white.child.expect ('Your move is')
83 white.set_depth(2)
84 white.switch()
86 move_white = white.get_first_computer_move()
87 print 'first move white:', move_white
89 white.do_move ('e7e5')
90 move_white = white.get_computer_move()
91 print 'move white
104 white = Chess() variable
[all...]
/external/chromium_org/chrome/browser/resources/user_actions/
H A Duser_actions.css6 white-space: nowrap;
/external/chromium_org/ui/webui/resources/css/
H A Dalert_overlay.css10 white-space: pre-wrap;
/external/libogg/doc/
H A DMakefile.am8 stream.png vorbisword2.png white-ogg.png white-xifish.png \
/external/chromium-trace/trace-viewer/src/tracing/analysis/
H A Danalysis_view.css7 background-color: white;
/external/chromium_org/chrome/browser/resources/chromeos/first_run/
H A Dbubble.css18 border-bottom-color: white;
23 border-left-color: white;
28 border-top-color: white;
33 border-right-color: white;
H A Dstep.css8 background: white;
23 color: white;
26 .step button.white-button {
/external/chromium_org/chrome/browser/resources/chromeos/login/
H A Doobe_screen_host_pairing.css7 background: white;
H A Dapps_menu.css12 white-space: nowrap;
/external/chromium_org/chrome/browser/resources/local_ntp/
H A Dmost_visited_title.css12 white-space: nowrap;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DpromisesPanel.css12 white-space:pre;
H A DoverviewGrid.css17 background-color: white;
56 box-shadow: white 1px 0 0, white -1px 0 0, white 0 1px 0, white 0 -1px 0;
/external/chromium_org/third_party/WebKit/Source/web/resources/
H A DpickerCommon.css27 background-color: white;
H A DcolorSuggestionPicker.css27 background-color: white;
34 background-color: white;
36 box-shadow: inset 2px 2px 2px white,
/external/chromium_org/chrome/test/ispy/common/
H A Dispy_utils_unittest.py22 self.white = Image.new('RGBA', (25, 25), (255, 255, 255, 255))
30 self.ispy_utils.UploadImage('path/to/white.png', self.white)
34 self.assertEquals(self.bucket.datastore['path/to/white.png'],
35 image_tools.EncodePNG(self.white))
44 self.ispy_utils.UploadImage('path/to/white.png', self.white)
50 self.ispy_utils.DownloadImage('path/to/white.png')),
51 image_tools.EncodePNG(self.white))
69 self.ispy_utils.UploadImage('path/to/image.png', self.white)
[all...]
/external/chromium_org/chrome/browser/resources/history/
H A Dalert_overlay.css18 white-space: pre-wrap;
/external/chromium_org/remoting/webapp/
H A Dconnection_stats.css7 background-color: white;
/external/chromium-trace/trace-viewer/src/ui/
H A Dinfo_bar.css10 border-left: 1px solid white;
12 border-top: 1px solid white;
/external/chromium_org/chrome/browser/resources/omnibox/
H A Domnibox.css41 white-space: nowrap;
46 white-space: nowrap;
/external/chromium_org/third_party/WebKit/Source/core/css/
H A Dsvg.css60 white-space: nowrap
64 white-space: inherit
/external/chromium_org/chrome/browser/resources/predictors/
H A Dpredictors.css20 background-color: white;
32 white-space: nowrap;
43 white-space: nowrap;
/external/chromium_org/third_party/skia/gm/
H A Dthinrects.cpp30 SkPaint white; variable
31 white.setColor(SK_ColorWHITE);
32 white.setAntiAlias(true);
41 DrawVertRects(canvas, white);
49 DrawHorizRects(canvas, white);
58 DrawSquares(canvas, white);
/external/chromium_org/ui/file_manager/file_manager/foreground/css/
H A Dtable.css29 white-space: nowrap;
49 white-space: nowrap;
55 white-space: nowrap;

Completed in 1146 milliseconds

1234567891011>>