Home
last modified time | relevance | path

Searched refs:bLButtonUp (Results 1 – 5 of 5) sorted by relevance

/external/pdfium/xfa/fwl/
Dcfwl_eventselectchanged.h18 bool bLButtonUp; variable
Dcfwl_combobox.h107 void ProcessSelChanged(bool bLButtonUp);
Dcfwl_combobox.cpp465 void CFWL_ComboBox::ProcessSelChanged(bool bLButtonUp) { in ProcessSelChanged() argument
482 ev.bLButtonUp = bLButtonUp; in ProcessSelChanged()
/external/pdfium/xfa/fxfa/app/
Dxfa_ffchoicelist.cpp480 void CXFA_FFComboBox::OnSelectChanged(CFWL_Widget* pWidget, bool bLButtonUp) { in OnSelectChanged() argument
485 bLButtonUp) { in OnSelectChanged()
512 OnSelectChanged(m_pNormalWidget, postEvent->bLButtonUp); in OnProcessEvent()
Dxfa_ffchoicelist.h78 void OnSelectChanged(CFWL_Widget* pWidget, bool bLButtonUp);