TYPE_BYTES 628 content/browser/fileapi/fileapi_message_filter.cc if (item.type() != BlobData::Item::TYPE_BYTES) { TYPE_BYTES 30 content/browser/loader/upload_data_stream_builder.cc DCHECK_EQ(ResourceRequestBody::Element::TYPE_BYTES, element.type()); TYPE_BYTES 116 content/browser/loader/upload_data_stream_builder.cc case ResourceRequestBody::Element::TYPE_BYTES: TYPE_BYTES 32 content/browser/loader/upload_data_stream_builder_unittest.cc case ResourceRequestBody::Element::TYPE_BYTES: { TYPE_BYTES 41 content/common/resource_messages.cc case webkit_common::DataElement::TYPE_BYTES: { TYPE_BYTES 75 content/common/resource_messages.cc case webkit_common::DataElement::TYPE_BYTES: { TYPE_BYTES 15 net/base/upload_element.cc : type_(TYPE_BYTES), TYPE_BYTES 41 net/base/upload_element.h type_ = TYPE_BYTES; TYPE_BYTES 49 net/base/upload_element.h type_ = TYPE_BYTES; TYPE_BYTES 89 net/base/upload_element.h if (a.type() == UploadElement::TYPE_BYTES) TYPE_BYTES 428 third_party/protobuf/python/google/protobuf/pyext/python-proto2.cc descriptor->type() == google::protobuf::FieldDescriptor::TYPE_BYTES); TYPE_BYTES 248 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_helpers.cc case FieldDescriptor::TYPE_BYTES : return "Bytes"; TYPE_BYTES 71 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc case FieldDescriptor::TYPE_BYTES : return -1; TYPE_BYTES 59 third_party/protobuf/src/google/protobuf/compiler/cpp/cpp_string_field.cc descriptor->type() == FieldDescriptor::TYPE_BYTES ? "void" : "char"; TYPE_BYTES 64 third_party/protobuf/src/google/protobuf/compiler/java/java_extension.cc case FieldDescriptor::TYPE_BYTES : return "BYTES"; TYPE_BYTES 237 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc case FieldDescriptor::TYPE_BYTES: TYPE_BYTES 325 third_party/protobuf/src/google/protobuf/compiler/java/java_helpers.cc if (GetType(field) == FieldDescriptor::TYPE_BYTES) { TYPE_BYTES 112 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_BYTES : return "Bytes" ; TYPE_BYTES 146 third_party/protobuf/src/google/protobuf/compiler/java/java_primitive_field.cc case FieldDescriptor::TYPE_BYTES : return -1; TYPE_BYTES 73 third_party/protobuf/src/google/protobuf/compiler/parser.cc result["bytes" ] = FieldDescriptorProto::TYPE_BYTES; TYPE_BYTES 877 third_party/protobuf/src/google/protobuf/compiler/parser.cc case FieldDescriptorProto::TYPE_BYTES: TYPE_BYTES 1448 third_party/protobuf/src/google/protobuf/descriptor.cc if (type() == TYPE_BYTES) { TYPE_BYTES 3431 third_party/protobuf/src/google/protobuf/descriptor.cc if (result->type() == FieldDescriptor::TYPE_BYTES) { TYPE_BYTES 1501 third_party/protobuf/src/google/protobuf/descriptor.h field_type != FieldDescriptor::TYPE_BYTES); TYPE_BYTES 2407 third_party/protobuf/src/google/protobuf/descriptor.pb.cc const FieldDescriptorProto_Type FieldDescriptorProto::TYPE_BYTES; TYPE_BYTES 784 third_party/protobuf/src/google/protobuf/descriptor.pb.h static const Type TYPE_BYTES = FieldDescriptorProto_Type_TYPE_BYTES; TYPE_BYTES 1589 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_STREQ("bytes" , GetTypeNameForFieldType(FD::TYPE_BYTES )); TYPE_BYTES 1614 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_EQ(FD::CPPTYPE_STRING , GetCppTypeForFieldType(FD::TYPE_BYTES )); TYPE_BYTES 1639 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc EXPECT_STREQ("string" , GetCppTypeNameForFieldType(FD::TYPE_BYTES )); TYPE_BYTES 1679 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc AddField(message_proto, "data" , 9, label, FD::TYPE_BYTES ) TYPE_BYTES 1701 third_party/protobuf/src/google/protobuf/descriptor_unittest.cc AddField(message_proto, "implicit_data" , 29, label, FD::TYPE_BYTES ); TYPE_BYTES 939 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_BYTES: TYPE_BYTES 1007 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_BYTES: { TYPE_BYTES 1009 third_party/protobuf/src/google/protobuf/extension_set.cc AddString(number, WireFormatLite::TYPE_BYTES, extension.descriptor) : TYPE_BYTES 1010 third_party/protobuf/src/google/protobuf/extension_set.cc MutableString(number, WireFormatLite::TYPE_BYTES, TYPE_BYTES 1179 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_BYTES: TYPE_BYTES 1291 third_party/protobuf/src/google/protobuf/extension_set.cc case WireFormatLite::TYPE_BYTES: TYPE_BYTES 405 third_party/protobuf/src/google/protobuf/extension_set_heavy.cc case WireFormatLite::TYPE_BYTES: TYPE_BYTES 198 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_BYTES: TYPE_BYTES 277 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_BYTES: { TYPE_BYTES 539 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_BYTES: { TYPE_BYTES 707 third_party/protobuf/src/google/protobuf/wire_format.cc case FieldDescriptor::TYPE_BYTES: { TYPE_BYTES 148 webkit/browser/blob/blob_storage_context.cc case BlobData::Item::TYPE_BYTES: TYPE_BYTES 248 webkit/browser/blob/blob_storage_context.cc if (iter->type() == BlobData::Item::TYPE_BYTES) { TYPE_BYTES 327 webkit/browser/blob/blob_url_request_job.cc if (item.type() == BlobData::Item::TYPE_BYTES) TYPE_BYTES 196 webkit/browser/blob/view_blob_internals_job.cc case BlobData::Item::TYPE_BYTES: TYPE_BYTES 57 webkit/common/blob/blob_data.cc if (iter->type() == Item::TYPE_BYTES) TYPE_BYTES 48 webkit/common/data_element.h type_ = TYPE_BYTES; TYPE_BYTES 56 webkit/common/data_element.h type_ = TYPE_BYTES; TYPE_BYTES 104 webkit/common/data_element.h case DataElement::TYPE_BYTES: