Home
last modified time | relevance | path

Searched refs:kPathByteQuotaCost (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/webkit/browser/fileapi/
Dobfuscated_file_util.cc68 const int64 kPathByteQuotaCost = 2; // Bytes per byte of path length in UTF-8. variable
72 static_cast<int64>(length) * kPathByteQuotaCost; in UsageForPath()