Home
last modified time | relevance | path

Searched refs:m_applicationCacheAgent (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/inspector/
DInspectorAgent.h140 … InspectorApplicationCacheAgent* applicationCacheAgent() { return m_applicationCacheAgent.get(); } in applicationCacheAgent()
206 OwnPtr<InspectorApplicationCacheAgent> m_applicationCacheAgent; variable
DInspectorAgent.cpp126 , m_applicationCacheAgent(new InspectorApplicationCacheAgent(m_instrumentingAgents.get(), page)) in InspectorAgent()
226 m_applicationCacheAgent->setFrontend(m_frontend); in setFrontend()
280 m_applicationCacheAgent->clearFrontend(); in disconnectFrontend()