Home | History | Annotate | Download | only in WebView

Lines Matching full:nsnotificationcenter

148     [[NSNotificationCenter defaultCenter] removeObserver:self];
159 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationDidResignActive:) name:NSApplicationDidResignActiveNotification object:NSApp];
160 [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(applicationDidChangeScreenParameters:) name:NSApplicationDidChangeScreenParametersNotification object:NSApp];