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

  /external/chromium_org/ui/views/controls/
single_split_view.h 107 int GetPrimaryAxisSize() const {
108 return GetPrimaryAxisSize(width(), height());
111 int GetPrimaryAxisSize(int h, int v) const {
single_split_view.cc 128 divider_at = GetPrimaryAxisSize(bounds.width(), bounds.height());
160 drag_info_.initial_mouse_offset = GetPrimaryAxisSize(event.x(), event.y());
170 int delta_offset = GetPrimaryAxisSize(event.x(), event.y()) -
176 int new_size = std::max(GetPrimaryAxisSize(min.width(), min.height()),
182 new_size = std::min(GetPrimaryAxisSize() - kDividerSize -
183 GetPrimaryAxisSize(min.width(), min.height()), new_size);
255 int primary_axis_size = GetPrimaryAxisSize(bounds.width(), bounds.height());

Completed in 374 milliseconds