Home
last modified time | relevance | path

Searched refs:file_loop_ (Results 1 – 1 of 1) sorted by relevance

/external/chromium/net/proxy/
Dproxy_config_service_linux.cc410 auto_no_pac_(false), reversed_exception_(false), file_loop_(NULL) { in GConfSettingGetterImplKDE()
452 file_loop_ = file_loop; in Init()
470 DCHECK(file_loop_); in SetupNotification()
480 return file_loop_->WatchFileDescriptor(inotify_fd_, true, in SetupNotification()
485 return file_loop_; in GetNotificationLoop()
491 DCHECK(MessageLoop::current() == file_loop_); in OnFileCanReadWithoutBlocking()
726 DCHECK(MessageLoop::current() == file_loop_); in OnDebouncedNotification()
739 DCHECK(MessageLoop::current() == file_loop_); in OnChangeNotification()
807 MessageLoopForIO* file_loop_; member in net::__anona824d3bf0211::GConfSettingGetterImplKDE