Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/parser/
Dcxfa_box.h28 XFA_AttributeValue GetPresence();
Dcxfa_box.cpp83 XFA_AttributeValue CXFA_Box::GetPresence() { in GetPresence() function in CXFA_Box
185 if (GetPresence() != XFA_AttributeValue::Visible) in Draw()
Dcxfa_node.cpp2973 if (border && border->GetPresence() != XFA_AttributeValue::Visible) in GetUIMargin()
/external/pdfium/xfa/fxfa/
Dcxfa_ffpushbutton.cpp115 if (border && border->GetPresence() == XFA_AttributeValue::Visible) { in GetLineWidth()