Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp1209 m_pContentsBar(NULL), in CPWL_Note()
1259 if (!m_pContentsBar->IsVisible()) in ResetScrollBar()
1261 m_pContentsBar->SetVisible(TRUE); in ResetScrollBar()
1262 if (m_pContentsBar->IsVisible()) in ResetScrollBar()
1264 m_pContentsBar->InvalidateRect(NULL); in ResetScrollBar()
1271 if (m_pContentsBar->IsVisible()) in ResetScrollBar()
1273 m_pContentsBar->SetVisible(FALSE); in ResetScrollBar()
1274 m_pContentsBar->InvalidateRect(NULL); in ResetScrollBar()
1285 if (m_pContentsBar->IsVisible()) in ResetScrollBar()
1327 ASSERT(m_pContentsBar != NULL); in RePosNoteChildren()
[all …]
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_Note.h349 CPWL_ScrollBar* m_pContentsBar; variable