Home
last modified time | relevance | path

Searched refs:bScriptModify (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/fxjs/xfa/
Dcjx_object.h137 WideString GetContent(bool bScriptModify) const;
138 std::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);
Dcjx_object.cpp437 bool bScriptModify) { in SetCDataImpl() argument
448 OnChanged(eAttr, bScriptModify); in SetCDataImpl()
486 bool bScriptModify) { in SetAttributeValueImpl() argument
496 OnChanged(XFA_Attribute::Value, bScriptModify); in SetAttributeValueImpl()
535 bool bScriptModify, in SetContent() argument
551 bScriptModify, false); in SetContent()
593 bScriptModify, false); in SetContent()
610 bScriptModify, false); in SetContent()
616 bScriptModify, false); in SetContent()
648 wsContent, wsXMLValue, bNotify, bScriptModify, bSyncData); in SetContent()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.h139 void SendAttributeChangeMessage(XFA_Attribute eAttribute, bool bScriptModify);
371 bool bScriptModify,
390 bool bScriptModify,
395 bool DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify);
402 bool bScriptModify);
Dcxfa_node.cpp2102 bool bScriptModify) { in SendAttributeChangeMessage() argument
2216 if (bScriptModify) in SendAttributeChangeMessage()
4101 bool bScriptModify, in SetSelectedMemberByValue() argument
4129 bScriptModify, false); in SetSelectedMemberByValue()
4131 JSObject()->SetContent(wsExclGroup, wsExclGroup, bNotify, bScriptModify, in SetSelectedMemberByValue()
4345 bool bScriptModify) { in SetItemState() argument
4365 JSObject()->SetContent(wsValue, wsValue, bNotify, bScriptModify, true); in SetItemState()
4373 SetSelectedItems(iSelArray, bNotify, bScriptModify, true); in SetItemState()
4380 bNotify, bScriptModify, true); in SetItemState()
4383 JSObject()->SetContent(WideString(), WideString(), bNotify, bScriptModify, in SetItemState()
[all …]