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

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
manager_worker_broker.py 213 class _WorkerConnection(message_broker2.BrokerConnection):
236 class _InlineWorkerConnection(_WorkerConnection):
238 _WorkerConnection.__init__(self, broker, worker_class, worker_number, port._options)
284 class _ThreadedWorkerConnection(_WorkerConnection):
286 _WorkerConnection.__init__(self, broker, worker_class, worker_number, port._options)
331 class _MultiProcessWorkerConnection(_WorkerConnection):
333 _WorkerConnection.__init__(self, broker, worker_class, worker_number, options)
manager_worker_broker_unittest.py 281 obj = manager_worker_broker._WorkerConnection(broker._broker, _TestWorker, 0, None)

Completed in 781 milliseconds