OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MakeNotification
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/ui/message_center/
notification_list_unittest.cc
40
MakeNotification
(optional_fields, &new_id));
51
scoped_ptr<Notification>
MakeNotification
(
68
scoped_ptr<Notification>
MakeNotification
(std::string* id_out) {
69
return
MakeNotification
(message_center::RichNotificationData(), id_out);
724
scoped_ptr<Notification> notification(
MakeNotification
(&id1));
/external/chromium_org/sync/tools/testserver/
xmppserver.py
548
def
MakeNotification
(self, channel, data):
571
notification_stanza = self.
MakeNotification
(channel, data)
xmppserver_test.py
372
notification = self.xmpp_server.
MakeNotification
('channel', 'data')
Completed in 331 milliseconds