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

  /external/chromium_org/third_party/WebKit/Source/core/xml/parser/
XMLDocumentParser.h 125 bool appendFragmentSource(const String&);
XMLDocumentParser.cpp 516 bool wellFormed = parser->appendFragmentSource(chunk);
520 return wellFormed; // appendFragmentSource()'s wellFormed is more permissive than wellFormed().
721 // appendFragmentSource() checks that the length doesn't overflow an int.
    [all...]

Completed in 2646 milliseconds