Home
last modified time | relevance | path

Searched refs:OnWidgetListItemRemoved (Results 1 – 3 of 3) sorted by relevance

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h28 void OnWidgetListItemRemoved(CXFA_WidgetAcc* pSender, int32_t iIndex);
Dcxfa_ffnotify.cpp85 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_WidgetAcc* pSender, in OnWidgetListItemRemoved() function in CXFA_FFNotify
Dcxfa_widgetacc.cpp2254 m_pNode->GetDocument()->GetNotify()->OnWidgetListItemRemoved(this, nIndex); in DeleteItem()