HomeSort by relevance Sort by last modified time
    Searched refs:bSelected (Results 1 - 16 of 16) sorted by null

  /external/pdfium/fpdfsdk/
cpdfsdk_annot.cpp 84 void CPDFSDK_Annot::SetSelected(bool bSelected) {
85 m_bSelected = bSelected;
cpdfsdk_annot.h 58 void SetSelected(bool bSelected);
cpdfsdk_widget.h 104 void SetOptionSelection(int index, bool bSelected, bool bNotify);
cpdfsdk_widget.cpp 707 bool bSelected,
710 pFormField->SetItemSelection(index, bSelected, bNotify);
    [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 95 bool SetItemSelection(int index, bool bSelected, bool bNotify = false);
116 bool SelectOption(int iOptIndex, bool bSelected, bool bNotify = false);
cpdf_formfield.cpp 532 bool CPDF_FormField::SetItemSelection(int index, bool bSelected, bool bNotify) {
541 if (bSelected) {
833 bool CPDF_FormField::SelectOption(int iOptIndex, bool bSelected, bool bNotify) {
836 if (!bSelected)
846 if (bSelected)
860 if (!bSelected)
874 if (bSelected)
cpvt_generateap.cpp 368 bool bSelected = false;
373 bSelected = true;
388 if (bSelected) {
    [all...]
  /external/pdfium/xfa/fxfa/app/
xfa_ffchoicelist.h 28 void SetItemState(int32_t nIndex, bool bSelected);
81 void SetItemState(int32_t nIndex, bool bSelected);
xfa_ffchoicelist.cpp 172 void CXFA_FFListBox::SetItemState(int32_t nIndex, bool bSelected) {
174 ((CFWL_ListBox*)m_pNormalWidget)->SetSelItem(item, bSelected);
449 void CXFA_FFComboBox::SetItemState(int32_t nIndex, bool bSelected) {
450 if (bSelected) {
  /external/pdfium/fpdfsdk/fxedit/
fxet_list.h 109 void SetSelect(bool bSelected);
277 void SetMultipleSelect(int32_t nItemIndex, bool bSelected);
286 void SetItemSelect(int32_t nItemIndex, bool bSelected);
fxet_list.cpp 48 void CFX_ListItem::SetSelect(bool bSelected) {
49 m_bSelected = bSelected;
399 void CFX_ListCtrl::SetMultipleSelect(int32_t nItemIndex, bool bSelected) {
403 if (bSelected != IsItemSelected(nItemIndex)) {
404 if (bSelected) {
760 void CFX_ListCtrl::SetItemSelect(int32_t nItemIndex, bool bSelected) {
762 pListItem->SetSelect(bSelected);
  /external/pdfium/xfa/fwl/
cfwl_listbox.h 71 void SetSelection(CFWL_ListItem* hStart, CFWL_ListItem* hEnd, bool bSelected);
cfwl_listbox.cpp 211 bool bSelected) {
219 if (bSelected) {
228 SetSelectionDirect(pItem, bSelected);
757 bool bSelected = IsItemSelected(pItem);
758 SetSelectionDirect(pItem, !bSelected);
  /external/pdfium/xfa/fxfa/parser/
cxfa_widgetdata.h 109 bool bSelected,
cxfa_widgetdata.cpp 939 bool bSelected,
962 if (bSelected) {
984 if (bSelected) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]

Completed in 257 milliseconds