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

  /external/webkit/Source/WebKit2/UIProcess/Launcher/win/
ThreadLauncherWin.cpp 56 if (!CoreIPC::Connection::createServerAndClientIdentifiers(serverIdentifier, clientIdentifier)) {
ProcessLauncherWin.cpp 52 if (!CoreIPC::Connection::createServerAndClientIdentifiers(serverIdentifier, clientIdentifier)) {
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
ConnectionWin.cpp 44 bool Connection::createServerAndClientIdentifiers(HANDLE& serverIdentifier, HANDLE& clientIdentifier)
262 // We connected the two ends of the pipe in createServerAndClientIdentifiers.
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.h 107 static bool createServerAndClientIdentifiers(Identifier& serverIdentifier, Identifier& clientIdentifier);

Completed in 1314 milliseconds