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

  /external/chromium_org/ui/message_center/views/
group_view.cc 76 bottom_view_(NULL),
154 // Create the bottom_view_, which collects into a vertical box all content
156 bottom_view_ = new views::View();
157 bottom_view_->SetLayoutManager(
164 bottom_view_->AddChildView(separator);
172 bottom_view_->AddChildView(more_button_);
180 AddChildView(bottom_view_);
190 int bottom_width = bottom_view_->GetPreferredSize().width();
198 int bottom_height = bottom_view_->GetHeightForWidth(content_width);
228 int bottom_height = bottom_view_->GetHeightForWidth(content_width)
    [all...]
group_view.h 65 views::View* bottom_view_; member in class:message_center::GroupView
notification_view.cc 423 // Create the bottom_view_, which collects into a vertical box all content
425 bottom_view_ = new views::View();
426 bottom_view_->SetLayoutManager(
436 bottom_view_->AddChildView(image_view_);
444 bottom_view_->AddChildView(separator);
450 bottom_view_->AddChildView(button);
471 AddChildView(bottom_view_);
482 int bottom_width = bottom_view_->GetPreferredSize().width();
491 int bottom_height = bottom_view_->GetHeightForWidth(content_width);
538 int bottom_height = bottom_view_->GetHeightForWidth(content_width)
    [all...]
notification_view.h 97 views::View* bottom_view_; member in class:message_center::NotificationView

Completed in 32 milliseconds