HomeSort by relevance Sort by last modified time
    Searched defs:ping_response (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
pingtask_unittest.cc 86 std::string ping_response = local
88 HandleStanza(buzz::XmlElement::ForStr(ping_response));
  /external/chromium_org/chrome/browser/safe_browsing/
download_feedback_service.cc 26 const std::string& ping_response);
31 const std::string& ping_response);
43 const std::string& ping_response() const { function in class:safe_browsing::__anon9197::DownloadFeedbackPings
53 const std::string& ping_response)
55 ping_response_(ping_response) {
62 const std::string& ping_response) {
64 ping_response);
121 *response = pings->ping_response();
150 pings->ping_response()));
158 const std::string& ping_response,
    [all...]
download_feedback_service_unittest.cc 35 const std::string& ping_response,
38 ping_response_(ping_response),
89 const std::string& ping_response) OVERRIDE {
95 ping_response,
198 const std::string ping_response = "resp"; local
212 DownloadProtectionService::UNCOMMON, &item, ping_request, ping_response);
223 EXPECT_EQ(ping_response, feedback(0)->GetPingResponseForTesting());
235 const std::string ping_response = "resp"; local
252 ping_response);
304 const std::string ping_response = "resp" local
    [all...]

Completed in 86 milliseconds