HomeSort by relevance Sort by last modified time
    Searched refs:eProperty (Results 1 - 6 of 6) sorted by null

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

Completed in 374 milliseconds