Home | History | Annotate | Download | only in appcache

Lines Matching refs:m_documentLoader

1076         Frame* frame = m_documentLoader->frame();
1080 ASSERT(frame->loader()->documentLoader() == m_documentLoader.get());
1082 m_documentLoader->applicationCacheHost()->notifyDOMApplicationCache(m_eventID, m_progressTotal, m_progressDone);
1087 : m_documentLoader(loader)
1094 RefPtr<DocumentLoader> m_documentLoader;