Searched refs:recordedNotification (Results 1 – 2 of 2) sorted by relevance
24 [recordedNotification release];33 recordedNotification = [[NSNotification notificationWithName:name object:sender] retain];38 …recordedNotification = [[NSNotification notificationWithName:name object:sender userInfo:userInfo]…46 return [self argument:[recordedNotification name] matchesArgument:[aNotification name]] &&47 [self argument:[recordedNotification object] matchesArgument:[aNotification object]] &&48 [self argument:[recordedNotification userInfo] matchesArgument:[aNotification userInfo]];
10 NSNotification *recordedNotification; variable