Searched defs:GetCommandIdAt (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/base/models/
H A Dbutton_menu_item_model.cc81 int ButtonMenuItemModel::GetCommandIdAt(int index) const { function in class:ui::ButtonMenuItemModel
87 return delegate_->IsItemForCommandIdDynamic(GetCommandIdAt(index));
93 return delegate_->GetLabelForCommandId(GetCommandIdAt(index));
H A Dsimple_menu_model.cc298 int SimpleMenuModel::GetCommandIdAt(int index) const { function in class:ui::SimpleMenuModel
304 return delegate_->GetLabelForCommandId(GetCommandIdAt(index));
310 return delegate_->GetSublabelForCommandId(GetCommandIdAt(index));
316 return delegate_->GetMinorTextForCommandId(GetCommandIdAt(index));
322 return delegate_->IsItemForCommandIdDynamic(GetCommandIdAt(index));
329 return delegate_->GetAcceleratorForCommandId(GetCommandIdAt(index),
340 delegate_->IsCommandIdChecked(GetCommandIdAt(index)) : false;
349 return delegate_->GetIconForCommandId(GetCommandIdAt(index), icon);
364 int command_id = GetCommandIdAt(index);
371 int command_id = GetCommandIdAt(inde
[all...]
/external/chromium_org/chrome/browser/ui/toolbar/
H A Dback_forward_menu_model.cc88 int BackForwardMenuModel::GetCommandIdAt(int index) const { function in class:BackForwardMenuModel
/external/chromium_org/chrome/browser/chromeos/status/
H A Dnetwork_menu.cc124 // GetCommandIdAt() must be implemented by subclasses.
186 virtual int GetCommandIdAt(int index) const OVERRIDE;
204 virtual int GetCommandIdAt(int index) const OVERRIDE;
590 int MainMenuModel::GetCommandIdAt(int index) const { function in class:chromeos::MainMenuModel
652 int MoreMenuModel::GetCommandIdAt(int index) const { function in class:chromeos::MoreMenuModel

Completed in 126 milliseconds