Searched refs:builtInTopic (Results 1 – 1 of 1) sorted by relevance
2095 bool builtInTopic = name == SubtopicKeys::kOverview; in populateTables() local2097 builtInTopic |= name == item; in populateTables()2099 if (!builtInTopic) { in populateTables()2105 builtInTopic = name == subname + SubtopicKeys::kOverview; in populateTables()2107 builtInTopic |= name == subname + item; in populateTables()2109 if (!builtInTopic) { in populateTables()