HomeSort by relevance Sort by last modified time
    Searched refs:DependOn (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/profiles/
profile_dependency_manager_unittest.cc 19 void DependOn(ProfileKeyedServiceFactory* child,
73 DependOn(&child, &parent);
87 DependOn(&child1, &parent);
88 DependOn(&child2, &parent);
104 DependOn(&child_of_1, &parent1);
107 DependOn(&child_of_12, &parent1);
108 DependOn(&child_of_12, &parent2);
111 DependOn(&child_of_2, &parent2);
128 DependOn(&middle_row_1, &parent);
131 DependOn(&middle_row_2, &parent)
    [all...]
  /external/chromium_org/components/browser_context_keyed_service/
browser_context_dependency_manager_unittest.cc 13 void DependOn(BrowserContextKeyedServiceFactory* child,
68 DependOn(&child, &parent);
82 DependOn(&child1, &parent);
83 DependOn(&child2, &parent);
99 DependOn(&child_of_1, &parent1);
102 DependOn(&child_of_12, &parent1);
103 DependOn(&child_of_12, &parent2);
106 DependOn(&child_of_2, &parent2);
123 DependOn(&middle_row_1, &parent);
126 DependOn(&middle_row_2, &parent)
    [all...]

Completed in 25 milliseconds