Home | Sort by relevance Sort by last modified time |
/external/chromium_org/remoting/host/ | |
token_validator_base.cc | 49 token_scope_(token_scope), 78 return token_scope_; 159 return token_scope == token_scope_; 191 << "', expected: '" << token_scope_ <<"'."; local |
token_validator_base.h | 73 std::string token_scope_; member in class:remoting::TokenValidatorBase |
token_validator_factory_impl.cc | 71 token_scope_ = CreateScope(local_jid, remote_jid); |
/external/chromium_org/remoting/protocol/ | |
third_party_authenticator_unittest.cc | 69 token_scope_(kTokenScope) {} 92 return token_scope_; 97 std::string token_scope_; member in class:remoting::protocol::ThirdPartyAuthenticatorTest::FakeTokenValidator |