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

  /external/chromium/chrome/browser/extensions/
extension_cookies_api.h 110 std::string store_id_; member in class:GetCookieFunction
128 std::string store_id_; member in class:GetAllCookiesFunction
153 std::string store_id_; member in class:SetCookieFunction
172 std::string store_id_; member in class:RemoveCookieFunction
extension_cookies_api.cc 194 if (!ParseStoreContext(details, &store_context, &store_id_))
197 DCHECK(store_context && !store_id_.empty());
222 extension_cookies_helpers::CreateCookieValue(*it, store_id_));
256 if (!ParseStoreContext(details_, &store_context, &store_id_))
281 cookie_list, store_id_, url_, details_,
386 extension_cookies_helpers::CreateCookieValue(*it, store_id_));
426 if (!ParseStoreContext(details, &store_context, &store_id_))
453 resultDictionary->SetString(keys::kStoreIdKey, store_id_);

Completed in 843 milliseconds