Home | History | Annotate | Download | only in http

Lines Matching full:controller

34 // return value of the controller is tested against
64 scoped_refptr<HttpAuthController> controller(
69 controller->HandleAuthChallenge(headers, false, false, dummy_log));
70 EXPECT_TRUE(controller->HaveAuthHandler());
71 controller->ResetAuth(string16(), string16());
72 EXPECT_TRUE(controller->HaveAuth());
77 controller->MaybeGenerateAuthToken(&request, &callback,
82 controller->IsAuthSchemeDisabled(HttpAuth::AUTH_SCHEME_MOCK));
94 // of OK from the controller so we can retry the request.
107 // controller should report it unchanged.