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

  /external/webkit/WebCore/html/
HTMLTokenizer.h 63 , m_sourceInfo(0)
80 if (m_sourceInfo)
81 m_sourceInfo->clear();
84 void addViewSourceChar(UChar c) { if (!m_sourceInfo.get()) m_sourceInfo.set(new Vector<UChar>); m_sourceInfo->append(c); }
92 OwnPtr<Vector<UChar> > m_sourceInfo;
HTMLViewSourceDocument.cpp 123 Vector<UChar>* guide = token->m_sourceInfo.get();

Completed in 445 milliseconds