Searched defs:bNotify (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.cpp | 164 bool CPDF_FormField::ResetField(bool bNotify) { in ResetField() 343 bool bNotify) { in SetValue() 402 bool CPDF_FormField::SetValue(const WideString& value, bool bNotify) { in SetValue() 471 bool CPDF_FormField::ClearSelection(bool bNotify) { in ClearSelection() 531 bool CPDF_FormField::SetItemSelection(int index, bool bSelected, bool bNotify) { in SetItemSelection() 659 bool bNotify) { in InsertOption() 684 bool CPDF_FormField::ClearOptions(bool bNotify) { in ClearOptions() 709 bool bNotify) { in CheckControl() 779 bool bNotify) { in SetCheckValue() 829 bool CPDF_FormField::SelectOption(int iOptIndex, bool bSelected, bool bNotify) { in SelectOption() [all …]
|
D | cpdf_interform.cpp | 903 bool bNotify) { in ResetForm() 921 bool CPDF_InterForm::ResetForm(bool bNotify) { in ResetForm() 1183 bool bNotify, in FDF_ImportField()
|
/external/pdfium/fxjs/xfa/ |
D | cjx_object.cpp | 221 bool bNotify) { in SetAttribute() 255 bool bNotify) { in SetAttribute() 342 bool CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) { in SetBoolean() 354 bool CJX_Object::SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) { in SetInteger() 396 bool bNotify) { in SetEnum() 412 bool bNotify) { in SetMeasure() 452 bool bNotify, in SetCData() 525 bool bNotify, in SetAttributeValue() 600 bool bNotify) { in SetValue() 617 bool bNotify, in SetContent() [all …]
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 683 void CPDFSDK_Widget::SetCheck(bool bChecked, bool bNotify) { 696 void CPDFSDK_Widget::SetValue(const WideString& sValue, bool bNotify) { 708 bool bNotify) { 717 void CPDFSDK_Widget::ClearSelection(bool bNotify) {
|
/external/pdfium/xfa/fxfa/ |
D | cxfa_widgetacc.cpp | 1640 void CXFA_WidgetAcc::SetCheckState(XFA_CHECKSTATE eCheckState, bool bNotify) { in SetCheckState() 1720 bool bNotify) { in SetSelectedMember() 1734 bool bNotify, in SetSelectedMemberByValue() 1994 bool bNotify, in SetItemState() 2042 bool bNotify, in SetSelectedItems() 2077 bool bNotify) { in InsertItem() 2224 bool bNotify, in DeleteItem()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_node.cpp | 914 bool CXFA_Node::RemoveChild(CXFA_Node* pNode, bool bNotify) { in RemoveChild() 1076 void CXFA_Node::SetFlag(uint32_t dwFlag, bool bNotify) { in SetFlag() 1105 void CXFA_Node::OnRemoved(bool bNotify) { in OnRemoved() 1528 void CXFA_Node::SyncValue(const WideString& wsValue, bool bNotify) { in SyncValue()
|