/external/chromium_org/ui/views/controls/menu/ |
D | menu_model_adapter_unittest.cc | 182 items_.push_back(Item(TYPE_SEPARATOR, "", NULL)); in RootModel() 225 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, model_item.type); in TEST_F() 243 case ui::MenuModel::TYPE_SEPARATOR: in TEST_F() 272 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, model_item.type); in TEST_F() 290 case ui::MenuModel::TYPE_SEPARATOR: in TEST_F()
|
D | menu_model_adapter.cc | 87 case ui::MenuModel::TYPE_SEPARATOR: in AddMenuItemFromModelAt()
|
D | native_menu_win.cc | 483 if (model_->GetTypeAt(model_index) == ui::MenuModel::TYPE_SEPARATOR) in Rebuild()
|
/external/chromium_org/chrome/browser/ui/bookmarks/ |
D | recently_used_folders_combo_model.cc | 24 TYPE_SEPARATOR, enumerator 84 items_.push_back(Item(NULL, Item::TYPE_SEPARATOR)); in RecentlyUsedFoldersComboModel() 106 case Item::TYPE_SEPARATOR: in GetItemAt() 119 return items_[index].type == Item::TYPE_SEPARATOR; in IsItemSeparatorAt()
|
/external/chromium_org/ui/base/models/ |
D | simple_menu_model.cc | 128 } else if (items_.back().type == TYPE_SEPARATOR) { in AddSeparator() 138 base::string16(), gfx::Image(), TYPE_SEPARATOR, -1, NULL, NULL, in AddSeparator() 144 while (!items_.empty() && items_.back().type == TYPE_SEPARATOR) in RemoveTrailingSeparators() 191 base::string16(), gfx::Image(), TYPE_SEPARATOR, -1, NULL, NULL, in InsertSeparatorAt() 453 if (item.type == TYPE_SEPARATOR) { in ValidateItem()
|
D | menu_model.h | 33 TYPE_SEPARATOR, enumerator
|
/external/chromium_org/chrome/test/base/ |
D | menu_model_test.cc | 36 case ui::MenuModel::TYPE_SEPARATOR: in CountEnabledExecutable()
|
/external/chromium_org/chrome/browser/extensions/ |
D | extension_context_menu_browsertest.cc | 372 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++)); in VerifyMenuForSeparatorsTest() 374 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++)); in VerifyMenuForSeparatorsTest() 376 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++)); in VerifyMenuForSeparatorsTest() 379 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++)); in VerifyMenuForSeparatorsTest()
|
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/ |
D | network_dropdown.cc | 83 if (type == ui::MenuModel::TYPE_SEPARATOR) in ConvertMenuModel()
|
/external/chromium_org/chrome/browser/ui/toolbar/ |
D | recent_tabs_sub_menu_model_unittest.cc | 309 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, model.GetTypeAt(1)); in TEST_F() 337 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, model.GetTypeAt(4)); in TEST_F()
|
D | back_forward_menu_model.cc | 81 return IsSeparator(index) ? TYPE_SEPARATOR : TYPE_COMMAND; in GetTypeAt()
|
/external/chromium_org/chrome/browser/ui/libgtk2ui/ |
D | menu_util.cc | 109 case ui::MenuModel::TYPE_SEPARATOR: in BuildSubmenuFromModel()
|
/external/chromium_org/chrome/browser/extensions/api/context_menus/ |
D | context_menus_api_helpers.h | 111 case PropertyWithEnumT::TYPE_SEPARATOR: in GetType()
|
/external/chromium_org/ui/base/cocoa/ |
D | menu_controller.mm | 76 if (model->GetTypeAt(index) == ui::MenuModel::TYPE_SEPARATOR)
|
/external/chromium_org/chrome/utility/importer/ |
D | firefox_importer.cc | 38 TYPE_SEPARATOR = 3, enumerator
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | chrome_launcher_controller_unittest.cc | 1936 int first_item = menu->GetTypeAt(0) == ui::MenuModel::TYPE_SEPARATOR ? 1 : 0; in CheckMenuCreation() 1942 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, in CheckMenuCreation() 2408 (menu->GetTypeAt(0) == ui::MenuModel::TYPE_SEPARATOR) ? 1 : 0; in TEST_F() 2418 (menu->GetTypeAt(0) == ui::MenuModel::TYPE_SEPARATOR) ? 1 : 0; in TEST_F()
|
D | chrome_launcher_controller_browsertest.cc | 156 if (menu->GetTypeAt(i) != ui::MenuModel::TYPE_SEPARATOR) in GetNumApplicationMenuItems()
|
/external/chromium_org/chrome/browser/chromeos/status/ |
D | network_menu.cc | 74 : type(ui::MenuModel::TYPE_SEPARATOR), in MenuItem()
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
D | wrench_menu.cc | 1312 model->GetTypeAt(model_index) == MenuModel::TYPE_SEPARATOR)); in AddMenuItem()
|
/external/chromium_org/chrome/browser/renderer_context_menu/ |
D | render_view_context_menu.cc | 1871 source->GetTypeAt(i) != ui::MenuModel::TYPE_SEPARATOR) { in MenuWillShow()
|