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

  /external/webkit/WebCore/loader/
ImageDocument.h 58 bool imageFitsInWindow() const;
ImageDocument.cpp 249 if (!m_imageSizeIsKnown || imageFitsInWindow())
297 if (imageFitsInWindow())
305 bool ImageDocument::imageFitsInWindow() const
321 bool fitsInWindow = imageFitsInWindow();

Completed in 30 milliseconds