OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kMaxFailedXmppPings
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/common/cloud_print/
cloud_print_constants.h
116
const int
kMaxFailedXmppPings
= 2;
/external/chromium_org/chrome/service/cloud_print/
cloud_print_proxy_backend.cc
440
if (pending_xmpp_pings_ >=
kMaxFailedXmppPings
) {
469
if (pending_xmpp_pings_ >=
kMaxFailedXmppPings
) {
Completed in 51 milliseconds