HomeSort by relevance Sort by last modified time
    Searched refs:token_service_ (Results 1 - 8 of 8) sorted by null

  /external/chromium/third_party/libjingle/source/talk/xmpp/
saslcookiemechanism.h 48 token_service_(token_service) {}
56 token_service_("") {}
64 if (!token_service_.empty()) {
67 token_service_); local
83 std::string token_service_; member in class:buzz::SaslCookieMechanism
xmppclientsettings.h 51 token_service_ = token_service;
61 const std::string & token_service() const { return token_service_; }
71 std::string token_service_; member in class:buzz::XmppUserSettings
  /external/chromium/chrome/browser/sync/
abstract_profile_sync_service_test.h 51 TokenService token_service_; member in class:AbstractProfileSyncServiceTest
profile_sync_service_typed_url_unittest.cc 187 token_service_.IssueAuthTokenForTest(
191 WillRepeatedly(Return(&token_service_));
profile_sync_service_password_unittest.cc 218 token_service_.IssueAuthTokenForTest(
222 WillRepeatedly(Return(&token_service_));
profile_sync_service_autofill_unittest.cc 330 token_service_.IssueAuthTokenForTest(
334 WillRepeatedly(Return(&token_service_));
    [all...]
  /external/chromium/chrome/browser/profiles/
profile_impl.h 227 scoped_ptr<TokenService> token_service_; member in class:ProfileImpl
profile_impl.cc     [all...]

Completed in 250 milliseconds