Home
last modified time | relevance | path

Searched refs:FLIP_DONE (Results 1 – 4 of 4) sorted by relevance

/external/chromium/net/flip/
Dflip_framer.h74 FLIP_DONE, enumerator
121 return state_ == FLIP_DONE || state_ == FLIP_AUTO_RESET; in MessageFullyRead()
Dflip_framer.cc84 case FLIP_DONE: in StateToString()
107 case FLIP_DONE: in BytesSafeToRead()
160 case FLIP_DONE: in ProcessInput()
Dflip_framer_test.cc95 if (framer_.state() == FlipFramer::FLIP_DONE) in SimulateInFramer()
Dflip_session.cc553 if (flip_framer_.state() == flip::FlipFramer::FLIP_DONE) in OnReadComplete()