Searched refs:naturalWidth (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | DOMPresentationUtils.js | 143 …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);
|
D | ImageView.js | 91 …nsions"), value: WebInspector.UIString("%d × %d", imagePreviewElement.naturalWidth, imagePreviewEl…
|
D | ScreencastView.js | 167 …his._imageZoom = this._imageElement.naturalWidth ? this._canvasElement.offsetWidth / this._imageEl… 549 …ment, 0, this._screenOffsetTop * this._screenZoom, this._imageElement.naturalWidth * this._imageZo…
|
D | ElementsPanel.js | 498 …setWidth: this.offsetWidth, offsetHeight: this.offsetHeight, naturalWidth: this.naturalWidth, natu…
|
/external/chromium_org/tools/perf/page_sets/tough_canvas_cases/canvas2d_balls_common/ |
D | bouncing_balls_draw_back_as_canvas.js | 10 backImageCanvas.width = backImage.naturalWidth;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLImageElement.h | 47 int naturalWidth() const;
|
D | HTMLImageElement.idl | 38 readonly attribute long naturalWidth;
|
D | HTMLImageElement.cpp | 278 int HTMLImageElement::naturalWidth() const in naturalWidth() function in WebCore::HTMLImageElement
|