Searched refs:naturalHeight (Results 1 – 8 of 8) sorted by relevance
57 int naturalHeight() const;
44 readonly attribute long naturalHeight;
266 int HTMLImageElement::naturalHeight() const in naturalHeight() function in WebCore::HTMLImageElement
185 int naturalHeight = m_itemHeight * itemCount; in calculatePositionAndSize() local186 int popupHeight = min(maxPopupHeight, naturalHeight); in calculatePositionAndSize()208 if (naturalHeight > maxPopupHeight) in calculatePositionAndSize()
210 int naturalHeight = naturalRect.bottom - naturalRect.top; in cacheMovieScale() local214 if (naturalHeight) in cacheMovieScale()215 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight; in cacheMovieScale()
584 @property(readonly) int naturalHeight AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
43837 Support naturalWidth/naturalHeight on image elements43841 (WebCore::HTMLImageElement::naturalHeight):
39480 (WebCore::HTMLImageElement::naturalHeight):