Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorBaseAgent.h53 virtual void clearFrontend() { } in clearFrontend() function
77 void clearFrontend();
DInspectorBaseAgent.cpp73 void InspectorAgentRegistry::clearFrontend() in clearFrontend() function in WebCore::InspectorAgentRegistry
76 m_agents[i]->clearFrontend(); in clearFrontend()
DWorkerInspectorController.cpp135 m_backendDispatcher->clearFrontend(); in disconnectFrontend()
140 m_agents.clearFrontend(); in disconnectFrontend()
DInspectorMemoryAgent.cpp62 void InspectorMemoryAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorMemoryAgent
DInspectorMemoryAgent.h56 virtual void clearFrontend() OVERRIDE;
DInspectorWorkerAgent.h55 virtual void clearFrontend() OVERRIDE;
DInspectorHeapProfilerAgent.h65 virtual void clearFrontend() OVERRIDE;
DInspectorInspectorAgent.h68 virtual void clearFrontend() OVERRIDE;
DInspectorDOMStorageAgent.h58 virtual void clearFrontend() OVERRIDE;
DInspectorProfilerAgent.h70 virtual void clearFrontend() OVERRIDE;
DInspectorApplicationCacheAgent.h54 virtual void clearFrontend() OVERRIDE;
DInspectorRuntimeAgent.h84 virtual void clearFrontend() OVERRIDE FINAL;
DInspectorLayerTreeAgent.h61 virtual void clearFrontend() OVERRIDE;
DInspectorCanvasAgent.h64 virtual void clearFrontend() OVERRIDE;
DInspectorInspectorAgent.cpp97 void InspectorInspectorAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorInspectorAgent
DInspectorConsoleAgent.h76 virtual void clearFrontend() OVERRIDE FINAL;
DInspectorDOMDebuggerAgent.h101 virtual void clearFrontend() OVERRIDE;
DInspectorController.cpp237 m_inspectorBackendDispatcher->clearFrontend(); in disconnectFrontend()
244 m_agents.clearFrontend(); in disconnectFrontend()
DInspectorResourceAgent.h82 virtual void clearFrontend() OVERRIDE;
DInspectorDOMStorageAgent.cpp86 void InspectorDOMStorageAgent::clearFrontend() in clearFrontend() function in WebCore::InspectorDOMStorageAgent
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DDeviceOrientationInspectorAgent.h30 virtual void clearFrontend() OVERRIDE;
DDeviceOrientationInspectorAgent.cpp63 void DeviceOrientationInspectorAgent::clearFrontend() in clearFrontend() function in WebCore::DeviceOrientationInspectorAgent
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DInspectorIndexedDBAgent.h50 virtual void clearFrontend() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DInspectorFileSystemAgent.h58 virtual void clearFrontend() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DInspectorDatabaseAgent.h59 virtual void clearFrontend() OVERRIDE;

12