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

/external/chromium_org/ash/shelf/
H A Dshelf_view.cc125 class ShelfMenuModelAdapter : public views::MenuModelAdapter { class in namespace:ash::internal::__anon3547
127 explicit ShelfMenuModelAdapter(ShelfMenuModel* menu_model);
148 DISALLOW_COPY_AND_ASSIGN(ShelfMenuModelAdapter);
151 ShelfMenuModelAdapter::ShelfMenuModelAdapter(ShelfMenuModel* menu_model) function in class:ash::internal::__anon3547::ShelfMenuModelAdapter
156 const gfx::Font* ShelfMenuModelAdapter::GetLabelFont(int command_id) const {
164 bool ShelfMenuModelAdapter::IsCommandEnabled(int id) const {
168 bool ShelfMenuModelAdapter::GetForegroundColor(int command_id,
178 bool ShelfMenuModelAdapter::GetBackgroundColor(int command_id,
189 void ShelfMenuModelAdapter
[all...]

Completed in 65 milliseconds