Searched defs:blob_size (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dsafe_media_metadata_parser.cc18 Profile* profile, const std::string& blob_uuid, int64 blob_size,
22 blob_size_(blob_size),
17 SafeMediaMetadataParser( Profile* profile, const std::string& blob_uuid, int64 blob_size, const std::string& mime_type, bool get_attached_images) argument
/external/chromium_org/device/bluetooth/
H A Dbluetooth_service_record_win.cc137 ULONG blob_size = static_cast<ULONG>(sdp_bytes.size()); local
141 blob_size,
149 blob_data, blob_size, kUuidId, &uuid_data)) {
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_url_request_job.cc263 uint64 blob_size = 0; local
264 CreateRequestBodyBlob(&blob_uuid, &blob_size);
274 request->blob_size = blob_size;
285 uint64* blob_size) {
344 *blob_size = total_size;
284 CreateRequestBodyBlob(std::string* blob_uuid, uint64* blob_size) argument
/external/chromium_org/content/common/service_worker/
H A Dservice_worker_types.h69 uint64 blob_size; member in struct:content::ServiceWorkerFetchRequest
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_coverage_libcdep.cc206 unsigned int blob_size) {
209 CovHeader header = {pid, module_name_length, blob_size};
215 internal_write(cov_fd, blob, blob_size);
232 while (blob_size > 0) {
233 unsigned int payload_size = Min(blob_size, max_payload_size);
234 blob_size -= payload_size;
205 CovWritePacked(int pid, const char *module, const void *blob, unsigned int blob_size) argument

Completed in 1955 milliseconds