Home
last modified time | relevance | path

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

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