HomeSort by relevance Sort by last modified time
    Searched full:writing_state_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/websockets/
websocket_deflate_stream.cc 45 writing_state_(NOT_WRITING),
111 // Store frames of the currently processed message if writing_state_ equals to
121 if (writing_state_ == NOT_WRITING)
128 if (writing_state_ == WRITING_UNCOMPRESSED_MESSAGE) {
130 writing_state_ = NOT_WRITING;
147 if (writing_state_ == WRITING_COMPRESSED_MESSAGE) {
155 writing_state_ = NOT_WRITING;
157 DCHECK_EQ(WRITING_POSSIBLY_COMPRESSED_MESSAGE, writing_state_);
166 writing_state_ = NOT_WRITING;
171 DCHECK_NE(WRITING_POSSIBLY_COMPRESSED_MESSAGE, writing_state_);
    [all...]
websocket_deflate_stream.h 95 WritingState writing_state_; member in class:net::WebSocketDeflateStream

Completed in 1405 milliseconds