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

/external/chromium_org/ash/shelf/
H A Dapp_list_shelf_item_delegate.cc15 AppListShelfItemDelegate::AppListShelfItemDelegate() { function in class:ash::AppListShelfItemDelegate
21 AppListShelfItemDelegate::~AppListShelfItemDelegate() {
25 bool AppListShelfItemDelegate::ItemSelected(const ui::Event& event) {
31 base::string16 AppListShelfItemDelegate::GetTitle() {
39 ui::MenuModel* AppListShelfItemDelegate::CreateContextMenu(
46 ShelfMenuModel* AppListShelfItemDelegate::CreateApplicationMenu(
52 bool AppListShelfItemDelegate::IsDraggable() {
56 bool AppListShelfItemDelegate
[all...]
H A Dapp_list_shelf_item_delegate.h15 class AppListShelfItemDelegate : public ShelfItemDelegate { class in namespace:ash
17 AppListShelfItemDelegate();
19 virtual ~AppListShelfItemDelegate();
31 DISALLOW_COPY_AND_ASSIGN(AppListShelfItemDelegate);
/external/chromium_org/ash/
H A Dshell.cc589 scoped_ptr<ShelfItemDelegate> controller(new AppListShelfItemDelegate);

Completed in 131 milliseconds