Home | History | Annotate | Download | only in pepper

Lines Matching defs:itype

2854   int itype = type;
2855 if (itype < 0 || itype > ui::TEXT_INPUT_TYPE_URL)
2856 itype = ui::TEXT_INPUT_TYPE_NONE;
2857 SetTextInputType(static_cast<ui::TextInputType>(itype));