Home | History | Annotate | Download | only in apps

Lines Matching refs:Factory

64   return Factory::GetForProfile(profile, true /* create */);
185 ShellWindowRegistry* registry = Factory::GetForProfile(*i,
205 ShellWindowRegistry* registry = Factory::GetForProfile(*i,
263 // Factory boilerplate
266 ShellWindowRegistry* ShellWindowRegistry::Factory::GetForProfile(
272 ShellWindowRegistry::Factory* ShellWindowRegistry::Factory::GetInstance() {
273 return Singleton<ShellWindowRegistry::Factory>::get();
276 ShellWindowRegistry::Factory::Factory()
282 ShellWindowRegistry::Factory::~Factory() {
286 ShellWindowRegistry::Factory::BuildServiceInstanceFor(
291 bool ShellWindowRegistry::Factory::ServiceIsCreatedWithBrowserContext() const {
295 bool ShellWindowRegistry::Factory::ServiceIsNULLWhileTesting() const {
299 content::BrowserContext* ShellWindowRegistry::Factory::GetBrowserContextToUse(