OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_pPosButton
(Results
1 - 2
of
2
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp
572
m_pPosButton
(NULL),
701
if (
m_pPosButton
&&
m_pPosButton
->IsVisible()) {
703
CPDF_Rect rcPosButton =
m_pPosButton
->GetWindowRect();
774
if (pWnd ==
m_pPosButton
) {
787
if (pWnd ==
m_pPosButton
) {
800
if (pWnd ==
m_pPosButton
) {
850
if (!
m_pPosButton
) {
851
m_pPosButton
= new CPWL_SBButton(m_sbType, PSBT_POS);
852
m_pPosButton
->SetVisible(FALSE)
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h
148
CPWL_SBButton*
m_pPosButton
;
Completed in 36 milliseconds