Home | History | Annotate | Download | only in history

Lines Matching refs:updated_data

1723   std::vector<unsigned char> updated_data;
1724 updated_data.push_back('a');
1725 favicon_bitmap_data[0].bitmap_data = new base::RefCountedBytes(updated_data);
1742 updated_data[0] = 'b';
1743 favicon_bitmap_data[0].bitmap_data = new base::RefCountedBytes(updated_data);