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

/external/chromium_org/net/spdy/
H A Dspdy_test_util_common.cc961 block[GetMethodKey()] = "GET";
977 block[GetMethodKey()] = "CONNECT";
1193 block[GetMethodKey()] = "POST";
1257 const char* SpdyTestUtil::GetMethodKey() const { function in class:net::SpdyTestUtil
1293 (*headers)[GetMethodKey()] = method.as_string();

Completed in 120 milliseconds