OnConfigUpdated 59 remoting/host/config_file_watcher.cc void OnConfigUpdated(const base::FilePath& path, bool error); OnConfigUpdated 145 remoting/host/config_file_watcher.cc base::Bind(&ConfigFileWatcherImpl::OnConfigUpdated, this))) { OnConfigUpdated 199 remoting/host/config_file_watcher.cc delegate_->OnConfigUpdated(config_); OnConfigUpdated 30 remoting/host/config_file_watcher_unittest.cc MOCK_METHOD1(OnConfigUpdated, void(const std::string&)); OnConfigUpdated 102 remoting/host/config_file_watcher_unittest.cc EXPECT_CALL(delegate_, OnConfigUpdated(_)) OnConfigUpdated 118 remoting/host/config_file_watcher_unittest.cc EXPECT_CALL(delegate_, OnConfigUpdated(EqualsString("test"))) OnConfigUpdated 25 remoting/host/config_watcher.h virtual void OnConfigUpdated(const std::string& serialized_config) = 0; OnConfigUpdated 61 remoting/host/daemon_process.h virtual void OnConfigUpdated(const std::string& serialized_config) OVERRIDE; OnConfigUpdated 145 remoting/host/remoting_me2me_host.cc virtual void OnConfigUpdated(const std::string& serialized_config) OVERRIDE; OnConfigUpdated 444 remoting/host/remoting_me2me_host.cc base::Bind(&HostProcess::OnConfigUpdated, this, serialized_config)); OnConfigUpdated 496 remoting/host/remoting_me2me_host.cc OnConfigUpdated(host_config_); OnConfigUpdated 592 remoting/host/remoting_me2me_host.cc OnConfigUpdated)