GSSAPISharedLibrary 383 net/http/http_auth_gssapi_posix.cc GSSAPISharedLibrary::GSSAPISharedLibrary(const std::string& gssapi_library_name) GSSAPISharedLibrary 398 net/http/http_auth_gssapi_posix.cc GSSAPISharedLibrary::~GSSAPISharedLibrary() { GSSAPISharedLibrary 405 net/http/http_auth_gssapi_posix.cc bool GSSAPISharedLibrary::Init() { GSSAPISharedLibrary 411 net/http/http_auth_gssapi_posix.cc bool GSSAPISharedLibrary::InitImpl() { GSSAPISharedLibrary 422 net/http/http_auth_gssapi_posix.cc base::NativeLibrary GSSAPISharedLibrary::LoadSharedLibrary() { GSSAPISharedLibrary 479 net/http/http_auth_gssapi_posix.cc bool GSSAPISharedLibrary::BindMethods(base::NativeLibrary lib) { GSSAPISharedLibrary 505 net/http/http_auth_gssapi_posix.cc OM_uint32 GSSAPISharedLibrary::import_name( GSSAPISharedLibrary 515 net/http/http_auth_gssapi_posix.cc OM_uint32 GSSAPISharedLibrary::release_name( GSSAPISharedLibrary 522 net/http/http_auth_gssapi_posix.cc OM_uint32 GSSAPISharedLibrary::release_buffer( GSSAPISharedLibrary 529 net/http/http_auth_gssapi_posix.cc OM_uint32 GSSAPISharedLibrary::display_name( GSSAPISharedLibrary 541 net/http/http_auth_gssapi_posix.cc OM_uint32 GSSAPISharedLibrary::display_status( GSSAPISharedLibrary 553 net/http/http_auth_gssapi_posix.cc OM_uint32 GSSAPISharedLibrary::init_sec_context( GSSAPISharedLibrary 583 net/http/http_auth_gssapi_posix.cc OM_uint32 GSSAPISharedLibrary::wrap_size_limit( GSSAPISharedLibrary 599 net/http/http_auth_gssapi_posix.cc OM_uint32 GSSAPISharedLibrary::delete_sec_context( GSSAPISharedLibrary 613 net/http/http_auth_gssapi_posix.cc OM_uint32 GSSAPISharedLibrary::inquire_context( GSSAPISharedLibrary 106 net/http/http_auth_gssapi_posix.h class NET_EXPORT_PRIVATE GSSAPISharedLibrary : public GSSAPILibrary { GSSAPISharedLibrary 110 net/http/http_auth_gssapi_posix.h explicit GSSAPISharedLibrary(const std::string& gssapi_library_name); GSSAPISharedLibrary 111 net/http/http_auth_gssapi_posix.h virtual ~GSSAPISharedLibrary(); GSSAPISharedLibrary 80 net/http/http_auth_gssapi_posix_unittest.cc scoped_ptr<GSSAPILibrary> gssapi(new GSSAPISharedLibrary(std::string())); GSSAPISharedLibrary 88 net/http/http_auth_gssapi_posix_unittest.cc new GSSAPISharedLibrary("/this/library/does/not/exist")); GSSAPISharedLibrary 60 net/http/http_auth_handler_factory.cc negotiate_factory->set_library(new GSSAPISharedLibrary(std::string())); GSSAPISharedLibrary 159 net/http/http_auth_handler_factory.cc new GSSAPISharedLibrary(gssapi_library_name)); GSSAPISharedLibrary 351 net/http/http_auth_handler_negotiate_unittest.cc new GSSAPISharedLibrary("/this/library/does/not/exist"));