Home
last modified time | relevance | path

Searched refs:kClientIdSize (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/common/
Dchild_process_logging_linux.cc18 static const size_t kClientIdSize = 32 + 1; variable
24 char g_client_id[kClientIdSize];
47 base::strlcpy(g_client_id, str.c_str(), kClientIdSize); in SetClientId()
Dchild_process_logging_mac.mm37 static const size_t kClientIdSize = 32 + 1;
38 static char g_client_id[kClientIdSize];
105 base::strlcpy(g_client_id, str.c_str(), kClientIdSize);