stringpool       54266 net/base/registry_controlled_domains/effective_tld_names.cc               register const char *s = wordlist[index].name_offset + stringpool;
stringpool         71 net/base/registry_controlled_domains/registry_controlled_domain.cc const char* const kDefaultStringPool = stringpool;
stringpool        268 net/base/registry_controlled_domains/registry_controlled_domain.cc                                                   const char* stringpool) {
stringpool        270 net/base/registry_controlled_domains/registry_controlled_domain.cc   g_stringpool = stringpool ? stringpool : kDefaultStringPool;
stringpool        232 net/base/registry_controlled_domains/registry_controlled_domain.h     FindDomainPtr fn, const char* stringpool);
stringpool         63 net/base/registry_controlled_domains/registry_controlled_domain_unittest.cc   void UseDomainData(FindDomainPtr function, const char* const stringpool) {
stringpool         64 net/base/registry_controlled_domains/registry_controlled_domain_unittest.cc     SetFindDomainFunctionAndStringPoolForTesting(function, stringpool);