Home
last modified time | relevance | path

Searched refs:clearFrontend (Results 1 – 25 of 29) sorted by relevance

12

/external/webkit/Source/WebCore/inspector/
DInspectorAgent.cpp274 m_debuggerAgent->clearFrontend(); in disconnectFrontend()
275 m_browserDebuggerAgent->clearFrontend(); in disconnectFrontend()
276 m_profilerAgent->clearFrontend(); in disconnectFrontend()
280 m_applicationCacheAgent->clearFrontend(); in disconnectFrontend()
283 m_consoleAgent->clearFrontend(); in disconnectFrontend()
284 m_domAgent->clearFrontend(); in disconnectFrontend()
285 m_timelineAgent->clearFrontend(); in disconnectFrontend()
286 m_resourceAgent->clearFrontend(); in disconnectFrontend()
288 m_databaseAgent->clearFrontend(); in disconnectFrontend()
291 m_domStorageAgent->clearFrontend(); in disconnectFrontend()
[all …]
DWorkerInspectorController.cpp148 m_debuggerAgent->clearFrontend(); in disconnectFrontend()
150 m_injectedScriptManager->injectedScriptHost()->clearFrontend(); in disconnectFrontend()
DInspectorDatabaseAgent.cpp70 void clearFrontend() { m_inspectorFrontend = 0; } in clearFrontend() function in WebCore::InspectorDatabaseAgent::FrontendProvider
263 void InspectorDatabaseAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorDatabaseAgent
265 m_frontendProvider->clearFrontend(); in clearFrontend()
DInspectorController.cpp153 m_inspectorBackendDispatcher->clearFrontend(); in disconnectFrontend()
157 m_injectedScriptManager->injectedScriptHost()->clearFrontend(); in disconnectFrontend()
DInspectorApplicationCacheAgent.h56 void clearFrontend();
DInspectorDOMStorageAgent.h57 void clearFrontend();
DInspectorDatabaseAgent.h58 void clearFrontend();
DInspectorPageAgent.h75 void clearFrontend();
DInspectorBrowserDebuggerAgent.h63 void clearFrontend();
DInspectorConsoleAgent.h66 void clearFrontend();
DInjectedScriptHost.h90 void clearFrontend() { m_frontend = 0; } in clearFrontend() function
DInspectorProfilerAgent.h85 void clearFrontend();
DInspectorTimelineAgent.cpp105 clearFrontend(); in ~InspectorTimelineAgent()
113 void InspectorTimelineAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorTimelineAgent
DInspectorResourceAgent.h82 void clearFrontend();
DInspectorTimelineAgent.h65 void clearFrontend();
DInspectorApplicationCacheAgent.cpp58 void InspectorApplicationCacheAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorApplicationCacheAgent
DInspectorDOMStorageAgent.cpp74 void InspectorDOMStorageAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorDOMStorageAgent
DInspectorDebuggerAgent.h76 void clearFrontend();
DInspectorDOMAgent.h107 void clearFrontend();
DInspectorConsoleAgent.cpp122 void InspectorConsoleAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorConsoleAgent
DInspectorPageAgent.cpp79 void InspectorPageAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorPageAgent
DInspectorProfilerAgent.cpp266 void InspectorProfilerAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorProfilerAgent
DInspectorBrowserDebuggerAgent.cpp110 void InspectorBrowserDebuggerAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorBrowserDebuggerAgent
DInspectorDebuggerAgent.cpp118 void InspectorDebuggerAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorDebuggerAgent
DInspectorResourceAgent.cpp103 void InspectorResourceAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorResourceAgent

12