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

  /external/chromium/net/tools/dump_cache/
url_to_filename_encoder.cc 49 const char UrlToFilenameEncoder::kTruncationChar = '-';
75 dest->append(1, kTruncationChar);
199 } else if (ch == kTruncationChar) {
url_to_filename_encoder.h 167 static const char kTruncationChar;

Completed in 116 milliseconds