Searched refs:SuffixTree (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/platform/text/
H A DSuffixTree.h47 class SuffixTree { class in namespace:WebCore
49 SuffixTree(const String& text, unsigned depth) function in class:WebCore::SuffixTree
/macosx-10.9.5/WebCore-7537.78.1/html/parser/
H A DXSSAuditor.h32 #include "SuffixTree.h"
116 OwnPtr<SuffixTree<ASCIICodebook> > m_decodedHTTPBodySuffixTree;
H A DXSSAuditor.cpp322 m_decodedHTTPBodySuffixTree = adoptPtr(new SuffixTree<ASCIICodebook>(m_decodedHTTPBody, suffixTreeDepth));

Completed in 73 milliseconds