Searched refs:CancelWatch (Results 1 – 3 of 3) sorted by relevance
25 void FilePathWatcher::CancelWatch( in CancelWatch() function in base::FilePathWatcher
89 static void CancelWatch(const scoped_refptr<PlatformDelegate>& delegate);
481 task_runner()->PostTask(FROM_HERE, Bind(&FilePathWatcher::CancelWatch, in Cancel()