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

  /external/webkit/WebCore/html/
PreloadScanner.h 51 static unsigned consumeEntity(SegmentedString&, bool& notEnoughCharacters);
PreloadScanner.cpp 180 unsigned PreloadScanner::consumeEntity(SegmentedString& source, bool& notEnoughCharacters)
293 notEnoughCharacters = true;
599 bool notEnoughCharacters = false;
600 unsigned entity = consumeEntity(m_source, notEnoughCharacters);
601 if (notEnoughCharacters)
  /external/webkit/WebCore/page/
XSSAuditor.cpp 261 bool notEnoughCharacters = false;
262 unsigned entity = PreloadScanner::consumeEntity(source, notEnoughCharacters);
263 // We ignore notEnoughCharacters because we might as well use this loop

Completed in 60 milliseconds