OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FilePathWatcherFSEvents
(Results
1 - 2
of
2
) sorted by null
/external/libchrome/base/files/
file_path_watcher_fsevents.h
25
class
FilePathWatcherFSEvents
: public FilePathWatcher::PlatformDelegate {
27
FilePathWatcherFSEvents
();
43
~
FilePathWatcherFSEvents
() override;
91
DISALLOW_COPY_AND_ASSIGN(
FilePathWatcherFSEvents
);
file_path_watcher_fsevents.cc
29
: mac::LibDispatchTaskRunner("org.chromium.
FilePathWatcherFSEvents
") {
82
FilePathWatcherFSEvents
::
FilePathWatcherFSEvents
() : fsevent_stream_(NULL) {
85
bool
FilePathWatcherFSEvents
::Watch(const FilePath& path,
102
FROM_HERE, Bind(&
FilePathWatcherFSEvents
::StartEventStream, this,
107
void
FilePathWatcherFSEvents
::Cancel() {
114
Bind(&
FilePathWatcherFSEvents
::CancelOnMessageLoopThread, this));
118
void
FilePathWatcherFSEvents
::FSEventsCallback(
125
FilePathWatcherFSEvents
* watcher =
126
reinterpret_cast<
FilePathWatcherFSEvents
*>(event_watcher)
[
all
...]
Completed in 38 milliseconds