Home
last modified time | relevance | path

Searched refs:ime_notification_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Drender_widget_host_view_win.cc226 ime_notification_(false), in RenderWidgetHostViewWin()
1059 if (ime_status != ime_notification_) { in OnInputLangChange()
1062 ime_notification_ = ime_status; in OnInputLangChange()
1115 ime_notification_ = activated; in OnImeSetContext()
1118 if (ime_notification_) in OnImeSetContext()
Drender_widget_host_view_win.h299 bool ime_notification_; variable