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

  /external/chromium_org/webkit/common/
data_element.cc 32 type_ = TYPE_BLOB;
data_element.h 28 TYPE_BLOB,
66 // Sets TYPE_BLOB data.
76 // Sets TYPE_BLOB data with range.
109 case DataElement::TYPE_BLOB:
  /external/chromium_org/content/browser/loader/
upload_data_stream_builder.cc 85 DCHECK_NE(BlobData::Item::TYPE_BLOB, item.type());
106 if (element.type() == ResourceRequestBody::Element::TYPE_BLOB)
132 case ResourceRequestBody::Element::TYPE_BLOB:
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
EntrySchema.java 39 public static final int TYPE_BLOB = 7;
132 case TYPE_BLOB:
181 case TYPE_BLOB:
219 case TYPE_BLOB:
499 type = TYPE_BLOB;
  /external/chromium_org/content/common/
resource_messages.cc 60 DCHECK(p.type() == webkit_common::DataElement::TYPE_BLOB);
116 DCHECK(type == webkit_common::DataElement::TYPE_BLOB);
  /external/chromium_org/webkit/browser/blob/
view_blob_internals_job.cc 210 case BlobData::Item::TYPE_BLOB:
blob_storage_context.cc 136 // list of Data, File, and FileSystem items. Aggregated TYPE_BLOB items
168 case BlobData::Item::TYPE_BLOB: {

Completed in 151 milliseconds