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

/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DWorkerInspectorController.cpp59 class PageInspectorProxy : public InspectorFrontendChannel { class in namespace:WebCore::__anon10211
62 explicit PageInspectorProxy(WorkerGlobalScope* workerGlobalScope) : m_workerGlobalScope(workerGlobalScope) { } function in class:WebCore::__anon10211::PageInspectorProxy
63 virtual ~PageInspectorProxy() { }
121 m_frontendChannel = adoptPtr(new PageInspectorProxy(m_workerGlobalScope));

Completed in 77 milliseconds