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

  /external/chromium_org/v8/test/cctest/
test-serialize.cc 492 int snapshot_size = 0; local
493 byte* snapshot = ReadBytes(file_name, &snapshot_size);
498 SnapshotByteSource source(snapshot, snapshot_size);
510 SnapshotByteSource source(snapshot, snapshot_size);
604 int snapshot_size = 0; local
605 byte* snapshot = ReadBytes(file_name, &snapshot_size);
610 SnapshotByteSource source(snapshot, snapshot_size);
622 SnapshotByteSource source(snapshot, snapshot_size);
  /external/chromium_org/content/browser/devtools/
renderer_overrides_handler.cc 214 gfx::Size snapshot_size(gfx::ToCeiledSize(
220 view_bounds, snapshot_size,
479 gfx::Size snapshot_size = snapshot_bounds.size(); local
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_host_impl.cc 2268 gfx::Size snapshot_size = snapshot_bounds.size(); local
    [all...]

Completed in 415 milliseconds