Home
last modified time | relevance | path

Searched refs:naturalWidth (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DDOMPresentationUtils.js143 …var naturalWidth = precomputedDimensions ? precomputedDimensions.naturalWidth : imageElement.natur…
145 var offsetWidth = precomputedDimensions ? precomputedDimensions.offsetWidth : naturalWidth;
149 if (offsetHeight === naturalHeight && offsetWidth === naturalWidth)
152 …7 %d pixels (Natural: %d \xd7 %d pixels)", offsetWidth, offsetHeight, naturalWidth, naturalHeight);
DImageView.js91 …nsions"), value: WebInspector.UIString("%d × %d", imagePreviewElement.naturalWidth, imagePreviewEl…
DScreencastView.js167 …his._imageZoom = this._imageElement.naturalWidth ? this._canvasElement.offsetWidth / this._imageEl…
549 …ment, 0, this._screenOffsetTop * this._screenZoom, this._imageElement.naturalWidth * this._imageZo…
DElementsPanel.js498 …setWidth: this.offsetWidth, offsetHeight: this.offsetHeight, naturalWidth: this.naturalWidth, natu…
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/
Dbouncing_balls_draw_back_as_canvas.js10 backImageCanvas.width = backImage.naturalWidth;
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLImageElement.h47 int naturalWidth() const;
DHTMLImageElement.idl38 readonly attribute long naturalWidth;
DHTMLImageElement.cpp278 int HTMLImageElement::naturalWidth() const in naturalWidth() function in WebCore::HTMLImageElement