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

  /external/chromium_org/chrome/browser/resources/pdf/
viewport.js 36 this.zoom_ = 1;
101 return this.documentNeedsScrollbars_(this.zoom_);
111 this.documentDimensions_.width * this.zoom_ + 'px';
113 this.documentDimensions_.height * this.zoom_ + 'px';
160 var needsScrollbars = this.documentNeedsScrollbars_(this.zoom_);
173 return this.zoom_;
182 var oldZoom = this.zoom_;
183 this.zoom_ = newZoom;
245 var firstVisiblePage = this.getPageAtY_(this.position.y / this.zoom_);
248 x: this.position.x / this.zoom_,
    [all...]
  /external/chromium_org/pdf/
instance.cc 274 zoom_(1.0),
519 if (engine_->GetPageRect(page).bottom() * zoom_ <=
527 if (engine_->GetPageRect(page).y() * zoom_ >= v_scrollbar_->GetValue())
623 OnGeometryChanged(zoom_, old_device_scale);
696 OnGeometryChanged(zoom_, device_scale_);
    [all...]
out_of_process_instance.cc 233 zoom_(1.0),
535 OnGeometryChanged(zoom_, old_device_scale);
736 return static_cast<int>(ceil(document_size_.width() * zoom_ * device_scale_));
741 ceil(document_size_.height() * zoom_ * device_scale_));
779 OnGeometryChanged(zoom_, device_scale_);
    [all...]
out_of_process_instance.h 230 double zoom_; // Current zoom factor. member in class:chrome_pdf::OutOfProcessInstance
instance.h 370 double zoom_; // Current zoom factor. member in class:chrome_pdf::Instance
  /external/chromium_org/ui/compositor/
layer.cc 72 zoom_(1),
96 zoom_(1),
346 zoom_ = zoom;
387 if (zoom_ != 1)
388 filters.Append(cc::FilterOperation::CreateZoomFilter(zoom_, zoom_inset_));
layer.h 449 float zoom_; member in class:ui::Layer
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
active_indicator.js 41 this.zoom_ = 1;
854 return (Math.round(x * this.zoom_) + 0.1) / this.zoom_;
868 var zoomedX = Math.round(x * this.zoom_);
869 var zoomedRight = Math.round((x + width) * this.zoom_);
871 return (zoomedWidth + 0.1) / this.zoom_;
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 230 milliseconds