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

  /external/chromium_org/ui/views/controls/
single_split_view.h 47 return is_horizontal_ ? HORIZONTAL_SPLIT : VERTICAL_SPLIT;
51 is_horizontal_ = orientation == HORIZONTAL_SPLIT;
112 return is_horizontal_ ? h : v;
126 bool is_horizontal_; member in class:views::SingleSplitView
single_split_view.cc 29 : is_horizontal_(orientation == HORIZONTAL_SPLIT),
78 if (is_horizontal_) {
86 if (is_horizontal_)
97 return is_horizontal_ ?
102 return is_horizontal_ ? we_resize_cursor : ns_resize_cursor;
139 if (is_horizontal_) {
172 if (is_horizontal_ && base::i18n::IsRTL())
220 if (is_horizontal_) {
241 if (is_horizontal_)

Completed in 82 milliseconds