Home
last modified time | relevance | path

Searched refs:pVSB (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp419 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) in GetClientRect() local
420 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
597 CPWL_ScrollBar* pVSB = GetVScrollBar(); in RePosChildWnd() local
598 if (!pVSB) in RePosChildWnd()
613 pVSB->Move(rcVScroll, true, false); in RePosChildWnd()
Dcpwl_edit.cpp83 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in RePosChildWnd() local
91 pVSB->Move(rcVScroll, true, false); in RePosChildWnd()
112 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in GetClientRect() local
113 if (pVSB->IsVisible()) { in GetClientRect()