Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/xfa/fwl/
H A Dcfwl_combolist.cpp175 pOuter->ProcessSelChanged(true); in OnDropListLButtonUp()
192 pOuter->ProcessSelChanged(false); in OnDropListKey()
H A Dcfwl_datetimepicker.h77 void ProcessSelChanged(int32_t iYear, int32_t iMonth, int32_t iDay);
H A Dcfwl_combobox.h93 void ProcessSelChanged(bool bLButtonUp);
H A Dcfwl_datetimepicker.cpp284 void CFWL_DateTimePicker::ProcessSelChanged(int32_t iYear, in ProcessSelChanged() function in CFWL_DateTimePicker
H A Dcfwl_combobox.cpp361 void CFWL_ComboBox::ProcessSelChanged(bool bLButtonUp) { in ProcessSelChanged() function in CFWL_ComboBox
H A Dcfwl_monthcalendar.cpp734 pDateTime->ProcessSelChanged(m_iCurYear, m_iCurMonth, iCurSel); in OnLButtonUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/xfa/fwl/
H A Dcfwl_combolist.cpp182 pOuter->ProcessSelChanged(true); in OnDropListLButtonUp()
199 pOuter->ProcessSelChanged(false); in OnDropListKey()
H A Dcfwl_datetimepicker.h76 void ProcessSelChanged(int32_t iYear, int32_t iMonth, int32_t iDay);
H A Dcfwl_combobox.h95 void ProcessSelChanged(bool bLButtonUp);
H A Dcfwl_datetimepicker.cpp307 void CFWL_DateTimePicker::ProcessSelChanged(int32_t iYear, in ProcessSelChanged() function in CFWL_DateTimePicker
H A Dcfwl_combobox.cpp382 void CFWL_ComboBox::ProcessSelChanged(bool bLButtonUp) { in ProcessSelChanged() function in CFWL_ComboBox
H A Dcfwl_monthcalendar.cpp767 pDateTime->ProcessSelChanged(m_iCurYear, m_iCurMonth, iCurSel); in OnLButtonUp()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/xfa/fwl/basewidget/
H A Dfwl_listboximp.h91 void ProcessSelChanged();
H A Dfwl_datetimepickerimp.h192 void ProcessSelChanged(int32_t iYear, int32_t iMonth, int32_t iDay);
H A Dfwl_comboboximp.h161 void ProcessSelChanged(FX_BOOL bLButtonUp);
H A Dfwl_datetimepickerimp.cpp325 pPicker->ProcessSelChanged(m_pOwner->m_iCurYear, m_pOwner->m_iCurMonth, in OnLButtonUpEx()
415 pDateTime->ProcessSelChanged(m_pOwner->m_iCurYear, m_pOwner->m_iCurMonth, in DisForm_OnLButtonUpEx()
802 void CFWL_DateTimePickerImp::ProcessSelChanged(int32_t iYear, in ProcessSelChanged() function in CFWL_DateTimePickerImp
H A Dfwl_listboximp.cpp954 void CFWL_ListBoxImp::ProcessSelChanged() { in ProcessSelChanged() function in CFWL_ListBoxImp
1105 m_pOwner->ProcessSelChanged(); in OnLButtonDown()
1137 m_pOwner->ProcessSelChanged(); in OnKeyDown()
H A Dfwl_comboboximp.cpp408 pOuter->ProcessSelChanged(TRUE); in OnDropListLButtonUp()
429 pOuter->ProcessSelChanged(FALSE); in OnDropListKey()
1110 void CFWL_ComboBoxImp::ProcessSelChanged(FX_BOOL bLButtonUp) { in ProcessSelChanged() function in CFWL_ComboBoxImp