Home | History | Annotate | Download | only in files

Lines Matching refs:child

98   // watch that fired, |child| indicates what has changed, and is relative to
105 const FilePath::StringType& child,
331 FilePath::StringType child(event->len ? event->name : FILE_PATH_LITERAL(""));
338 child,
350 const FilePath::StringType& child,
358 fired_watch, child, created, deleted, is_dir));
383 child.empty() ||
384 (child == watch_entry.linkname) ||
385 (child == watch_entry.subdir);
387 // Check if the change references |target_| or a direct child of |target_|.
393 // - the target has a symlink, and it matches |child|.
395 child == watch_entry.linkname);
404 // The current |watch_entry| is for "/path/to", so check if the |child|
406 target_changed = watch_entry.subdir == child;
425 // - The target or a direct child of the target got changed (in case the