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/chromium_org/third_party/WebKit/Source/platform/
Widget.h
80
bool isParentVisible() const { return
m_parentVisible
; } // Whether or not our parent is visible.
81
bool isVisible() const { return m_selfVisible &&
m_parentVisible
; } // Whether or not we are actually visible.
82
virtual void setParentVisible(bool visible) {
m_parentVisible
= visible; }
139
bool
m_parentVisible
;
Widget.cpp
38
,
m_parentVisible
(false)
Completed in 191 milliseconds