Home
last modified time | relevance | path

Searched refs:ShouldInsertChar (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/ui/views/controls/textfield/
Dnative_textfield_views.h283 static bool ShouldInsertChar(char16 ch, int flags);
Dnative_textfield_views.cc932 !ShouldInsertChar(ch, flags)) { in InsertChar()
1504 bool NativeTextfieldViews::ShouldInsertChar(char16 ch, int flags) { in ShouldInsertChar() function in views::NativeTextfieldViews