Searched defs:footerWrapper (Results 1 – 3 of 3) sorted by relevance
111 auto footerWrapper = layoutWrapper->GetOrCreateChildByIndex(footerIndex_); in Measure() local305 auto footerWrapper = layoutWrapper->GetOrCreateChildByIndex(footerIndex_); in UpdateHeaderAndFooterMargin() local
200 RefPtr<LayoutWrapper> footerWrapper = footerIndex_ >= 0 ? in MeasureHeaderFooter() local1027 RefPtr<LayoutWrapper> footerWrapper = footerIndex_ >= 0 ? in LayoutHeaderFooterRTL() local1075 RefPtr<LayoutWrapper> footerWrapper = footerIndex_ >= 0 ? in LayoutHeaderFooterLTR() local
464 auto footerWrapper = layoutWrapper->GetOrCreateChildByIndex(0); variable