HomeSort by relevance Sort by last modified time
    Searched defs:GetCommandIdAt (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/base/models/
button_menu_item_model.cc 81 int ButtonMenuItemModel::GetCommandIdAt(int index) const {
87 return delegate_->IsItemForCommandIdDynamic(GetCommandIdAt(index));
93 return delegate_->GetLabelForCommandId(GetCommandIdAt(index));
simple_menu_model.cc 298 int SimpleMenuModel::GetCommandIdAt(int index) const {
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(index)
    [all...]
  /external/chromium_org/chrome/browser/ui/toolbar/
back_forward_menu_model.cc 89 int BackForwardMenuModel::GetCommandIdAt(int index) const {
  /external/chromium_org/chrome/browser/chromeos/status/
network_menu.cc 119 // GetCommandIdAt() must be implemented by subclasses.
181 virtual int GetCommandIdAt(int index) const OVERRIDE;
199 virtual int GetCommandIdAt(int index) const OVERRIDE;
589 int MainMenuModel::GetCommandIdAt(int index) const {
651 int MoreMenuModel::GetCommandIdAt(int index) const {

Completed in 53 milliseconds