Searched refs:BuildSubPages (Results 1 – 2 of 2) sorted by relevance
50 bool BuildSubPages(const std::string &pageId, const std::shared_ptr<Page> &basePage,
44 if (!BuildSubPages(basePage->GetPageId(), basePage, pageInfo.subpages, entry)) { in InitImpl()81 bool PageManager::BuildSubPages(const std::string &pageId, const std::shared_ptr<Page> &basePage, in BuildSubPages() function in Updater::PageManager