Searched refs:DependOn (Results 1 – 1 of 1) sorted by relevance
/external/chromium/chrome/browser/profiles/ |
D | profile_dependency_manager_unittest.cc | 19 void DependOn(ProfileKeyedServiceFactory* child, in DependOn() function in ProfileDependencyManagerUnittests 73 DependOn(&child, &parent); in TEST_F() 87 DependOn(&child1, &parent); in TEST_F() 88 DependOn(&child2, &parent); in TEST_F() 104 DependOn(&child_of_1, &parent1); in TEST_F() 107 DependOn(&child_of_12, &parent1); in TEST_F() 108 DependOn(&child_of_12, &parent2); in TEST_F() 111 DependOn(&child_of_2, &parent2); in TEST_F() 128 DependOn(&middle_row_1, &parent); in TEST_F() 131 DependOn(&middle_row_2, &parent); in TEST_F() [all …]
|