Lines Matching refs:child
117 // watch that fired, |child| indicates what has changed, and is relative to
124 const FilePath::StringType& child,
131 const FilePath::StringType& child,
330 FilePath::StringType child(event->len ? event->name : FILE_PATH_LITERAL(""));
337 child,
354 const FilePath::StringType& child,
366 weak_ptr_, fired_watch, child, created, deleted, is_dir));
371 const FilePath::StringType& child,
390 child.empty() ||
391 (child == watch_entry.linkname) ||
392 (child == watch_entry.subdir);
394 // Check if the change references |target_| or a direct child of |target_|.
400 // - the target has a symlink, and it matches |child|.
402 child == watch_entry.linkname);
411 // The current |watch_entry| is for "/path/to", so check if the |child|
413 target_changed = watch_entry.subdir == child;
432 // - The target or a direct child of the target got changed (in case the