Lines Matching refs:ProfileKeyedServiceFactory
18 ProfileKeyedServiceFactory* component) { in AddComponent()
24 ProfileKeyedServiceFactory* component) { in RemoveComponent()
43 void ProfileDependencyManager::AddEdge(ProfileKeyedServiceFactory* depended, in AddEdge()
44 ProfileKeyedServiceFactory* dependee) { in AddEdge()
53 for (std::vector<ProfileKeyedServiceFactory*>::const_iterator it = in DestroyProfileServices()
58 for (std::vector<ProfileKeyedServiceFactory*>::const_iterator it = in DestroyProfileServices()
75 std::deque<ProfileKeyedServiceFactory*> queue; in BuildDestructionOrder()
80 std::deque<ProfileKeyedServiceFactory*>::iterator queue_end = queue.end(); in BuildDestructionOrder()
88 std::vector<ProfileKeyedServiceFactory*> output; in BuildDestructionOrder()
91 ProfileKeyedServiceFactory* node = queue.front(); in BuildDestructionOrder()
99 ProfileKeyedServiceFactory* dest = it->second; in BuildDestructionOrder()