Searched refs:UpdateCallback (Results 1 – 2 of 2) sorted by relevance
108 typedef base::Callback<void(const IPConfigRefPtr&, bool)> UpdateCallback; typedef135 void RegisterUpdateCallback(const UpdateCallback& callback);228 FRIEND_TEST(IPConfigTest, UpdateCallback);251 UpdateCallback update_callback_;
215 void IPConfig::RegisterUpdateCallback(const UpdateCallback& callback) { in RegisterUpdateCallback()