Home | History | Annotate | Download | only in extensions

Lines Matching refs:image_data

1186   scoped_refptr<RefCountedBytes> image_data(new RefCountedBytes);
1199 &image_data->data);
1206 &image_data->data);
1222 stream_as_string.resize(image_data->data.size());
1224 reinterpret_cast<const char*>(&image_data->data[0]),
1225 image_data->data.size());