Home
last modified time | relevance | path

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

/external/chromium_org/chrome/common/
Dchrome_constants.h78 extern const base::FilePath::CharType kGCMStoreDirname[];
Dchrome_constants.cc157 const base::FilePath::CharType kGCMStoreDirname[] = FPL("GCM Store"); variable
Dchrome_paths.cc576 cur = cur.Append(kGCMStoreDirname); in PathProvider()
/external/chromium_org/chrome/browser/services/gcm/
Dgcm_profile_service.cc173 profile_->GetPath().Append(chrome::kGCMStoreDirname), in GCMProfileService()