Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dprocess_singleton_linux_uitest.cc36 cookie_path_ = user_data_dir().Append(chrome::kSingletonCookieFilename); in SetUp()
129 Append(chrome::kSingletonCookieFilename); in TEST_F()
Dprocess_singleton_linux.cc408 Append(chrome::kSingletonCookieFilename); in ConnectSocket()
756 cookie_path_ = user_data_dir.Append(chrome::kSingletonCookieFilename); in ProcessSingleton()
947 socket_dir_.path().Append(chrome::kSingletonCookieFilename); in Create()
/external/chromium/chrome/common/
Dchrome_constants.h56 extern const FilePath::CharType kSingletonCookieFilename[];
Dchrome_constants.cc95 const FilePath::CharType kSingletonCookieFilename[] = FPL("SingletonCookie"); variable