Searched refs:kPayloadPropertyFileSize (Results 1 – 4 of 4) sorted by relevance
114 const char kPayloadPropertyFileSize[] = "FILE_SIZE"; variable
110 extern const char kPayloadPropertyFileSize[];
80 properties.SetString(kPayloadPropertyFileSize, std::to_string(payload_size_)); in GetPropertiesAsKeyValue()
202 if (!base::StringToUint64(headers[kPayloadPropertyFileSize], in ApplyPayload()