Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Wnd.cpp682 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar()) in GetClientRect() local
683 rcClient.right -= pVSB->GetScrollBarWidth(); in GetClientRect()
958 CPWL_ScrollBar * pVSB = this->GetVScrollBar(); in RePosChildWnd() local
965 if (pVSB) pVSB->Move(rcVScroll,TRUE,FALSE); in RePosChildWnd()
DPWL_Edit.cpp86 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar()) in RePosChildWnd() local
95 pVSB->Move(rcVScroll, TRUE, FALSE); in RePosChildWnd()
109 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar()) in GetClientRect() local
111 if (pVSB->IsVisible()) in GetClientRect()