OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_library
(Results
1 - 6
of
6
) 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_);
/external/chromium_org/net/http/
http_auth_handler_factory.cc
59
negotiate_factory->
set_library
(new GSSAPISharedLibrary(std::string()));
61
negotiate_factory->
set_library
(new SSPILibraryDefault());
157
negotiate_factory->
set_library
(
160
negotiate_factory->
set_library
(new SSPILibraryDefault());
http_auth_handler_negotiate.h
68
void
set_library
(AuthLibrary* auth_library) {
function in class:net::HttpAuthHandlerNegotiate::Factory
http_auth_handler_negotiate_unittest.cc
41
factory_->
set_library
(auth_library_);
350
negotiate_factory->
set_library
(
Completed in 34 milliseconds