HomeSort by relevance Sort by last modified time
    Searched refs:ForwardNotification (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/tools/testserver/
xmppserver.py 442 self._delegate.ForwardNotification(self, stanza)
471 def ForwardNotification(self, notification_stanza):
521 def ForwardNotification(self, unused_xmpp_connection, notification_stanza):
524 connection.ForwardNotification(notification_stanza)
xmppserver_test.py 197 def ForwardNotification(self, unused_xmpp_connection, notification_stanza):
199 connection.ForwardNotification(notification_stanza)
  /external/chromium_org/sync/tools/testserver/
xmppserver.py 458 self._delegate.ForwardNotification(self, stanza)
487 def ForwardNotification(self, notification_stanza):
572 self.ForwardNotification(None, notification_stanza)
597 def ForwardNotification(self, unused_xmpp_connection, notification_stanza):
601 connection.ForwardNotification(notification_stanza)
xmppserver_test.py 250 def ForwardNotification(self, unused_xmpp_connection, notification_stanza):
252 connection.ForwardNotification(notification_stanza)

Completed in 173 milliseconds