Searched refs:snapshot_size (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/ui/snapshot/
H A Dsnapshot_aura_unittest.cc230 gfx::SizeF snapshot_size(test_bounds.size());
233 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size).ToString(),
246 gfx::SizeF snapshot_size(test_bounds.size());
247 snapshot_size.Scale(2.0f);
250 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size).ToString(),
265 gfx::SizeF snapshot_size(test_bounds.size());
268 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size).ToString(),
284 gfx::SizeF snapshot_size(test_bounds.size());
285 snapshot_size.Scale(2.0f);
288 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size)
[all...]
/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
H A Drender_widget_host_impl.h480 gfx::Size snapshot_size,

Completed in 2950 milliseconds