Home | History | Annotate | Download | only in page

Lines Matching refs:documentLoader

62 #include "core/loader/DocumentLoader.h"
332 // this function come via DocumentLoader::createWriterFor, which
1477 if (m_frame && m_frame->loader()->documentLoader() && !m_frame->loader()->documentLoader()->timing()->loadEventStart()) {
1478 // The DocumentLoader (and thus its DocumentLoadTiming) might get destroyed while dispatching
1480 RefPtr<DocumentLoader> documentLoader = m_frame->loader()->documentLoader();
1481 DocumentLoadTiming* timing = documentLoader->timing();