OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HttpAuthHandlerMock
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/http/
http_auth_handler_mock.cc
15
HttpAuthHandlerMock
::
HttpAuthHandlerMock
()
24
HttpAuthHandlerMock
::~
HttpAuthHandlerMock
() {
27
void
HttpAuthHandlerMock
::SetResolveExpectation(Resolve resolve) {
32
bool
HttpAuthHandlerMock
::NeedsCanonicalName() {
46
int
HttpAuthHandlerMock
::ResolveCanonicalName(HostResolver* host_resolver,
60
&
HttpAuthHandlerMock
::OnResolveCanonicalName));
69
void
HttpAuthHandlerMock
::SetGenerateExpectation(bool async, int rv) {
74
HttpAuth::AuthorizationResult
HttpAuthHandlerMock
::HandleAnotherChallenge
[
all
...]
http_auth_handler_mock.h
22
class
HttpAuthHandlerMock
: public HttpAuthHandler {
59
HttpAuthHandlerMock
();
61
virtual ~
HttpAuthHandlerMock
();
102
ScopedRunnableMethodFactory<
HttpAuthHandlerMock
> method_factory_;
Completed in 150 milliseconds