Home
last modified time | relevance | path

Searched refs:IsListBox (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp77 if (pSender->IsListBox()) in OnWidgetListItemAdded()
94 if (pSender->IsListBox()) in OnWidgetListItemRemoved()
135 if (pNode->GetWidgetAcc()->IsListBox()) in OnCreateContentLayoutItem()
Dcxfa_widgetacc.h101 bool IsListBox();
Dcxfa_widgetacc.cpp1822 bool CXFA_WidgetAcc::IsListBox() { in IsListBox() function in CXFA_WidgetAcc
1925 if (IsListBox() || !IsChoiceListAllowTextEntry()) in CountSelectedItems()
/external/pdfium/fxjs/xfa/
Dcjx_node.cpp524 pWidgetAcc->IsListBox()) { in execSingleEventByName()