Home
last modified time | relevance | path

Searched defs:auth_handler (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/net/http/
Dhttp_auth_handler_negotiate_unittest.cc218 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; in TEST_F() local
237 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; in TEST_F() local
255 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; in TEST_F() local
273 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; in TEST_F() local
291 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; in TEST_F() local
314 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; in TEST_F() local
330 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler; in TEST_F() local
Dhttp_auth_controller_unittest.cc65 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock(); in RunSingleRoundAuthTest() local
Dhttp_auth_unittest.cc29 HttpAuthHandlerMock* auth_handler = new HttpAuthHandlerMock(); in CreateMockHandler() local
Dhttp_network_transaction_unittest.cc9646 HttpAuthHandlerMock* auth_handler(new HttpAuthHandlerMock()); in TEST_P() local
9660 HttpAuthHandlerMock* auth_handler(new HttpAuthHandlerMock()); in TEST_P() local
9756 HttpAuthHandlerMock* auth_handler(new HttpAuthHandlerMock()); in TEST_P() local
10076 UrlRecordingHttpAuthHandlerMock* auth_handler = in TEST_P() local
/external/chromium_org/chrome/browser/android/
Dtab_android.cc176 void TabAndroid::OnReceivedHttpAuthRequest(jobject auth_handler, in OnReceivedHttpAuthRequest()