Searched refs:SWITCH_IME (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/ash/accelerators/ |
D | accelerator_table.cc | 25 { true, ui::VKEY_CONVERT, ui::EF_NONE, SWITCH_IME }, 26 { true, ui::VKEY_NONCONVERT, ui::EF_NONE, SWITCH_IME }, 27 { true, ui::VKEY_DBE_SBCSCHAR, ui::EF_NONE, SWITCH_IME }, 28 { true, ui::VKEY_DBE_DBCSCHAR, ui::EF_NONE, SWITCH_IME }, 30 { true, ui::VKEY_HANGUL, ui::EF_NONE, SWITCH_IME }, 282 SWITCH_IME, // Switch to another IME depending on the accelerator. 337 SWITCH_IME, 402 SWITCH_IME, // Switch to another IME depending on the accelerator.
|
D | accelerator_table.h | 106 SWITCH_IME, // Switch to another IME depending on the accelerator. enumerator
|
D | accelerator_controller.cc | 1043 case SWITCH_IME: in PerformAction()
|