HomeSort by relevance Sort by last modified time
    Searched defs:FolderBackgroundView (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/ui/app_list/views/
folder_background_view.cc 23 FolderBackgroundView::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() {
folder_background_view.h 17 class FolderBackgroundView : public views::View,
26 FolderBackgroundView();
27 virtual ~FolderBackgroundView();
49 DISALLOW_COPY_AND_ASSIGN(FolderBackgroundView);

Completed in 46 milliseconds