Searched refs:bNotify (Results 1 - 11 of 11) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
H A Ddoc_formfield.cpp103 FX_BOOL CPDF_FormField::ResetField(FX_BOOL bNotify) argument
109 if (bNotify && m_pForm->m_pFormNotify != NULL) {
126 if (bNotify && m_pForm->m_pFormNotify != NULL) {
138 if (bNotify && m_pForm->m_pFormNotify != NULL) {
145 if (bNotify && m_pForm->m_pFormNotify != NULL) {
157 if (bNotify && m_pForm->m_pFormNotify != NULL) {
164 if (bNotify && m_pForm->m_pFormNotify != NULL) {
187 if (bNotify && m_pForm->m_pFormNotify != NULL) {
207 if (bNotify && m_pForm->m_pFormNotify != NULL) {
340 FX_BOOL CPDF_FormField::SetValue(const CFX_WideString& value, FX_BOOL bDefault, FX_BOOL bNotify) argument
415 SetValue(const CFX_WideString& value, FX_BOOL bNotify) argument
505 ClearSelection(FX_BOOL bNotify) argument
589 SetItemSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify) argument
797 CheckControl(int iControlIndex, FX_BOOL bChecked, FX_BOOL bNotify) argument
881 SetCheckValue(const CFX_WideString& value, FX_BOOL bDefault, FX_BOOL bNotify) argument
965 SelectOption(int iOptIndex, FX_BOOL bSelected, FX_BOOL bNotify) argument
1046 ClearSelectedOptions(FX_BOOL bNotify) argument
[all...]
H A Ddoc_form.cpp1168 FX_BOOL CPDF_InterForm::ResetForm(const CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude, FX_BOOL bNotify) argument
1170 if (bNotify && m_pFormNotify != NULL) {
1191 pField->ResetField(bNotify);
1194 if (bNotify && m_pFormNotify != NULL) {
1199 FX_BOOL CPDF_InterForm::ResetForm(FX_BOOL bNotify) argument
1201 if (bNotify && m_pFormNotify != NULL) {
1213 pField->ResetField(bNotify);
1215 if (bNotify && m_pFormNotify != NULL) {
1523 void CPDF_InterForm::FDF_ImportField(CPDF_Dictionary* pFieldDict, const CFX_WideString& parent_name, FX_BOOL bNotify, int nLevel) argument
1538 FDF_ImportField(pKid, name, bNotify, nLeve
1586 ImportFromFDF(const CFDF_Document* pFDF, FX_BOOL bNotify) argument
[all...]
/external/pdfium/fpdfsdk/include/
H A Dfsdk_baseform.h96 void SetCheck(FX_BOOL bChecked, FX_BOOL bNotify);
97 void SetValue(const CFX_WideString& sValue, FX_BOOL bNotify);
99 void SetOptionSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify);
100 void ClearSelection(FX_BOOL bNotify);
209 FX_BOOL ImportFormFromFDFFile(const CFX_WideString& csFDFFileName, FX_BOOL bNotify);
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h985 FX_BOOL ImportFromFDF(const CFDF_Document* pFDFDoc, FX_BOOL bNotify = FALSE);
990 FX_BOOL ResetForm(const CFX_PtrArray& fields, FX_BOOL bIncludeOrExclude = TRUE, FX_BOOL bNotify = FALSE);
992 FX_BOOL ResetForm(FX_BOOL bNotify = FALSE);
1034 void FDF_ImportField(CPDF_Dictionary* pField, const CFX_WideString& parent_name, FX_BOOL bNotify = FALSE, int nLevel = 0);
1115 FX_BOOL ResetField(FX_BOOL bNotify = FALSE);
1172 FX_BOOL SetValue(const CFX_WideString& value, FX_BOOL bNotify = FALSE);
1187 FX_BOOL ClearSelection(FX_BOOL bNotify = FALSE);
1191 FX_BOOL SetItemSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify = FALSE);
1213 FX_BOOL CheckControl(int iControlIndex, FX_BOOL bChecked, FX_BOOL bNotify = FALSE);
1229 FX_BOOL SelectOption(int iOptIndex, FX_BOOL bSelected, FX_BOOL bNotify
[all...]
/external/pdfium/fpdfsdk/include/pdfwindow/
H A DPWL_IconList.h64 void EnableNotify(FX_BOOL bNotify);
104 void EnableNotify(FX_BOOL bNotify);
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_IconList.cpp336 void CPWL_IconList_Content::EnableNotify(FX_BOOL bNotify) argument
338 m_bEnableNotify = bNotify;
525 void CPWL_IconList::EnableNotify(FX_BOOL bNotify) argument
527 m_pListContent->EnableNotify(bNotify);
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_rc.c97 UINT8 bNotify; member in struct:__anon1087
740 btif_rc_cb.rc_notif[event_id-1].bNotify = TRUE;
963 BOOLEAN bNotify = (btif_rc_cb.rc_connected) && (btif_rc_cb.rc_notif[event_id-1].bNotify); local
966 btif_rc_cb.rc_notif[event_id-1].bNotify = FALSE;
967 BTIF_TRACE_DEBUG("%s rc_handle: %d. event_id: 0x%02d bNotify:%u", __FUNCTION__,
968 btif_rc_cb.rc_handle, event_id, bNotify);
969 if (bNotify)
1111 btif_rc_cb.rc_notif[BTRC_EVT_PLAY_POS_CHANGED - 1].bNotify = FALSE;
1333 if (btif_rc_cb.rc_notif[event_id-1].bNotify
[all...]
/external/pdfium/fpdfsdk/include/fxedit/
H A Dfx_edit.h326 virtual void EnableNotify(FX_BOOL bNotify) = 0;
329 virtual void EnableOprNotify(FX_BOOL bNotify) = 0;
H A Dfxet_edit.h684 void EnableNotify(FX_BOOL bNotify);
728 void EnableOprNotify(FX_BOOL bNotify);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_baseform.cpp297 void CPDFSDK_Widget::SetCheck(FX_BOOL bChecked, FX_BOOL bNotify) argument
305 pFormField->CheckControl(pFormField->GetControlIndex(pFormCtrl), bChecked, bNotify);
308 void CPDFSDK_Widget::SetValue(const CFX_WideString& sValue, FX_BOOL bNotify) argument
313 pFormField->SetValue(sValue, bNotify);
319 void CPDFSDK_Widget::SetOptionSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify) argument
324 pFormField->SetItemSelection(index, bSelected, bNotify);
327 void CPDFSDK_Widget::ClearSelection(FX_BOOL bNotify) argument
332 pFormField->ClearSelection(bNotify);
2566 FX_BOOL bNotify)
2565 ImportFormFromFDFFile(const CFX_WideString& csFDFFileName, FX_BOOL bNotify) argument
/external/pdfium/fpdfsdk/src/fxedit/
H A Dfxet_edit.cpp3484 void CFX_Edit::EnableNotify(FX_BOOL bNotify) argument
3486 this->m_bNotify = bNotify;
3489 void CFX_Edit::EnableOprNotify(FX_BOOL bNotify) argument
3491 this->m_bOprNotify = bNotify;

Completed in 828 milliseconds