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

  /external/chromium/chrome/browser/
process_singleton_win.cc 261 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);
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 139 const std::wstring::size_type third_null = local
141 if (third_null == std::wstring::npos ||
142 third_null == msg.length()) {
149 msg.substr(second_null + 1, third_null - second_null);

Completed in 43 milliseconds