Home
last modified time | relevance | path

Searched refs:last_key_code_ (Results 1 – 6 of 6) sorted by relevance

/external/chromium/chrome/browser/renderer_host/
Dgtk_im_context_wrapper.cc69 last_key_code_(0), in GtkIMContextWrapper()
216 const bool suppress = (last_key_code_ == key_code) && in ProcessKeyEvent()
223 last_key_code_ = key_code; in ProcessKeyEvent()
266 last_key_code_ = 0; in OnFocusIn()
Dgtk_im_context_wrapper.h191 int last_key_code_; variable
/external/chromium_org/content/browser/renderer_host/
Dgtk_im_context_wrapper.cc61 last_key_code_(0), in GtkIMContextWrapper()
212 const bool suppress = (last_key_code_ == key_code) && in ProcessKeyEvent()
219 last_key_code_ = key_code; in ProcessKeyEvent()
274 last_key_code_ = 0; in OnFocusIn()
Dgtk_im_context_wrapper.h192 int last_key_code_; variable
/external/chromium_org/ui/aura/test/
Dtest_window_delegate.h83 ui::KeyboardCode last_key_code() const { return last_key_code_; } in last_key_code()
92 ui::KeyboardCode last_key_code_; variable
Dtest_window_delegate.cc108 last_key_code_(ui::VKEY_UNKNOWN) { in ColorTestWindowDelegate()
115 last_key_code_ = event->key_code(); in OnKeyEvent()