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

  /external/chromium_org/ui/views/controls/
label.h 116 DirectionalityMode directionality_mode() const { function in class:views::Label
label_unittest.cc 84 EXPECT_EQ(Label::USE_UI_DIRECTIONALITY, label.directionality_mode());
87 EXPECT_EQ(Label::AUTO_DETECT_DIRECTIONALITY, label.directionality_mode());
90 EXPECT_EQ(Label::USE_UI_DIRECTIONALITY, label.directionality_mode());
    [all...]
  /external/chromium_org/ui/message_center/views/
bounded_label.cc 196 if (directionality_mode() ==

Completed in 91 milliseconds