Searched refs:RIGHT_TO_LEFT (Results 1 - 25 of 33) sorted by last modified time

12

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/ui/android/java/src/org/chromium/ui/base/
H A DLocalizationUtils.java26 public static final int RIGHT_TO_LEFT = 1; field in class:LocalizationUtils
78 * @return One of the UNKNOWN_DIRECTION, RIGHT_TO_LEFT, and LEFT_TO_RIGHT.
/external/chromium_org/ui/base/ime/win/
H A Dimm32_manager.cc585 *direction = base::i18n::RIGHT_TO_LEFT;
/external/chromium_org/ui/gfx/
H A Dcanvas_skia.cc381 base::i18n::RIGHT_TO_LEFT;
H A Dpango_util.cc136 (text_direction == base::i18n::RIGHT_TO_LEFT ?
154 } else if (text_direction == base::i18n::RIGHT_TO_LEFT) {
H A Drender_text.cc695 text_direction_ = base::i18n::IsRTL() ? base::i18n::RIGHT_TO_LEFT :
702 text_direction_ = base::i18n::RIGHT_TO_LEFT;
796 if ((GetTextDirection() == base::i18n::RIGHT_TO_LEFT) == (caret_pos == 0))
1058 return GetTextDirection() == base::i18n::RIGHT_TO_LEFT ? ALIGN_RIGHT
H A Drender_text_harfbuzz.cc1000 const bool is_text_rtl = GetTextDirection() == base::i18n::RIGHT_TO_LEFT;
H A Drender_text_unittest.cc632 { kRtl, base::i18n::RIGHT_TO_LEFT },
633 { kRtlLtr, base::i18n::RIGHT_TO_LEFT },
634 { kRtlLtrRtl, base::i18n::RIGHT_TO_LEFT },
644 base::i18n::RIGHT_TO_LEFT : base::i18n::LEFT_TO_RIGHT;
656 EXPECT_EQ(render_text->GetTextDirection(), base::i18n::RIGHT_TO_LEFT);
667 EXPECT_EQ(render_text->GetTextDirection(), base::i18n::RIGHT_TO_LEFT);
1008 { kRTLGrapheme, base::i18n::RIGHT_TO_LEFT },
1009 { kHebrewLatin, base::i18n::RIGHT_TO_LEFT },
H A Drender_text_win.cc912 (GetTextDirection() == base::i18n::RIGHT_TO_LEFT) ? 1 : 0;
/external/chromium_org/ui/message_center/views/
H A Dbounded_label.cc204 if (direction == base::i18n::RIGHT_TO_LEFT)
/external/chromium_org/ui/views/controls/
H A Dlabel.cc134 return dir == base::i18n::RIGHT_TO_LEFT ? gfx::ALIGN_RIGHT : gfx::ALIGN_LEFT;
446 if (direction == base::i18n::RIGHT_TO_LEFT)
/external/chromium_org/ui/views/controls/textfield/
H A Dtextfield.cc681 const bool rtl = GetTextDirection() == base::i18n::RIGHT_TO_LEFT;
803 const bool rtl = GetTextDirection() == base::i18n::RIGHT_TO_LEFT;
1207 bool rtl = GetTextDirection() == base::i18n::RIGHT_TO_LEFT;
1523 const gfx::DirectionalityMode mode = direction == base::i18n::RIGHT_TO_LEFT ?
/external/chromium_org/extensions/common/
H A Dmessage_bundle.cc105 base::i18n::RIGHT_TO_LEFT) {
H A Dmessage_bundle_unittest.cc136 base::i18n::RIGHT_TO_LEFT)
/external/chromium_org/content/browser/frame_host/
H A Drender_frame_host_impl.cc146 return base::i18n::RIGHT_TO_LEFT;
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_view_aura.cc1620 direction == base::i18n::RIGHT_TO_LEFT ?
/external/chromium_org/chrome/renderer/autofill/
H A Dform_autofill_browsertest.cc693 EXPECT_EQ(base::i18n::RIGHT_TO_LEFT, result.text_direction);
709 EXPECT_EQ(base::i18n::RIGHT_TO_LEFT, result.text_direction);
726 EXPECT_EQ(base::i18n::RIGHT_TO_LEFT, result.text_direction);
742 EXPECT_EQ(base::i18n::RIGHT_TO_LEFT, result.text_direction);
795 EXPECT_EQ(base::i18n::RIGHT_TO_LEFT, result.text_direction);
/external/chromium_org/components/autofill/content/renderer/
H A Dform_autofill_util.cc775 "rtl" ? base::i18n::RIGHT_TO_LEFT : base::i18n::LEFT_TO_RIGHT;
/external/chromium_org/components/autofill/core/common/
H A Dform_data_unittest.cc69 field_data.text_direction = base::i18n::RIGHT_TO_LEFT;
112 field_data.text_direction = base::i18n::RIGHT_TO_LEFT;
155 field_data.text_direction = base::i18n::RIGHT_TO_LEFT;
H A Dform_field_data_unittest.cc27 data.text_direction = base::i18n::RIGHT_TO_LEFT;
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_dialog_controller_impl.cc2183 base::i18n::RIGHT_TO_LEFT : base::i18n::LEFT_TO_RIGHT);
H A Dautofill_popup_controller_impl.cc382 return text_direction_ == base::i18n::RIGHT_TO_LEFT;

Completed in 388 milliseconds

12