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

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

Completed in 197 milliseconds