InspectorFrontendChannelDummy  148 Source/core/testing/Internals.cpp     explicit InspectorFrontendChannelDummy(Page*);
InspectorFrontendChannelDummy  157 Source/core/testing/Internals.cpp InspectorFrontendChannelDummy::InspectorFrontendChannelDummy(Page* page)
InspectorFrontendChannelDummy  162 Source/core/testing/Internals.cpp void InspectorFrontendChannelDummy::sendMessageToFrontend(PassRefPtr<JSONObject> message)
InspectorFrontendChannelDummy 1577 Source/core/testing/Internals.cpp     m_frontendChannel = adoptPtr(new InspectorFrontendChannelDummy(frontendPage));
InspectorFrontendChannelDummy   57 Source/core/testing/Internals.h class InspectorFrontendChannelDummy;
InspectorFrontendChannelDummy  337 Source/core/testing/Internals.h     OwnPtr<InspectorFrontendChannelDummy> m_frontendChannel;