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

  /external/chromium/chrome/browser/ui/window_snapshot/
window_snapshot.h 22 std::vector<unsigned char>* png_representation);
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_win.cc 17 std::vector<unsigned char>* png_representation) {
67 png_representation);

Completed in 19 milliseconds