Home | History | Annotate | Download | only in base

Lines Matching refs:file_type_

845       file_type_(file_type),
849 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
858 file_type_(file_type),
863 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
944 if (file_type_ & FileEnumerator::DIRECTORIES)
946 } else if (file_type_ & FileEnumerator::FILES) {