HomeSort by relevance Sort by last modified time
    Searched full:window_update (Results 1 - 25 of 35) sorted by null

1 2

  /external/chromium_org/chrome/browser/extensions/
extension_fullscreen_apitest.cc 27 ASSERT_TRUE(RunExtensionTest("window_update/focus")) << message_;
36 ASSERT_TRUE(RunExtensionTest("window_update/sizing")) << message_;
extension_tabs_apitest.cc 222 ASSERT_TRUE(RunExtensionTest("window_update/resize")) << message_;
230 ASSERT_TRUE(RunExtensionTest("window_update/focus")) << message_;
236 ASSERT_TRUE(RunExtensionTest("window_update/show_state")) << message_;
  /external/chromium_org/net/quic/
quic_flow_controller.h 25 // can send WINDOW_UPDATE or BLOCKED frames when needed.
43 // trigger the sending of a WINDOW_UPDATE frame using |connection|.
80 // Send a WINDOW_UPDATE frame if appropriate.
84 // violation, and WINDOW_UPDATE and BLOCKED frames when appropriate.
110 // then we become flow control blocked until we receive a WINDOW_UPDATE.
quic_data_stream_test.cc 320 // only send WINDOW_UPDATE frames based on increasing number of bytes
329 // Expect no WINDOW_UPDATE frames to be sent.
356 // not sending WINDOW_UPDATE.
367 // appropriately, and sends WINDOW_UPDATE frames when its receive window drops
399 // offset and send a WINDOW_UPDATE. The result will be again an available
415 // offset appropriately, and sends WINDOW_UPDATE frames when its receive
445 // WINDOW_UPDATE for either stream, nor for the connection.
454 // trigger a stream WINDOW_UPDATE, but now the connection flow control window
455 // is over half full and thus a connection WINDOW_UPDATE is sent.
quic_flow_controller_test.cc 106 // Consume enough bytes to send a WINDOW_UPDATE frame.
156 // The connection should never send WINDOW_UPDATE or BLOCKED frames, even if
165 // If the flow controller was enabled, then a WINDOW_UPDATE would be sent if
quic_session_test.cc 802 // Expect no stream WINDOW_UPDATE frames, as stream read side closed.
804 // We do expect a connection level WINDOW_UPDATE when the stream is reset.
840 // We only expect to see a connection WINDOW_UPDATE when talking
843 // level WINDOW_UPDATE when exhausting a stream, as the stream flow control
    [all...]
quic_headers_stream.cc 126 CloseConnection("SPDY WINDOW_UPDATE frame received.");
quic_headers_stream_test.cc 322 "SPDY WINDOW_UPDATE frame received."))
reliable_quic_stream.h 111 // WINDOW_UPDATE frame.
quic_connection_test.cc 3114 QuicWindowUpdateFrame window_update; local
3930 QuicWindowUpdateFrame window_update; local
    [all...]