Searched defs:store_id (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/extensions/
H A Dextension_cookies_api.cc138 std::string* store_id) {
139 DCHECK(details && (context || store_id));
170 if (store_id)
171 *store_id = extension_cookies_helpers::GetStoreIdFromProfile(store_profile);
136 ParseStoreContext(const DictionaryValue* details, net::URLRequestContextGetter** context, std::string* store_id) argument
H A Dextension_cookies_helpers.cc28 Profile* ChooseProfileFromStoreId(const std::string& store_id, argument
35 if (store_id == kOriginalProfileStoreId && allow_original)
37 if (store_id == kOffTheRecordProfileStoreId && allow_incognito)
50 const std::string& store_id) {
66 result->SetString(keys::kStoreIdKey, store_id);
104 const std::string& store_id,
118 match_list->Append(CreateCookieValue(*it, store_id));
48 CreateCookieValue( const net::CookieMonster::CanonicalCookie& cookie, const std::string& store_id) argument
102 AppendMatchingCookiesToList( const net::CookieList& all_cookies, const std::string& store_id, const GURL& url, const DictionaryValue* details, const Extension* extension, ListValue* match_list) argument

Completed in 54 milliseconds