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

  /external/chromium/chrome/common/
child_process_logging_linux.cc 18 static const size_t kClientIdSize = 32 + 1;
24 char g_client_id[kClientIdSize];
47 base::strlcpy(g_client_id, str.c_str(), kClientIdSize);
  /external/chromium_org/chrome/common/
child_process_logging_posix.cc 22 static const size_t kClientIdSize = 32 + 1;
29 char g_client_id[kClientIdSize];
74 base::strlcpy(g_client_id, str.c_str(), kClientIdSize);

Completed in 157 milliseconds