Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp134 if (pNode->IsListBox()) { in OnCreateContentLayoutItem()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h349 bool IsListBox();
Dcxfa_node.cpp4188 bool CXFA_Node::IsListBox() { in IsListBox() function in CXFA_Node
4292 if (IsListBox() || !IsChoiceListAllowTextEntry()) in CountSelectedItems()