Home
last modified time | relevance | path

Searched refs:m_pList (Results 1 – 8 of 8) sorted by relevance

/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_ListBox.cpp21 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify()
22 ASSERT(m_pList); in CPWL_List_Notify()
41 m_pList->OnNotify(m_pList, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY()
43 if (CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar()) { in IOnSetScrollInfoY()
48 m_pList->RePosChildWnd(); in IOnSetScrollInfoY()
53 m_pList->RePosChildWnd(); in IOnSetScrollInfoY()
60 m_pList->OnNotify(m_pList, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY()
64 m_pList->InvalidateRect(pRect); in IOnInvalidateRect()
68 : m_pList(NULL), in CPWL_ListBox()
73 m_pList = IFX_List::NewList(); in CPWL_ListBox()
[all …]
DPWL_ComboBox.cpp49 if (!m_pList) in OnKeyDownWithExit()
66 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
69 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
72 m_pList->OnVK_HOME(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
75 m_pList->OnVK_LEFT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
78 m_pList->OnVK_END(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
81 m_pList->OnVK_RIGHT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
95 if (!m_pList) in OnCharWithExit()
98 if (!m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag))) in OnCharWithExit()
202 m_pList(NULL), in CPWL_ComboBox()
[all …]
/external/pdfium/xfa/src/fxfa/src/fm2js/
Dxfa_expression.cpp269 : CXFA_FMExpression(line), m_pList(pList) {} in CXFA_FMDoExpression()
271 if (m_pList) { in ~CXFA_FMDoExpression()
272 delete m_pList; in ~CXFA_FMDoExpression()
273 m_pList = 0; in ~CXFA_FMDoExpression()
277 m_pList->ToJavaScript(javascript); in ToJavaScript()
280 m_pList->ToImpliedReturnJS(javascript); in ToImpliedReturnJS()
429 m_pList(pList) {} in CXFA_FMForExpression()
443 if (m_pList) { in ~CXFA_FMForExpression()
444 delete m_pList; in ~CXFA_FMForExpression()
445 m_pList = 0; in ~CXFA_FMForExpression()
[all …]
Dxfa_expression.h91 CXFA_FMExpression* m_pList;
161 CXFA_FMExpression* m_pList; variable
176 CXFA_FMExpression* m_pList; variable
/external/pdfium/fpdfsdk/include/pdfwindow/
DPWL_ListBox.h48 CPWL_ListBox* m_pList;
110 IFX_List* m_pList;
DPWL_ComboBox.h96 CPWL_CBListBox* m_pList; variable
/external/pdfium/core/src/fpdfdoc/
Ddoc_annot.cpp119 m_pList(pList), in CPDF_Annot()
194 new CPDF_Form(m_pList->GetDocument(), pPage->m_pResources, pStream); in GetAPForm()
/external/pdfium/core/include/fpdfdoc/
Dfpdf_doc.h420 CPDF_AnnotList* const m_pList; variable