Home
last modified time | relevance | path

Searched refs:method_attr (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/remoting/protocol/
Dnegotiating_client_authenticator.cc52 std::string method_attr = message->Attr(kMethodAttributeQName); in ProcessMessage() local
53 AuthenticationMethod method = AuthenticationMethod::FromString(method_attr); in ProcessMessage()
Dnegotiating_host_authenticator.cc71 std::string method_attr = message->Attr(kMethodAttributeQName); in ProcessMessage() local
72 AuthenticationMethod method = AuthenticationMethod::FromString(method_attr); in ProcessMessage()