Searched refs:toMatch (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/html/track/
H A DVTTScanner.cpp70 bool VTTScanner::scanRun(const Run& run, const String& toMatch) argument
77 if (toMatch.length() > matchLength)
81 matched = WTF::equal(toMatch.impl(), m_data.characters8, matchLength);
83 matched = WTF::equal(toMatch.impl(), m_data.characters16, matchLength);
H A DVTTScanner.h108 // Scan the string |toMatch|, using the specified |run| as the sequence to
110 bool scanRun(const Run&, const String& toMatch);

Completed in 255 milliseconds