Home | History | Annotate | Download | only in textfield

Lines Matching refs:text_input_type_

268       text_input_type_(ui::TEXT_INPUT_TYPE_TEXT),
302 text_input_type_ = type;
912 if (text_input_type_ == ui::TEXT_INPUT_TYPE_PASSWORD)
1064 if (!enabled() || text_input_type_ == ui::TEXT_INPUT_TYPE_PASSWORD ||
1152 bool readable = text_input_type_ != ui::TEXT_INPUT_TYPE_PASSWORD;
1386 if (text_input_type_ == ui::TEXT_INPUT_TYPE_PASSWORD &&
1412 return text_input_type_;
1696 if (!read_only() && text_input_type_ != ui::TEXT_INPUT_TYPE_PASSWORD &&
1706 if (text_input_type_ != ui::TEXT_INPUT_TYPE_PASSWORD && model_->Copy()) {