Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pdfwindow/
DPWL_ListBox.cpp19 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify()
20 ASSERT(m_pList); in CPWL_List_Notify()
39 m_pList->OnNotify(m_pList, PNM_SETSCROLLINFO, SBT_VSCROLL, (intptr_t)&Info); in IOnSetScrollInfoY()
41 if (CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar()) { in IOnSetScrollInfoY()
46 m_pList->RePosChildWnd(); in IOnSetScrollInfoY()
51 m_pList->RePosChildWnd(); in IOnSetScrollInfoY()
58 m_pList->OnNotify(m_pList, PNM_SETSCROLLPOS, SBT_VSCROLL, (intptr_t)&fy); in IOnSetScrollPosY()
62 m_pList->InvalidateRect(pRect); in IOnInvalidateRect()
66 : m_pList(new CFX_ListCtrl), in CPWL_ListBox()
79 m_pList->SetFontMap(GetFontMap()); in OnCreated()
[all …]
DPWL_ComboBox.cpp58 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
61 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
64 m_pList->OnVK_HOME(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
67 m_pList->OnVK_LEFT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
70 m_pList->OnVK_END(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
73 m_pList->OnVK_RIGHT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnKeyDownWithExit()
87 if (!m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag))) in OnCharWithExit()
186 m_pList(nullptr), in CPWL_ComboBox()
224 if (m_pList) in AddString()
225 m_pList->AddString(str); in AddString()
[all …]
DPWL_ListBox.h43 CPWL_ListBox* m_pList;
107 std::unique_ptr<CFX_ListCtrl> m_pList;
DPWL_ComboBox.h95 CPWL_CBListBox* m_pList; variable
/external/pdfium/xfa/fxfa/fm2js/
Dxfa_expression.cpp229 : CXFA_FMExpression(line), m_pList(std::move(pList)) {} in CXFA_FMDoExpression()
234 m_pList->ToJavaScript(javascript); in ToJavaScript()
238 m_pList->ToImpliedReturnJS(javascript); in ToImpliedReturnJS()
385 m_pList(std::move(pList)) {} in CXFA_FMForExpression()
434 m_pList->ToJavaScript(javascript); in ToJavaScript()
485 m_pList->ToImpliedReturnJS(javascript); in ToImpliedReturnJS()
497 m_pList(std::move(pList)) {} in CXFA_FMForeachExpression()
544 m_pList->ToJavaScript(javascript); in ToJavaScript()
593 m_pList->ToImpliedReturnJS(javascript); in ToImpliedReturnJS()
Dxfa_expression.h113 std::unique_ptr<CXFA_FMExpression> m_pList;
192 std::unique_ptr<CXFA_FMExpression> m_pList; variable
211 std::unique_ptr<CXFA_FMExpression> m_pList; variable