OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:notifier_options
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/components/invalidation/
invalidation_service_util.cc
17
notifier::NotifierOptions
notifier_options
;
local
20
notifier_options
.xmpp_host_port =
24
DVLOG(1) << "Using " <<
notifier_options
.xmpp_host_port.ToString()
28
notifier_options
.allow_insecure_connection =
30
DVLOG_IF(1,
notifier_options
.allow_insecure_connection)
33
return
notifier_options
;
non_blocking_invalidator_unittest.cc
42
notifier::NotifierOptions
notifier_options
;
local
43
notifier_options
.request_context_getter = request_context_getter_;
45
NonBlockingInvalidator::MakePushClientChannelCreator(
notifier_options
);
p2p_invalidation_service.cc
11
#include "jingle/notifier/base/
notifier_options
.h"
26
notifier::NotifierOptions
notifier_options
=
local
28
notifier_options
.request_context_getter = request_context;
31
notifier::PushClient::CreateDefault(
notifier_options
),
/external/chromium_org/sync/tools/
sync_listen_notifications.cc
25
#include "jingle/notifier/base/
notifier_options
.h"
117
notifier::NotifierOptions
notifier_options
;
local
118
notifier_options
.request_context_getter = request_context_getter;
121
notifier_options
.xmpp_host_port =
124
LOG(INFO) << "Using " <<
notifier_options
.xmpp_host_port.ToString()
128
notifier_options
.try_ssltcp_first =
130
LOG_IF(INFO,
notifier_options
.try_ssltcp_first)
133
notifier_options
.allow_insecure_connection =
135
LOG_IF(INFO,
notifier_options
.allow_insecure_connection)
138
return
notifier_options
;
181
const notifier::NotifierOptions&
notifier_options
=
local
[
all
...]
sync_client.cc
26
#include "jingle/notifier/base/
notifier_options
.h"
271
notifier::NotifierOptions
notifier_options
;
local
272
notifier_options
.request_context_getter = request_context_getter;
273
notifier_options
.auth_mechanism = "X-OAUTH2";
276
notifier_options
.xmpp_host_port =
279
LOG(INFO) << "Using " <<
notifier_options
.xmpp_host_port.ToString()
283
notifier_options
.try_ssltcp_first =
285
LOG_IF(INFO,
notifier_options
.try_ssltcp_first)
288
notifier_options
.allow_insecure_connection =
290
LOG_IF(INFO,
notifier_options
.allow_insecure_connection
345
const notifier::NotifierOptions&
notifier_options
=
local
[
all
...]
/external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc
28
#include "jingle/notifier/base/
notifier_options
.h"
338
notifier::NotifierOptions
notifier_options
;
local
339
notifier_options
.request_context_getter =
341
notifier_options
.auth_mechanism = "X-OAUTH2";
342
notifier_options
.try_ssltcp_first = true;
343
notifier_options
.xmpp_host_port = net::HostPortPair::FromString(
346
push_client_ = notifier::PushClient::CreateDefault(
notifier_options
);
Completed in 532 milliseconds