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

  /external/pdfium/xfa/fwl/
cfwl_widgetmgr.h 41 CFWL_Widget* GetNextSiblingWidget(CFWL_Widget* pWidget) const;
cfwl_widgetmgr.cpp 68 CFWL_Widget* CFWL_WidgetMgr::GetNextSiblingWidget(CFWL_Widget* pWidget) const {
300 child = pMgr->GetNextSiblingWidget(child);
309 pChild = GetNextSiblingWidget(pChild);
353 child = child->GetOwnerApp()->GetWidgetMgr()->GetNextSiblingWidget(child);
470 pNextChild = GetNextSiblingWidget(child);
507 child = GetNextSiblingWidget(child);
581 pChild->GetOwnerApp()->GetWidgetMgr()->GetNextSiblingWidget(pChild);
cfwl_widget.cpp 128 child = widgetMgr->GetNextSiblingWidget(child);
145 child = widgetMgr->GetNextSiblingWidget(child);

Completed in 646 milliseconds