Home
last modified time | relevance | path

Searched refs:store_id (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/extensions/
Dextension_cookies_helpers.cc28 Profile* ChooseProfileFromStoreId(const std::string& store_id, in ChooseProfileFromStoreId() argument
35 if (store_id == kOriginalProfileStoreId && allow_original) in ChooseProfileFromStoreId()
37 if (store_id == kOffTheRecordProfileStoreId && allow_incognito) in ChooseProfileFromStoreId()
50 const std::string& store_id) { in CreateCookieValue() argument
66 result->SetString(keys::kStoreIdKey, store_id); in CreateCookieValue()
104 const std::string& store_id, in AppendMatchingCookiesToList() argument
118 match_list->Append(CreateCookieValue(*it, store_id)); in AppendMatchingCookiesToList()
Dextension_cookies_helpers.h29 Profile* ChooseProfileFromStoreId(const std::string& store_id,
41 const std::string& store_id);
67 const std::string& store_id,
Dextension_cookies_api.cc138 std::string* store_id) { in ParseStoreContext() argument
139 DCHECK(details && (context || store_id)); in ParseStoreContext()
170 if (store_id) in ParseStoreContext()
171 *store_id = extension_cookies_helpers::GetStoreIdFromProfile(store_profile); in ParseStoreContext()
Dextension_cookies_api.h93 std::string* store_id);