Home
last modified time | relevance | path

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

/external/webkit/WebCore/html/
DHTMLImageElement.h57 int naturalHeight() const;
DHTMLImageElement.idl44 readonly attribute long naturalHeight;
DHTMLImageElement.cpp266 int HTMLImageElement::naturalHeight() const in naturalHeight() function in WebCore::HTMLImageElement
/external/webkit/WebCore/platform/win/
DPopupMenuWin.cpp185 int naturalHeight = m_itemHeight * itemCount; in calculatePositionAndSize() local
186 int popupHeight = min(maxPopupHeight, naturalHeight); in calculatePositionAndSize()
208 if (naturalHeight > maxPopupHeight) in calculatePositionAndSize()
/external/webkit/WebCore/platform/graphics/win/
DQTMovieWin.cpp210 int naturalHeight = naturalRect.bottom - naturalRect.top; in cacheMovieScale() local
214 if (naturalHeight) in cacheMovieScale()
215 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight; in cacheMovieScale()
/external/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h584 @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):