OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TYPE_BLOB
(Results
1 - 9
of
9
) 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/net/base/
upload_data.h
38
TYPE_BLOB
,
92
type_ =
TYPE_BLOB
;
213
if (a.type() == UploadData::
TYPE_BLOB
)
upload_data.cc
50
else if (type_ ==
TYPE_BLOB
)
/external/chromium_org/content/browser/loader/
upload_data_stream_builder.cc
86
DCHECK_NE(BlobData::Item::
TYPE_BLOB
, item.type());
107
if (element.type() == ResourceRequestBody::Element::
TYPE_BLOB
)
133
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 163 milliseconds