Searched refs:bNotify (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_object.h | 132 bool bNotify); 140 bool bNotify, 179 void SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify); 189 void SetEnum(XFA_Attribute eAttr, XFA_AttributeValue eValue, bool bNotify); 193 void SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify); 202 bool bNotify); 233 bool bNotify, 237 bool bNotify, 255 CFX_XMLElement* SetValue(XFA_Attribute eAttr, int32_t value, bool bNotify);
|
D | cjx_object.cpp | 218 bool bNotify) { in SetAttributeByEnum() argument 226 bNotify); in SetAttributeByEnum() 230 SetCDataImpl(eAttr, WideString(wsValue), bNotify, false); in SetAttributeByEnum() 233 SetBoolean(eAttr, !wsValue.EqualsASCII("0"), bNotify); in SetAttributeByEnum() 239 bNotify); in SetAttributeByEnum() 242 SetMeasure(eAttr, CXFA_Measurement(wsValue.AsStringView()), bNotify); in SetAttributeByEnum() 325 void CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) { in SetBoolean() argument 326 CFX_XMLElement* elem = SetValue(eAttr, static_cast<int32_t>(bValue), bNotify); in SetBoolean() 337 void CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger() argument 338 CFX_XMLElement* elem = SetValue(eAttr, iValue, bNotify); in SetInteger() [all …]
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.h | 205 void RemoveChildAndNotify(CXFA_Node* pNode, bool bNotify); 364 bool bNotify, 383 bool bNotify, 388 bool bNotify); 389 bool DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify); 395 bool bNotify, 452 void OnRemoved(bool bNotify) const; 500 void SyncValue(const WideString& wsValue, bool bNotify);
|
D | cxfa_node.cpp | 1629 void CXFA_Node::RemoveChildAndNotify(CXFA_Node* pNode, bool bNotify) { in RemoveChildAndNotify() argument 1636 OnRemoved(bNotify); in RemoveChildAndNotify() 1833 void CXFA_Node::OnRemoved(bool bNotify) const { in OnRemoved() 1834 if (!bNotify) in OnRemoved() 2246 void CXFA_Node::SyncValue(const WideString& wsValue, bool bNotify) { in SyncValue() argument 2252 JSObject()->SetContent(wsValue, wsFormatValue, bNotify, false, true); in SyncValue() 4105 bool bNotify, in SetSelectedMemberByValue() argument 4133 pNode->JSObject()->SetContent(wsChildValue, wsChildValue, bNotify, in SetSelectedMemberByValue() 4136 JSObject()->SetContent(wsExclGroup, wsExclGroup, bNotify, bScriptModify, in SetSelectedMemberByValue() 4349 bool bNotify, in SetItemState() argument [all …]
|