Home
last modified time | relevance | path

Searched refs:ThirdParty (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/remoting/protocol/
Dauthentication_method.cc31 AuthenticationMethod AuthenticationMethod::ThirdParty() { in ThirdParty() function in remoting::protocol::AuthenticationMethod
45 return ThirdParty(); in FromString()
Dauthentication_method.h40 static AuthenticationMethod ThirdParty();
Dnegotiating_host_authenticator.cc60 result->AddMethod(AuthenticationMethod::ThirdParty()); in CreateWithThirdPartyAuth()
/external/chromium_org/remoting/client/jni/
Dchromoting_jni_instance.cc81 auth_methods.push_back(protocol::AuthenticationMethod::ThirdParty()); in ChromotingJniInstance()
/external/chromium_org/extensions/browser/api/declarative_webrequest/
Dwebrequest_condition_attribute_unittest.cc197 TEST(WebRequestConditionAttributeTest, ThirdParty) { in TEST() argument