Searched defs:m_hasContent (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/android/layers/
H A DPicturePileLayerContent.h39 virtual int width() { return m_hasContent ? m_picturePile.size().width() : 0; }
40 virtual int height() { return m_hasContent ? m_picturePile.size().height() : 0; }
43 virtual void checkForOptimisations() {} // already performed, stored in m_hasText/m_hasContent
54 bool m_hasContent; member in class:WebCore::PicturePileLayerContent
/external/webkit/Source/WebCore/platform/graphics/android/rendering/
H A DInspectorCanvas.h46 , m_hasContent(false)
52 bool hasContent() {return m_hasContent;}
97 bool m_hasContent; member in class:WebCore::InspectorCanvas

Completed in 76 milliseconds