Searched defs:InputMethod (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/base/ime/
H A Dinput_method.h32 // system through the InputMethod::DispatchKeyEvent API, and forwards it to
48 // ui::InputMethod and owns it.
49 class InputMethod { class in namespace:ui
58 virtual ~InputMethod() {}
60 // Sets the delegate used by this InputMethod instance. It should only be
64 // Initializes the InputMethod object. Pass true if the system toplevel window
105 // existing composition text and call InputMethod::CancelComposition() when
/external/chromium_org/ui/views/ime/
H A Dinput_method.h35 class VIEWS_EXPORT InputMethod { class in namespace:views
44 virtual ~InputMethod() {}
46 // Sets the delegate used by this InputMethod instance.
50 // Initialize the InputMethod object and attach it to the given |widget|.
55 // These should only be called by the Widget that owns this InputMethod.
69 // top-level Widget that owns this InputMethod instance, or other related
75 // existing composition text and call InputMethod::CancelComposition() when

Completed in 70 milliseconds