Searched defs:GetPathKey (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.cc727 (*headers)[GetPathKey()] = path;
740 (*headers)[GetPathKey()] = url.data();
962 block[GetPathKey()] =
978 block[GetPathKey()] = "www.google.com:443";
1194 block[GetPathKey()] = "/";
1282 const char* SpdyTestUtil::GetPathKey() const { function in class:net::SpdyTestUtil
1294 (*headers)[GetPathKey()] = path.c_str();

Completed in 2848 milliseconds