OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FilePathWatcherImpl
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/files/
file_path_watcher_stub.cc
15
class
FilePathWatcherImpl
: public FilePathWatcher::PlatformDelegate {
27
impl_ = new
FilePathWatcherImpl
();
file_path_watcher_win.cc
20
class
FilePathWatcherImpl
: public FilePathWatcher::PlatformDelegate,
24
FilePathWatcherImpl
() : delegate_(NULL), handle_(INVALID_HANDLE_VALUE) {}
40
virtual ~
FilePathWatcherImpl
() {}
77
DISALLOW_COPY_AND_ASSIGN(
FilePathWatcherImpl
);
80
bool
FilePathWatcherImpl
::Watch(const FilePath& path,
97
void
FilePathWatcherImpl
::Cancel() {
113
void
FilePathWatcherImpl
::CancelOnMessageLoopThread() {
125
void
FilePathWatcherImpl
::WillDestroyCurrentMessageLoop() {
129
void
FilePathWatcherImpl
::OnObjectSignaled(HANDLE object) {
132
scoped_refptr<
FilePathWatcherImpl
> keep_alive(this)
[
all
...]
file_path_watcher_linux.cc
37
class
FilePathWatcherImpl
;
49
Watch AddWatch(const FilePath& path,
FilePathWatcherImpl
* watcher);
52
bool RemoveWatch(Watch watch,
FilePathWatcherImpl
* watcher);
60
typedef std::set<
FilePathWatcherImpl
*> WatcherSet;
86
class
FilePathWatcherImpl
: public FilePathWatcher::PlatformDelegate,
89
FilePathWatcherImpl
();
115
virtual ~
FilePathWatcherImpl
() {}
148
DISALLOW_COPY_AND_ASSIGN(
FilePathWatcherImpl
);
251
const FilePath& path,
FilePathWatcherImpl
* watcher) {
271
FilePathWatcherImpl
* watcher)
[
all
...]
file_path_watcher_mac.cc
43
class
FilePathWatcherImpl
: public FilePathWatcher::PlatformDelegate,
47
FilePathWatcherImpl
() : kqueue_(-1) {}
48
virtual ~
FilePathWatcherImpl
() {}
135
DISALLOW_COPY_AND_ASSIGN(
FilePathWatcherImpl
);
138
void
FilePathWatcherImpl
::ReleaseEvent(struct kevent& event) {
145
int
FilePathWatcherImpl
::EventsForPath(FilePath path, EventVector* events) {
187
int
FilePathWatcherImpl
::FileDescriptorForPath(const FilePath& path) {
191
void
FilePathWatcherImpl
::CloseFileDescriptor(int *fd) {
202
bool
FilePathWatcherImpl
::AreKeventValuesValid(struct kevent* kevents,
236
void
FilePathWatcherImpl
::HandleAttributesChange
[
all
...]
Completed in 25 milliseconds