Searched defs:IsRTL (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/base/l10n/
H A Dl10n_util_android.cc20 jboolean IsRTL(JNIEnv* env, jclass clazz) { function in namespace:l10n_util
21 return base::i18n::IsRTL();
/external/chromium/base/i18n/
H A Drtl.cc99 // See IsRTL() function below.
106 bool IsRTL() { function in namespace:base::i18n
168 if (!IsRTL() || text->empty())
207 // on any system. Thus no need for the !IsRTL() check here.
211 bool ui_direction_is_rtl = IsRTL();
339 if (!IsRTL())
/external/chromium_org/base/i18n/
H A Drtl.cc125 bool IsRTL() { function in namespace:base::i18n
195 if (!IsRTL() || text->empty())
210 if (!IsRTL() || text->empty())
242 // on any system. Thus no need for the !IsRTL() check here.
246 bool ui_direction_is_rtl = IsRTL();
358 if (IsRTL() || GetFirstStrongCharacterDirection(text) == RIGHT_TO_LEFT) {
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.cc395 bool AutofillPopupControllerImpl::IsRTL() const { function in class:autofill::AutofillPopupControllerImpl

Completed in 429 milliseconds