Home
last modified time | relevance | path

Searched refs:naturalHeight (Results 1 – 9 of 9) sorted by relevance

/external/webkit/WebCore/html/
DHTMLImageElement.h55 int naturalHeight() const;
DHTMLImageElement.idl40 readonly attribute long naturalHeight;
DHTMLImageElement.cpp292 int HTMLImageElement::naturalHeight() const in naturalHeight() function in WebCore::HTMLImageElement
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp300 int naturalHeight = m_itemHeight * itemCount; in calculatePositionAndSize() local
301 int popupHeight = min(maxPopupHeight, naturalHeight); in calculatePositionAndSize()
323 if (naturalHeight > maxPopupHeight) in calculatePositionAndSize()
/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp231 float naturalHeight = naturalRect.bottom - naturalRect.top; in cacheMovieScale() local
235 if (naturalHeight) in cacheMovieScale()
236 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight; in cacheMovieScale()
/external/webkit/WebCore/inspector/front-end/
DElementsTreeOutline.js354 …if (properties.offsetHeight === properties.naturalHeight && properties.offsetWidth === properties.…
357 …roperties.offsetWidth, properties.offsetHeight, properties.naturalWidth, properties.naturalHeight);
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h591 @property(readonly) int naturalHeight AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/WebCore/
DChangeLog-2007-10-1443837 Support naturalWidth/naturalHeight on image elements
43841 (WebCore::HTMLImageElement::naturalHeight):
DChangeLog-2008-08-1039480 (WebCore::HTMLImageElement::naturalHeight):