Searched refs:bSelected (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 592 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 …]
|
D | doc_ap.cpp | 558 FX_BOOL bSelected = FALSE; in GenerateWidgetAP() local 562 bSelected = TRUE; in GenerateWidgetAP() 579 if (bSelected) { in GenerateWidgetAP()
|
/external/pdfium/fpdfsdk/src/fxedit/ |
D | fxet_list.cpp | 64 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/ |
D | fxet_list.h | 164 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/ |
D | PWL_IconList.cpp | 70 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/ |
D | PWL_IconList.h | 37 void SetSelect(FX_BOOL bSelected);
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseannot.h | 96 void SetSelected(FX_BOOL bSelected);
|
D | fsdk_baseform.h | 107 void SetOptionSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify);
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 320 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()
|
D | fsdk_baseannot.cpp | 547 void CPDFSDK_Annot::SetSelected(FX_BOOL bSelected) in SetSelected() argument 549 m_bSelected = bSelected; in SetSelected()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 1146 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);
|