HomeSort by relevance Sort by last modified time
    Searched refs:MenuModel (Results 26 - 50 of 140) sorted by null

12 3 4 5 6

  /external/chromium_org/ash/shelf/
app_list_shelf_item_delegate.h 24 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
shelf_window_watcher_item_delegate.h 30 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
app_list_shelf_item_delegate.cc 39 ui::MenuModel* AppListShelfItemDelegate::CreateContextMenu(
  /external/chromium_org/chrome/test/base/
menu_model_test.h 41 void CountEnabledExecutable(ui::MenuModel* model, int* count);
  /external/chromium_org/ui/views/controls/textfield/
textfield_test_api.h 27 ui::MenuModel* context_menu_contents() const {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
toolbar_button.h 13 class MenuModel;
27 ToolbarButton(views::ButtonListener* listener, ui::MenuModel* model);
71 scoped_ptr<ui::MenuModel> model_;
wrench_menu.h 46 void Init(ui::MenuModel* model);
110 typedef std::pair<ui::MenuModel*,int> Entry;
116 ui::MenuModel* model);
129 ui::MenuModel* model,
131 ui::MenuModel::ItemType menu_type,
136 void CancelAndEvaluate(ui::MenuModel* model, int index);
142 // Returns the index of the MenuModel/index pair representing the |command_id|
162 ui::MenuModel* selected_menu_model_;
  /external/chromium_org/ui/base/models/
simple_menu_model.h 22 // A simple MenuModel implementation with an imperative API for adding menu
24 // dynamic data sources may be better off implementing MenuModel directly.
25 // The breadth of MenuModel is not exposed through this API.
26 class UI_BASE_EXPORT SimpleMenuModel : public MenuModel {
99 MenuModel* model);
100 void AddSubMenuWithStringId(int command_id, int string_id, MenuModel* model);
119 MenuModel* model);
121 int index, int command_id, int string_id, MenuModel* model);
135 // Clears all items. Note that it does not free MenuModel of submenu.
142 // Overridden from MenuModel
    [all...]
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.h 20 class MenuModel;
32 NativeMenuWin(ui::MenuModel* model, HWND system_menu_for);
111 ui::MenuModel* model_;
menu_runner.h 24 class MenuModel;
96 explicit MenuRunner(ui::MenuModel* menu_model);
  /external/chromium_org/ash/shell/
window_watcher_shelf_item_delegate.h 27 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
window_watcher_shelf_item_delegate.cc 38 ui::MenuModel* WindowWatcherShelfItemDelegate::CreateContextMenu(
  /external/chromium_org/ash/test/
test_shelf_item_delegate.h 28 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
test_shelf_item_delegate.cc 34 ui::MenuModel* TestShelfItemDelegate::CreateContextMenu(
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 70 class NetworkMenuModel : public ui::MenuModel {
74 : type(ui::MenuModel::TYPE_SEPARATOR),
78 MenuItem(ui::MenuModel::ItemType type, base::string16 label, gfx::ImageSkia icon,
87 MenuItem(ui::MenuModel::ItemType type, base::string16 label, gfx::ImageSkia icon,
96 ui::MenuModel::ItemType type;
118 // ui::MenuModel implementation
122 virtual ui::MenuModel::ItemType GetTypeAt(int index) const OVERRIDE;
136 virtual ui::MenuModel* GetSubmenuModelAt(int index) const OVERRIDE;
161 // Weak pointer to NetworkMenu that owns this MenuModel.
180 // ui::MenuModel implementatio
    [all...]
  /external/chromium_org/ash/
shell_delegate.h 29 class MenuModel;
143 virtual ui::MenuModel* CreateContextMenu(
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_dialog_controller.h 18 class MenuModel;
99 virtual ui::MenuModel* GetContextMenu(MediaGalleryPrefId id) = 0;
media_galleries_dialog_controller_mock.h 31 MOCK_METHOD1(GetContextMenu, ui::MenuModel*(MediaGalleryPrefId id));
  /external/chromium_org/chrome/browser/ui/ash/multi_user/
multi_user_context_menu_chromeos_unittest.cc 94 scoped_ptr<ui::MenuModel> menu = CreateMultiUserContextMenu(window());
100 scoped_ptr<ui::MenuModel> menu = CreateMultiUserContextMenu(window());
  /external/chromium_org/chrome/browser/ui/cocoa/download/
download_item_controller.h 29 class MenuModel;
106 // Returns the MenuModel for the download item context menu. The returned
107 // MenuModel is owned by the DownloadItemController and will be valid until the
109 - (ui::MenuModel*)contextMenuModel;
  /external/chromium_org/chrome/browser/ui/cocoa/extensions/
media_galleries_dialog_cocoa.h 23 class MenuModel;
55 virtual ui::MenuModel* GetContextMenu(MediaGalleryPrefId pref_id) OVERRIDE;
  /external/chromium_org/ui/message_center/
message_center_tray.h 16 class MenuModel;
64 scoped_ptr<ui::MenuModel> CreateNotificationMenuModel(
  /external/chromium_org/chrome/browser/extensions/
extension_context_menu_browsertest.cc 27 using ui::MenuModel;
168 MenuModel* model = NULL;
326 MenuModel* model = NULL;
345 MenuModel::ItemType expected_type,
346 const MenuModel& menu,
354 static void VerifyMenuForSeparatorsTest(const MenuModel& menu) {
370 ExpectLabelAndType("radio1", MenuModel::TYPE_RADIO, menu, index++);
371 ExpectLabelAndType("radio2", MenuModel::TYPE_RADIO, menu, index++);
372 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++));
373 ExpectLabelAndType("normal1", MenuModel::TYPE_COMMAND, menu, index++)
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/chromeos/login/
network_dropdown.cc 46 base::ListValue* ConvertMenuModel(ui::MenuModel* model);
72 ui::MenuModel* model = GetMenuModel();
73 if (!ui::MenuModel::GetModelAndIndexForCommandId(id, &model, &index))
78 base::ListValue* NetworkMenuWebUI::ConvertMenuModel(ui::MenuModel* model) {
81 ui::MenuModel::ItemType type = model->GetTypeAt(i);
83 if (type == ui::MenuModel::TYPE_SEPARATOR)
102 if (type == ui::MenuModel::TYPE_SUBMENU)
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_dialog_view_delegate.h 34 class MenuModel;
81 virtual ui::MenuModel* MenuModelForAccountChooser() = 0;
121 virtual ui::MenuModel* MenuModelForSection(DialogSection section) = 0;

Completed in 871 milliseconds

12 3 4 5 6