Home
last modified time | relevance | path

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

/external/pdfium/core/src/fpdfdoc/
Ddoc_formfield.cpp589 FX_BOOL CPDF_FormField::SetItemSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify) in SetItemSelection() argument
608 if (!bSelected) { in SetItemSelection()
652 FX_BOOL bSelected; in SetItemSelection() local
656 bSelected = IsItemSelected(i); in SetItemSelection()
658 bSelected = TRUE; in SetItemSelection()
660 if (bSelected) { in SetItemSelection()
965 FX_BOOL CPDF_FormField::SelectOption(int iOptIndex, FX_BOOL bSelected, FX_BOOL bNotify) in SelectOption() argument
969 if (!bSelected) { in SelectOption()
982 if (bSelected) { in SelectOption()
1002 if (!bSelected) { in SelectOption()
[all …]
Ddoc_ap.cpp556 FX_BOOL bSelected = FALSE; in GenerateWidgetAP() local
560 bSelected = TRUE; in GenerateWidgetAP()
577 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.h163 void SetSelect(FX_BOOL bSelected);
248 void SetItemSelect(FX_INT32 nItemIndex, FX_BOOL bSelected);
342 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.h32 void SetSelect(FX_BOOL bSelected);
/external/pdfium/fpdfsdk/include/
Dfsdk_baseannot.h85 void SetSelected(FX_BOOL bSelected);
Dfsdk_baseform.h99 void SetOptionSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify);
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp319 void CPDFSDK_Widget::SetOptionSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify) in SetOptionSelection() argument
324 pFormField->SetItemSelection(index, bSelected, bNotify); in SetOptionSelection()
1154 FX_BOOL bSelected = FALSE; in ResetAppearance_ListBox() local
1159 bSelected = TRUE; in ResetAppearance_ListBox()
1169 if (bSelected) in ResetAppearance_ListBox()
Dfsdk_baseannot.cpp544 void CPDFSDK_Annot::SetSelected(FX_BOOL bSelected) in SetSelected() argument
546 m_bSelected = bSelected; in SetSelected()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h1191 FX_BOOL SetItemSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify = FALSE);
1229 FX_BOOL SelectOption(int iOptIndex, FX_BOOL bSelected, FX_BOOL bNotify = FALSE);