Home
last modified time | relevance | path

Searched refs:eProperty (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/xfa/fde/css/
Dcfde_cssdeclaration.h37 CFX_RetainPtr<CFDE_CSSValue> GetProperty(FDE_CSSProperty eProperty,
85 void AddPropertyHolder(FDE_CSSProperty eProperty,
Dcfde_cssdeclaration.cpp137 FDE_CSSProperty eProperty, in GetProperty() argument
140 if (p->eProperty == eProperty) { in GetProperty()
148 void CFDE_CSSDeclaration::AddPropertyHolder(FDE_CSSProperty eProperty, in AddPropertyHolder() argument
153 pHolder->eProperty = eProperty; in AddPropertyHolder()
Dcfde_csspropertyholder.h19 FDE_CSSProperty eProperty; variable
Dcfde_cssstyleselector.cpp116 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()
122 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations()
175 FDE_CSSProperty eProperty, in ApplyProperty() argument
180 switch (eProperty) { in ApplyProperty()
402 switch (eProperty) { in ApplyProperty()
Dcfde_cssstyleselector.h60 void ApplyProperty(FDE_CSSProperty eProperty,
/external/pdfium/xfa/fxfa/parser/
Dxfa_utils.cpp324 XFA_Element eProperty, in XFA_GetPropertyOfElement() argument
332 [eProperty](const XFA_PROPERTY& prop) { in XFA_GetPropertyOfElement()
333 return prop.eName == eProperty; in XFA_GetPropertyOfElement()
338 const XFA_ELEMENTINFO* pInfo = XFA_GetElementByID(eProperty); in XFA_GetPropertyOfElement()
Dxfa_utils.h191 XFA_Element eProperty,
Dcxfa_node.cpp4375 XFA_Element eProperty, in GetProperty() argument
4380 XFA_GetPropertyOfElement(eType, eProperty, dwPacket); in GetProperty()
4387 if (pNode->GetElementType() == eProperty) { in GetProperty()
4410 pNewNode = m_pDocument->CreateNode(pPacket, eProperty); in GetProperty()