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

  /external/webkit/Source/WebCore/rendering/style/
StyleGeneratedImage.h 48 virtual bool imageHasRelativeWidth() const { return !m_fixedSize; }
49 virtual bool imageHasRelativeHeight() const { return !m_fixedSize; }
50 virtual bool usesImageContainerSize() const { return !m_fixedSize; }
59 , m_fixedSize(fixedSize)
65 bool m_fixedSize;
StyleGeneratedImage.cpp 39 if (m_fixedSize) {

Completed in 38 milliseconds