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

  /external/chromium/chrome/browser/webdata/
token_service_table_unittest.cc 54 EXPECT_TRUE(db.GetTokenServiceTable()->SetTokenForService(service,
56 EXPECT_TRUE(db.GetTokenServiceTable()->SetTokenForService(service2, "steak"));
68 EXPECT_TRUE(db.GetTokenServiceTable()->SetTokenForService(service, "cheese"));
84 EXPECT_TRUE(db.GetTokenServiceTable()->SetTokenForService(service,
91 EXPECT_TRUE(db.GetTokenServiceTable()->SetTokenForService(service, ""));
97 EXPECT_TRUE(db.GetTokenServiceTable()->SetTokenForService(service, "ham"));
token_service_table.h 19 // Remove all tokens previously set with SetTokenForService.
22 // Retrieves all tokens previously set with SetTokenForService.
30 bool SetTokenForService(const std::string& service,
token_service_table.cc 41 bool TokenServiceTable::SetTokenForService(const std::string& service,
web_data_service.h 361 void SetTokenForService(const std::string& service,
web_data_service.cc 218 void WebDataService::SetTokenForService(const std::string& service,
808 if (db_->GetTokenServiceTable()->SetTokenForService(
    [all...]
  /external/chromium/chrome/browser/net/gaia/
token_service.cc 110 web_data_service_->SetTokenForService(service, auth_token);

Completed in 1211 milliseconds