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

  /external/chromium_org/net/websockets/
websocket_deflate_stream.cc 44 writing_state_(NOT_WRITING),
106 // Store frames of the currently processed message if writing_state_ equals to
116 if (writing_state_ == NOT_WRITING)
123 if (writing_state_ == WRITING_UNCOMPRESSED_MESSAGE) {
125 writing_state_ = NOT_WRITING;
142 if (writing_state_ == WRITING_COMPRESSED_MESSAGE) {
150 writing_state_ = NOT_WRITING;
152 DCHECK_EQ(WRITING_POSSIBLY_COMPRESSED_MESSAGE, writing_state_);
161 writing_state_ = NOT_WRITING;
166 DCHECK_NE(WRITING_POSSIBLY_COMPRESSED_MESSAGE, writing_state_);
    [all...]
websocket_deflate_stream.h 93 WritingState writing_state_; member in class:net::WebSocketDeflateStream

Completed in 56 milliseconds