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

  /external/chromium_org/chrome/browser/signin/
mutable_profile_oauth2_token_service.cc 8 #include "chrome/browser/webdata/token_web_data.h"
44 scoped_refptr<TokenWebData> token_web_data = local
46 DCHECK(token_web_data.get());
47 token_web_data->CancelRequest(web_data_service_request_);
58 scoped_refptr<TokenWebData> token_web_data = local
60 if (token_web_data.get())
61 web_data_service_request_ = token_web_data->GetAllTokens(this);
113 scoped_refptr<TokenWebData> token_web_data = local
115 if (token_web_data.get())
116 token_web_data->RemoveTokenForService(prefixed_account_id)
    [all...]
profile_oauth2_token_service.cc 18 #include "chrome/browser/webdata/token_web_data.h"
243 scoped_refptr<TokenWebData> token_web_data = local
245 if (token_web_data.get()) {
246 token_web_data->SetTokenForService(ApplyAccountIdPrefix(account_id),
253 scoped_refptr<TokenWebData> token_web_data = local
255 if (token_web_data.get())
256 token_web_data->RemoveTokenForService(ApplyAccountIdPrefix(account_id));
mutable_profile_oauth2_token_service_unittest.cc 12 #include "chrome/browser/webdata/token_web_data.h"
78 scoped_refptr<TokenWebData> token_web_data = local
80 if (token_web_data.get())
81 token_web_data->SetTokenForService(service, value);

Completed in 1164 milliseconds