Home
last modified time | relevance | path

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

/external/chromium/chrome/common/
Dchild_process_logging_linux.cc17 static const size_t kMaxActiveURLSize = 1024 + 1; variable
23 char g_active_url[kMaxActiveURLSize];
37 kMaxActiveURLSize); in SetActiveURL()
/external/chromium/chrome/browser/
Dcrash_handler_host_linux.cc128 char* crash_url = new char[kMaxActiveURLSize + 1]; in OnFileCanReadWithoutBlocking()
138 kMaxActiveURLSize + 1 + in OnFileCanReadWithoutBlocking()
148 iov[2].iov_len = kMaxActiveURLSize + 1; in OnFileCanReadWithoutBlocking()
286 guid[kGuidSize] = crash_url[kMaxActiveURLSize] = distro[kDistroSize] = 0; in OnFileCanReadWithoutBlocking()