Searched refs:SUBMENU (Results 1 – 11 of 11) sorted by relevance
/external/chromium/webkit/glue/ |
D | webmenuitem.h | 21 SUBMENU // This is currently only used by Pepper, not by WebKit. enumerator
|
/external/chromium_org/content/public/common/ |
D | menu_item.h | 24 SUBMENU // This is currently only used by Pepper, not by WebKit. enumerator
|
/external/chromium_org/ui/views/controls/menu/ |
D | menu_item_view.cc | 93 type_(SUBMENU), in MenuItemView() 110 Init(NULL, 0, SUBMENU, delegate); in MenuItemView() 167 case SUBMENU: in GetAccessibleState() 252 if (type == SUBMENU) in AddMenuItemAt() 283 gfx::ImageSkia(), SUBMENU, ui::NORMAL_SEPARATOR); in AppendSubMenu() 290 SUBMENU, ui::NORMAL_SEPARATOR); in AppendSubMenuWithIcon()
|
D | menu_model_adapter_unittest.cc | 246 EXPECT_EQ(views::MenuItemView::SUBMENU, item->GetType()); in TEST_F() 293 EXPECT_EQ(views::MenuItemView::SUBMENU, item->GetType()); in TEST_F()
|
D | menu_model_adapter.cc | 92 type = MenuItemView::SUBMENU; in AddMenuItemFromModelAt() 272 DCHECK_EQ(MenuItemView::SUBMENU, item->GetType()); in BuildMenuImpl()
|
D | menu_item_view.h | 79 SUBMENU, enumerator
|
D | menu_controller.cc | 842 current_path[i]->GetType() == MenuItemView::SUBMENU) { in SetSelection() 876 menu_item->GetType() != MenuItemView::SUBMENU)) { in SetSelection()
|
/external/chromium_org/chrome/browser/ui/views/bookmarks/ |
D | bookmark_menu_delegate_unittest.cc | 201 EXPECT_EQ(views::MenuItemView::SUBMENU, F1_item->GetType()); in TEST_F() 210 EXPECT_EQ(views::MenuItemView::SUBMENU, F1_item->GetType()); in TEST_F()
|
/external/chromium_org/chrome/renderer/pepper/ |
D | pepper_flash_menu_host.cc | 67 item.type = content::MenuItem::SUBMENU; in ConvertMenuData()
|
/external/chromium/chrome/browser/tab_contents/ |
D | render_view_context_menu.cc | 79 if (items[i].type == WebMenuItem::SUBMENU) { in IsCustomItemEnabled() 94 if (items[i].type == WebMenuItem::SUBMENU) { in IsCustomItemChecked() 143 case WebMenuItem::SUBMENU: { in AddCustomItemsToMenu()
|
/external/chromium_org/chrome/browser/tab_contents/ |
D | render_view_context_menu.cc | 287 if (items[i].type == content::MenuItem::SUBMENU) { in IsCustomItemEnabled() 302 if (items[i].type == content::MenuItem::SUBMENU) { in IsCustomItemChecked() 351 case content::MenuItem::SUBMENU: { in AddCustomItemsToMenu()
|