Home | History | Annotate | Download | only in frame

Lines Matching refs:accelerators

107 #include "ui/base/accelerators/accelerator.h"
590 // We retrieve the accelerator information for standard accelerators
2369 ACCEL* accelerators = static_cast<ACCEL*>(malloc(sizeof(ACCEL) * count));
2370 CopyAcceleratorTable(accelerator_table, accelerators, count);
2378 static_cast<ui::KeyboardCode>(accelerators[i].key),
2379 ui::GetModifiersFromACCEL(accelerators[i]));
2380 accelerator_table_[accelerator] = accelerators[i].cmd;
2388 free(accelerators);
2399 // In app mode, only allow accelerators of white listed commands to pass
2484 // Collect information about the relative popularity of various accelerators