Home
last modified time | relevance | path

Searched refs:bSelected (Results 1 – 11 of 11) sorted by relevance

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp592 FX_BOOL CPDF_FormField::SetItemSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify) in SetItemSelection() argument
611 if (!bSelected) { in SetItemSelection()
655 FX_BOOL bSelected; in SetItemSelection() local
659 bSelected = IsItemSelected(i); in SetItemSelection()
661 bSelected = TRUE; in SetItemSelection()
663 if (bSelected) { in SetItemSelection()
968 FX_BOOL CPDF_FormField::SelectOption(int iOptIndex, FX_BOOL bSelected, FX_BOOL bNotify) in SelectOption() argument
972 if (!bSelected) { in SelectOption()
985 if (bSelected) { in SelectOption()
1005 if (!bSelected) { in SelectOption()
[all …]
Ddoc_ap.cpp558 FX_BOOL bSelected = FALSE; in GenerateWidgetAP() local
562 bSelected = TRUE; in GenerateWidgetAP()
579 if (bSelected) { in GenerateWidgetAP()
/external/pdfium/fpdfsdk/src/fxedit/
Dfxet_list.cpp64 void CFX_ListItem::SetSelect(FX_BOOL bSelected) in SetSelect() argument
66 m_bSelected = bSelected; in SetSelect()
331 void CFX_List::SetItemSelect(FX_INT32 nItemIndex, FX_BOOL bSelected) in SetItemSelect() argument
335 pListItem->SetSelect(bSelected); in SetItemSelect()
742 void CFX_ListCtrl::SetMultipleSelect(FX_INT32 nItemIndex, FX_BOOL bSelected) in SetMultipleSelect() argument
746 if (bSelected != this->IsItemSelected(nItemIndex)) in SetMultipleSelect()
748 if (bSelected) in SetMultipleSelect()
/external/pdfium/fpdfsdk/include/fxedit/
Dfxet_list.h164 void SetSelect(FX_BOOL bSelected);
249 void SetItemSelect(FX_INT32 nItemIndex, FX_BOOL bSelected);
343 void SetMultipleSelect(FX_INT32 nItemIndex, FX_BOOL bSelected);
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_IconList.cpp70 void CPWL_IconList_Item::SetSelect(FX_BOOL bSelected) in SetSelect() argument
72 m_bSelected = bSelected; in SetSelect()
74 if (bSelected) in SetSelect()
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_IconList.h37 void SetSelect(FX_BOOL bSelected);
/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h96 void SetSelected(FX_BOOL bSelected);
Dfsdk_baseform.h107 void SetOptionSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify);
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp320 void CPDFSDK_Widget::SetOptionSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify) in SetOptionSelection() argument
325 pFormField->SetItemSelection(index, bSelected, bNotify); in SetOptionSelection()
1155 FX_BOOL bSelected = FALSE; in ResetAppearance_ListBox() local
1160 bSelected = TRUE; in ResetAppearance_ListBox()
1170 if (bSelected) in ResetAppearance_ListBox()
Dfsdk_baseannot.cpp547 void CPDFSDK_Annot::SetSelected(FX_BOOL bSelected) in SetSelected() argument
549 m_bSelected = bSelected; in SetSelected()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1146 FX_BOOL SetItemSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify = FALSE);
1184 FX_BOOL SelectOption(int iOptIndex, FX_BOOL bSelected, FX_BOOL bNotify = FALSE);