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 126 divider_at = GetPrimaryAxisSize(bounds.width(), bounds.height());
158 drag_info_.initial_mouse_offset = GetPrimaryAxisSize(event.x(), event.y());
168 int delta_offset = GetPrimaryAxisSize(event.x(), event.y()) -
174 int new_size = std::max(GetPrimaryAxisSize(min.width(), min.height()),
180 new_size = std::min(GetPrimaryAxisSize() - kDividerSize -
181 GetPrimaryAxisSize(min.width(), min.height()), new_size);
253 int primary_axis_size = GetPrimaryAxisSize(bounds.width(), bounds.height());

Completed in 377 milliseconds