Searched refs:OpenDropDownList (Results 1 – 7 of 7) sorted by relevance
68 void OpenDropDownList(CXFA_Node* pNode);
57 void OpenDropDownList();
123 void CXFA_FFComboBox::OpenDropDownList() { in OpenDropDownList() function in CXFA_FFComboBox124 ToComboBox(GetNormalWidget())->OpenDropDownList(true); in OpenDropDownList()
240 void CXFA_FFNotify::OpenDropDownList(CXFA_Node* pNode) { in OpenDropDownList() function in CXFA_FFNotify270 pComboBox->OpenDropDownList(); in OpenDropDownList()
69 void OpenDropDownList(bool bActivate);
194 void CFWL_ComboBox::OpenDropDownList(bool bActivate) { in OpenDropDownList() function in CFWL_ComboBox
300 pNotify->OpenDropDownList(pNode); in openList()