Home
last modified time | relevance | path

Searched refs:m_isGeneratedImage (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DStyleImage.h73 ALWAYS_INLINE bool isGeneratedImage() const { return m_isGeneratedImage; } in isGeneratedImage()
90 , m_isGeneratedImage(false) in StyleImage()
96 bool m_isGeneratedImage:1; variable
DStyleGeneratedImage.cpp37 m_isGeneratedImage = true; in StyleGeneratedImage()