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

  /external/webkit/WebCore/html/
HTMLImageElement.cpp 292 int HTMLImageElement::naturalHeight() const
  /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/platform/graphics/win/
QTMovieWin.cpp 231 float naturalHeight = naturalRect.bottom - naturalRect.top;
235 if (naturalHeight)
236 m_heightScaleFactor = (initialRect.bottom - initialRect.top) / naturalHeight;
    [all...]

Completed in 235 milliseconds