/external/chromium_org/chrome/browser/safe_browsing/ |
download_feedback_service.cc | 63 DownloadFeedbackPings* pings = new DownloadFeedbackPings(ping_request, local 65 download->SetUserData(kPingKey, pings); 116 DownloadFeedbackPings* pings = DownloadFeedbackPings::FromDownload(download); local 117 if (!pings) 120 *ping = pings->ping_request(); 121 *response = pings->ping_response(); 142 DownloadFeedbackPings* pings = DownloadFeedbackPings::FromDownload(*download); local 143 DCHECK(pings); 149 pings->ping_request(), 150 pings->ping_response())) [all...] |
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/ |
SpdyConnection.java | 100 /** Lazily-created map of in-flight pings awaiting a response. Guarded by this. */ 101 private Map<Integer, Ping> pings; field in class:SpdyConnection 245 if (pings == null) pings = new HashMap<Integer, Ping>(); 246 pings.put(pingId, ping); 272 return pings != null ? pings.remove(id) : null; 311 * pings. It closes the underlying input and output streams and shuts down 335 if (pings != null) { 336 pingsToCancel = pings.values().toArray(new Ping[pings.size()]) [all...] |
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
port.cc | 50 // The number of pings that must fail to respond before we become unwritable. 57 // pings fail to have a response. 64 // If we haven't sent that many pings, then we can't have failed that many. 664 std::string pings; local 669 pings.append(buf).append(" "); 672 pings << ", rtt=" << rtt << ", now=" << now; 676 // Since we don't know how many pings the other side has attempted, the best 689 // Before becoming unwritable, we allow for a fixed number of pings to fail 787 std::string pings; local 792 pings.append(buf).append(" ") [all...] |
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
port.cc | 46 // pings fail to have a response. 53 // If we haven't sent that many pings, then we can't have failed that many. 583 // can see our view of lost pings. 1060 std::string pings; local 1221 std::string pings; local [all...] |
/external/chromium_org/chrome/browser/resources/local_ntp/ |
most_visited_util.js | 104 // If a ping parameter was specified, add it to the list of pings, relative
|
/external/chromium/chrome/browser/resources/ |
new_new_tab.js | 26 // The URL prefix for pings that record app launches by URL. 29 // The URL prefix for pings that record app launches by ID. [all...] |