HomeSort by relevance Sort by last modified time
    Searched full:justify (Results 1 - 25 of 301) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/third_party/polymer/components/core-layout/
core-layout-host.css 51 :host(.core-justify-start) {
54 -moz-justify-content: flex-start;
55 -webkit-justify-content: flex-start;
56 justify-content: flex-start;
59 :host(.core-justify-center) {
62 -moz-justify-content: center;
63 -webkit-justify-content: center;
64 justify-content: center;
67 :host(.core-justify-end) {
70 -moz-justify-content: flex-end
    [all...]
core-layout.css 161 .core-justify-start {
164 -moz-justify-content: flex-start;
165 -webkit-justify-content: flex-start;
166 justify-content: flex-start;
169 .core-justify-center {
172 -moz-justify-content: center;
173 -webkit-justify-content: center;
174 justify-content: center;
177 .core-justify-end {
180 -moz-justify-content: flex-end
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/core-layout/
core-layout-host.css 51 :host(.core-justify-start) {
54 -moz-justify-content: flex-start;
55 -webkit-justify-content: flex-start;
56 justify-content: flex-start;
59 :host(.core-justify-center) {
62 -moz-justify-content: center;
63 -webkit-justify-content: center;
64 justify-content: center;
67 :host(.core-justify-end) {
70 -moz-justify-content: flex-end
    [all...]
core-layout.css 161 .core-justify-start {
164 -moz-justify-content: flex-start;
165 -webkit-justify-content: flex-start;
166 justify-content: flex-start;
169 .core-justify-center {
172 -moz-justify-content: center;
173 -webkit-justify-content: center;
174 justify-content: center;
177 .core-justify-end {
180 -moz-justify-content: flex-end
    [all...]
core-layout-extracted.js 21 * @attribute justify
25 justify: '',
109 this.setLayoutClass('justify-', old, this.justify);
  /external/chromium_org/chrome/browser/resources/chromeos/login/
oobe_screen_auto_enrollment_check.css 14 justify-content: center;
oobe_screen_autolaunch.css 15 justify-content: center;
36 -webkit-justify-content: center;
oobe_screen_enable_kiosk.css 15 justify-content: center;
screen_wrong_hwid.css 31 justify-content: center;
  /external/chromium_org/ui/file_manager/file_manager/audio_player/elements/
track_list.css 15 justify-content: flex-start;
31 justify-content: flex-start;
51 justify-content: center;
  /external/chromium_org/chrome/common/extensions/docs/examples/api/desktopCapture/
index.html 7 -webkit-justify-content: center;
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/ui/
ct-party-time.html 14 justify-content: center;
  /external/chromium_org/third_party/polymer/components/polymer/
layout.html 176 -webkit-justify-content: flex-start;
177 justify-content: flex-start;
182 -webkit-justify-content: center;
183 justify-content: center;
188 -webkit-justify-content: flex-end;
189 justify-content: flex-end;
194 -webkit-justify-content: space-around;
195 justify-content: space-around;
199 -ms-flex-pack: justify;
200 -webkit-justify-content: space-between
    [all...]
  /external/chromium_org/third_party/polymer/components-chromium/polymer/
layout.html 176 -webkit-justify-content: flex-start;
177 justify-content: flex-start;
182 -webkit-justify-content: center;
183 justify-content: center;
188 -webkit-justify-content: flex-end;
189 justify-content: flex-end;
194 -webkit-justify-content: space-around;
195 justify-content: space-around;
199 -ms-flex-pack: justify;
200 -webkit-justify-content: space-between
    [all...]
  /external/zlib/src/contrib/minizip/
minizip.1 8 .\" .ad l left justify
9 .\" .ad b justify to both left and right margins
miniunzip.1 8 .\" .ad l left justify
9 .\" .ad b justify to both left and right margins
  /external/chromium_org/chrome/browser/resources/app_list/
recommended_apps.css 7 -webkit-justify-content: space-around;
start_page.css 19 -webkit-justify-content: flex-start;
  /external/chromium_org/chrome/browser/resources/chromeos/
charger_replacement.css 45 justify-content: flex-end;
75 justify-content: space-between;
122 justify-content: space-between;
143 justify-content: space-between;
  /external/chromium-trace/trace-viewer/src/ui/
overlay.css 13 -webkit-justify-content: center;
32 -webkit-justify-content: center;
  /external/fio/tools/
fio_generate_plots.1 11 .\" .ad l left justify
12 .\" .ad b justify to both left and right margins
  /external/chromium_org/chrome/common/extensions/docs/static/sass/
_mixins.scss 56 @mixin justify-content($val: center) {
58 -webkit-justify-content: $val;
59 -moz-justify-content: $val;
60 -ms-justify-content: $val;
61 -o-justify-content: $val;
62 justify-content: $val;
  /external/chromium_org/third_party/icu/source/io/
uprintf.c 76 /* pad and justify, if needed */
78 /* left justify */
85 /* right justify */
  /external/icu/icu4c/source/io/
uprintf.c 76 /* pad and justify, if needed */
78 /* left justify */
85 /* right justify */
  /external/chromium_org/content/browser/resources/media/
media_internals.css 48 justify-content: space-between;
62 justify-content: space-between;

Completed in 1568 milliseconds

1 2 3 4 5 6 7 8 91011>>