Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.cpp131 if (pNode->IsListBox()) in OnCreateContentLayoutItem()
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h313 bool IsListBox();
Dcxfa_node.cpp4147 bool CXFA_Node::IsListBox() { in IsListBox() function in CXFA_Node
4250 if (IsListBox() || !IsChoiceListAllowTextEntry()) in CountSelectedItems()