OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_webProtectionSpace
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/Authentication/
AuthenticationChallengeProxy.cpp
92
if (!
m_webProtectionSpace
)
93
m_webProtectionSpace
= WebProtectionSpace::create(m_coreAuthenticationChallenge.protectionSpace());
95
return
m_webProtectionSpace
.get();
AuthenticationChallengeProxy.h
75
mutable RefPtr<WebProtectionSpace>
m_webProtectionSpace
;
Completed in 17 milliseconds