HomeSort by relevance Sort by last modified time
    Searched defs:auth_service (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/base/
auth_token_util_unittest.cc 14 std::string auth_service; local
16 ParseAuthTokenWithService("service:token", &auth_token, &auth_service);
18 EXPECT_EQ("service", auth_service);
21 ParseAuthTokenWithService("token2", &auth_token, &auth_service);
23 EXPECT_EQ(std::string(kChromotingTokenDefaultServiceName), auth_service); local
25 ParseAuthTokenWithService("just_service:", &auth_token, &auth_service);
27 EXPECT_EQ("just_service", auth_service);
29 ParseAuthTokenWithService("yay:token:has:colons", &auth_token, &auth_service);
31 EXPECT_EQ("yay", auth_service);
  /external/chromium_org/google_apis/drive/
request_sender.h 36 // |auth_service| is used for fetching OAuth tokens. It'll be owned by
47 RequestSender(AuthServiceInterface* auth_service,
53 AuthServiceInterface* auth_service() { return auth_service_.get(); } function in class:google_apis::RequestSender
  /external/chromium_org/remoting/jingle_glue/
xmpp_signal_strategy.h 53 std::string auth_service; member in struct:remoting::XmppSignalStrategy::XmppServerConfig
81 const std::string& auth_service);

Completed in 103 milliseconds