Searched refs:OpenDropDownList (Results 1 – 7 of 7) sorted by relevance
46 virtual void OpenDropDownList();
68 void OpenDropDownList(CXFA_FFWidget* hWidget);
112 void CXFA_FFComboBox::OpenDropDownList() { in OpenDropDownList() function in CXFA_FFComboBox113 ToComboBox(m_pNormalWidget.get())->OpenDropDownList(true); in OpenDropDownList()
274 void CXFA_FFNotify::OpenDropDownList(CXFA_FFWidget* hWidget) { in OpenDropDownList() function in CXFA_FFNotify281 ToComboBox(hWidget)->OpenDropDownList(); in OpenDropDownList()
73 void OpenDropDownList(bool bActivate);
266 void CFWL_ComboBox::OpenDropDownList(bool bActivate) { in OpenDropDownList() function in CFWL_ComboBox
314 pNotify->OpenDropDownList(hWidget); in openList()