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

  /external/chromium/chrome/browser/
process_singleton_win.cc 248 const std::wstring::size_type second_null = local
250 if (second_null == std::wstring::npos ||
251 first_null == msg.length() - 1 || second_null == msg.length()) {
259 second_null - first_null));
262 msg.find_first_of(L'\0', second_null + 1);
271 msg.substr(second_null + 1, third_null - second_null);
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 126 const std::wstring::size_type second_null = local
128 if (second_null == std::wstring::npos ||
129 first_null == msg.length() - 1 || second_null == msg.length()) {
137 second_null - first_null));
140 msg.find_first_of(L'\0', second_null + 1);
149 msg.substr(second_null + 1, third_null - second_null);

Completed in 2730 milliseconds