Home | History | Annotate | Download | only in notifications

Lines Matching defs:id

71   Notification NewMockNotification(const std::string& id) {
72 return NewMockNotification(new MockNotificationDelegate(id));
76 std::string text = delegate->id();
82 void MarkStale(const char* id) {
83 GetNotificationPanel()->GetTester()->MarkStale(NewMockNotification(id));
253 collection->RemoveById(delegate->id());
429 std::string id = base::StringPrintf("n%d", i);
430 collection->Add(NewMockNotification(id), profile);
433 tester->GetBalloonView(collection, NewMockNotification(id));
438 std::string id = base::StringPrintf("s%d", i);
440 NewMockNotification(id), browser()->profile(), true, false);
442 tester->GetBalloonView(collection, NewMockNotification(id));