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

  /external/chromium_org/jingle/notifier/listener/
push_client_unittest.cc 24 notifier_options_.request_context_getter =
33 NotifierOptions notifier_options_; member in class:notifier::__anon8620::PushClientTest
39 PushClient::CreateDefault(notifier_options_));
49 notifier_options_));
57 PushClient::CreateDefaultOnIOThread(notifier_options_));
xmpp_push_client.cc 17 : notifier_options_(notifier_options) {
18 DCHECK(notifier_options_.request_context_getter->
124 xmpp_settings_ = MakeXmppClientSettings(notifier_options_, email, token);
132 notifier_options_.request_context_getter,
133 GetServerList(notifier_options_),
134 notifier_options_.try_ssltcp_first,
135 notifier_options_.auth_mechanism));
xmpp_push_client_unittest.cc 36 notifier_options_.request_context_getter =
44 xmpp_push_client_.reset(new XmppPushClient(notifier_options_));
57 NotifierOptions notifier_options_; member in class:notifier::__anon8622::XmppPushClientTest
xmpp_push_client.h 75 const NotifierOptions notifier_options_; member in class:notifier::XmppPushClient
  /external/chromium/chrome/browser/sync/notifier/
invalidation_notifier.cc 26 notifier_options_(notifier_options),
30 DCHECK(notifier_options_.request_context_getter);
32 DCHECK(notifier_options_.request_context_getter->GetIOMessageLoopProxy()->
60 notifier::MakeXmppClientSettings(notifier_options_,
71 notifier_options_.request_context_getter,
72 notifier::GetServerList(notifier_options_),
73 notifier_options_.try_ssltcp_first,
74 notifier_options_.auth_mechanism));
invalidation_notifier.h 82 const notifier::NotifierOptions notifier_options_; member in class:sync_notifier::InvalidationNotifier

Completed in 172 milliseconds