OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:set_library
(Results
1 - 3
of
3
) sorted by null
/external/chromium/net/http/
http_auth_handler_factory.cc
55
negotiate_factory->
set_library
(new GSSAPISharedLibrary(std::string()));
57
negotiate_factory->
set_library
(new SSPILibraryDefault());
151
negotiate_factory->
set_library
(
154
negotiate_factory->
set_library
(new SSPILibraryDefault());
http_auth_handler_negotiate.h
69
void
set_library
(AuthLibrary* auth_library) {
function in class:net::HttpAuthHandlerNegotiate::Factory
http_auth_handler_negotiate_unittest.cc
43
factory_->
set_library
(auth_library_);
Completed in 59 milliseconds