Searched refs:bScriptModify (Results 1 – 4 of 4) sorted by relevance
| /external/pdfium/fxjs/xfa/ |
| D | cjx_object.h | 136 WideString GetContent(bool bScriptModify) const; 137 absl::optional<WideString> TryContent(bool bScriptModify, bool bProto) const; 141 bool bScriptModify, 234 bool bScriptModify); 238 bool bScriptModify); 251 void OnChanged(XFA_Attribute eAttr, bool bScriptModify);
|
| D | cjx_object.cpp | 437 bool bScriptModify) { in SetCDataImpl() argument 448 OnChanged(eAttr, bScriptModify); in SetCDataImpl() 484 bool bScriptModify) { in SetAttributeValueImpl() argument 494 OnChanged(XFA_Attribute::Value, bScriptModify); in SetAttributeValueImpl() 533 bool bScriptModify, in SetContent() argument 549 bScriptModify, false); in SetContent() 591 bScriptModify, false); in SetContent() 608 bScriptModify, false); in SetContent() 614 bScriptModify, false); in SetContent() 646 wsContent, wsXMLValue, bNotify, bScriptModify, bSyncData); in SetContent() [all …]
|
| /external/pdfium/xfa/fxfa/parser/ |
| D | cxfa_node.h | 132 void SendAttributeChangeMessage(XFA_Attribute eAttribute, bool bScriptModify); 365 bool bScriptModify, 384 bool bScriptModify, 389 bool DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify); 396 bool bScriptModify);
|
| D | cxfa_node.cpp | 2100 bool bScriptModify) { in SendAttributeChangeMessage() argument 2214 if (bScriptModify) in SendAttributeChangeMessage() 4106 bool bScriptModify, in SetSelectedMemberByValue() argument 4134 bScriptModify, false); in SetSelectedMemberByValue() 4136 JSObject()->SetContent(wsExclGroup, wsExclGroup, bNotify, bScriptModify, in SetSelectedMemberByValue() 4350 bool bScriptModify) { in SetItemState() argument 4371 JSObject()->SetContent(wsValue, wsValue, bNotify, bScriptModify, true); in SetItemState() 4379 SetSelectedItems(iSelArray, bNotify, bScriptModify, true); in SetItemState() 4386 bNotify, bScriptModify, true); in SetItemState() 4389 JSObject()->SetContent(WideString(), WideString(), bNotify, bScriptModify, in SetItemState() [all …]
|