Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp539 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) in GetClientRect() local
540 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
733 CPWL_ScrollBar* pVSB = GetVScrollBar(); in RePosChildWnd() local
739 if (pVSB) in RePosChildWnd()
740 pVSB->Move(rcVScroll, TRUE, FALSE); in RePosChildWnd()
DPWL_Edit.cpp74 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in RePosChildWnd() local
79 pVSB->Move(rcVScroll, TRUE, FALSE); in RePosChildWnd()
93 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in GetClientRect() local
94 if (pVSB->IsVisible()) { in GetClientRect()