Home
last modified time | relevance | path

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

/external/chromium_org/ui/views/controls/textfield/
Dtextfield.cc161 bool should_be_obscured = type == ui::TEXT_INPUT_TYPE_PASSWORD; in SetTextInputType() local
162 if (IsObscured() != should_be_obscured) in SetTextInputType()
163 SetObscured(should_be_obscured); in SetTextInputType()