HomeSort by relevance Sort by last modified time
    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 72 std::string method_attr = message->Attr(kMethodAttributeQName); local
73 AuthenticationMethod method = AuthenticationMethod::FromString(method_attr);

Completed in 104 milliseconds