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

  /external/chromium/chrome/browser/download/
download_extensions.cc 235 static const char* kExecutableBlackList[] = {
246 for (size_t i = 0; i < arraysize(kExecutableBlackList); ++i) {
247 if (net::MatchesMimeType(kExecutableBlackList[i], mime_type))
  /external/chromium_org/chrome/browser/download/
download_extensions.cc 263 static const char* kExecutableBlackList[] = {
274 for (size_t i = 0; i < arraysize(kExecutableBlackList); ++i) {
275 if (net::MatchesMimeType(kExecutableBlackList[i], mime_type))

Completed in 162 milliseconds