Searched defs:snapshot_size (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dsnapshot_manager.cc26 int64 snapshot_size) {
32 // |snapshot_size| is occupied.
33 free_size -= snapshot_size + cryptohome::kMinFreeSpaceInBytes;
24 ComputeSpaceNeedToBeFreedAfterGetMetadataOnBlockingPool( const base::FilePath& path, int64 snapshot_size) argument
/external/chromium_org/v8/test/cctest/
H A Dtest-serialize.cc491 int snapshot_size = 0; local
492 byte* snapshot = ReadBytes(file_name, &snapshot_size);
497 SnapshotByteSource source(snapshot, snapshot_size);
509 SnapshotByteSource source(snapshot, snapshot_size);
613 int snapshot_size = 0; local
614 byte* snapshot = ReadBytes(file_name, &snapshot_size);
619 SnapshotByteSource source(snapshot, snapshot_size);
631 SnapshotByteSource source(snapshot, snapshot_size);
/external/chromium_org/content/browser/renderer_host/
H A Drender_widget_host_impl.cc2231 gfx::Size snapshot_size,
2241 routing_id, snapshot_id, snapshot_size, png_data->data()));
2261 gfx::Size snapshot_size = snapshot_bounds.size(); local
2266 GetRoutingID(), snapshot_id, snapshot_size, png));
2278 snapshot_size));
2228 WindowSnapshotAsyncCallback( int routing_id, int snapshot_id, gfx::Size snapshot_size, scoped_refptr<base::RefCountedBytes> png_data) argument

Completed in 100 milliseconds