Searched defs:kSuffixLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sync/internal_api/public/base/
H A Dunique_position.h34 // Note that the unique suffixes must be exactly |kSuffixLength| bytes long.
43 static const size_t kSuffixLength; member in class:syncer::UniquePosition
H A Dunique_position.cc17 const size_t UniquePosition::kSuffixLength = 28; member in class:syncer::UniquePosition
25 return suffix.length() == kSuffixLength
26 && suffix[kSuffixLength-1] != 0;
36 return bytes.length() >= kSuffixLength
44 return base::RandBytesAsString(kSuffixLength - 1) + "\x7f";
219 const size_t prefix_len = bytes.length() - kSuffixLength;
381 DCHECK(uncompressed.rfind(suffix) + kSuffixLength == uncompressed.length());
/external/chromium_org/components/autofill/core/browser/
H A Dphone_number.h49 static const size_t kSuffixLength = 4; member in class:autofill::PhoneNumber
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.cc106 const size_t kSuffixLength = arraysize(kCacheEntryKeySuffix) - 1; local
107 const int id_length = key.size() - 1 - kSuffixLength;

Completed in 311 milliseconds