OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SpdyWindowUpdateControlFrame
(Results
1 - 6
of
6
) sorted by null
/external/chromium/net/spdy/
spdy_protocol.h
758
class
SpdyWindowUpdateControlFrame
: public SpdyControlFrame {
760
SpdyWindowUpdateControlFrame
() : SpdyControlFrame(size()) {}
761
SpdyWindowUpdateControlFrame
(char* data, bool owns_buffer)
781
// Note: this is not the size of the
SpdyWindowUpdateControlFrame
class.
792
DISALLOW_COPY_AND_ASSIGN(
SpdyWindowUpdateControlFrame
);
spdy_protocol_test.cc
37
using spdy::
SpdyWindowUpdateControlFrame
;
55
EXPECT_EQ(16u,
SpdyWindowUpdateControlFrame
::size());
135
scoped_ptr<
SpdyWindowUpdateControlFrame
> window_update_frame(
spdy_framer.h
233
// Creates an instance of
SpdyWindowUpdateControlFrame
. The WINDOW_UPDATE
235
static
SpdyWindowUpdateControlFrame
* CreateWindowUpdate(
spdy_framer.cc
732
SpdyWindowUpdateControlFrame
* SpdyFramer::CreateWindowUpdate(
743
size_t window_update_size =
SpdyWindowUpdateControlFrame
::size() -
748
return reinterpret_cast<
SpdyWindowUpdateControlFrame
*>(frame.take());
[
all
...]
spdy_session.h
286
void OnWindowUpdate(const spdy::
SpdyWindowUpdateControlFrame
& frame);
spdy_session.cc
[
all
...]
Completed in 29 milliseconds