OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetCommandIdAt
(Results
1 - 9
of
9
) sorted by null
/external/chromium/chrome/browser/chromeos/status/
clock_menu_button.h
43
virtual int
GetCommandIdAt
(int index) const { return index; }
power_menu_button.h
37
virtual int
GetCommandIdAt
(int index) const { return index; }
input_method_menu.cc
167
int InputMethodMenu::
GetCommandIdAt
(int index) const {
530
(model_->
GetCommandIdAt
(index) == COMMAND_ID_INPUT_METHODS) &&
544
(model_->
GetCommandIdAt
(index) == COMMAND_ID_IME_PROPERTIES)) {
564
(model_->
GetCommandIdAt
(index) == COMMAND_ID_CUSTOMIZE_LANGUAGE));
network_menu.h
72
virtual int
GetCommandIdAt
(int index) const { return index; }
/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/chrome/browser/ui/toolbar/
back_forward_menu_model.cc
71
int BackForwardMenuModel::
GetCommandIdAt
(int index) const {
/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
120
//
GetCommandIdAt
() must be implemented by subclasses.
182
virtual int
GetCommandIdAt
(int index) const OVERRIDE;
200
virtual int
GetCommandIdAt
(int index) const OVERRIDE;
591
int MainMenuModel::
GetCommandIdAt
(int index) const {
653
int MoreMenuModel::
GetCommandIdAt
(int index) const {
Completed in 198 milliseconds