HomeSort by relevance Sort by last modified time
    Searched refs:FilePathWatcherKQueue (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 25 FilePathWatcherKQueue::FilePathWatcherKQueue() : kqueue_(-1) {}
27 FilePathWatcherKQueue::~FilePathWatcherKQueue() {}
29 void FilePathWatcherKQueue::ReleaseEvent(struct kevent& event) {
36 int FilePathWatcherKQueue::EventsForPath(FilePath path, EventVector* events) {
78 uintptr_t FilePathWatcherKQueue::FileDescriptorForPath(const FilePath& path) {
85 void FilePathWatcherKQueue::CloseFileDescriptor(uintptr_t* fd) {
96 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents,
130 void FilePathWatcherKQueue::HandleAttributesChange
    [all...]
file_path_watcher_kqueue.h 29 class FilePathWatcherKQueue : public FilePathWatcher::PlatformDelegate,
33 FilePathWatcherKQueue();
49 virtual ~FilePathWatcherKQueue();
127 DISALLOW_COPY_AND_ASSIGN(FilePathWatcherKQueue);
file_path_watcher_mac.cc 30 impl_ = new FilePathWatcherKQueue();

Completed in 844 milliseconds