Searched defs:bNotify (Results 1 – 2 of 2) sorted by relevance
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 219 bool bNotify) { in SetAttribute() 255 bool bNotify) { in SetAttribute() 334 void CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) { in SetBoolean() 346 void CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger() 384 bool bNotify) { in SetEnum() 398 bool bNotify) { in SetMeasure() 441 bool bNotify, in SetCData() 483 bool bNotify, in SetAttributeValue() 526 bool bNotify) { in SetValue() 539 bool bNotify, in SetContent() [all …]
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 1570 void CXFA_Node::RemoveChildAndNotify(CXFA_Node* pNode, bool bNotify) { in RemoveChildAndNotify() 2194 void CXFA_Node::SyncValue(const WideString& wsValue, bool bNotify) { in SyncValue() 3975 void CXFA_Node::SetCheckState(XFA_CHECKSTATE eCheckState, bool bNotify) { in SetCheckState() 4051 CXFA_Node* CXFA_Node::SetSelectedMember(WideStringView wsName, bool bNotify) { in SetSelectedMember() 4064 bool bNotify, in SetSelectedMemberByValue() 4304 bool bNotify, in SetItemState() 4352 bool bNotify, in SetSelectedItems() 4386 bool bNotify) { in InsertItem() 4523 bool CXFA_Node::DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify) { in DeleteItem()
|