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

  /external/chromium_org/components/browser_context_keyed_service/
dependency_graph.cc 19 construction_order_.clear();
38 construction_order_.clear();
44 construction_order_.clear();
49 if (construction_order_.empty() && !BuildConstructionOrder())
52 *order = construction_order_;
58 if (construction_order_.empty() && !BuildConstructionOrder())
61 *order = construction_order_;
118 construction_order_ = output;
dependency_graph.h 51 // Populates |construction_order_| with computed construction order.
63 std::vector<DependencyNode*> construction_order_; member in class:DependencyGraph

Completed in 967 milliseconds