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

  /external/chromium_org/ui/views/layout/
box_layout.cc 52 gfx::Rect child_area(host->GetLocalBounds());
53 child_area.Inset(host->GetInsets());
54 child_area.Inset(inside_border_insets_);
65 MainAxisSizeForView(child, child_area.width()) + between_child_spacing_;
75 int main_free_space = MainAxisSize(child_area) - total_main_axis_size;
77 int position = MainAxisPosition(child_area);
78 int size = MainAxisSize(child_area);
96 gfx::Rect new_child_area(child_area);
99 child_area.Intersect(new_child_area);
102 int main_position = MainAxisPosition(child_area);
    [all...]
  /external/chromium_org/ui/views/controls/button/
label_button.cc 290 gfx::Rect child_area(GetChildAreaBounds());
291 child_area.Inset(GetInsets());
294 image_size.SetToMin(child_area.size());
300 gfx::Size label_size(child_area.width(), height());
302 label_size.set_width(std::max(child_area.width() -
311 gfx::Point image_origin(child_area.origin());
312 image_origin.Offset(0, (child_area.height() - image_size.height()) / 2);
318 image_origin.Offset((child_area.width() - total_width) / 2, 0);
320 image_origin.Offset(child_area.width() - image_size.width(), 0);
323 gfx::Point label_origin(child_area.x(), 0)
    [all...]
  /external/chromium_org/ui/message_center/views/
message_center_view.cc 211 gfx::Rect child_area = GetContentsBounds();
212 int top = child_area.y();
220 int height = child->GetHeightForWidth(child_area.width());
221 child->SetBounds(child_area.x(), top, child_area.width(), height);
404 gfx::Rect child_area = GetContentsBounds(); local
405 if (child_area.IsEmpty())
490 gfx::Rect child_area = GetContentsBounds(); local
492 child->SetBounds(child_area.right(), top, child_area.width(), height)
    [all...]

Completed in 1056 milliseconds