Home | History | Annotate | Download | only in extensions

Lines Matching refs:area

102   gfx::Rect area(GetLocalBounds());
103 area.Inset(GetInsets());
105 if (folder_viewer_width + secondary_text_width > area.width() / 2) {
107 std::max(area.width() / 2 - folder_viewer_width,
108 area.width() - folder_viewer_width - checkbox_width);
110 checkbox_width = area.width() - folder_viewer_width - secondary_text_width;
112 checkbox_->SetBounds(area.x(), area.y(), checkbox_width, area.height());
114 folder_viewer_button_->SetBounds(checkbox_->x() + checkbox_width, area.y(),
115 folder_viewer_width, area.height());
120 area.y(), secondary_text_width, area.height());