Searched refs:on_componet_tree_changed_ (Results 1 – 2 of 2) sorted by relevance
70 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()
223 std::vector<base::Closure> on_componet_tree_changed_; variable