Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/web/
DApplicationCacheHostInternal.h43 : m_innerHost(host) in ApplicationCacheHostInternal()
57m_innerHost->notifyApplicationCache(static_cast<ApplicationCacheHost::EventID>(eventID), 0, 0); in notifyEventListener()
62m_innerHost->notifyApplicationCache(ApplicationCacheHost::PROGRESS_EVENT, progressTotal, progressD… in notifyProgressEventListener()
74 ApplicationCacheHost* m_innerHost; variable