Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fwl/src/core/include/
Dfwl_widgetmgrimp.h107 void AddRedrawCounts(IFWL_Widget* pWidget);
/external/pdfium/xfa/src/fwl/src/core/
Dfwl_widgetmgrimp.cpp233 AddRedrawCounts(pNative); in RepaintWidget()
621 void CFWL_WidgetMgr::AddRedrawCounts(IFWL_Widget* pWidget) { in AddRedrawCounts() function in CFWL_WidgetMgr
Dfwl_formimp.cpp1044 pWidgetMgr->AddRedrawCounts(m_pOwner->m_pInterface); in OnProcessMessage()