HomeSort by relevance Sort by last modified time
    Searched refs:XFA_ATTRIBUTE_Min (Results 1 - 5 of 5) sorted by null

  /external/pdfium/xfa/fxfa/parser/
cxfa_occur.cpp 25 if (!m_pNode->TryInteger(XFA_ATTRIBUTE_Min, iMin, true) || iMin < 0)
34 if (!m_pNode->TryInteger(XFA_ATTRIBUTE_Min, iMin, false) || iMin < 0)
55 m_pNode->SetInteger(XFA_ATTRIBUTE_Min, iMin, false);
61 m_pNode->SetInteger(XFA_ATTRIBUTE_Min, iMin, false);
xfa_basic_data_element_attributes.cpp 1165 XFA_ATTRIBUTE_Min,
cxfa_layoutpagemgr.cpp     [all...]
xfa_basic_data_attributes.cpp 89 {0xb356ca4, L"min", XFA_ATTRIBUTE_Min, XFA_ATTRIBUTETYPE_Integer,
    [all...]
  /external/pdfium/xfa/fxfa/
fxfa_basic.h 389 XFA_ATTRIBUTE_Min,

Completed in 46 milliseconds