Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/login/ui/
H A Daccess_code_input.h53 using OnInputChange = base::RepeatingCallback<void(bool enable_submit)>;
63 FlexCodeInput(OnInputChange on_input_change,
109 OnInputChange on_input_change_;
137 using OnInputChange =
166 OnInputChange on_input_change,
259 OnInputChange on_input_change_;
H A Dpin_request_view.cc326 base::BindRepeating(&PinRequestView::OnInputChange, in PinRequestView()
335 base::BindRepeating(&PinRequestView::OnInputChange, in PinRequestView()
535 void PinRequestView::OnInputChange(bool last_field_active, bool complete) { in OnInputChange() function in ash::PinRequestView
H A Dpin_request_view.h169 void OnInputChange(bool last_field_active, bool complete);
H A Daccess_code_input.cc36 FlexCodeInput::FlexCodeInput(OnInputChange on_input_change, in FlexCodeInput()
187 OnInputChange on_input_change, in FixedLengthCodeInput()