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

  /external/chromium_org/ui/gfx/
render_text.cc 326 text_direction_ = base::i18n::UNKNOWN_DIRECTION;
594 text_direction_ = base::i18n::UNKNOWN_DIRECTION;
599 if (text_direction_ == base::i18n::UNKNOWN_DIRECTION) {
604 text_direction_ =
608 text_direction_ = base::i18n::IsRTL() ? base::i18n::RIGHT_TO_LEFT :
612 text_direction_ = base::i18n::LEFT_TO_RIGHT;
615 text_direction_ = base::i18n::RIGHT_TO_LEFT;
622 return text_direction_;
763 text_direction_(base::i18n::UNKNOWN_DIRECTION),
    [all...]
render_text.h 494 base::i18n::TextDirection text_direction_; member in class:gfx::RenderText
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.h 204 base::i18n::TextDirection text_direction_; member in class:autofill::AutofillPopupControllerImpl
autofill_popup_controller_impl.cc 102 text_direction_(text_direction),
363 return text_direction_ == base::i18n::RIGHT_TO_LEFT;
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.h 867 WebKit::WebTextDirection text_direction_; member in class:content::RenderWidgetHostImpl
    [all...]
render_widget_host_impl.cc 145 text_direction_(WebKit::WebTextDirectionLeftToRight),
    [all...]

Completed in 3551 milliseconds