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

  /external/webkit/WebCore/platform/
Widget.h 161 bool isSelfVisible() const { return m_selfVisible; } // Whether or not we have been explicitly marked as visible or not.
163 bool isVisible() const { return m_selfVisible && m_parentVisible; } // Whether or not we are actually visible.
165 void setSelfVisible(bool v) { m_selfVisible = v; }
226 bool m_selfVisible;
Widget.cpp 39 m_selfVisible = false;

Completed in 35 milliseconds