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

1 2 34 5 6

  /external/chromium_org/chrome/browser/ui/ash/launcher/
browser_shortcut_launcher_item_controller.h 45 virtual ui::MenuModel* CreateContextMenu(
app_window_launcher_item_controller.h 63 virtual ui::MenuModel* CreateContextMenu(aura::Window* root_window) OVERRIDE;
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_status_icon.cc 50 void Gtk2StatusIcon::UpdatePlatformContextMenu(ui::MenuModel* model) {
  /external/chromium_org/chrome/browser/ui/views/status_icons/
status_icon_win.h 83 ui::MenuModel* menu_model_;
  /external/chromium_org/ui/app_list/
app_list_folder_item.h 64 virtual ui::MenuModel* GetContextMenuModel() OVERRIDE;
search_result.cc 89 ui::MenuModel* SearchResult::GetContextMenuModel() {
app_list_item.cc 75 ui::MenuModel* AppListItem::GetContextMenuModel() {
  /external/chromium_org/chrome/browser/ui/views/toolbar/
wrench_menu.cc 63 using ui::MenuModel;
329 MenuModel* model, int item_index, int accessible_string_id) {
411 WrenchMenuView(WrenchMenu* menu, MenuModel* menu_model)
473 MenuModel* menu_model() { return menu_model_; }
484 MenuModel* menu_model_;
560 MenuModel* menu_model,
624 MenuModel* menu_model,
861 ui::MenuModel* model,
    [all...]
  /external/chromium_org/chrome/browser/media_galleries/
media_galleries_permission_controller.h 30 class MenuModel;
73 virtual ui::MenuModel* GetContextMenu(GalleryDialogId gallery_id) OVERRIDE;
  /external/chromium_org/chrome/browser/renderer_context_menu/
render_view_context_menu.h 114 ui::MenuModel* model) = 0;
162 ui::MenuModel* model) OVERRIDE;
spellchecker_submenu_observer_browsertest.cc 70 ui::MenuModel* model) OVERRIDE {}
  /external/chromium_org/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 147 if (model.GetTypeAt(i) == ui::MenuModel::TYPE_SUBMENU) {
153 ui::MenuModel* bookmarksModel = model.GetSubmenuModelAt(bookmarksModelIndex);
  /external/chromium_org/ui/message_center/
message_center_tray.cc 199 scoped_ptr<ui::MenuModel> MessageCenterTray::CreateNotificationMenuModel(
202 return scoped_ptr<ui::MenuModel>(new NotificationMenuModel(
  /external/chromium_org/chrome/browser/ui/ash/
chrome_shell_delegate.h 75 virtual ui::MenuModel* CreateContextMenu(
chrome_shell_delegate.cc 127 ui::MenuModel* ChromeShellDelegate::CreateContextMenu(
  /external/chromium_org/chrome/browser/ui/views/
menu_model_adapter_test.cc 27 // Implement most of the ui::MenuModel pure virtual methods for subclasses
34 class CommonMenuModel : public ui::MenuModel {
43 // ui::MenuModel implementation.
82 virtual ui::MenuModel* GetSubmenuModelAt(int index) const OVERRIDE {
117 // ui::MenuModel implementation.
161 // ui::MenuModel implementation.
178 virtual MenuModel* GetSubmenuModelAt(int index) const OVERRIDE {
273 // Verify that the submenu MenuModel received the close callback
  /external/chromium_org/ui/message_center/views/
message_center_view_unittest.cc 101 virtual scoped_ptr<ui::MenuModel> CreateMenuModel(
190 scoped_ptr<ui::MenuModel> MessageCenterViewTest::CreateMenuModel(
195 return scoped_ptr<ui::MenuModel>();
notification_view_unittest.cc 43 virtual scoped_ptr<ui::MenuModel> CreateMenuModel(
161 scoped_ptr<ui::MenuModel> NotificationViewTest::CreateMenuModel(
166 return scoped_ptr<ui::MenuModel>();
message_center_view.h 87 virtual scoped_ptr<ui::MenuModel> CreateMenuModel(
message_view.h 17 class MenuModel;
toast_contents_view.h 85 virtual scoped_ptr<ui::MenuModel> CreateMenuModel(
toast_contents_view.cc 309 scoped_ptr<ui::MenuModel> ToastContentsView::CreateMenuModel(
315 return scoped_ptr<ui::MenuModel>();
  /external/chromium_org/ui/views/controls/menu/
native_menu_win.cc 149 ui::MenuModel* model = menu_win->model_;
254 ui::MenuModel::ItemType type =
263 DCHECK(type != ui::MenuModel::TYPE_CHECK);
272 } else if (type == ui::MenuModel::TYPE_CHECK &&
393 NativeMenuWin::NativeMenuWin(ui::MenuModel* model, HWND system_menu_for)
483 if (model_->GetTypeAt(model_index) == ui::MenuModel::TYPE_SEPARATOR)
632 ui::MenuModel::ItemType type = model_->GetTypeAt(model_index);
633 if (type == ui::MenuModel::TYPE_SUBMENU) {
639 if (type == ui::MenuModel::TYPE_RADIO)
697 ui::MenuModel::ItemType type = model_->GetTypeAt(model_index)
    [all...]
  /external/chromium_org/ash/system/web_notification/
web_notification_tray.h 153 ui::MenuModel* CreateQuietModeMenu();
  /external/chromium_org/ash/test/
test_shell_delegate.cc 180 ui::MenuModel* TestShellDelegate::CreateContextMenu(

Completed in 515 milliseconds

1 2 34 5 6