Home
last modified time | relevance | path

Searched refs:m_isShowing (Results 1 – 2 of 2) sorted by relevance

/external/webkit/WebCore/notifications/
DNotification.cpp48 , m_isShowing(false) in Notification()
69 , m_isShowing(false) in Notification()
94 if (!m_isShowing) in show()
95 m_isShowing = m_presenter->show(this); in show()
100 if (m_isShowing) in cancel()
DNotification.h95 bool m_isShowing; variable