Searched refs:m_pList (Results 1 – 8 of 8) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.cpp | 21 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify() 22 ASSERT(m_pList); in CPWL_List_Notify() 39 m_pList->SetScrollInfo(Info); in IOnSetScrollInfoY() 41 CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar(); in IOnSetScrollInfoY() 49 m_pList->RePosChildWnd(); in IOnSetScrollInfoY() 54 m_pList->RePosChildWnd(); in IOnSetScrollInfoY() 60 m_pList->SetScrollPosition(fy); in IOnSetScrollPosY() 64 m_pList->InvalidateRect(pRect); in IOnInvalidateRect() 68 : m_pList(new CPWL_ListCtrl), in CPWL_ListBox() 80 m_pList->SetFontMap(GetFontMap()); in OnCreated() [all …]
|
D | cpwl_combo_box.cpp | 65 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 68 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 71 m_pList->OnVK_HOME(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 74 m_pList->OnVK_LEFT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 77 m_pList->OnVK_END(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 80 m_pList->OnVK_RIGHT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 87 return m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in IsChar() 169 m_pList.Release(); in OnDestroy() 212 if (m_pList) in AddString() 213 m_pList->AddString(str); in AddString() [all …]
|
D | cpwl_list_box.h | 36 UnownedPtr<CPWL_ListBox> m_pList; 98 std::unique_ptr<CPWL_ListCtrl> m_pList;
|
D | cpwl_combo_box.h | 94 UnownedPtr<CPWL_CBListBox> m_pList; variable
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmexpression.cpp | 292 : CXFA_FMExpression(line), m_pList(std::move(pList)) {} in CXFA_FMDoExpression() 301 return m_pList->ToJavaScript(javascript); in ToJavaScript() 309 return m_pList->ToImpliedReturnJS(javascript); in ToImpliedReturnJS() 531 m_pList(std::move(pList)) {} in CXFA_FMForExpression() 582 if (!m_pList->ToJavaScript(javascript)) in ToJavaScript() 640 if (!m_pList->ToImpliedReturnJS(javascript)) in ToImpliedReturnJS() 654 m_pList(std::move(pList)) {} in CXFA_FMForeachExpression() 708 if (!m_pList->ToJavaScript(javascript)) in ToJavaScript() 766 if (!m_pList->ToImpliedReturnJS(javascript)) in ToImpliedReturnJS()
|
D | cxfa_fmexpression.h | 116 std::unique_ptr<CXFA_FMExpression> m_pList; 195 std::unique_ptr<CXFA_FMExpression> m_pList; variable 214 std::unique_ptr<CXFA_FMExpression> m_pList; variable
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3447 m_pList(VMA_NULL), in iterator() 3477 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); 3478 m_pItem = m_pList->Back(); 3498 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); 3503 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); 3508 VmaRawList<T>* m_pList; 3512 m_pList(pList), in iterator() 3524 m_pList(VMA_NULL), in const_iterator() 3530 m_pList(src.m_pList), in const_iterator() 3560 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 3447 m_pList(VMA_NULL), in iterator() 3477 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); 3478 m_pItem = m_pList->Back(); 3498 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); 3503 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); 3508 VmaRawList<T>* m_pList; 3512 m_pList(pList), in iterator() 3524 m_pList(VMA_NULL), in const_iterator() 3530 m_pList(src.m_pList), in const_iterator() 3560 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); [all …]
|