Home
last modified time | relevance | path

Searched refs:OpenDropDownList (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/xfa/src/fxfa/src/app/
Dxfa_ffnotify.h54 virtual void OpenDropDownList(IXFA_Widget* hWidget);
Dxfa_ffchoicelist.h61 void OpenDropDownList();
Dxfa_ffchoicelist.cpp308 void CXFA_FFComboBox::OpenDropDownList() { in OpenDropDownList() function in CXFA_FFComboBox
309 ((CFWL_ComboBox*)m_pNormalWidget)->OpenDropDownList(TRUE); in OpenDropDownList()
Dxfa_ffnotify.cpp341 void CXFA_FFNotify::OpenDropDownList(IXFA_Widget* hWidget) { in OpenDropDownList() function in CXFA_FFNotify
348 static_cast<CXFA_FFComboBox*>(pWidget)->OpenDropDownList(); in OpenDropDownList()
/external/pdfium/xfa/src/fwl/src/lightwidget/
Dcombobox.cpp151 FWL_ERR CFWL_ComboBox::OpenDropDownList(FX_BOOL bActivate) { in OpenDropDownList() function in CFWL_ComboBox
152 return static_cast<IFWL_ComboBox*>(m_pIface)->OpenDropDownList(bActivate); in OpenDropDownList()
/external/pdfium/xfa/include/fwl/basewidget/
Dfwl_combobox.h118 FX_ERR OpenDropDownList(FX_BOOL bActivate);
/external/pdfium/xfa/include/fwl/lightwidget/
Dcombobox.h44 FWL_ERR OpenDropDownList(FX_BOOL bActivate);
/external/pdfium/xfa/src/fxfa/src/common/
Dxfa_document.h110 virtual void OpenDropDownList(IXFA_Widget* hWidget) = 0;
/external/pdfium/xfa/src/fwl/src/basewidget/include/
Dfwl_comboboximp.h116 virtual FX_ERR OpenDropDownList(FX_BOOL bActivate);
/external/pdfium/xfa/src/fwl/src/basewidget/
Dfwl_comboboximp.cpp79 FX_ERR IFWL_ComboBox::OpenDropDownList(FX_BOOL bActivate) { in OpenDropDownList() function in IFWL_ComboBox
80 return static_cast<CFWL_ComboBoxImp*>(GetImpl())->OpenDropDownList(bActivate); in OpenDropDownList()
803 FX_ERR CFWL_ComboBoxImp::OpenDropDownList(FX_BOOL bActivate) { in OpenDropDownList() function in CFWL_ComboBoxImp
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_script_hostpseudomodel.cpp346 pNotify->OpenDropDownList(hWidget); in Script_HostPseudoModel_OpenList()