Home
last modified time | relevance | path

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

/external/chromium_org/third_party/ocmock/OCMock/
DOCMObserverRecorder.m24 [recordedNotification release];
33 recordedNotification = [[NSNotification notificationWithName:name object:sender] retain];
38recordedNotification = [[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]];
DOCMObserverRecorder.h10 NSNotification *recordedNotification; variable