HomeSort by relevance Sort by last modified time
    Searched refs:file_type_ (Results 1 - 6 of 6) sorted by null

  /external/chromium/chrome/browser/printing/
print_dialog_cloud_internal.h 78 std::string file_type_; member in class:internal_cloud_print_helpers::CloudPrintDataSender
130 std::string file_type_; member in class:internal_cloud_print_helpers::CloudPrintFlowHandler
print_dialog_cloud.cc 164 file_type_(file_type) {
188 header.append(file_type_);
229 file_type_(file_type) {
332 file_type_);
  /external/chromium/base/
file_util_posix.cc 623 file_type_(file_type) {
625 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
636 file_type_(file_type),
639 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
664 if (!ReadDirectory(&entries, root_path_, file_type_ & SHOW_SYM_LINKS))
682 if ((S_ISDIR(i->stat.st_mode) && (file_type_ & DIRECTORIES)) ||
683 (!S_ISDIR(i->stat.st_mode) && (file_type_ & FILES)))
file_util_win.cc 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) {
    [all...]
file_util.h 497 FILE_TYPE file_type_; member in class:file_util::FileEnumerator
file_util.cc 407 return IsDot(path) || (IsDotDot(path) && !(INCLUDE_DOT_DOT & file_type_));

Completed in 498 milliseconds