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

  /external/chromium_org/chrome/browser/
file_select_helper.cc 248 int valid_type_count = 0; local
273 valid_type_count++;
277 if (valid_type_count == 0)
287 if (valid_type_count > 1 ||
288 (valid_type_count == 1 && description_id == 0 && extensions->size() > 1))

Completed in 47 milliseconds