OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateSimpleNotification
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/notifications/
notification_browsertest.cc
227
std::string
CreateSimpleNotification
(Browser* browser,
355
std::string NotificationsTest::
CreateSimpleNotification
(
525
std::string result =
CreateSimpleNotification
(browser(), true);
553
std::string result =
CreateSimpleNotification
(browser(), true);
578
std::string note_id =
CreateSimpleNotification
(browser(), true);
603
CreateSimpleNotification
(browser(), false);
609
CreateSimpleNotification
(browser(), true);
621
CreateSimpleNotification
(browser(), false);
635
CreateSimpleNotification
(browser(), false);
649
std::string result =
CreateSimpleNotification
(browser(), true)
[
all
...]
/external/chromium_org/ui/message_center/
message_center_impl_unittest.cc
47
Notification*
CreateSimpleNotification
(const std::string& id) {
587
scoped_ptr<Notification> notification(
CreateSimpleNotification
(id));
589
notification.reset(
CreateSimpleNotification
(id2));
598
notification.reset(
CreateSimpleNotification
(id));
617
notification.reset(
CreateSimpleNotification
(ids[i]));
635
notification.reset(
CreateSimpleNotification
(ids[3]));
638
notification.reset(
CreateSimpleNotification
(ids[4]));
645
notification.reset(
CreateSimpleNotification
("New id"));
650
notification.reset(
CreateSimpleNotification
(ids[3]));
682
scoped_ptr<Notification> notification(
CreateSimpleNotification
(id))
[
all
...]
Completed in 46 milliseconds