Lines Matching refs:bNotify
1570 void CXFA_Node::RemoveChildAndNotify(CXFA_Node* pNode, bool bNotify) { in RemoveChildAndNotify() argument
1577 OnRemoved(bNotify); in RemoveChildAndNotify()
1777 void CXFA_Node::OnRemoved(bool bNotify) const { in OnRemoved()
1778 if (!bNotify) in OnRemoved()
2194 void CXFA_Node::SyncValue(const WideString& wsValue, bool bNotify) { in SyncValue() argument
2200 JSObject()->SetContent(wsValue, wsFormatValue, bNotify, false, true); in SyncValue()
3975 void CXFA_Node::SetCheckState(XFA_CHECKSTATE eCheckState, bool bNotify) { in SetCheckState() argument
3993 SyncValue(wsContent, bNotify); in SetCheckState()
4030 pChild->SyncValue(wsChildValue, bNotify); in SetCheckState()
4032 node->SyncValue(wsValue, bNotify); in SetCheckState()
4051 CXFA_Node* CXFA_Node::SetSelectedMember(WideStringView wsName, bool bNotify) { in SetSelectedMember() argument
4056 pNode->SetCheckState(XFA_CHECKSTATE_On, bNotify); in SetSelectedMember()
4064 bool bNotify, in SetSelectedMemberByValue() argument
4092 pNode->JSObject()->SetContent(wsChildValue, wsChildValue, bNotify, in SetSelectedMemberByValue()
4095 JSObject()->SetContent(wsExclGroup, wsExclGroup, bNotify, bScriptModify, in SetSelectedMemberByValue()
4304 bool bNotify, in SetItemState() argument
4326 JSObject()->SetContent(wsValue, wsValue, bNotify, bScriptModify, in SetItemState()
4335 SetSelectedItems(iSelArray, bNotify, bScriptModify, bSyncData); in SetItemState()
4342 bNotify, bScriptModify, bSyncData); in SetItemState()
4345 JSObject()->SetContent(WideString(), WideString(), bNotify, bScriptModify, in SetItemState()
4352 bool bNotify, in SetSelectedItems() argument
4370 JSObject()->SetContent(wsValue, wsFormat, bNotify, bScriptModify, bSyncData); in SetSelectedItems()
4386 bool bNotify) { in InsertItem() argument
4437 if (bNotify) in InsertItem()
4523 bool CXFA_Node::DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify) { in DeleteItem() argument
4551 if (bNotify) in DeleteItem()