Searched refs:bScriptModify (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/pdfium/fxjs/xfa/ |
H A D | cjx_object.cpp | 433 bool bScriptModify) { in SetCDataImpl() argument 444 OnChanged(eAttr, bScriptModify); in SetCDataImpl() 482 bool bScriptModify) { in SetAttributeValueImpl() argument 492 OnChanged(XFA_Attribute::Value, bScriptModify); in SetAttributeValueImpl() 531 bool bScriptModify, in SetContent() argument 547 bScriptModify, false); in SetContent() 589 bScriptModify, false); in SetContent() 606 bScriptModify, false); in SetContent() 612 bScriptModify, false); in SetContent() 644 wsContent, wsXMLValue, bNotify, bScriptModify, bSyncData); in SetContent() [all …]
|
H A D | cjx_object.h | 137 WideString GetContent(bool bScriptModify) const; 138 absl::optional<WideString> TryContent(bool bScriptModify, bool bProto) const; 142 bool bScriptModify, 235 bool bScriptModify); 239 bool bScriptModify); 252 void OnChanged(XFA_Attribute eAttr, bool bScriptModify);
|
/aosp_15_r20/external/pdfium/xfa/fxfa/parser/ |
H A D | cxfa_node.h | 133 void SendAttributeChangeMessage(XFA_Attribute eAttribute, bool bScriptModify); 366 bool bScriptModify, 385 bool bScriptModify, 390 bool DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify); 397 bool bScriptModify);
|
H A D | cxfa_node.cpp | 2100 bool bScriptModify) { in SendAttributeChangeMessage() argument 2214 if (bScriptModify) in SendAttributeChangeMessage() 4104 bool bScriptModify, in SetSelectedMemberByValue() argument 4132 bScriptModify, false); in SetSelectedMemberByValue() 4134 JSObject()->SetContent(wsExclGroup, wsExclGroup, bNotify, bScriptModify, in SetSelectedMemberByValue() 4348 bool bScriptModify) { in SetItemState() argument 4369 JSObject()->SetContent(wsValue, wsValue, bNotify, bScriptModify, true); in SetItemState() 4377 SetSelectedItems(iSelArray, bNotify, bScriptModify, true); in SetItemState() 4384 bNotify, bScriptModify, true); in SetItemState() 4387 JSObject()->SetContent(WideString(), WideString(), bNotify, bScriptModify, in SetItemState() [all …]
|