Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_Wnd.cpp524 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) in GetClientRect() local
525 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
705 CPWL_ScrollBar* pVSB = GetVScrollBar(); in RePosChildWnd() local
711 if (pVSB) in RePosChildWnd()
712 pVSB->Move(rcVScroll, true, false); in RePosChildWnd()
DPWL_Edit.cpp87 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in RePosChildWnd() local
92 pVSB->Move(rcVScroll, true, false); in RePosChildWnd()
106 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in GetClientRect() local
107 if (pVSB->IsVisible()) { in GetClientRect()