Home
last modified time | relevance | path

Searched refs:pings (Results 1 – 9 of 9) sorted by relevance

/external/chromium/chrome/browser/ui/cocoa/bookmarks/
Dbookmark_model_observer_for_cocoa_unittest.mm14 // Keep track of bookmark pings.
17 int pings; field
23 pings++;
54 EXPECT_EQ(0, pingCount.get()->pings);
57 EXPECT_EQ(1, pingCount.get()->pings);
59 EXPECT_EQ(2, pingCount.get()->pings);
62 EXPECT_EQ(3, pingCount.get()->pings);
65 EXPECT_EQ(4, pingCount.get()->pings);
Dbookmark_bar_controller.mm1739 // Oddly, the view pings us instead of us pinging our view. This is
/external/okhttp/src/main/java/com/squareup/okhttp/internal/spdy/
DSpdyConnection.java103 private Map<Integer, Ping> pings; field in SpdyConnection
249 if (pings == null) pings = new HashMap<Integer, Ping>(); in ping()
250 pings.put(pingId, ping); in ping()
276 return pings != null ? pings.remove(id) : null; in removePing()
339 if (pings != null) { in close()
340 pingsToCancel = pings.values().toArray(new Ping[pings.size()]); in close()
341 pings = null; in close()
/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dport.cc664 std::string pings; in UpdateState() local
669 pings.append(buf).append(" "); in UpdateState()
672 pings << ", rtt=" << rtt << ", now=" << now; in UpdateState()
787 std::string pings; in OnConnectionRequestResponse() local
792 pings.append(buf).append(" "); in OnConnectionRequestResponse()
796 << ", pings_since_last_response_=" << pings in OnConnectionRequestResponse()
/external/webkit/Source/WebKit/gtk/po/
Dfr.po710 msgid "Whether <a ping> should be able to send pings"
711 msgstr "Indique si <a ping> doit pouvoir envoyer des pings"
Dit.po970 msgid "Whether <a ping> should be able to send pings"
Dpl.po915 msgid "Whether <a ping> should be able to send pings"
/external/chromium/chrome/browser/cocoa/
Dkeystone_glue.mm508 // Set up hourly activity pings.
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0648515 (WebCore::PingLoader::timeout): Ensure pings eventually timeout, since