Searched defs:HTMLInputCheckpoint (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLInputStream.h35 typedef size_t HTMLInputCheckpoint; typedef in namespace:WebCore
47 // An HTMLInputCheckpoint is valid until the next call to rewindTo, at which
49 HTMLInputCheckpoint createCheckpoint(size_t tokensExtractedSincePreviousCheckpoint);
50 void rewindTo(HTMLInputCheckpoint, const String& unparsedInput);
51 void invalidateCheckpointsBefore(HTMLInputCheckpoint);

Completed in 198 milliseconds