OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FindCredentialSlot
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/net/spdy/
spdy_credential_state.h
29
size_t
FindCredentialSlot
(const GURL& url) const;
44
// Sentinel value to be returned by
FindCredentialSlot
when no entry exists.
spdy_credential_state.cc
36
return
FindCredentialSlot
(origin) != kNoEntry;
40
size_t i =
FindCredentialSlot
(origin);
54
size_t SpdyCredentialState::
FindCredentialSlot
(const GURL& origin) const {
spdy_stream.cc
733
slot_ = session_->credential_state()->
FindCredentialSlot
(GetUrlFromHeaders());
[
all
...]
Completed in 39 milliseconds