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 158 gfx::SizeF snapshot_size(test_bounds.size());
159 snapshot_size.Scale(1.0f / kUIScale);
162 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size).ToString(),
175 gfx::SizeF snapshot_size(test_bounds.size());
176 snapshot_size.Scale(2.0f);
179 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size).ToString(),
194 gfx::SizeF snapshot_size(test_bounds.size());
195 snapshot_size.Scale(1.0f / kUIScale);
198 EXPECT_EQ(gfx::ToRoundedSize(snapshot_size).ToString(),
214 gfx::SizeF snapshot_size(test_bounds.size())
    [all...]
  /external/chromium_org/v8/test/cctest/
test-serialize.cc 497 int snapshot_size = 0; local
498 byte* snapshot = ReadBytes(file_name, &snapshot_size);
503 SnapshotByteSource source(snapshot, snapshot_size);
515 SnapshotByteSource source(snapshot, snapshot_size);
609 int snapshot_size = 0; local
610 byte* snapshot = ReadBytes(file_name, &snapshot_size);
615 SnapshotByteSource source(snapshot, snapshot_size);
627 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 199 gfx::Size snapshot_size = gfx::ToFlooredSize( local
203 view_bounds, snapshot_size,
435 gfx::Size snapshot_size = gfx::ToFlooredSize( local
444 gfx::Rect(snapshot_size))) {
460 view_bounds, snapshot_size,
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 2437 gfx::Size snapshot_size = snapshot_bounds.size(); local
    [all...]

Completed in 1038 milliseconds