Searched refs:FolderBackgroundView (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dfolder_background_view.h17 class FolderBackgroundView : public views::View, class in namespace:app_list
26 FolderBackgroundView();
27 virtual ~FolderBackgroundView();
49 DISALLOW_COPY_AND_ASSIGN(FolderBackgroundView);
H A Dfolder_background_view.cc23 FolderBackgroundView::FolderBackgroundView() function in class:app_list::FolderBackgroundView
30 FolderBackgroundView::~FolderBackgroundView() {
33 void FolderBackgroundView::UpdateFolderContainerBubble(ShowState state) {
70 int FolderBackgroundView::GetFolderContainerBubbleRadius() const {
75 void FolderBackgroundView::OnPaint(gfx::Canvas* canvas) {
89 void FolderBackgroundView::OnImplicitAnimationsCompleted() {
H A Dapps_container_view.h23 class FolderBackgroundView;
69 FolderBackgroundView* folder_background_view() {
100 FolderBackgroundView* folder_background_view_; // Owned by views hierarchy.
H A Dapps_container_view.cc44 folder_background_view_ = new FolderBackgroundView();
86 FolderBackgroundView::NO_BUBBLE);
186 FolderBackgroundView::NO_BUBBLE);
H A Dapp_list_folder_view.cc219 show_bubble ? FolderBackgroundView::SHOW_BUBBLE :
220 FolderBackgroundView::HIDE_BUBBLE);

Completed in 4957 milliseconds