OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:method_attr
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/remoting/protocol/
negotiating_client_authenticator.cc
52
std::string
method_attr
= message->Attr(kMethodAttributeQName);
local
53
AuthenticationMethod method = AuthenticationMethod::FromString(
method_attr
);
negotiating_host_authenticator.cc
71
std::string
method_attr
= message->Attr(kMethodAttributeQName);
local
72
AuthenticationMethod method = AuthenticationMethod::FromString(
method_attr
);
Completed in 68 milliseconds