Home | History | Annotate | Download | only in common

Lines Matching refs:DataElement

37 void ParamTraits<webkit_common::DataElement>::Write(
41 case webkit_common::DataElement::TYPE_BYTES: {
45 case webkit_common::DataElement::TYPE_FILE: {
52 case webkit_common::DataElement::TYPE_FILE_FILESYSTEM: {
60 DCHECK(p.type() == webkit_common::DataElement::TYPE_BLOB);
69 bool ParamTraits<webkit_common::DataElement>::Read(
75 case webkit_common::DataElement::TYPE_BYTES: {
83 case webkit_common::DataElement::TYPE_FILE: {
99 case webkit_common::DataElement::TYPE_FILE_FILESYSTEM: {
116 DCHECK(type == webkit_common::DataElement::TYPE_BLOB);
132 void ParamTraits<webkit_common::DataElement>::Log(
134 l->append("<webkit_common::DataElement>");
281 std::vector<webkit_common::DataElement> elements;