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

  /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...]

Completed in 65 milliseconds