Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_path_watcher.h41 class PlatformDelegate {
43 PlatformDelegate();
44 virtual ~PlatformDelegate();
79 DISALLOW_COPY_AND_ASSIGN(PlatformDelegate);
101 std::unique_ptr<PlatformDelegate> impl_;
Dfile_path_watcher.cc31 FilePathWatcher::PlatformDelegate::PlatformDelegate(): cancelled_(false) { in PlatformDelegate() function in base::FilePathWatcher::PlatformDelegate
34 FilePathWatcher::PlatformDelegate::~PlatformDelegate() { in ~PlatformDelegate()
Dfile_path_watcher_linux.cc111 class FilePathWatcherImpl : public FilePathWatcher::PlatformDelegate {