Searched refs:third_null (Results 1 - 1 of 1) sorted by relevance

/external/chromium/chrome/browser/
H A Dprocess_singleton_win.cc261 const std::wstring::size_type third_null = local
263 if (third_null == std::wstring::npos ||
264 third_null == msg.length()) {
271 msg.substr(second_null + 1, third_null - second_null);

Completed in 158 milliseconds