Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/
Dprocess_singleton_linux.cc371 class ScopedSocket { class
373 ScopedSocket() : fd_(-1) { Reset(); } in ScopedSocket() function in __anon9b8de3e20111::ScopedSocket
374 ~ScopedSocket() { Close(); } in ~ScopedSocket()
398 bool ConnectSocket(ScopedSocket* socket, in ConnectSocket()
774 ScopedSocket socket; in NotifyOtherProcessWithTimeout()
/external/chromium_org/chrome/browser/
Dprocess_singleton_linux.cc319 class ScopedSocket { class
321 ScopedSocket() : fd_(-1) { Reset(); } in ScopedSocket() function in __anonffb7fb690111::ScopedSocket
322 ~ScopedSocket() { Close(); } in ~ScopedSocket()
346 bool ConnectSocket(ScopedSocket* socket, in ConnectSocket()
708 ScopedSocket socket; in NotifyOtherProcessWithTimeout()