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

  /external/chromium_org/chromeos/ime/
fake_ime_keyboard.cc 53 bool FakeImeKeyboard::CapsLockIsEnabled() {
ime_keyboard_x11.cc 128 virtual bool CapsLockIsEnabled() OVERRIDE;
196 current_caps_lock_status_ = CapsLockIsEnabled();
348 bool ImeKeyboardX11::CapsLockIsEnabled() {
  /external/chromium_org/ash/system/chromeos/
tray_caps_lock.cc 30 bool CapsLockIsEnabled() {
34 ? ime->GetImeKeyboard()->CapsLockIsEnabled()
117 keyboard->CapsLockIsEnabled() ?
120 keyboard->SetCapsLockEnabled(!keyboard->CapsLockIsEnabled());
135 caps_lock_enabled_(CapsLockIsEnabled()),
173 return CapsLockIsEnabled();

Completed in 87 milliseconds