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

  /external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h 114 PWL_SCROLLBAR_TYPE GetScrollBarType() const { return m_sbType; }
144 PWL_SCROLLBAR_TYPE m_sbType;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 569 : m_sbType(sbType),
592 switch (m_sbType) {
705 switch (m_sbType) {
818 switch (m_sbType) {
841 m_pMinButton = new CPWL_SBButton(m_sbType, PSBT_MIN);
846 m_pMaxButton = new CPWL_SBButton(m_sbType, PSBT_MAX);
851 m_pPosButton = new CPWL_SBButton(m_sbType, PSBT_POS);
907 switch (m_sbType) {
980 switch (m_sbType) {
1006 switch (m_sbType) {
    [all...]

Completed in 36 milliseconds