OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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