Searched refs:bSelected (Results 1 – 11 of 11) sorted by relevance
/external/pdfium/core/src/fpdfdoc/ |
D | doc_formfield.cpp | 589 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 …]
|
D | doc_ap.cpp | 556 FX_BOOL bSelected = FALSE; in GenerateWidgetAP() local 560 bSelected = TRUE; in GenerateWidgetAP() 577 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 | 163 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/ |
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 | 32 void SetSelect(FX_BOOL bSelected);
|
/external/pdfium/fpdfsdk/include/ |
D | fsdk_baseannot.h | 85 void SetSelected(FX_BOOL bSelected);
|
D | fsdk_baseform.h | 99 void SetOptionSelection(int index, FX_BOOL bSelected, FX_BOOL bNotify);
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 319 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()
|
D | fsdk_baseannot.cpp | 544 void CPDFSDK_Annot::SetSelected(FX_BOOL bSelected) in SetSelected() argument 546 m_bSelected = bSelected; in SetSelected()
|
/external/pdfium/core/include/fpdfdoc/ |
D | fpdf_doc.h | 1191 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);
|