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

  /external/chromium_org/net/spdy/
spdy_framer.h 236 // SpdyFramerDebugVisitorInterface may be used in conjunction with SpdyFramer in
241 class NET_EXPORT_PRIVATE SpdyFramerDebugVisitorInterface {
243 virtual ~SpdyFramerDebugVisitorInterface() {}
330 void set_debug_visitor(SpdyFramerDebugVisitorInterface* debug_visitor) {
688 SpdyFramerDebugVisitorInterface* debug_visitor_;
buffered_spdy_framer.h 123 void set_debug_visitor(SpdyFramerDebugVisitorInterface* debug_visitor);
buffered_spdy_framer.cc 53 SpdyFramerDebugVisitorInterface* debug_visitor) {
spdy_session.h 187 public SpdyFramerDebugVisitorInterface,
814 // SpdyFramerDebugVisitorInterface
    [all...]
spdy_framer_test.cc 70 class MockDebugVisitor : public SpdyFramerDebugVisitorInterface {
284 public SpdyFramerDebugVisitorInterface {
    [all...]

Completed in 32 milliseconds