HomeSort by relevance Sort by last modified time
    Searched refs:GetTypeAt (Results 1 - 14 of 14) sorted by null

  /external/chromium/chrome/browser/chromeos/status/
clock_menu_button.h 42 virtual ui::MenuModel::ItemType GetTypeAt(int index) const;
power_menu_button.h 36 virtual ui::MenuModel::ItemType GetTypeAt(int index) const;
input_method_menu.cc 266 ui::MenuModel::ItemType InputMethodMenu::GetTypeAt(int index) const {
529 return ((model_->GetTypeAt(index) == ui::MenuModel::TYPE_RADIO) &&
543 if ((model_->GetTypeAt(index) == ui::MenuModel::TYPE_RADIO) &&
563 return ((model_->GetTypeAt(index) == ui::MenuModel::TYPE_RADIO) &&
input_method_menu.h 43 virtual ui::MenuModel::ItemType GetTypeAt(int index) const;
clock_menu_button.cc 131 ui::MenuModel::ItemType ClockMenuButton::GetTypeAt(int index) const {
network_menu.h 71 virtual ui::MenuModel::ItemType GetTypeAt(int index) const;
power_menu_button.cc 48 ui::MenuModel::ItemType PowerMenuButton::GetTypeAt(int index) const {
network_menu.cc 201 ui::MenuModel::ItemType NetworkMenuModel::GetTypeAt(int index) const {
    [all...]
  /external/chromium/chrome/browser/ui/toolbar/
wrench_menu_model_unittest.cc 83 if (model.GetTypeAt(i) == ui::MenuModel::TYPE_SUBMENU) {
back_forward_menu_model.h 50 virtual ItemType GetTypeAt(int index) const;
back_forward_menu_model.cc 67 ui::MenuModel::ItemType BackForwardMenuModel::GetTypeAt(int index) const {
  /external/chromium/chrome/browser/extensions/
extension_context_menu_browsertest.cc 82 } else if (model->GetTypeAt(i) == MenuModel::TYPE_SUBMENU) {
283 EXPECT_EQ(expected_type, menu.GetTypeAt(index));
307 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++));
309 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++));
311 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++));
314 EXPECT_EQ(MenuModel::TYPE_SEPARATOR, menu.GetTypeAt(index++));
345 ASSERT_EQ(MenuModel::TYPE_SUBMENU, model->GetTypeAt(index));
  /external/chromium/chrome/browser/ui/views/
wrench_menu.cc 656 AppendMenuItem(parent, model, index, model->GetTypeAt(index), next_id);
658 if (model->GetTypeAt(index) == MenuModel::TYPE_SUBMENU)
662 DCHECK_EQ(MenuModel::TYPE_COMMAND, model->GetTypeAt(index));
671 DCHECK_EQ(MenuModel::TYPE_COMMAND, model->GetTypeAt(index));
  /external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc 447 switch (model->GetTypeAt(i)) {
494 if (model->GetTypeAt(i) == ui::MenuModel::TYPE_SUBMENU) {
533 switch (model->GetTypeAt(i)) {

Completed in 265 milliseconds