Home | History | Annotate | Download | only in parser

Lines Matching refs:m_document

69     : m_document(document)
73 ASSERT(m_document);
80 FrameLoader& frameLoader = m_document->frame()->loader();
101 m_document->addConsoleMessage(JSMessageSource, ErrorMessageLevel, xssInfo.buildConsoleError());
104 RefPtr<LocalFrame> protect(m_document->frame());
105 FrameLoader& frameLoader = m_document->frame()->loader();
112 frameLoader.client()->didDetectXSS(m_document->url(), xssInfo.m_didBlockEntirePage);
115 PingLoader::sendViolationReport(m_document->frame(), m_reportURL, generateViolationReport(xssInfo), PingLoader::XSSAuditorViolationReport);
119 m_document->frame()->navigationScheduler().scheduleLocationChange(m_document, SecurityOrigin::urlWithUniqueSecurityOrigin(), Referrer());