Searched defs:HORIZONTAL_SPLIT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/ui/views/controls/
H A Dsingle_split_view.h23 HORIZONTAL_SPLIT, enumerator in enum:views::SingleSplitView::Orientation
47 return is_horizontal_ ? HORIZONTAL_SPLIT : VERTICAL_SPLIT;
51 is_horizontal_ = orientation == HORIZONTAL_SPLIT;

Completed in 235 milliseconds