Searched defs:bNotify (Results 1 - 6 of 6) sorted by relevance

/external/pdfium/core/fpdfdoc/
H A Dcpdf_formfield.cpp164 bool CPDF_FormField::ResetField(bool bNotify) { argument
180 if (bNotify && m_pForm->GetFormNotify())
192 if (bNotify && !NotifyListOrComboBoxBeforeChange(csValue))
196 if (bNotify)
218 if (bNotify && !NotifyBeforeValueChange(csDValue))
233 if (bNotify)
343 bool bNotify) {
347 SetCheckValue(value, bDefault, bNotify);
355 if (bNotify && !NotifyBeforeValueChange(csValue))
373 if (bNotify)
341 SetValue(const WideString& value, bool bDefault, bool bNotify) argument
402 SetValue(const WideString& value, bool bNotify) argument
471 ClearSelection(bool bNotify) argument
531 SetItemSelection(int index, bool bSelected, bool bNotify) argument
657 InsertOption(WideString csOptLabel, int index, bool bNotify) argument
684 ClearOptions(bool bNotify) argument
707 CheckControl(int iControlIndex, bool bChecked, bool bNotify) argument
777 SetCheckValue(const WideString& value, bool bDefault, bool bNotify) argument
829 SelectOption(int iOptIndex, bool bSelected, bool bNotify) argument
882 ClearSelectedOptions(bool bNotify) argument
[all...]
H A Dcpdf_interform.cpp903 bool bNotify) {
904 if (bNotify && m_pFormNotify && m_pFormNotify->BeforeFormReset(this) < 0)
914 pField->ResetField(bNotify);
916 if (bNotify && m_pFormNotify)
921 bool CPDF_InterForm::ResetForm(bool bNotify) { argument
922 if (bNotify && m_pFormNotify && m_pFormNotify->BeforeFormReset(this) < 0)
931 pField->ResetField(bNotify);
933 if (bNotify && m_pFormNotify)
1183 bool bNotify,
1197 FDF_ImportField(pKid, name, bNotify, nLeve
901 ResetForm(const std::vector<CPDF_FormField*>& fields, bool bIncludeOrExclude, bool bNotify) argument
1181 FDF_ImportField(CPDF_Dictionary* pFieldDict, const WideString& parent_name, bool bNotify, int nLevel) argument
[all...]
/external/pdfium/fpdfsdk/
H A Dcpdfsdk_widget.cpp683 void CPDFSDK_Widget::SetCheck(bool bChecked, bool bNotify) { argument
687 bNotify);
691 if (!bNotify)
696 void CPDFSDK_Widget::SetValue(const WideString& sValue, bool bNotify) { argument
698 pFormField->SetValue(sValue, bNotify);
700 if (!bNotify)
708 bool bNotify) {
710 pFormField->SetItemSelection(index, bSelected, bNotify);
712 if (!bNotify)
717 void CPDFSDK_Widget::ClearSelection(bool bNotify) { argument
706 SetOptionSelection(int index, bool bSelected, bool bNotify) argument
[all...]
/external/pdfium/fxjs/xfa/
H A Dcjx_object.cpp221 bool bNotify) {
229 bNotify);
232 return SetCData(eAttr, WideString(wsValue), bNotify, false);
234 return SetBoolean(eAttr, wsValue != L"0", bNotify);
239 bNotify);
241 return SetMeasure(eAttr, CXFA_Measurement(wsValue), bNotify);
255 bool bNotify) {
258 return SetAttribute(attr, wsValue, bNotify);
342 bool CJX_Object::SetBoolean(XFA_Attribute eAttr, bool bValue, bool bNotify) { argument
344 (void*)(uintptr_t)bValue, bNotify);
219 SetAttribute(XFA_Attribute eAttr, const WideStringView& wsValue, bool bNotify) argument
253 SetAttribute(const WideStringView& wsAttr, const WideStringView& wsValue, bool bNotify) argument
354 SetInteger(XFA_Attribute eAttr, int32_t iValue, bool bNotify) argument
394 SetEnum(XFA_Attribute eAttr, XFA_AttributeEnum eValue, bool bNotify) argument
410 SetMeasure(XFA_Attribute eAttr, CXFA_Measurement mValue, bool bNotify) argument
450 SetCData(XFA_Attribute eAttr, const WideString& wsValue, bool bNotify, bool bScriptModify) argument
523 SetAttributeValue(const WideString& wsValue, const WideString& wsXMLValue, bool bNotify, bool bScriptModify) argument
597 SetValue(XFA_Attribute eAttr, XFA_AttributeType eType, void* pValue, bool bNotify) argument
615 SetContent(const WideString& wsContent, const WideString& wsXMLValue, bool bNotify, bool bScriptModify, bool bSyncData) argument
1186 OnChanging(XFA_Attribute eAttr, bool bNotify) argument
1195 OnChanged(XFA_Attribute eAttr, bool bNotify, bool bScriptModify) argument
[all...]
/external/pdfium/xfa/fxfa/
H A Dcxfa_widgetacc.cpp1640 void CXFA_WidgetAcc::SetCheckState(XFA_CHECKSTATE eCheckState, bool bNotify) { argument
1660 m_pNode->SyncValue(wsContent, bNotify);
1697 pChild->SyncValue(wsChildValue, bNotify);
1699 node->SyncValue(wsValue, bNotify);
1720 bool bNotify) {
1726 widgetData.SetCheckState(XFA_CHECKSTATE_On, bNotify);
1734 bool bNotify,
1762 pNode->JSObject()->SetContent(wsChildValue, wsChildValue, bNotify,
1766 m_pNode->JSObject()->SetContent(wsExclGroup, wsExclGroup, bNotify,
1994 bool bNotify,
1719 SetSelectedMember(const WideStringView& wsName, bool bNotify) argument
1733 SetSelectedMemberByValue(const WideStringView& wsValue, bool bNotify, bool bScriptModify, bool bSyncData) argument
1992 SetItemState(int32_t nIndex, bool bSelected, bool bNotify, bool bScriptModify, bool bSyncData) argument
2035 m_pNode->JSObject()->SetContent(WideString(), WideString(), bNotify, local
2041 SetSelectedItems(const std::vector<int32_t>& iSelArray, bool bNotify, bool bScriptModify, bool bSyncData) argument
2075 InsertItem(const WideString& wsLabel, const WideString& wsValue, bool bNotify) argument
2223 DeleteItem(int32_t nIndex, bool bNotify, bool bScriptModify) argument
[all...]
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_node.cpp914 bool CXFA_Node::RemoveChild(CXFA_Node* pNode, bool bNotify) { argument
936 OnRemoved(bNotify);
1076 void CXFA_Node::SetFlag(uint32_t dwFlag, bool bNotify) { argument
1077 if (dwFlag == XFA_NodeFlag_Initialized && bNotify && !IsInitialized()) {
1105 void CXFA_Node::OnRemoved(bool bNotify) { argument
1106 if (!bNotify)
1528 void CXFA_Node::SyncValue(const WideString& wsValue, bool bNotify) { argument
1534 JSObject()->SetContent(wsValue, wsFormatValue, bNotify, false, true);

Completed in 281 milliseconds