Home | History | Annotate | Download | only in Hosted

Lines Matching full:m_activationobserver

247     ASSERT(!m_activationObserver);
251 m_activationObserver = [[NSNotificationCenter defaultCenter] addObserverForName:NSApplicationWillBecomeActiveNotification object:NSApp queue:nil
266 ASSERT(m_activationObserver);
268 [[NSNotificationCenter defaultCenter] removeObserver:m_activationObserver.get()];
269 m_activationObserver = nil;