HomeSort by relevance Sort by last modified time
    Searched full:png_representation (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot_x.cc 18 std::vector<unsigned char>* png_representation = local
21 size_t old_size = png_representation->size();
22 png_representation->resize(old_size + length);
23 memcpy(&(*png_representation)[old_size], data, length);
28 std::vector<unsigned char>* png_representation) {
60 surface, SnapshotCallback, png_representation);
window_snapshot_mac.mm 17 std::vector<unsigned char>* png_representation) {
18 png_representation->clear();
37 png_representation->assign(buf, buf + length);
38 DCHECK(!png_representation->empty());
window_snapshot_mac_unittest.mm 31 scoped_ptr<std::vector<unsigned char> > png_representation(
33 browser::GrabWindowSnapshot(window, png_representation.get());
37 [[NSData alloc] initWithBytes:&(*png_representation)[0]
38 length:png_representation->size()]);
window_snapshot.h 22 std::vector<unsigned char>* png_representation);
window_snapshot_win.cc 17 std::vector<unsigned char>* png_representation) {
67 png_representation);

Completed in 28 milliseconds