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

  /external/chromium_org/net/websockets/
websocket_channel.h 168 // event_interface_ methods, send responses to the server, and change the
212 const scoped_ptr<WebSocketEventInterface> event_interface_; member in class:net::WebSocketChannel
websocket_channel_test.cc 797 : event_interface_(new StrictMock<MockWebSocketEventInterface>) {}
799 // Tests using this fixture must set expectations on the event_interface_ mock
804 return scoped_ptr<WebSocketEventInterface>(event_interface_.release());
807 scoped_ptr<MockWebSocketEventInterface> event_interface_; member in class:net::__anon11622::WebSocketChannelEventInterfaceTest
856 EXPECT_CALL(*event_interface_, OnAddChannelResponse(false, ""));
859 EXPECT_CALL(*event_interface_, OnFlowControl(_));
868 EXPECT_CALL(*event_interface_, OnAddChannelResponse(true, ""));
    [all...]

Completed in 57 milliseconds