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

  /external/chromium_org/net/http/
mock_gssapi_library_posix.h 26 class GssContextMockImpl {
28 GssContextMockImpl();
29 GssContextMockImpl(const GssContextMockImpl& other);
30 GssContextMockImpl(const char* src_name,
37 ~GssContextMockImpl();
39 void Assign(const GssContextMockImpl& other);
60 const test::GssContextMockImpl& context_info,
68 test::GssContextMockImpl context_info;
114 const test::GssContextMockImpl& context_info
    [all...]
mock_gssapi_library_posix.cc 139 GssContextMockImpl::GssContextMockImpl()
147 GssContextMockImpl::GssContextMockImpl(const GssContextMockImpl& other)
157 GssContextMockImpl::GssContextMockImpl(const char* src_name_in,
173 GssContextMockImpl::~GssContextMockImpl() {
177 void GssContextMockImpl::Assign
    [all...]
http_auth_gssapi_posix_unittest.cc 54 test::GssContextMockImpl context_info(
98 test::GssContextMockImpl context1(
106 test::GssContextMockImpl context2(
http_auth_handler_negotiate_unittest.cc 100 test::GssContextMockImpl context1(
108 test::GssContextMockImpl context2(
149 test::GssContextMockImpl context(

Completed in 80 milliseconds