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

  /external/chromium_org/ui/snapshot/
snapshot_aura_unittest.cc 157 gfx::SizeF snapshot_size(test_bounds.size());
158 snapshot_size.Scale(1.0f / kUIScale);
161 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size).ToString(),
174 gfx::SizeF snapshot_size(test_bounds.size());
175 snapshot_size.Scale(2.0f);
178 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size).ToString(),
193 gfx::SizeF snapshot_size(test_bounds.size());
194 snapshot_size.Scale(1.0f / kUIScale);
197 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size).ToString(),
213 gfx::SizeF snapshot_size(test_bounds.size())
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 494 int snapshot_size = 0; local
495 byte* snapshot = ReadBytes(file_name, &snapshot_size);
499 SnapshotByteSource source(snapshot, snapshot_size);
511 SnapshotByteSource source(snapshot, snapshot_size);
605 int snapshot_size = 0; local
606 byte* snapshot = ReadBytes(file_name, &snapshot_size);
610 SnapshotByteSource source(snapshot, snapshot_size);
622 SnapshotByteSource source(snapshot, snapshot_size);
  /external/v8/test/cctest/
test-serialize.cc 446 int snapshot_size = 0; local
447 byte* snapshot = ReadBytes(file_name, &snapshot_size);
451 SnapshotByteSource source(snapshot, snapshot_size);
463 SnapshotByteSource source(snapshot, snapshot_size);
531 int snapshot_size = 0; local
532 byte* snapshot = ReadBytes(file_name, &snapshot_size);
536 SnapshotByteSource source(snapshot, snapshot_size);
548 SnapshotByteSource source(snapshot, snapshot_size);
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 204 gfx::Size snapshot_size = gfx::ToFlooredSize( local
207 view_bounds, snapshot_size,
  /external/chromium_org/content/browser/renderer_host/
render_view_host_impl.cc 1997 gfx::Size snapshot_size = snapshot_bounds.size(); local
    [all...]

Completed in 364 milliseconds