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

1 2 3 4

  /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...]
  /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;
oobe_screen_eula.css 93 -webkit-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;
control_panel.css 12 justify-content: center;
30 justify-content: center;
86 justify-content: center;
244 justify-content: center;
263 justify-content: center;
400 justify-content: flex-end;
  /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;
  /ndk/build/core/
definitions-utils.mk 179 # Left-justify input string with spaces to fill a width of 15.
180 # Function: left-justify-quoted-15
185 # Usage: ---->@$(call host-echo, $(call left-justify-quoted-15,$(_TEXT)): Do stuff)
188 left-justify-quoted-15 = $(call -left-justify,$1,xxxxxxxxxxxxxxx)
190 -test-left-justify-quoted-15 = \
191 $(call test-expect," ",$(call left-justify-quoted-15,))\
192 $(call test-expect,"Foo Bar ",$(call left-justify-quoted-15,Foo Bar))\
194 $(call left-justify-quoted-15,Very long string over 15 characters wide)))
198 # $2: A series of contiguous x's, its length determines the full width to justify to
    [all...]
  /external/chromium-trace/trace-viewer/src/ui/
overlay.css 13 -webkit-justify-content: center;
32 -webkit-justify-content: center;
  /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;
set_time.css 16 justify-content: flex-end;
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/
first_run.css 67 justify-content: center;
  /external/chromium_org/content/browser/resources/media/
media_internals.css 48 justify-content: space-between;
62 justify-content: space-between;
  /external/chromium_org/chrome/browser/resources/options/
website_settings.css 22 justify-content: space-between;
72 justify-content: space-between;
168 justify-content: space-between;
  /external/chromium_org/chrome/browser/resources/chromeos/first_run/app/
style.css 62 justify-content: flex-end;
  /external/chromium_org/components/onc/docs/
onc_spec.css 51 text-align: justify;
  /external/chromium_org/ui/file_manager/video_player/css/
arrow_box.css 9 justify-content: center;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 53 labelDesc = Label(frameBg, text=byline, justify=LEFT,
57 justify=LEFT, fg=self.fg, bg=self.bg)
61 justify=LEFT, fg=self.fg, bg=self.bg)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
aboutDialog.py 53 labelDesc = Label(frameBg, text=byline, justify=LEFT,
57 justify=LEFT, fg=self.fg, bg=self.bg)
61 justify=LEFT, fg=self.fg, bg=self.bg)

Completed in 591 milliseconds

1 2 3 4