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

  /external/chromium_org/ui/base/ime/
input_method.h 30 // system through the InputMethod::DispatchKeyEvent API, and forwards it to
46 // ui::InputMethod and owns it.
47 class InputMethod {
56 virtual ~InputMethod() {}
58 // Sets the delegate used by this InputMethod instance. It should only be
62 // Initializes the InputMethod object. Pass true if the system toplevel window
103 // existing composition text and call InputMethod::CancelComposition() when
139 // not InputMethod itself's infomation. So rename these to
  /external/chromium_org/ui/views/ime/
input_method.h 35 class VIEWS_EXPORT InputMethod {
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
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 361 milliseconds