/external/chromium/chrome/browser/ui/gtk/extensions/ |
extension_install_dialog_gtk.cc | 93 // Top justify the image.
|
/external/chromium/chrome/browser/ui/gtk/ |
sad_tab_gtk.cc | 39 // Center align and justify it.
|
/external/chromium_org/chrome/browser/resources/chromeos/login/ |
oobe_screen.css | 81 -webkit-justify-content: center;
|
/external/chromium_org/chrome/browser/resources/extensions/chromeos/ |
kiosk_apps.css | 63 -webkit-justify-content: space-between;
|
/external/chromium_org/chrome/browser/resources/feedback/css/ |
feedback.css | 125 justify-content: flex-end
|
/external/chromium_org/chrome/browser/resources/options/chromeos/ |
bluetooth.css | 23 -webkit-box-pack: justify;
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
mediaControlsAndroid.css | 49 justify-content: flex-end;
|
CSSProperties.in | 68 justify-content 126 text-justify type_name=TextJustify
|
CSSValueKeywords.in | 226 justify 500 // justify
|
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
RenderRubyBase.cpp | 143 return JUSTIFY;
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/ |
HarfBuzzShaper.h | 117 // WebKit uses this to justify text.
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
UniscribeHelperTextRun.cpp | 70 justify(run.expansion());
|
UniscribeHelper.cpp | 203 void UniscribeHelper::justify(int additionalSpace) function in class:WebCore::UniscribeHelper 222 Vector<int, 64> justify; local 223 justify.resize(totalGlyphs); 249 additionalSpace, minKashida, &justify[0]); 260 shaping.m_justify[i] = justify[globalGlyphIndex]; 430 const int* justify = shaping.m_justify.size() == 0 ? 0 : &shaping.m_justify[fromGlyph]; local [all...] |
/external/compiler-rt/lib/arm/ |
comparesf2.S | 107 // to performance tradeoff very hard to justify for such small functions.
|
/external/libffi/src/ |
prep_cif.c | 67 Linux ABI that right justify small structs in a register.
|
/external/valgrind/main/exp-sgcheck/tests/ |
bad_percentify.c | 169 #define VG_MSG_ZJUSTIFY 2 /* Must justify with '0'. */ 170 #define VG_MSG_LJUSTIFY 4 /* Must justify on the left. */ 386 /* If '-' follows '%', justify on the left. */ 603 /* Right justify in field */
|
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/category/ |
IconView.java | 108 // justify to the left.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
CallTipWindow.py | 78 self.label = Label(tw, text=self.text, justify=LEFT,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
CallTipWindow.py | 78 self.label = Label(tw, text=self.text, justify=LEFT,
|
/external/chromium_org/chrome/browser/resources/ntp4/ |
new_tab.css | 182 -webkit-justify-content: space-between; 444 -webkit-justify-content: flex-end;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
stringold.py | 264 # Left-justify a string 277 # Right-justify a string
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
stringold.py | 264 # Left-justify a string 277 # Right-justify a string
|
/external/chromium_org/chrome/browser/resources/chromeos/ |
neterror.css | 227 -webkit-justify-content: center;
|
/external/chromium_org/chrome/browser/ui/gtk/ |
sad_tab_gtk.cc | 43 // Center align and justify it.
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_sse.h | 201 * _mm_mullo_epi32() intrinsic as to not justify adding an sse4
|