Searched refs:GetCurrentIME (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/ash/system/tray/
H A Ddefault_system_tray_delegate.cc193 void DefaultSystemTrayDelegate::GetCurrentIME(IMEInfo* info) { function in class:ash::DefaultSystemTrayDelegate
H A Ddefault_system_tray_delegate.h63 virtual void GetCurrentIME(IMEInfo* info) OVERRIDE;
H A Dsystem_tray_delegate.h221 virtual void GetCurrentIME(IMEInfo* info) = 0;
/external/chromium_org/ash/system/ime/
H A Dtray_ime.cc79 Shell::GetInstance()->system_tray_delegate()->GetCurrentIME(&info);
296 delegate->GetCurrentIME(&current);
/external/chromium_org/chrome/browser/ui/ash/
H A Dsystem_tray_delegate_linux.cc200 virtual void GetCurrentIME(ash::IMEInfo* info) OVERRIDE {
H A Dsystem_tray_delegate_win.cc197 virtual void GetCurrentIME(ash::IMEInfo* info) OVERRIDE {
H A Dsystem_tray_delegate_chromeos.h101 virtual void GetCurrentIME(ash::IMEInfo* info) OVERRIDE;
H A Dsystem_tray_delegate_chromeos.cc697 void SystemTrayDelegateChromeOS::GetCurrentIME(ash::IMEInfo* info) { function in class:chromeos::SystemTrayDelegateChromeOS

Completed in 81 milliseconds