Home
last modified time | relevance | path

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

/haiku/src/apps/webpositive/
H A DAuthenticationPanel.cpp50 m_cancelled(false), in AuthenticationPanel()
65 m_cancelled = true; in QuitRequested()
215 bool canceled = m_cancelled; in getAuthentication()
H A DAuthenticationPanel.h38 bool m_cancelled; variable