OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pVScrollBar
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp
186
:
m_pVScrollBar
(NULL),
273
m_pVScrollBar
= NULL;
625
return
m_pVScrollBar
;
635
if (!
m_pVScrollBar
&& HasFlag(PWS_VSCROLL)) {
647
m_pVScrollBar
= new CPWL_ScrollBar(SBT_VSCROLL);
648
m_pVScrollBar
->Create(scp);
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Wnd.h
458
CPWL_ScrollBar*
m_pVScrollBar
;
Completed in 36 milliseconds