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

  /external/webkit/WebCore/html/
HTMLImageElement.idl 41 readonly attribute long naturalWidth;
HTMLImageElement.h 54 int naturalWidth() const;
HTMLImageElement.cpp 284 int HTMLImageElement::naturalWidth() const
  /external/webkit/WebCore/inspector/front-end/
ImageView.js 58 { name: WebInspector.UIString("Dimensions"), value: WebInspector.UIString("%d × %d", this.imagePreviewElement.naturalWidth, this.imagePreviewElement.height) },
ElementsTreeOutline.js 354 if (properties.offsetHeight === properties.naturalHeight && properties.offsetWidth === properties.naturalWidth)
357 tooltipText = WebInspector.UIString("%d × %d pixels (Natural: %d × %d pixels)", properties.offsetWidth, properties.offsetHeight, properties.naturalWidth, properties.naturalHeight);
361 WebInspector.ObjectProxy.getPropertiesAsync(objectProxy, ["naturalHeight", "naturalWidth", "offsetHeight", "offsetWidth"], createTooltipThenCallback);
    [all...]
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp 230 float naturalWidth = naturalRect.right - naturalRect.left;
233 if (naturalWidth)
234 m_widthScaleFactor = (initialRect.right - initialRect.left) / naturalWidth;
    [all...]
  /external/webkit/WebCore/bindings/objc/
PublicDOMInterfaces.h 592 @property(readonly) int naturalWidth AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
    [all...]

Completed in 156 milliseconds