Searched defs:footerWrapper (Results 1 – 3 of 3) sorted by relevance
112 auto footerWrapper = layoutWrapper->GetOrCreateChildByIndex(footerIndex_); in Measure() local306 auto footerWrapper = layoutWrapper->GetOrCreateChildByIndex(footerIndex_); in UpdateHeaderAndFooterMargin() local
239 RefPtr<LayoutWrapper> footerWrapper = footerIndex_ >= 0 ? in MeasureHeaderFooter() local1124 RefPtr<LayoutWrapper> footerWrapper = footerIndex_ >= 0 ? in LayoutHeaderFooterRTL() local1170 RefPtr<LayoutWrapper> footerWrapper = footerIndex_ >= 0 ? in LayoutHeaderFooterLTR() local
464 auto footerWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable