OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPWL_ScrollBar
(Results
1 - 9
of
9
) sorted by null
/external/pdfium/fpdfsdk/src/pdfwindow/
PWL_ScrollBar.cpp
568
CPWL_ScrollBar
::
CPWL_ScrollBar
(PWL_SCROLLBAR_TYPE sbType)
577
CPWL_ScrollBar
::~
CPWL_ScrollBar
() {}
579
CFX_ByteString
CPWL_ScrollBar
::GetClassName() const {
580
return "
CPWL_ScrollBar
";
583
void
CPWL_ScrollBar
::OnCreate(PWL_CREATEPARAM& cp) {
587
void
CPWL_ScrollBar
::RePosChildWnd() {
650
void
CPWL_ScrollBar
::GetThisAppearanceStream(CFX_ByteTextBuf& sAppStream) {
667
void
CPWL_ScrollBar
::DrawThisAppearance(CFX_RenderDevice* pDevice
[
all
...]
PWL_IconList.cpp
370
if (
CPWL_ScrollBar
* pScrollBar = GetVScrollBar()) {
387
if (
CPWL_ScrollBar
* pScrollBar = GetVScrollBar()) {
416
if (
CPWL_ScrollBar
* pScrollBar = GetVScrollBar())
491
if (
CPWL_ScrollBar
* pScrollBar = GetVScrollBar())
PWL_Wnd.cpp
539
if (
CPWL_ScrollBar
* pVSB = GetVScrollBar())
623
CPWL_ScrollBar
* CPWL_Wnd::GetVScrollBar() const {
647
m_pVScrollBar = new
CPWL_ScrollBar
(SBT_VSCROLL);
733
CPWL_ScrollBar
* pVSB = GetVScrollBar();
PWL_Edit.cpp
74
if (
CPWL_ScrollBar
* pVSB = GetVScrollBar()) {
93
if (
CPWL_ScrollBar
* pVSB = GetVScrollBar()) {
195
if (
CPWL_ScrollBar
* pScroll = GetVScrollBar()) {
828
if (
CPWL_ScrollBar
* pScroll = GetVScrollBar()) {
847
if (
CPWL_ScrollBar
* pScroll = GetVScrollBar()) {
[
all
...]
PWL_ListBox.cpp
43
if (
CPWL_ScrollBar
* pScroll = m_pList->GetVScrollBar()) {
PWL_Note.cpp
[
all
...]
/external/pdfium/fpdfsdk/include/pdfwindow/
PWL_ScrollBar.h
13
class
CPWL_ScrollBar
;
92
class
CPWL_ScrollBar
: public CPWL_Wnd {
94
CPWL_ScrollBar
(PWL_SCROLLBAR_TYPE sbType = SBT_HSCROLL);
95
~
CPWL_ScrollBar
() override;
PWL_Wnd.h
15
class
CPWL_ScrollBar
;
365
CPWL_ScrollBar
* GetVScrollBar() const;
458
CPWL_ScrollBar
* m_pVScrollBar;
PWL_Note.h
342
CPWL_ScrollBar
* m_pContentsBar;
Completed in 543 milliseconds