Searched refs:eProperty (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/xfa/fde/css/ |
D | cfde_cssdeclaration.h | 37 CFX_RetainPtr<CFDE_CSSValue> GetProperty(FDE_CSSProperty eProperty, 85 void AddPropertyHolder(FDE_CSSProperty eProperty,
|
D | cfde_cssdeclaration.cpp | 137 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()
|
D | cfde_csspropertyholder.h | 19 FDE_CSSProperty eProperty; variable
|
D | cfde_cssstyleselector.cpp | 116 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()
|
D | cfde_cssstyleselector.h | 60 void ApplyProperty(FDE_CSSProperty eProperty,
|
/external/pdfium/xfa/fxfa/parser/ |
D | xfa_utils.cpp | 324 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()
|
D | xfa_utils.h | 191 XFA_Element eProperty,
|
D | cxfa_node.cpp | 4375 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()
|