/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/Shapes/resources/ |
MultipleShapes.css | 4 text-align: justify; 8 text-align: justify;
|
/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_org/chrome/browser/resources/chromeos/first_run/ |
first_run.css | 67 justify-content: center;
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
set_time.css | 16 justify-content: flex-end;
|
/external/chromium_org/components/onc/docs/ |
onc_spec.css | 51 text-align: justify;
|
/external/chromium_org/third_party/WebKit/PerformanceTests/Layout/ |
flexbox-column-nowrap.html | 8 <div id="flexbox" style="height: 400px; flex-direction: column; justify-content: center; align-items: center;">
|
flexbox-column-wrap.html | 8 <div id="flexbox" style="height: 400px; flex-flow: column wrap; justify-content: center; align-items: center;">
|
flexbox-row-nowrap.html | 8 <div id="flexbox" style="justify-content: center; align-items: center">
|
flexbox-row-wrap.html | 8 <div id="flexbox" style="width: 300px; flex-wrap: wrap; justify-content: center; align-items: center">
|
/external/chromium_org/third_party/boringssl/src/util/ |
doc.css | 5 text-align: justify;
|
/external/chromium_org/third_party/polymer/components/core-layout/ |
core-layout.html | 47 To effect alignment in the main axis, use the `justify` attribute. The 57 `core-justify-start`, and `core-align-start`. 90 Justify: 92 <core-layout justify="end"> 139 <div class="core-h core-justify-end"> 157 <polymer-element name="core-layout" attributes="vertical justify align isContainer reverse"> 186 * @attribute justify 190 justify: '', 274 this.setLayoutClass('justify-', old, this.justify); [all...] |
/external/chromium_org/third_party/polymer/components-chromium/core-layout/ |
core-layout.html | 47 To effect alignment in the main axis, use the `justify` attribute. The 57 `core-justify-start`, and `core-align-start`. 90 Justify: 92 <core-layout justify="end"> 139 <div class="core-h core-justify-end"> 157 <polymer-element name="core-layout" attributes="vertical justify align isContainer reverse" assetpath="">
|
/external/chromium_org/third_party/polymer/components/core-pages/ |
demo.html | 22 justify-content: center;
37 justify-content: center;
|
/external/chromium_org/third_party/polymer/components-chromium/core-pages/ |
demo.html | 22 justify-content: center;
37 justify-content: center;
|
/external/chromium_org/chrome/browser/resources/chromeos/first_run/app/ |
style.css | 62 justify-content: flex-end;
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen_eula.css | 93 -webkit-justify-content: center;
|
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/ |
revisions.html | 27 justify-content: space-between;
|
/external/chromium_org/third_party/skia/third_party/lua/doc/ |
lua.css | 5 text-align: justify ;
|
/external/chromium_org/ui/file_manager/video_player/css/ |
arrow_box.css | 9 justify-content: center;
|
/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/third_party/icu/source/io/ |
sprintf.c | 61 /* pad and justify, if needed */ 75 /* left justify */ 81 /* right justify */
|
/external/icu/icu4c/source/io/ |
sprintf.c | 61 /* pad and justify, if needed */ 75 /* left justify */ 81 /* right justify */
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSValueKeywords.in | 231 justify 237 // text-justify 498 // justify 519 // justify-content 969 // justify-items / justify-self
|
/external/chromium_org/ui/file_manager/file_manager/audio_player/elements/ |
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;
|
/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)
|