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

  /external/chromium_org/remoting/host/
config_file_watcher.h 32 virtual void OnConfigUpdated(const std::string& serialized_config) = 0;
config_file_watcher_unittest.cc 30 MOCK_METHOD1(OnConfigUpdated, void(const std::string&));
103 EXPECT_CALL(delegate_, OnConfigUpdated(_))
121 EXPECT_CALL(delegate_, OnConfigUpdated(EqualsString("test")))
config_file_watcher.cc 54 void OnConfigUpdated(const base::FilePath& path, bool error);
134 base::Bind(&ConfigFileWatcherImpl::OnConfigUpdated, this))) {
167 void ConfigFileWatcherImpl::OnConfigUpdated(const base::FilePath& path,
211 base::Bind(&ConfigFileWatcher::Delegate::OnConfigUpdated, delegate_,
daemon_process.h 60 virtual void OnConfigUpdated(const std::string& serialized_config) OVERRIDE;
remoting_me2me_host.cc 136 virtual void OnConfigUpdated(const std::string& serialized_config) OVERRIDE;
419 void HostProcess::OnConfigUpdated(
423 base::Bind(&HostProcess::OnConfigUpdated, this, serialized_config));
475 OnConfigUpdated(host_config_);
562 OnConfigUpdated)
    [all...]
daemon_process.cc 49 void DaemonProcess::OnConfigUpdated(const std::string& serialized_config) {

Completed in 108 milliseconds