Searched refs:ProcessResponseFirstLine (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/net/tools/balsa/ |
D | balsa_frame_test.cc | 41 MOCK_METHOD8(ProcessResponseFirstLine, void(const char*, 176 EXPECT_CALL(*visitor_, ProcessResponseFirstLine(_, _, _, _, _, _, _, _)) in TEST_F() 235 EXPECT_CALL(*visitor_, ProcessResponseFirstLine(_, _, _, _, _, _, _, _)) in TEST_F() 469 EXPECT_CALL(*visitor_, ProcessResponseFirstLine(_, _, _, _, _, _, _, _)); in TEST_F() 522 EXPECT_CALL(*visitor_, ProcessResponseFirstLine(_, _, _, _, _, _, _, _)); in TEST_F() 567 EXPECT_CALL(*visitor_, ProcessResponseFirstLine(_, _, _, _, _, _, _, _)); in TEST_F()
|
D | balsa_visitor_interface.h | 116 virtual void ProcessResponseFirstLine(const char *line_input,
|
D | noop_balsa_visitor.h | 36 virtual void ProcessResponseFirstLine(const char* line_input, in ProcessResponseFirstLine() function
|
D | balsa_frame.h | 217 virtual void ProcessResponseFirstLine(const char *line_input, in ProcessResponseFirstLine() function
|
D | balsa_frame.cc | 449 visitor_->ProcessResponseFirstLine( in ProcessFirstLine()
|
/external/chromium_org/net/tools/flip_server/ |
D | mem_cache.h | 40 virtual void ProcessResponseFirstLine(const char* line_input, in ProcessResponseFirstLine() function
|
D | streamer_interface.h | 107 virtual void ProcessResponseFirstLine(const char* line_input, in ProcessResponseFirstLine() function
|
D | http_interface.h | 48 virtual void ProcessResponseFirstLine(const char* line_input, in ProcessResponseFirstLine() function
|