Searched refs:m_pList (Results 1 – 10 of 10) sorted by relevance
/external/pdfium/fpdfsdk/pwl/ |
D | cpwl_list_box.cpp | 22 CPWL_List_Notify::CPWL_List_Notify(CPWL_ListBox* pList) : m_pList(pList) { in CPWL_List_Notify() 23 ASSERT(m_pList); in CPWL_List_Notify() 40 m_pList->SetScrollInfo(Info); in IOnSetScrollInfoY() 42 CPWL_ScrollBar* pScroll = m_pList->GetVScrollBar(); in IOnSetScrollInfoY() 50 m_pList->RePosChildWnd(); in IOnSetScrollInfoY() 55 m_pList->RePosChildWnd(); in IOnSetScrollInfoY() 61 m_pList->SetScrollPosition(fy); in IOnSetScrollPosY() 65 m_pList->InvalidateRect(pRect); in IOnInvalidateRect() 72 m_pList(pdfium::MakeUnique<CPWL_ListCtrl>()) {} in CPWL_ListBox() 77 m_pList->SetFontMap(GetFontMap()); in OnCreated() [all …]
|
D | cpwl_combo_box.cpp | 74 m_pList->OnVK_UP(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 77 m_pList->OnVK_DOWN(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 80 m_pList->OnVK_HOME(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 83 m_pList->OnVK_LEFT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 86 m_pList->OnVK_END(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 89 m_pList->OnVK_RIGHT(IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in OnMovementKeyDown() 96 return m_pList->OnChar(nChar, IsSHIFTpressed(nFlag), IsCTRLpressed(nFlag)); in IsChar() 179 m_pList.Release(); in OnDestroy() 235 if (m_pList) in AddString() 236 m_pList->AddString(str); in AddString() [all …]
|
D | cpwl_list_box.h | 36 UnownedPtr<CPWL_ListBox> m_pList; 100 std::unique_ptr<CPWL_ListCtrl> m_pList; variable
|
D | cpwl_combo_box.h | 100 UnownedPtr<CPWL_CBListBox> m_pList; variable
|
/external/pdfium/xfa/fxfa/fm2js/ |
D | cxfa_fmexpression.cpp | 221 : CXFA_FMExpression(), m_pList(std::move(pList)) {} in CXFA_FMDoExpression() 230 return m_pList->ToJavaScript(js, type); in ToJavaScript() 358 m_pList(std::move(pList)) {} in CXFA_FMForExpression() 399 if (!m_pList->ToJavaScript(js, type)) in ToJavaScript() 413 m_pList(std::move(pList)) {} in CXFA_FMForeachExpression() 442 if (!m_pList->ToJavaScript(js, type)) in ToJavaScript()
|
D | cxfa_fmexpression.h | 99 std::unique_ptr<CXFA_FMExpression> m_pList; 167 std::unique_ptr<CXFA_FMExpression> m_pList; variable 184 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/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 4628 m_pList(VMA_NULL), in VMA_CLASS_NO_COPY() 4658 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); in VMA_CLASS_NO_COPY() 4659 m_pItem = m_pList->Back(); in VMA_CLASS_NO_COPY() 4679 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); in VMA_CLASS_NO_COPY() 4684 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); in VMA_CLASS_NO_COPY() 4689 VmaRawList<T>* m_pList; in VMA_CLASS_NO_COPY() 4693 m_pList(pList), in VMA_CLASS_NO_COPY() 4705 m_pList(VMA_NULL), in const_iterator() 4711 m_pList(src.m_pList), in const_iterator() 4741 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); [all …]
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 5631 m_pList(VMA_NULL), in VMA_CLASS_NO_COPY() 5661 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); in VMA_CLASS_NO_COPY() 5662 m_pItem = m_pList->Back(); in VMA_CLASS_NO_COPY() 5682 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); in VMA_CLASS_NO_COPY() 5687 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); in VMA_CLASS_NO_COPY() 5692 VmaRawList<T>* m_pList; in VMA_CLASS_NO_COPY() 5696 m_pList(pList), in VMA_CLASS_NO_COPY() 5708 m_pList(VMA_NULL), in const_iterator() 5714 m_pList(src.m_pList), in const_iterator() 5744 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); [all …]
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 5612 m_pList(VMA_NULL), in VMA_CLASS_NO_COPY() 5642 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); in VMA_CLASS_NO_COPY() 5643 m_pItem = m_pList->Back(); in VMA_CLASS_NO_COPY() 5663 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); in VMA_CLASS_NO_COPY() 5668 VMA_HEAVY_ASSERT(m_pList == rhs.m_pList); in VMA_CLASS_NO_COPY() 5673 VmaRawList<T>* m_pList; in VMA_CLASS_NO_COPY() 5677 m_pList(pList), in VMA_CLASS_NO_COPY() 5689 m_pList(VMA_NULL), in const_iterator() 5695 m_pList(src.m_pList), in const_iterator() 5725 VMA_HEAVY_ASSERT(!m_pList->IsEmpty()); [all …]
|