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

  /external/chromium_org/ui/views/corewm/
input_method_event_filter.cc 17 // InputMethodEventFilter, public:
19 InputMethodEventFilter::InputMethodEventFilter(gfx::AcceleratedWidget widget)
27 InputMethodEventFilter::~InputMethodEventFilter() {
30 void InputMethodEventFilter::SetInputMethodPropertyInRootWindow(
37 // InputMethodEventFilter, EventFilter implementation:
39 void InputMethodEventFilter::OnKeyEvent(ui::KeyEvent* event) {
63 // InputMethodEventFilter, ui::InputMethodDelegate implementation:
65 bool InputMethodEventFilter::DispatchKeyEventPostIME
    [all...]
input_method_event_filter.h 29 class VIEWS_EXPORT InputMethodEventFilter
33 explicit InputMethodEventFilter(gfx::AcceleratedWidget widget);
34 virtual ~InputMethodEventFilter();
56 DISALLOW_COPY_AND_ASSIGN(InputMethodEventFilter);

Completed in 152 milliseconds