HomeSort by relevance Sort by last modified time
    Searched refs:AppListShelfItemDelegate (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ash/shelf/
app_list_shelf_item_delegate.cc 15 AppListShelfItemDelegate::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::ShouldShowTooltip()
    [all...]
app_list_shelf_item_delegate.h 15 class AppListShelfItemDelegate : public ShelfItemDelegate {
17 AppListShelfItemDelegate();
19 virtual ~AppListShelfItemDelegate();
31 DISALLOW_COPY_AND_ASSIGN(AppListShelfItemDelegate);
  /external/chromium_org/ash/
shell.cc 589 scoped_ptr<ShelfItemDelegate> controller(new AppListShelfItemDelegate);
    [all...]

Completed in 85 milliseconds