Searched defs:eAttr (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 214 bool CJX_Object::HasAttribute(XFA_Attribute eAttr) { in HasAttribute() 219 bool CJX_Object::SetAttribute(XFA_Attribute eAttr, in SetAttribute() 273 Optional<WideString> CJX_Object::TryAttribute(XFA_Attribute eAttr, in TryAttribute() 331 Optional<bool> CJX_Object::TryBoolean(XFA_Attribute eAttr, bool bUseDefault) { in TryBoolean() 342 bool CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) { in SetBoolean() 350 bool CJX_Object::GetBoolean(XFA_Attribute eAttr) { in GetBoolean() 354 bool CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger() 364 int32_t CJX_Object::GetInteger(XFA_Attribute eAttr) { in GetInteger() 368 Optional<int32_t> CJX_Object::TryInteger(XFA_Attribute eAttr, in TryInteger() 380 Optional<XFA_AttributeEnum> CJX_Object::TryEnum(XFA_Attribute eAttr, in TryEnum() [all …]
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_ffnotify.cpp | 363 void CXFA_FFNotify::OnValueChanging(CXFA_Node* pSender, XFA_Attribute eAttr) { in OnValueChanging() 390 XFA_Attribute eAttr, in OnValueChanged()
|