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

  /external/chromium/chrome/browser/
process_singleton_linux.cc 489 void FinishWithACK(const char *message, size_t length);
611 reader->FinishWithACK(kACKToken, arraysize(kACKToken) - 1);
621 reader->FinishWithACK(kShutdownToken, arraysize(kShutdownToken) - 1);
656 reader->FinishWithACK(kACKToken, arraysize(kACKToken) - 1);
730 // object by invoking SocketReader::FinishWithACK().
733 void ProcessSingleton::LinuxWatcher::SocketReader::FinishWithACK(
    [all...]
  /external/chromium_org/chrome/browser/
process_singleton_linux.cc 445 void FinishWithACK(const char *message, size_t length);
573 reader->FinishWithACK(kACKToken, arraysize(kACKToken) - 1);
579 reader->FinishWithACK(kShutdownToken, arraysize(kShutdownToken) - 1);
659 // object by invoking SocketReader::FinishWithACK().
662 void ProcessSingleton::LinuxWatcher::SocketReader::FinishWithACK(
    [all...]

Completed in 38 milliseconds