HomeSort by relevance Sort by last modified time
    Searched defs:FakePushClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/jingle/notifier/listener/
fake_push_client.h 19 class FakePushClient : public PushClient {
21 FakePushClient();
22 virtual ~FakePushClient();
57 DISALLOW_COPY_AND_ASSIGN(FakePushClient);
fake_push_client.cc 11 FakePushClient::FakePushClient() : sent_pings_(0) {}
13 FakePushClient::~FakePushClient() {}
15 void FakePushClient::AddObserver(PushClientObserver* observer) {
19 void FakePushClient::RemoveObserver(PushClientObserver* observer) {
23 void FakePushClient::UpdateSubscriptions(
28 void FakePushClient::UpdateCredentials(
34 void FakePushClient::SendNotification(const Notification& notification) {
38 void FakePushClient::SendPing()
    [all...]

Completed in 35 milliseconds