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

  /external/chromium_org/ui/message_center/views/
bounded_label.cc 201 if (directionality_mode() == gfx::DIRECTIONALITY_FORCE_LTR) {
203 } else if (directionality_mode() == gfx::DIRECTIONALITY_FORCE_RTL) {
205 } else if (directionality_mode() == gfx::DIRECTIONALITY_FROM_TEXT) {
  /external/chromium_org/ui/views/controls/
label.h 85 gfx::DirectionalityMode directionality_mode() const { function in class:views::Label
label_unittest.cc 97 EXPECT_EQ(gfx::DIRECTIONALITY_FROM_UI, label.directionality_mode());
100 EXPECT_EQ(gfx::DIRECTIONALITY_FROM_TEXT, label.directionality_mode());
103 EXPECT_EQ(gfx::DIRECTIONALITY_FROM_UI, label.directionality_mode());
    [all...]
  /external/chromium_org/ui/gfx/
render_text.h 335 DirectionalityMode directionality_mode() const { function in class:gfx::RenderText
  /external/chromium_org/ui/views/controls/textfield/
textfield.cc     [all...]

Completed in 229 milliseconds