Searched refs:PlatformDelegate (Results 1 – 3 of 3) sorted by relevance
41 class PlatformDelegate {43 PlatformDelegate();44 virtual ~PlatformDelegate();79 DISALLOW_COPY_AND_ASSIGN(PlatformDelegate);101 std::unique_ptr<PlatformDelegate> impl_;
31 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) { in PlatformDelegate() function in base::FilePathWatcher::PlatformDelegate34 FilePathWatcher::PlatformDelegate::~PlatformDelegate() { in ~PlatformDelegate()
111 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {