Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/css/
Dcfx_cssdeclaration.h37 RetainPtr<CFX_CSSValue> GetProperty(CFX_CSSProperty eProperty,
84 void AddPropertyHolder(CFX_CSSProperty eProperty,
Dcfx_cssdeclaration.cpp289 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()
Dcfx_cssstyleselector.cpp115 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()
Dcfx_csspropertyholder.h19 CFX_CSSProperty eProperty; variable
Dcfx_cssstyleselector.h57 void ApplyProperty(CFX_CSSProperty eProperty,
/external/pdfium/fxjs/xfa/
Dcjx_object.cpp900 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()