OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilePathWatcherImpl
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/files/
file_path_watcher_mac.cc
17
class
FilePathWatcherImpl
: public FilePathWatcher::PlatformDelegate {
50
~
FilePathWatcherImpl
() override {}
58
impl_ = new
FilePathWatcherImpl
();
file_path_watcher_linux.cc
43
class
FilePathWatcherImpl
;
55
Watch AddWatch(const FilePath& path,
FilePathWatcherImpl
* watcher);
58
void RemoveWatch(Watch watch,
FilePathWatcherImpl
* watcher);
66
typedef std::set<
FilePathWatcherImpl
*> WatcherSet;
92
class
FilePathWatcherImpl
: public FilePathWatcher::PlatformDelegate,
95
FilePathWatcherImpl
();
111
~
FilePathWatcherImpl
() override {}
194
DISALLOW_COPY_AND_ASSIGN(
FilePathWatcherImpl
);
294
const FilePath& path,
FilePathWatcherImpl
* watcher) {
313
void InotifyReader::RemoveWatch(Watch watch,
FilePathWatcherImpl
* watcher)
[
all
...]
Completed in 603 milliseconds