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

  /external/chromium_org/ui/views/layout/
box_layout.cc 21 between_child_spacing_(between_child_spacing),
44 total += child->GetPreferredSize().width() + between_child_spacing_;
47 between_child_spacing_;
53 total -= between_child_spacing_;
71 x += bounds.width() + between_child_spacing_;
75 y += bounds.height() + between_child_spacing_;
125 position += size.width() + between_child_spacing_;
135 // Only add |between_child_spacing_| if this is not the only child.
137 height += between_child_spacing_;
box_layout.h 66 const int between_child_spacing_; member in class:views::BoxLayout

Completed in 407 milliseconds