Searched refs:frames_ (Results 26 - 32 of 32) sorted by relevance

12

/external/chromium_org/net/websockets/
H A Dwebsocket_channel.cc85 // Return a pointer to the frames_ for write purposes.
86 ScopedVector<WebSocketFrame>* frames() { return &frames_; }
89 // The frames_ that will be sent in the next call to WriteFrames().
90 ScopedVector<WebSocketFrame> frames_; member in class:net::WebSocketChannel::SendBuffer
92 // The total size of the payload data in |frames_|. This will be used to
100 frames_.push_back(frame.release());
H A Dwebsocket_deflate_stream_test.cc290 // It returns |result_| and |frames_| to the caller and
300 frames_.insert(frames_.end(), frames->begin(), frames->end());
303 predictor_->VerifySentFrames(frames_);
309 ScopedVector<WebSocketFrame>* frames() { return &frames_; }
314 ScopedVector<WebSocketFrame> frames_; member in class:net::__anon9919::WriteFramesStub
/external/chromium_org/net/quic/
H A Dquic_protocol.h883 const QuicFrames& frames() const { return frames_; }
891 QuicFrames frames_; member in class:net::RetransmittableFrames
H A Dquic_stream_sequencer_test.cc62 const FrameMap* frames() const { return &frames_; }
/external/chromium_org/v8/src/
H A Dobjects-inl.h3114 frames_[depth_++ & kDepthMask] = string;
3120 frames_[(depth_-1) & kDepthMask] = string;
H A Dobjects.h9249 ConsString* frames_[kStackSize]; member in class:v8::ConsStringIteratorOp
H A Dobjects.cc8488 frames_[0] = cons_string;
8562 ConsString* cons_string = frames_[OffsetForDepth(depth_ - 1)];

Completed in 472 milliseconds

12