OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_coreprotectionspace
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebKit2/UIProcess/Authentication/
WebProtectionSpace.cpp
34
:
m_coreProtectionSpace
(coreProtectionSpace)
40
return
m_coreProtectionSpace
.host();
45
return
m_coreProtectionSpace
.port();
50
return
m_coreProtectionSpace
.realm();
55
return
m_coreProtectionSpace
.isProxy();
60
return
m_coreProtectionSpace
.serverType();
65
return
m_coreProtectionSpace
.receivesCredentialSecurely();
70
return
m_coreProtectionSpace
.authenticationScheme();
WebProtectionSpace.h
58
WebCore::ProtectionSpace
m_coreProtectionSpace
;
Completed in 116 milliseconds