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

  /external/webkit/WebCore/html/
HTMLImageElement.idl 40 readonly attribute long naturalHeight;
HTMLImageElement.h 55 int naturalHeight() const;
HTMLImageElement.cpp 292 int HTMLImageElement::naturalHeight() const
  /external/webkit/WebCore/platform/graphics/win/
QTMovieWin.cpp 231 float naturalHeight = naturalRect.bottom - naturalRect.top;
235 if (naturalHeight)
236 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight;
    [all...]
  /external/webkit/WebCore/platform/win/
PopupMenuWin.cpp 300 int naturalHeight = m_itemHeight * itemCount;
301 int popupHeight = min(maxPopupHeight, naturalHeight);
323 if (naturalHeight > maxPopupHeight)
  /external/webkit/WebCore/inspector/front-end/
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/bindings/objc/
PublicDOMInterfaces.h 591 @property(readonly) int naturalHeight AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
    [all...]

Completed in 224 milliseconds