Searched refs:eProperty (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.h | 37 RetainPtr<CFX_CSSValue> GetProperty(CFX_CSSProperty eProperty, 82 void AddPropertyHolder(CFX_CSSProperty eProperty,
|
D | cfx_cssdeclaration.cpp | 149 CFX_CSSProperty eProperty, in GetProperty() argument 152 if (p->eProperty == eProperty) { in GetProperty() 160 void CFX_CSSDeclaration::AddPropertyHolder(CFX_CSSProperty eProperty, in AddPropertyHolder() argument 165 pHolder->eProperty = eProperty; in AddPropertyHolder()
|
D | cfx_cssstyleselector.cpp | 114 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations() 120 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations() 172 void CFX_CSSStyleSelector::ApplyProperty(CFX_CSSProperty eProperty, in ApplyProperty() argument 177 switch (eProperty) { in ApplyProperty() 398 switch (eProperty) { in ApplyProperty()
|
D | cfx_csspropertyholder.h | 19 CFX_CSSProperty eProperty; variable
|
D | cfx_cssstyleselector.h | 60 void ApplyProperty(CFX_CSSProperty eProperty,
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 129 XFA_Element eProperty) const; 130 CXFA_Node* GetOrCreateProperty(int32_t index, XFA_Element eProperty);
|
D | cxfa_node.cpp | 1120 XFA_Element eProperty) const { in GetProperty() 1121 if (index < 0 || index >= PropertyOccurrenceCount(eProperty)) in GetProperty() 1127 if (pNode->GetElementType() == eProperty) { in GetProperty() 1137 XFA_Element eProperty) { in GetOrCreateProperty() argument 1138 if (index < 0 || index >= PropertyOccurrenceCount(eProperty)) in GetOrCreateProperty() 1143 std::tie(node, iCount) = GetProperty(index, eProperty); in GetOrCreateProperty() 1147 if (HasPropertyFlag(eProperty, XFA_PropertyFlag::kOneOf)) { in GetOrCreateProperty() 1158 pNewNode = GetDocument()->CreateNode(GetPacketType(), eProperty); in GetOrCreateProperty()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 789 XFA_Element eProperty) const { in GetPropertyInternal() 790 return GetXFANode()->GetProperty(index, eProperty).first; in GetPropertyInternal() 794 XFA_Element eProperty) { in GetOrCreatePropertyInternal() argument 795 return GetXFANode()->GetOrCreateProperty(index, eProperty); in GetOrCreatePropertyInternal()
|