OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_arrItem
(Results
1 - 4
of
4
) sorted by null
/external/pdfium/xfa/src/fwl/src/lightwidget/
listbox.cpp
40
m_ListBoxDP.
m_arrItem
.Add(pItem);
45
if (nIndex < 0 || nIndex >= m_ListBoxDP.
m_arrItem
.GetSize()) {
63
m_ListBoxDP.
m_arrItem
.RemoveAt(nIndex);
74
m_ListBoxDP.
m_arrItem
.RemoveAll();
112
for (int32_t i = 0; i < m_ListBoxDP.
m_arrItem
.GetSize(); i++) {
114
static_cast<CFWL_ListItem*>(m_ListBoxDP.
m_arrItem
[i]);
123
static_cast<CFWL_ListItem*>(m_ListBoxDP.
m_arrItem
[nIndex])->m_dwStates |=
131
return m_ListBoxDP.
m_arrItem
.GetSize();
134
int32_t nCount = m_ListBoxDP.
m_arrItem
.GetSize();
138
return (FWL_HLISTITEM)m_ListBoxDP.
m_arrItem
[nIndex];
[
all
...]
combobox.cpp
34
return m_comboBoxData.
m_arrItem
.Add(pItem);
42
return m_comboBoxData.
m_arrItem
.Add(pItem);
45
return m_comboBoxData.
m_arrItem
.RemoveAt(iIndex);
48
m_comboBoxData.
m_arrItem
.RemoveAll();
238
int32_t nCount =
m_arrItem
.GetSize();
240
delete static_cast<CFWL_ComboBoxItem*>(
m_arrItem
[i]);
242
m_arrItem
.RemoveAll();
245
return
m_arrItem
.GetSize();
249
int32_t iCount =
m_arrItem
.GetSize();
253
return (FWL_HLISTITEM)
m_arrItem
[nIndex];
[
all
...]
/external/pdfium/xfa/include/fwl/lightwidget/
combobox.h
116
CFX_PtrArray
m_arrItem
;
listbox.h
91
CFX_PtrArray
m_arrItem
;
Completed in 163 milliseconds