Searched defs:bNotify (Results 1 – 6 of 6) sorted by relevance
/external/pdfium/core/fpdfdoc/ |
D | cpdf_formfield.cpp | 163 bool CPDF_FormField::ResetField(bool bNotify) { in ResetField() 343 bool bNotify) { in SetValue() 402 bool CPDF_FormField::SetValue(const CFX_WideString& value, bool bNotify) { in SetValue() 472 bool CPDF_FormField::ClearSelection(bool bNotify) { in ClearSelection() 532 bool CPDF_FormField::SetItemSelection(int index, bool bSelected, bool bNotify) { in SetItemSelection() 660 bool bNotify) { in InsertOption() 686 bool CPDF_FormField::ClearOptions(bool bNotify) { in ClearOptions() 711 bool bNotify) { in CheckControl() 783 bool bNotify) { in SetCheckValue() 833 bool CPDF_FormField::SelectOption(int iOptIndex, bool bSelected, bool bNotify) { in SelectOption() [all …]
|
D | cpdf_interform.cpp | 993 bool bNotify) { in ResetForm() 1011 bool CPDF_InterForm::ResetForm(bool bNotify) { in ResetForm() 1267 bool bNotify, in FDF_ImportField()
|
/external/pdfium/xfa/fxfa/parser/ |
D | cxfa_widgetdata.cpp | 549 void CXFA_WidgetData::SetCheckState(XFA_CHECKSTATE eCheckState, bool bNotify) { in SetCheckState() 632 bool bNotify) { in SetSelectedMember() 646 bool bNotify, in SetSelectedMemberByValue() 940 bool bNotify, in SetItemState() 1000 bool bNotify, in SetSelectedItems() 1036 bool bNotify) { in InsertItem() 1188 bool bNotify, in DeleteItem() 1884 void CXFA_WidgetData::SyncValue(const CFX_WideString& wsValue, bool bNotify) { in SyncValue()
|
D | cxfa_node.cpp | 3610 bool bNotify) { in SetAttribute() 3708 bool bNotify) { in SetAttribute() 3771 bool bNotify) { in SetMeasure() 3805 bool bNotify, in SetCData() 3881 bool bNotify, in SetAttributeValue() 4000 bool bNotify) { in SetValue() 4066 bool bNotify, in SetScriptContent() 4240 bool bNotify, in SetContent() 4568 bool CXFA_Node::RemoveChild(CXFA_Node* pNode, bool bNotify) { in RemoveChild() 4734 void CXFA_Node::SetFlag(uint32_t dwFlag, bool bNotify) { in SetFlag() [all …]
|
/external/pdfium/fpdfsdk/ |
D | cpdfsdk_widget.cpp | 683 void CPDFSDK_Widget::SetCheck(bool bChecked, bool bNotify) { 696 void CPDFSDK_Widget::SetValue(const CFX_WideString& sValue, bool bNotify) { 708 bool bNotify) { 717 void CPDFSDK_Widget::ClearSelection(bool bNotify) {
|
/external/pdfium/fpdfsdk/fxedit/ |
D | fxet_edit.cpp | 2169 void CFX_Edit::EnableOprNotify(bool bNotify) { in EnableOprNotify()
|