Home
last modified time | relevance | path

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

/external/pdfium/fpdfsdk/pwl/
Dcpwl_list_impl.cpp100 : m_pNotify(nullptr), in CPWL_ListCtrl()
363 if (m_pNotify) { in InvalidateItem()
368 m_pNotify->IOnInvalidateRect(&rcRefresh); in InvalidateItem()
380 m_pNotify->IOnInvalidateRect(&rcRefresh); in InvalidateItem()
444 if (m_pNotify) { in SetScrollInfo()
450 m_pNotify->IOnSetScrollInfoY(rcPlate.bottom, rcPlate.top, in SetScrollInfo()
480 if (m_pNotify) { in SetScrollPosY()
483 m_pNotify->IOnSetScrollPosY(fy); in SetScrollPosY()
Dcpwl_edit_impl.cpp590 m_pNotify = pNotify; in SetNotify()
926 if (m_pNotify) { in SetContentChanged()
1010 if (!m_pNotify) in SetScrollInfo()
1027 m_pNotify->SetScrollInfo(Info); in SetScrollInfo()
1051 if (m_pNotify) { in SetScrollPosY()
1055 m_pNotify->SetScrollPosition(fy); in SetScrollPosY()
1161 if (m_pNotify) { in Refresh()
1167 m_pNotify->InvalidateRect(&rect); in Refresh()
1230 if (m_pNotify) { in RefreshWordRange()
1235 m_pNotify->InvalidateRect(&rcRefresh); in RefreshWordRange()
[all …]
Dcpwl_list_impl.h50 void SetNotify(CPWL_List_Notify* pNotify) { m_pNotify = pNotify; } in SetNotify()
156 UnownedPtr<CPWL_List_Notify> m_pNotify; variable
Dcpwl_edit_impl.h403 UnownedPtr<CPWL_EditCtrl> m_pNotify; variable
/external/pdfium/xfa/fxfa/
Dcxfa_ffdoc.cpp78 m_pNotify(pdfium::MakeUnique<CXFA_FFNotify>(this)), in CXFA_FFDoc()
80 m_pNotify.get(), in CXFA_FFDoc()
93 m_pNotify.reset(); in ~CXFA_FFDoc()
Dcxfa_ffdoc.h84 std::unique_ptr<CXFA_FFNotify> m_pNotify; variable