Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/inspector/
DInstrumentingAgents.h74 , m_inspectorApplicationCacheAgent(0) in InstrumentingAgents()
117 …tionCacheAgent* inspectorApplicationCacheAgent() const { return m_inspectorApplicationCacheAgent; } in inspectorApplicationCacheAgent()
118 …licationCacheAgent(InspectorApplicationCacheAgent* agent) { m_inspectorApplicationCacheAgent = age… in setInspectorApplicationCacheAgent()
147 InspectorApplicationCacheAgent* m_inspectorApplicationCacheAgent; variable