Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h68 void OpenDropDownList(CXFA_Node* pNode);
Dcxfa_ffcombobox.h57 void OpenDropDownList();
Dcxfa_ffcombobox.cpp123 void CXFA_FFComboBox::OpenDropDownList() { in OpenDropDownList() function in CXFA_FFComboBox
124 ToComboBox(GetNormalWidget())->OpenDropDownList(true); in OpenDropDownList()
Dcxfa_ffnotify.cpp240 void CXFA_FFNotify::OpenDropDownList(CXFA_Node* pNode) { in OpenDropDownList() function in CXFA_FFNotify
270 pComboBox->OpenDropDownList(); in OpenDropDownList()
/external/pdfium/xfa/fwl/
Dcfwl_combobox.h69 void OpenDropDownList(bool bActivate);
Dcfwl_combobox.cpp194 void CFWL_ComboBox::OpenDropDownList(bool bActivate) { in OpenDropDownList() function in CFWL_ComboBox
/external/pdfium/fxjs/xfa/
Dcjx_hostpseudomodel.cpp300 pNotify->OpenDropDownList(pNode); in openList()