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

  /external/chromium_org/remoting/host/
config_watcher.h 17 class ConfigWatcher {
33 ConfigWatcher() {}
35 virtual ~ConfigWatcher() {}
37 DISALLOW_COPY_AND_ASSIGN(ConfigWatcher);
config_file_watcher.h 25 class ConfigFileWatcher : public ConfigWatcher {
35 // Inherited from ConfigWatcher.
config_file_watcher.cc 45 void Watch(ConfigWatcher::Delegate* delegate);
79 ConfigWatcher::Delegate* delegate_;
102 void ConfigFileWatcher::Watch(ConfigWatcher::Delegate* delegate) {
119 void ConfigFileWatcherImpl::Watch(ConfigWatcher::Delegate* delegate) {
daemon_process.h 43 : public ConfigWatcher::Delegate,
60 // ConfigWatcher::Delegate
166 scoped_ptr<ConfigWatcher> config_watcher_;
remoting_me2me_host.cc 145 : public ConfigWatcher::Delegate,
154 // ConfigWatcher::Delegate interface.
290 scoped_ptr<ConfigWatcher> config_watcher_;
    [all...]

Completed in 42 milliseconds