HomeSort by relevance Sort by last modified time
    Searched refs:pVSB (Results 1 - 2 of 2) sorted by null

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Wnd.cpp 682 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar())
683 rcClient.right -= pVSB->GetScrollBarWidth();
958 CPWL_ScrollBar * pVSB = this->GetVScrollBar();
965 if (pVSB) pVSB->Move(rcVScroll,TRUE,FALSE);
PWL_Edit.cpp 86 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar())
88 //if (pVSB->IsVisible())
95 pVSB->Move(rcVScroll, TRUE, FALSE);
109 if (CPWL_ScrollBar * pVSB = this->GetVScrollBar())
111 if (pVSB->IsVisible())

Completed in 3345 milliseconds