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

  /external/chromium_org/components/browser_context_keyed_service/
dependency_graph.h 53 bool BuildConstructionOrder() WARN_UNUSED_RESULT;
61 // Cached construction order (needs rebuild with BuildConstructionOrder
dependency_graph.cc 49 if (construction_order_.empty() && !BuildConstructionOrder())
58 if (construction_order_.empty() && !BuildConstructionOrder())
69 bool DependencyGraph::BuildConstructionOrder() {

Completed in 157 milliseconds