/external/chromium_org/ui/views/controls/menu/ |
D | menu_model_adapter_unittest.cc | 181 items_.push_back(Item(TYPE_SEPARATOR, "", NULL)); in RootModel() 224 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, model_item.type); in TEST_F() 242 case ui::MenuModel::TYPE_SEPARATOR: in TEST_F() 271 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, model_item.type); in TEST_F() 289 case ui::MenuModel::TYPE_SEPARATOR: in TEST_F()
|
D | menu_model_adapter.cc | 86 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 83 items_.push_back(Item(NULL, Item::TYPE_SEPARATOR)); in RecentlyUsedFoldersComboModel() 105 case Item::TYPE_SEPARATOR: in GetItemAt() 118 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 | 374 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++)); in VerifyMenuForSeparatorsTest() 376 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++)); in VerifyMenuForSeparatorsTest() 378 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++)); in VerifyMenuForSeparatorsTest() 381 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 | 304 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, model.GetTypeAt(1)); in TEST_F() 332 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, model.GetTypeAt(4)); in TEST_F()
|
D | back_forward_menu_model.cc | 80 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 | 120 case PropertyWithEnumT::TYPE_SEPARATOR: in GetType()
|
/external/chromium_org/components/renderer_context_menu/ |
D | render_view_context_menu_base.cc | 321 source->GetTypeAt(i) != ui::MenuModel::TYPE_SEPARATOR) { in MenuWillShow()
|
/external/chromium_org/ui/base/cocoa/ |
D | menu_controller.mm | 76 if (model->GetTypeAt(index) == ui::MenuModel::TYPE_SEPARATOR)
|
/external/chromium_org/chrome/browser/ui/ash/launcher/ |
D | chrome_launcher_controller_unittest.cc | 1930 int first_item = menu->GetTypeAt(0) == ui::MenuModel::TYPE_SEPARATOR ? 1 : 0; in CheckMenuCreation() 1936 EXPECT_EQ(ui::MenuModel::TYPE_SEPARATOR, in CheckMenuCreation() 2402 (menu->GetTypeAt(0) == ui::MenuModel::TYPE_SEPARATOR) ? 1 : 0; in TEST_F() 2412 (menu->GetTypeAt(0) == ui::MenuModel::TYPE_SEPARATOR) ? 1 : 0; in TEST_F()
|
D | chrome_launcher_controller_browsertest.cc | 157 if (menu->GetTypeAt(i) != ui::MenuModel::TYPE_SEPARATOR) in GetNumApplicationMenuItems()
|
/external/chromium_org/chrome/browser/chromeos/status/ |
D | network_menu.cc | 73 : type(ui::MenuModel::TYPE_SEPARATOR), in MenuItem()
|
/external/chromium_org/chrome/utility/importer/ |
D | firefox_importer.cc | 40 TYPE_SEPARATOR = 3, enumerator
|
/external/chromium_org/chrome/browser/ui/views/toolbar/ |
D | wrench_menu.cc | 1182 model->GetTypeAt(model_index) == MenuModel::TYPE_SEPARATOR)); in AddMenuItem()
|