HomeSort by relevance Sort by last modified time
    Searched full:has_find_data_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/base/files/
file_enumerator_win.cc 48 has_find_data_(false),
62 has_find_data_(false),
77 if (!has_find_data_) {
89 while (has_find_data_ || !pending_paths_.empty()) {
90 if (!has_find_data_) {
115 has_find_data_ = true;
125 has_find_data_ = false;
file_enumerator.h 129 bool has_find_data_; member in class:base::FileEnumerator

Completed in 154 milliseconds