Searched refs:AMPMValue (Results 1 – 2 of 2) sorted by relevance
43 enum AMPMValue { enum56 AMPMValue ampm() const { return m_ampm; } in ampm()77 void setAMPM(AMPMValue ampm) { m_ampm = ampm; } in setAMPM()96 AMPMValue m_ampm;
45 static DateTimeFieldsState::AMPMValue getAMPMFromFormControlState(const FormControlState& state, si… in getAMPMFromFormControlState()