Searched refs:BrokerClient (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
H A Dmessage_broker2_unittest.py69 self.assertRaises(NotImplementedError, message_broker2.BrokerClient)
71 class TestClient(message_broker2.BrokerClient):
H A Dmessage_broker2.py45 must implement the BrokerClient interface, and most callers will create
50 BrokerClient ------> BrokerConnection
55 (The BrokerClient never calls broker directly after it is created, only
56 BrokerConnection. BrokerConnection passes a reference to BrokerClient to
70 class BrokerClient(object): class in inherits:object
H A Dmanager_worker_broker.py94 client - message_broker2.BrokerClient implementation to dispatch
120 class AbstractWorker(message_broker2.BrokerClient):

Completed in 90 milliseconds