Home
last modified time | relevance | path

Searched refs:GetNetErrorCode (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/base/
Dcapturing_net_log.h56 bool GetNetErrorCode(int* value) const;
Dcapturing_net_log.cc58 bool CapturingNetLog::CapturedEntry::GetNetErrorCode(int* value) const { in GetNetErrorCode() function in net::CapturingNetLog::CapturedEntry
/external/chromium_org/net/spdy/
Dspdy_session_unittest.cc1387 ASSERT_TRUE(entry.GetNetErrorCode(&error_code)); in TEST_P()