HomeSort by relevance Sort by last modified time
    Searched defs:connectionIdentifier (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebKit2/UIProcess/Launcher/qt/
ThreadLauncherQt.cpp 67 int connectionIdentifier = random();
69 if (!createThread(webThreadBody, reinterpret_cast<void*>(connectionIdentifier), "WebKit2: WebThread")) {
74 return connectionIdentifier;
  /external/webkit/Source/WebKit2/UIProcess/Launcher/
ThreadLauncher.cpp 43 CoreIPC::Connection::Identifier connectionIdentifier = createWebThread();
46 RunLoop::main()->scheduleWork(WorkItem::create(this, &ThreadLauncher::didFinishLaunchingThread, connectionIdentifier));
  /external/webkit/Source/WebKit2/WebProcess/Plugins/
PluginProcessConnectionManager.cpp 66 CoreIPC::Connection::Identifier connectionIdentifier;
73 connectionIdentifier = connectionMachPort.port();
76 connectionIdentifier = 0;
79 if (!connectionIdentifier)
82 RefPtr<PluginProcessConnection> pluginProcessConnection = PluginProcessConnection::create(this, pluginPath, connectionIdentifier);

Completed in 142 milliseconds