Home | History | Annotate | Download | only in files

Lines Matching refs:impl_

23     DCHECK(!impl_.get());
28 impl_ = new FilePathWatcherFSEvents();
31 impl_ = new FilePathWatcherKQueue();
33 DCHECK(impl_.get());
34 return impl_->Watch(path, recursive, callback);
38 if (impl_.get())
39 impl_->Cancel();
44 if (impl_.get())
45 impl_->Cancel();
52 scoped_refptr<PlatformDelegate> impl_;
58 impl_ = new FilePathWatcherImpl();