HomeSort by relevance Sort by last modified time
    Searched refs:text_direction_ (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.h 180 base::i18n::TextDirection text_direction_; member in class:autofill::AutofillPopupControllerImpl
autofill_popup_controller_impl.cc 107 text_direction_(text_direction),
382 return text_direction_ == base::i18n::RIGHT_TO_LEFT;
  /external/chromium_org/ui/gfx/
render_text.cc 432 text_direction_ = base::i18n::UNKNOWN_DIRECTION;
680 text_direction_ = base::i18n::UNKNOWN_DIRECTION;
686 if (text_direction_ == base::i18n::UNKNOWN_DIRECTION) {
691 text_direction_ =
695 text_direction_ = base::i18n::IsRTL() ? base::i18n::RIGHT_TO_LEFT :
699 text_direction_ = base::i18n::LEFT_TO_RIGHT;
702 text_direction_ = base::i18n::RIGHT_TO_LEFT;
709 return text_direction_;
893 text_direction_(base::i18n::UNKNOWN_DIRECTION),
    [all...]
render_text.h 625 base::i18n::TextDirection text_direction_; member in class:gfx::RenderText
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 808 blink::WebTextDirection text_direction_; member in class:content::RenderWidgetHostImpl
    [all...]
render_widget_host_impl.cc 179 text_direction_(blink::WebTextDirectionLeftToRight),
    [all...]

Completed in 347 milliseconds