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

  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_Note.cpp 1208 m_pContentsBar(NULL),
1252 //m_pContentsBar->OnNotify(this, PNM_SETSCROLLPOS, SBT_VSCROLL, (FX_INTPTR)&ptNew.y);
1261 if (!m_pContentsBar->IsVisible())
1263 m_pContentsBar->SetVisible(TRUE);
1264 if (m_pContentsBar->IsVisible())
1266 m_pContentsBar->InvalidateRect(NULL);
1273 if (m_pContentsBar->IsVisible())
1275 m_pContentsBar->SetVisible(FALSE);
1276 m_pContentsBar->InvalidateRect(NULL);
1287 if (m_pContentsBar->IsVisible())
    [all...]
  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_Note.h 342 CPWL_ScrollBar* m_pContentsBar;

Completed in 99 milliseconds