Home | History | Annotate | Download | only in shelf

Lines Matching refs:shelf_view_

48     : shelf_view_(NULL),
52 shelf_view_ = new ShelfView(
54 shelf_view_->Init();
55 shelf_widget_->GetContentsView()->AddChildView(shelf_view_);
79 shelf_view_->OnShelfAlignmentChanged();
86 gfx::Rect bounds(shelf_view_->GetIdealBoundsOfItemIcon(id));
88 views::View::ConvertPointToScreen(shelf_view_, &screen_origin);
96 shelf_view_->UpdatePanelIconPosition(
111 const ShelfItem& item = shelf_view_->model()->items()[index];
120 *(shelf_view_->model()), direction);
126 shelf_view_->AddIconObserver(observer);
130 shelf_view_->RemoveIconObserver(observer);
134 return shelf_view_->IsShowingMenu();
138 return shelf_view_->IsShowingOverflowBubble();
142 shelf_view_->SetVisible(visible);
146 return shelf_view_->visible();
150 shelf_view_->SchedulePaintForAllButtons();
154 return shelf_view_->GetAppListButtonView();
158 ShelfModel* shelf_model = shelf_view_->model();
183 shelf_view_->SetBoundsRect(bounds);
187 return shelf_view_->bounds();
191 return shelf_view_->GetVisibleItemsBoundsInScreen();
195 return shelf_view_;