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

  /external/chromium/net/http/
http_auth_controller_unittest.cc 59 auth_handler->SetGenerateExpectation((run_mode == RUN_HANDLER_ASYNC),
http_auth_handler_mock.h 71 void SetGenerateExpectation(bool async, int rv);
http_auth_handler_unittest.cc 46 mock_handler.SetGenerateExpectation(async, rv);
http_auth_handler_mock.cc 69 void HttpAuthHandlerMock::SetGenerateExpectation(bool async, int rv) {
http_network_transaction_unittest.cc     [all...]
  /external/chromium_org/net/http/
http_auth_handler_unittest.cc 45 mock_handler.SetGenerateExpectation(async, rv);
http_auth_handler_mock.h 71 void SetGenerateExpectation(bool async, int rv);
http_auth_controller_unittest.cc 65 auth_handler->SetGenerateExpectation((run_mode == RUN_HANDLER_ASYNC),
126 SetGenerateExpectation(false, expected_rv);
http_auth_handler_mock.cc 74 void HttpAuthHandlerMock::SetGenerateExpectation(bool async, int rv) {
http_network_transaction_unittest.cc     [all...]

Completed in 185 milliseconds