Searched refs:CREDENTIAL (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/spdy/
H A Dspdy_framer.cc499 case CREDENTIAL:
500 return "CREDENTIAL";
841 if (control_frame_type_field == CREDENTIAL) {
842 current_frame_type_ = CREDENTIAL;
844 DVLOG(1) << "CREDENTIAL control frame found. Ignoring.";
H A Dspdy_protocol.h295 CREDENTIAL = 10, // No longer valid. Kept for identifiability. enumerator in enum:net::SpdyFrameType
H A Dspdy_session.cc1033 frame_type == CREDENTIAL ||
H A Dspdy_framer_test.cc4446 EXPECT_STREQ("CREDENTIAL",
4447 SpdyFramer::FrameTypeToString(CREDENTIAL));

Completed in 1340 milliseconds