OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pListBox
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/fpdfsdk/formfiller/
cffl_listbox.cpp
84
CPWL_ListBox*
pListBox
= (CPWL_ListBox*)GetPDFWindow(pPageView, false);
85
if (!
pListBox
)
90
for (int32_t i = 0, sz =
pListBox
->GetCount(); i < sz; ++i) {
91
if (
pListBox
->IsItemSelected(i)) {
101
return
pListBox
->GetCurSel() != m_pWidget->GetSelectedIndex(0);
105
CPWL_ListBox*
pListBox
=
107
if (!
pListBox
)
110
int32_t nNewTopIndex =
pListBox
->GetTopVisibleIndex();
113
for (int32_t i = 0, sz =
pListBox
->GetCount(); i < sz; i++) {
114
if (
pListBox
->IsItemSelected(i)
[
all
...]
/external/pdfium/xfa/fxfa/
cxfa_fflistbox.cpp
42
CFWL_ListBox*
pListBox
= pNew.get();
43
pListBox
->ModifyStyles(FWL_WGTSTYLE_VScroll | FWL_WGTSTYLE_NoBackground,
57
pListBox
->AddString(label.AsStringView());
66
pListBox
->SetSelItem(
pListBox
->GetItem(nullptr, selected), true);
81
auto*
pListBox
= ToListBox(m_pNormalWidget.get());
83
int32_t iSels =
pListBox
->CountSelItems();
85
iSelArray.push_back(
pListBox
->GetSelIndex(i));
94
auto*
pListBox
= ToListBox(m_pNormalWidget.get());
95
int32_t iSels =
pListBox
->CountSelItems()
[
all
...]
cxfa_ffwidgethandler.cpp
414
CXFA_Node*
pListBox
= pUi->GetFirstChild();
415
pListBox
->JSObject()->SetEnum(XFA_Attribute::Open, XFA_AttributeEnum::Always,
417
pListBox
->JSObject()->SetEnum(XFA_Attribute::CommitOn,
Completed in 438 milliseconds