Searched refs:eProperty (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fxcrt/css/ |
D | cfx_cssdeclaration.h | 37 RetainPtr<CFX_CSSValue> GetProperty(CFX_CSSProperty eProperty, 84 void AddPropertyHolder(CFX_CSSProperty eProperty,
|
D | cfx_cssdeclaration.cpp | 289 CFX_CSSProperty eProperty, in GetProperty() argument 292 if (p->eProperty == eProperty) { in GetProperty() 300 void CFX_CSSDeclaration::AddPropertyHolder(CFX_CSSProperty eProperty, in AddPropertyHolder() argument 305 pHolder->eProperty = eProperty; in AddPropertyHolder()
|
D | cfx_cssstyleselector.cpp | 115 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations() 121 ApplyProperty(prop->eProperty, prop->pValue, pComputedStyle); in ApplyDeclarations() 171 void CFX_CSSStyleSelector::ApplyProperty(CFX_CSSProperty eProperty, in ApplyProperty() argument 176 switch (eProperty) { in ApplyProperty() 397 switch (eProperty) { in ApplyProperty()
|
D | cfx_csspropertyholder.h | 19 CFX_CSSProperty eProperty; variable
|
D | cfx_cssstyleselector.h | 57 void ApplyProperty(CFX_CSSProperty eProperty,
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 900 XFA_Element eProperty) const { in GetPropertyInternal() 902 if (index < 0 || index >= xfaNode->PropertyOccuranceCount(eProperty)) in GetPropertyInternal() 908 if (pNode->GetElementType() == eProperty) { in GetPropertyInternal() 918 XFA_Element eProperty) { in GetOrCreatePropertyInternal() argument 920 if (index < 0 || index >= xfaNode->PropertyOccuranceCount(eProperty)) in GetOrCreatePropertyInternal() 925 std::tie(node, iCount) = GetPropertyInternal(index, eProperty); in GetOrCreatePropertyInternal() 929 if (xfaNode->HasPropertyFlags(eProperty, XFA_PROPERTYFLAG_OneOf)) { in GetOrCreatePropertyInternal() 941 pNewNode = GetDocument()->CreateNode(xfaNode->GetPacketType(), eProperty); in GetOrCreatePropertyInternal()
|