Home | History | Annotate | Download | only in proxy

Lines Matching refs:base

10 #include "base/logging.h"
11 #include "base/memory/scoped_ptr.h"
12 #include "base/string_tokenizer.h"
13 #include "base/string_util.h"
14 #include "base/stl_util-inl.h"
15 #include "base/threading/thread_restrictions.h"
16 #include "base/win/registry.h"
17 #include "net/base/net_errors.h"
42 bool StartWatching(base::win::ObjectWatcher::Delegate* delegate) {
65 base::win::RegKey key_;
66 base::win::ObjectWatcher watcher_;
71 base::TimeDelta::FromSeconds(kPollIntervalSec),
78 base::ThreadRestrictions::ScopedAllowIO allow_io;
96 base::ThreadRestrictions::ScopedAllowIO allow_io;