OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsItemSelected
(Results
1 - 13
of
13
) sorted by null
/external/pdfium/fpdfsdk/src/formfiller/
FFL_ListBox.cpp
100
if (pListBox->
IsItemSelected
(i)) {
133
if (pListBox->
IsItemSelected
(i)) {
190
if (pListBox->
IsItemSelected
(i)) {
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ListBox.h
98
FX_BOOL
IsItemSelected
(int32_t nItemIndex) const;
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ListBox.cpp
120
if (m_pList->
IsItemSelected
(i)) {
179
if (m_pList->
IsItemSelected
(i)) {
468
FX_BOOL CPWL_ListBox::
IsItemSelected
(int32_t nItemIndex) const {
470
return m_pList->
IsItemSelected
(nItemIndex);
/external/pdfium/xfa/src/fwl/src/basewidget/include/
fwl_listboximp.h
48
FX_BOOL
IsItemSelected
(FWL_HLISTITEM hItem);
/external/lzma/CPP/Windows/Control/
ListView.h
76
bool
IsItemSelected
(int index) const { return GetItemState(index, LVIS_SELECTED) == LVIS_SELECTED; }
/external/pdfium/core/src/fpdfdoc/
doc_formfield.cpp
500
FX_BOOL CPDF_FormField::
IsItemSelected
(int index) {
578
if (
IsItemSelected
(i)) {
606
bSelected =
IsItemSelected
(i);
/external/pdfium/fpdfsdk/src/fxedit/
fxet_list.cpp
264
FX_BOOL CFX_List::
IsItemSelected
(int32_t nIndex) const {
461
if (
IsItemSelected
(nHitIndex)) {
602
if (bSelected !=
IsItemSelected
(nItemIndex)) {
/external/pdfium/fpdfsdk/include/fxedit/
fxet_list.h
221
FX_BOOL
IsItemSelected
(int32_t nIndex) const override;
fx_edit.h
527
virtual FX_BOOL
IsItemSelected
(int32_t nIndex) const = 0;
/external/pdfium/xfa/src/fwl/src/basewidget/
fwl_listboximp.cpp
386
FX_BOOL CFWL_ListBoxImp::
IsItemSelected
(FWL_HLISTITEM hItem) {
[
all
...]
/external/pdfium/core/include/fpdfdoc/
fpdf_doc.h
781
FX_BOOL
IsItemSelected
(int index);
/external/pdfium/fpdfsdk/src/javascript/
Field.cpp
1016
!pFormField->
IsItemSelected
(iSelecting))
[
all
...]
/external/pdfium/fpdfsdk/src/
fsdk_baseform.cpp
661
return pFormField->
IsItemSelected
(nIndex);
[
all
...]
Completed in 1066 milliseconds