Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_wnd.cpp411 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) in GetClientRect() local
412 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
580 CPWL_ScrollBar* pVSB = GetVScrollBar(); in RePosChildWnd() local
581 if (!pVSB) in RePosChildWnd()
595 pVSB->Move(rcVScroll, true, false); in RePosChildWnd()
Dcpwl_edit.cpp44 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in RePosChildWnd() local
51 pVSB->Move(rcVScroll, true, false); in RePosChildWnd()
72 if (CPWL_ScrollBar* pVSB = GetVScrollBar()) { in GetClientRect() local
73 if (pVSB->IsVisible()) { in GetClientRect()