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

  /external/pdfium/xfa/fxfa/
cxfa_fflistbox.h 27 void SetItemState(int32_t nIndex, bool bSelected);
cxfa_ffcombobox.h 52 void SetItemState(int32_t nIndex, bool bSelected);
cxfa_fflistbox.cpp 166 void CXFA_FFListBox::SetItemState(int32_t nIndex, bool bSelected) {
168 pListBox->SetSelItem(pListBox->GetSelItem(nIndex), bSelected);
cxfa_ffcombobox.cpp 273 void CXFA_FFComboBox::SetItemState(int32_t nIndex, bool bSelected) {
274 ToComboBox(m_pNormalWidget.get())->SetCurSel(bSelected ? nIndex : -1);
cxfa_widgetacc.h 155 bool bSelected,
cxfa_widgetacc.cpp     [all...]
  /external/pdfium/fpdfsdk/pwl/
cpwl_list_impl.h 104 void SetSelect(bool bSelected) { m_bSelected = bSelected; }
138 void SetMultipleSelect(int32_t nItemIndex, bool bSelected);
147 void SetItemSelect(int32_t nItemIndex, bool bSelected);
cpwl_list_impl.cpp 318 void CPWL_ListCtrl::SetMultipleSelect(int32_t nItemIndex, bool bSelected) {
322 if (bSelected != IsItemSelected(nItemIndex)) {
323 if (bSelected) {
624 void CPWL_ListCtrl::SetItemSelect(int32_t nIndex, bool bSelected) {
626 m_ListItems[nIndex]->SetSelect(bSelected);
cpwl_appstream.cpp     [all...]
  /external/pdfium/core/fpdfdoc/
cpdf_formfield.h 144 bool SetItemSelection(int index, bool bSelected, bool bNotify = false);
165 bool SelectOption(int iOptIndex, bool bSelected, bool bNotify = false);
cpdf_formfield.cpp 531 bool CPDF_FormField::SetItemSelection(int index, bool bSelected, bool bNotify) {
540 if (bSelected) {
829 bool CPDF_FormField::SelectOption(int iOptIndex, bool bSelected, bool bNotify) {
832 if (!bSelected)
842 if (bSelected)
856 if (!bSelected)
870 if (bSelected)
cpvt_generateap.cpp     [all...]
  /external/pdfium/fpdfsdk/
cpdfsdk_widget.h 105 void SetOptionSelection(int index, bool bSelected, bool bNotify);
cpdfsdk_widget.cpp 707 bool bSelected,
710 pFormField->SetItemSelection(index, bSelected, bNotify);
  /external/pdfium/xfa/fwl/
cfwl_listbox.h 71 void SetSelection(CFWL_ListItem* hStart, CFWL_ListItem* hEnd, bool bSelected);
cfwl_listbox.cpp 208 bool bSelected) {
216 if (bSelected) {
225 SetSelectionDirect(pItem, bSelected);
753 bool bSelected = IsItemSelected(pItem);
754 SetSelectionDirect(pItem, !bSelected);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
commctrl.h     [all...]

Completed in 575 milliseconds