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

  /external/chromium/chrome/browser/
process_singleton_win.cc 221 // We should have enough room for the shortest command (min_message_size)
224 static const int min_message_size = 7; local
225 if (cds->cbData < min_message_size * sizeof(wchar_t) ||
  /external/chromium_org/chrome/browser/
process_singleton_win.cc 99 // We should have enough room for the shortest command (min_message_size)
102 static const int min_message_size = 7; local
103 if (cds->cbData < min_message_size * sizeof(wchar_t) ||

Completed in 54 milliseconds