Home | History | Annotate | Download | only in browser

Lines Matching refs:Accelerator

860   // accelerator there. If the host does not handle this accelerator, it will
861 // reflect the accelerator back to us via the ProcessUnhandledAccelerator
932 const views::Accelerator& accelerator) {
933 std::map<views::Accelerator, int>::const_iterator iter =
934 accelerator_table_.find(accelerator);
968 NOTREACHED() << "Unsupported accelerator: " << command_id;
1016 // Let's fill our own accelerator table.
1021 views::Accelerator accelerator(
1024 accelerator_table_[accelerator] = accelerators[i].cmd;
1028 focus_manager_->RegisterAccelerator(accelerator, this);