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

  /external/chromium_org/third_party/WebKit/Source/core/platform/
Widget.h 81 bool isSelfVisible() const { return m_selfVisible; } // Whether or not we have been explicitly marked as visible or not.
83 bool isVisible() const { return m_selfVisible && m_parentVisible; } // Whether or not we are actually visible.
85 void setSelfVisible(bool v) { m_selfVisible = v; }
136 bool m_selfVisible;
Widget.cpp 40 , m_selfVisible(false)

Completed in 764 milliseconds