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.h56 virtual void clearFrontend() { } in clearFrontend() function
81 void clearFrontend();
DInspectorBaseAgent.cpp82 void InspectorAgentRegistry::clearFrontend() in clearFrontend() function in blink::InspectorAgentRegistry
85 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 blink::InspectorMemoryAgent
DInspectorMemoryAgent.h56 virtual void clearFrontend() OVERRIDE;
DInspectorWorkerAgent.h55 virtual void clearFrontend() OVERRIDE;
DInspectorHeapProfilerAgent.h67 virtual void clearFrontend() OVERRIDE;
DInspectorInspectorAgent.h69 virtual void clearFrontend() OVERRIDE;
DInspectorDOMStorageAgent.h59 virtual void clearFrontend() OVERRIDE;
DInspectorApplicationCacheAgent.h56 virtual void clearFrontend() OVERRIDE;
DInspectorProfilerAgent.h73 virtual void clearFrontend() OVERRIDE;
DInspectorConsoleAgent.h79 virtual void clearFrontend() OVERRIDE FINAL;
DInspectorRuntimeAgent.h86 virtual void clearFrontend() OVERRIDE FINAL;
DInspectorLayerTreeAgent.h62 virtual void clearFrontend() OVERRIDE;
DInspectorCanvasAgent.h65 virtual void clearFrontend() OVERRIDE;
DInspectorInspectorAgent.cpp106 void InspectorInspectorAgent::clearFrontend() in clearFrontend() function in blink::InspectorInspectorAgent
DInspectorDOMDebuggerAgent.h104 virtual void clearFrontend() OVERRIDE;
DInspectorController.cpp274 m_inspectorBackendDispatcher->clearFrontend(); in disconnectFrontend()
281 m_agents.clearFrontend(); in disconnectFrontend()
DInspectorDOMStorageAgent.cpp92 void InspectorDOMStorageAgent::clearFrontend() in clearFrontend() function in blink::InspectorDOMStorageAgent
DInspectorResourceAgent.h83 virtual void clearFrontend() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/device_orientation/
DDeviceOrientationInspectorAgent.h30 virtual void clearFrontend() OVERRIDE;
DDeviceOrientationInspectorAgent.cpp62 void DeviceOrientationInspectorAgent::clearFrontend() in clearFrontend() function in blink::DeviceOrientationInspectorAgent
/external/chromium_org/third_party/WebKit/Source/modules/indexeddb/
DInspectorIndexedDBAgent.h51 virtual void clearFrontend() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/filesystem/
DInspectorFileSystemAgent.h59 virtual void clearFrontend() OVERRIDE;
/external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
DInspectorDatabaseAgent.h60 virtual void clearFrontend() OVERRIDE;

12