Searched refs:AppListBackground (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/app_list/views/
H A Dapp_list_background.h21 class AppListBackground : public views::Background { class in namespace:app_list
23 AppListBackground(int corner_radius,
25 virtual ~AppListBackground();
34 DISALLOW_COPY_AND_ASSIGN(AppListBackground);
H A Dapp_list_background.cc32 AppListBackground::AppListBackground(int corner_radius, function in class:app_list::AppListBackground
38 AppListBackground::~AppListBackground() {
41 void AppListBackground::Paint(gfx::Canvas* canvas,
H A Dapp_list_view.cc378 GetBubbleFrameView()->set_background(new AppListBackground(
385 set_background(new AppListBackground(

Completed in 74 milliseconds