HomeSort by relevance Sort by last modified time
    Searched refs:imageFitsInWindow (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/html/
ImageDocument.h 58 bool imageFitsInWindow() const;
ImageDocument.cpp 264 if (!m_imageSizeIsKnown || imageFitsInWindow())
312 if (imageFitsInWindow())
320 bool ImageDocument::imageFitsInWindow() const
340 bool fitsInWindow = imageFitsInWindow();

Completed in 37 milliseconds