Searched refs:TestInspectorDelegate (Results 1 – 1 of 1) sorted by relevance
84 class TestInspectorDelegate;86 static TestInspectorDelegate* delegate = nullptr;89 static void assert_is_delegate(TestInspectorDelegate* d) { in assert_is_delegate()93 class TestInspectorDelegate : public InspectorSocket::Delegate { class98 TestInspectorDelegate() : inspector_ready(false), in TestInspectorDelegate() function in __anonad88c24c0111::TestInspectorDelegate104 ~TestInspectorDelegate() override { in ~TestInspectorDelegate()208 void TestInspectorDelegate::process(inspector_handshake_event event, in process()231 delegate = new TestInspectorDelegate(); in on_new_connection()