OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_parentvisible
(Results
1 - 2
of
2
) sorted by null
/external/webkit/WebCore/platform/
Widget.h
162
bool isParentVisible() const { return
m_parentVisible
; } // Whether or not our parent is visible.
163
bool isVisible() const { return m_selfVisible &&
m_parentVisible
; } // Whether or not we are actually visible.
164
virtual void setParentVisible(bool visible) {
m_parentVisible
= visible; }
227
bool
m_parentVisible
;
Widget.cpp
40
m_parentVisible
= false;
Completed in 28 milliseconds