Home
last modified time | relevance | path

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

/external/pdfium/xfa/fxfa/
Dcxfa_ffnotify.h33 void OnWidgetListItemRemoved(CXFA_Node* pSender, int32_t iIndex);
Dcxfa_ffnotify.cpp70 void CXFA_FFNotify::OnWidgetListItemRemoved(CXFA_Node* pSender, in OnWidgetListItemRemoved() function in CXFA_FFNotify
/external/pdfium/xfa/fxfa/parser/
Dcxfa_node.cpp4552 GetDocument()->GetNotify()->OnWidgetListItemRemoved(this, nIndex); in DeleteItem()