Home
last modified time | relevance | path

Searched refs:on_componet_tree_changed_ (Results 1 – 2 of 2) sorted by relevance

/external/libweave/src/
Dcomponent_manager_impl.cc70 for (const auto& cb : on_componet_tree_changed_) in AddComponent()
96 for (const auto& cb : on_componet_tree_changed_) in AddComponentArrayItem()
117 for (const auto& cb : on_componet_tree_changed_) in RemoveComponent()
148 for (const auto& cb : on_componet_tree_changed_) in RemoveComponentArrayItem()
155 on_componet_tree_changed_.push_back(callback); in AddComponentTreeChangedCallback()
Dcomponent_manager_impl.h223 std::vector<base::Closure> on_componet_tree_changed_; variable