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 118 PWL_SCROLLBAR_TYPE GetScrollBarType() const {return m_sbType;};
151 PWL_SCROLLBAR_TYPE m_sbType;
  /external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp 617 m_sbType(sbType),
646 switch(m_sbType)
668 switch (m_sbType)
786 switch (m_sbType)
915 switch (this->m_sbType)
941 m_pMinButton = new CPWL_SBButton(m_sbType,PSBT_MIN);
947 m_pMaxButton = new CPWL_SBButton(m_sbType,PSBT_MAX);
953 m_pPosButton = new CPWL_SBButton(m_sbType,PSBT_POS);
1021 switch (m_sbType)
1115 switch(m_sbType)
    [all...]

Completed in 453 milliseconds