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

  /external/chromium_org/net/spdy/
spdy_session.cc 848 pending_create_stream_queues_[priority].push_back(request);
911 PendingStreamRequestQueue* queue = &pending_create_stream_queues_[i];
919 &pending_create_stream_queues_[priority];
    [all...]
spdy_session.h 451 return pending_create_stream_queues_[priority].size();
992 PendingStreamRequestQueue pending_create_stream_queues_[NUM_PRIORITIES]; member in class:net::SpdySession
    [all...]

Completed in 1820 milliseconds