Lines Matching refs:FilePathWatcherKQueue
27 FilePathWatcherKQueue::FilePathWatcherKQueue() : kqueue_(-1) {} in FilePathWatcherKQueue() function in base::FilePathWatcherKQueue
29 FilePathWatcherKQueue::~FilePathWatcherKQueue() {} in ~FilePathWatcherKQueue()
31 void FilePathWatcherKQueue::ReleaseEvent(struct kevent& event) { in ReleaseEvent()
38 int FilePathWatcherKQueue::EventsForPath(FilePath path, EventVector* events) { in EventsForPath()
80 uintptr_t FilePathWatcherKQueue::FileDescriptorForPath(const FilePath& path) { in FileDescriptorForPath()
87 void FilePathWatcherKQueue::CloseFileDescriptor(uintptr_t* fd) { in CloseFileDescriptor()
98 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents, in AreKeventValuesValid()
132 void FilePathWatcherKQueue::HandleAttributesChange( in HandleAttributesChange()
156 void FilePathWatcherKQueue::HandleDeleteOrMoveChange( in HandleDeleteOrMoveChange()
172 void FilePathWatcherKQueue::HandleCreateItemChange( in HandleCreateItemChange()
192 bool FilePathWatcherKQueue::UpdateWatches(bool* target_file_affected) { in UpdateWatches()
233 void FilePathWatcherKQueue::OnFileCanReadWithoutBlocking(int fd) { in OnFileCanReadWithoutBlocking()
306 void FilePathWatcherKQueue::OnFileCanWriteWithoutBlocking(int /* fd */) { in OnFileCanWriteWithoutBlocking()
310 void FilePathWatcherKQueue::WillDestroyCurrentMessageLoop() { in WillDestroyCurrentMessageLoop()
314 bool FilePathWatcherKQueue::Watch(const FilePath& path, in Watch()
360 void FilePathWatcherKQueue::Cancel() { in Cancel()
368 base::Bind(&FilePathWatcherKQueue::Cancel, this)); in Cancel()
374 void FilePathWatcherKQueue::CancelOnMessageLoopThread() { in CancelOnMessageLoopThread()