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

/external/chromium_org/base/i18n/
H A Drtl.cc121 bool IsRTL() { function in namespace:base::i18n
201 if (!IsRTL() || text->empty())
216 if (!IsRTL() || text->empty())
248 // on any system. Thus no need for the !IsRTL() check here.
252 bool ui_direction_is_rtl = IsRTL();
369 if (IsRTL() || GetFirstStrongCharacterDirection(text) == RIGHT_TO_LEFT) {
/external/chromium_org/chrome/browser/ui/autofill/
H A Dautofill_popup_controller_impl.cc381 bool AutofillPopupControllerImpl::IsRTL() const { function in class:autofill::AutofillPopupControllerImpl

Completed in 700 milliseconds