Searched refs:OpenDropDownList (Results 1 – 7 of 7) sorted by relevance
64 void OpenDropDownList(CXFA_FFWidget* hWidget);
75 virtual void OpenDropDownList();
254 void CXFA_FFNotify::OpenDropDownList(CXFA_FFWidget* hWidget) { in OpenDropDownList() function in CXFA_FFNotify260 static_cast<CXFA_FFComboBox*>(hWidget)->OpenDropDownList(); in OpenDropDownList()
309 void CXFA_FFComboBox::OpenDropDownList() { in OpenDropDownList() function in CXFA_FFComboBox310 ((CFWL_ComboBox*)m_pNormalWidget)->OpenDropDownList(true); in OpenDropDownList()
73 void OpenDropDownList(bool bActivate);
266 void CFWL_ComboBox::OpenDropDownList(bool bActivate) { in OpenDropDownList() function in CFWL_ComboBox
275 pNotify->OpenDropDownList(hWidget); in OpenList()