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

  /external/chromium_org/chrome/browser/resources/print_preview/data/
document_info.js 69 this.pageSize_ = initialPageSize;
143 return this.pageSize_;
213 !this.pageSize_.equals(pageSize) ||
217 this.pageSize_ = pageSize;
  /external/chromium_org/chrome/browser/resources/print_preview/previewarea/
margin_control.js 38 this.pageSize_ = new print_preview.Size(0, 0);
218 this.pageSize_ = pageSize;
277 width = this.scaleTransform_ * this.pageSize_.width;
279 x = this.scaleTransform_ * (this.pageSize_.width - posInPts) +
281 height = this.scaleTransform_ * this.pageSize_.height;
283 y = this.scaleTransform_ * (this.pageSize_.height - posInPts) +
285 width = this.scaleTransform_ * this.pageSize_.width;
289 height = this.scaleTransform_ * this.pageSize_.height;
328 pts = this.pageSize_.width - pts;
332 pts = this.pageSize_.height - pts
    [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/windows/
preamble_patcher.cc 63 long PreamblePatcher::pagesize_ = 0; member in class:sidestep::PreamblePatcher
419 pagesize_ = si.dwPageSize;
430 if ((val > 0 && val + pagesize_ <= INT_MAX) ||
449 pagesize_;
505 pagesize_, MEM_COMMIT | MEM_RESERVE,
525 pagesize_, MEM_COMMIT | MEM_RESERVE,
preamble_patcher.h 353 static long pagesize_; member in class:sidestep::PreamblePatcher
  /external/chromium_org/third_party/tcmalloc/vendor/src/windows/
preamble_patcher.cc 63 long PreamblePatcher::pagesize_ = 0; member in class:sidestep::PreamblePatcher
419 pagesize_ = si.dwPageSize;
430 if ((val > 0 && val + pagesize_ <= INT_MAX) ||
449 pagesize_;
505 pagesize_, MEM_COMMIT | MEM_RESERVE,
525 pagesize_, MEM_COMMIT | MEM_RESERVE,
preamble_patcher.h 353 static long pagesize_; member in class:sidestep::PreamblePatcher

Completed in 220 milliseconds