Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLImageElement.h48 int naturalHeight() const;
DHTMLImageElement.idl42 readonly attribute long naturalHeight;
DHTMLImageElement.cpp314 int HTMLImageElement::naturalHeight() const in naturalHeight() function in WebCore::HTMLImageElement
/external/webkit/Source/WebCore/inspector/front-end/
DImageView.js84 …spector.UIString("%d × %d", imagePreviewElement.naturalWidth, imagePreviewElement.naturalHeight) },
DElementsTreeOutline.js419 var naturalHeight = properties[3];
420 if (offsetHeight === naturalHeight && offsetWidth === naturalWidth)
423 …7 %d pixels (Natural: %d \xd7 %d pixels)", offsetWidth, offsetHeight, naturalWidth, naturalHeight);
/external/webkit/Source/WebCore/platform/graphics/win/
DQTMovie.cpp262 float naturalHeight = naturalRect.bottom - naturalRect.top; in cacheMovieScale() local
266 if (naturalHeight) in cacheMovieScale()
267 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight; in cacheMovieScale()
/external/webkit/Source/WebKit2/UIProcess/win/
DWebPopupMenuProxyWin.cpp374 int naturalHeight = m_itemHeight * itemCount; in calculatePositionAndSize() local
375 int popupHeight = min(maxPopupHeight, naturalHeight); in calculatePositionAndSize()
383 if (naturalHeight > maxPopupHeight) { in calculatePositionAndSize()
/external/webkit/Source/WebCore/platform/win/
DPopupMenuWin.cpp309 int naturalHeight = m_itemHeight * itemCount; in calculatePositionAndSize() local
310 int popupHeight = min(maxPopupHeight, naturalHeight); in calculatePositionAndSize()
332 if (naturalHeight > maxPopupHeight) in calculatePositionAndSize()
/external/webkit/Source/WebCore/bindings/objc/
DPublicDOMInterfaces.h597 @property(readonly) int naturalHeight AVAILABLE_WEBKIT_VERSION_3_0_AND_LATER;
/external/webkit/Source/WebCore/
DChangeLog-2007-10-1443837 Support naturalWidth/naturalHeight on image elements
43841 (WebCore::HTMLImageElement::naturalHeight):
DChangeLog-2010-05-2445970 (WebCore::HTMLImageElement::naturalHeight):
DChangeLog-2008-08-1039480 (WebCore::HTMLImageElement::naturalHeight):