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

  /external/chromium_org/ui/views/controls/textfield/
textfield.cc 366 bool Textfield::IsIMEComposing() const {
367 return native_wrapper_ && native_wrapper_->IsIMEComposing();
native_textfield_win.cc 326 bool NativeTextfieldWin::IsIMEComposing() const {
331 return tsf_event_router_->IsImeComposing();
    [all...]
native_textfield_views.cc 628 bool NativeTextfieldViews::IsIMEComposing() const {
    [all...]

Completed in 191 milliseconds