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

  /external/chromium/chrome/browser/extensions/
extension_cookies_helpers.cc 42 const char* GetStoreIdFromProfile(Profile* profile) {
76 result->SetString(keys::kIdKey, GetStoreIdFromProfile(profile));
  /external/chromium_org/chrome/browser/extensions/api/cookies/
cookies_helpers.cc 59 const char* GetStoreIdFromProfile(Profile* profile) {
97 dict.SetString(keys::kIdKey, GetStoreIdFromProfile(profile));

Completed in 3370 milliseconds