HomeSort by relevance Sort by last modified time
    Searched refs:iRedrawCounter (Results 1 - 2 of 2) sorted by null

  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.h 86 int32_t iRedrawCounter;
cfwl_widgetmgr.cpp 359 GetWidgetMgrItem(pWidget)->iRedrawCounter++;
363 GetWidgetMgrItem(pWidget)->iRedrawCounter = 0;
455 GetWidgetMgrItem(pWidget)->iRedrawCounter = 0;
515 if (pItem && pItem->iRedrawCounter > 0) {
516 pItem->iRedrawCounter = 0;
614 iRedrawCounter(0)

Completed in 2148 milliseconds