Home
last modified time | relevance | path

Searched refs:TYPE_BLOB (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/content/browser/loader/
Dupload_data_stream_builder.cc86 DCHECK_NE(BlobData::Item::TYPE_BLOB, item.type()); in ResolveBlobReference()
107 if (element.type() == ResourceRequestBody::Element::TYPE_BLOB) in Build()
133 case ResourceRequestBody::Element::TYPE_BLOB: in Build()
/external/chromium/net/base/
Dupload_data.h38 TYPE_BLOB, enumerator
92 type_ = TYPE_BLOB; in SetToBlobUrl()
213 if (a.type() == UploadData::TYPE_BLOB)
Dupload_data.cc50 else if (type_ == TYPE_BLOB) in GetContentLength()
/external/chromium_org/webkit/common/
Ddata_element.h28 TYPE_BLOB, enumerator
109 case DataElement::TYPE_BLOB:
Ddata_element.cc32 type_ = TYPE_BLOB; in SetToBlobRange()
/external/chromium_org/content/common/
Dresource_messages.cc60 DCHECK(p.type() == webkit_common::DataElement::TYPE_BLOB); in Write()
116 DCHECK(type == webkit_common::DataElement::TYPE_BLOB); in Read()
/external/chromium_org/webkit/browser/blob/
Dview_blob_internals_job.cc210 case BlobData::Item::TYPE_BLOB: in GenerateHTMLForBlobData()
Dblob_storage_context.cc168 case BlobData::Item::TYPE_BLOB: { in AppendBlobDataItem()