label_container_  150 ash/system/drive/tray_drive.cc           label_container_(NULL),
label_container_  158 ash/system/drive/tray_drive.cc       label_container_ = new views::View();
label_container_  159 ash/system/drive/tray_drive.cc       label_container_->SetLayoutManager(new views::BoxLayout(
label_container_  170 ash/system/drive/tray_drive.cc       label_container_->AddChildView(label);
label_container_  173 ash/system/drive/tray_drive.cc       label_container_->AddChildView(progress_bar_);
label_container_  175 ash/system/drive/tray_drive.cc       AddChildView(label_container_);
label_container_  204 ash/system/drive/tray_drive.cc           label_container_->GetPreferredSize().width() +
label_container_  208 ash/system/drive/tray_drive.cc                    std::max(label_container_->GetPreferredSize().height(),
label_container_  237 ash/system/drive/tray_drive.cc                              label_container_->GetPreferredSize().height());
label_container_  238 ash/system/drive/tray_drive.cc       label_container_->SetBoundsRect(
label_container_  240 ash/system/drive/tray_drive.cc       pos_x += label_container_->bounds().width() + kHorizontalPadding;
label_container_  263 ash/system/drive/tray_drive.cc     views::View* label_container_;
label_container_  348 ash/touch/touch_hud_debug.cc   label_container_ = new views::View;
label_container_  349 ash/touch/touch_hud_debug.cc   label_container_->SetLayoutManager(new views::BoxLayout(
label_container_  358 ash/touch/touch_hud_debug.cc     label_container_->AddChildView(touch_labels_[i]);
label_container_  360 ash/touch/touch_hud_debug.cc   label_container_->SetX(0);
label_container_  361 ash/touch/touch_hud_debug.cc   label_container_->SetY(display_size.height() / kReducedScale);
label_container_  362 ash/touch/touch_hud_debug.cc   label_container_->SetSize(label_container_->GetPreferredSize());
label_container_  363 ash/touch/touch_hud_debug.cc   label_container_->SetVisible(false);
label_container_  364 ash/touch/touch_hud_debug.cc   content->AddChildView(label_container_);
label_container_  410 ash/touch/touch_hud_debug.cc     label_container_->SetSize(label_container_->GetPreferredSize());
label_container_  420 ash/touch/touch_hud_debug.cc       label_container_->SetVisible(false);
label_container_  427 ash/touch/touch_hud_debug.cc       label_container_->SetVisible(true);
label_container_  465 ash/touch/touch_hud_debug.cc   label_container_->SetSize(label_container_->GetPreferredSize());
label_container_  475 ash/touch/touch_hud_debug.cc   label_container_->SetY(size.height() / kReducedScale);
label_container_   76 ash/touch/touch_hud_debug.h   views::View* label_container_;