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

  /external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 230 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).ToString()
    [all...]
  /external/chromium_org/chrome/browser/chromeos/file_manager/
snapshot_manager.cc 26 int64 snapshot_size) {
32 // |snapshot_size| is occupied.
33 free_size -= snapshot_size + cryptohome::kMinFreeSpaceInBytes;
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 491 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/
render_widget_host_impl.cc 2261 gfx::Size snapshot_size = snapshot_bounds.size(); local
    [all...]
render_widget_host_impl.h 480 gfx::Size snapshot_size,
    [all...]

Completed in 93 milliseconds