OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_nSelectIndex
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_IconList.cpp
152
m_nSelectIndex
(-1),
234
if (
m_nSelectIndex
> 0)
236
FX_INT32 nItemIndex =
m_nSelectIndex
- 1;
242
if (
m_nSelectIndex
< m_nListCount-1)
244
FX_INT32 nItemIndex =
m_nSelectIndex
+ 1;
308
if (
m_nSelectIndex
!= nIndex)
310
SelectItem(
m_nSelectIndex
, FALSE);
312
m_nSelectIndex
= nIndex;
321
return
m_nSelectIndex
;
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_IconList.h
85
FX_BOOL
m_nSelectIndex
;
Completed in 498 milliseconds