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

  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 357 bool Textfield::IsIMEComposing() const {
358 return native_wrapper_ && native_wrapper_->IsIMEComposing();
native_textfield_views.cc 625 bool NativeTextfieldViews::IsIMEComposing() const {
    [all...]

Completed in 48 milliseconds