HomeSort by relevance Sort by last modified time
    Searched refs:XSSInfoStream (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/html/parser/
XSSAuditorDelegate.h 82 typedef Vector<OwnPtr<XSSInfo> > XSSInfoStream;
BackgroundHTMLParser.h 98 XSSInfoStream m_pendingXSSInfos;
BackgroundHTMLParser.cpp 71 static void checkThatXSSInfosAreSafeToSendToAnotherThread(const XSSInfoStream& infos)
HTMLDocumentParser.h 92 XSSInfoStream xssInfos;
HTMLDocumentParser.cpp 399 for (XSSInfoStream::const_iterator it = chunk->xssInfos.begin(); it != chunk->xssInfos.end(); ++it) {
    [all...]

Completed in 212 milliseconds