Searched refs:store_id (Results 1 – 4 of 4) sorted by relevance
28 Profile* ChooseProfileFromStoreId(const std::string& store_id, in ChooseProfileFromStoreId() argument35 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() argument66 result->SetString(keys::kStoreIdKey, store_id); in CreateCookieValue()104 const std::string& store_id, in AppendMatchingCookiesToList() argument118 match_list->Append(CreateCookieValue(*it, store_id)); in AppendMatchingCookiesToList()
29 Profile* ChooseProfileFromStoreId(const std::string& store_id,41 const std::string& store_id);67 const std::string& store_id,
138 std::string* store_id) { in ParseStoreContext() argument139 DCHECK(details && (context || store_id)); in ParseStoreContext()170 if (store_id) in ParseStoreContext()171 *store_id = extension_cookies_helpers::GetStoreIdFromProfile(store_profile); in ParseStoreContext()
93 std::string* store_id);