Searched refs:rewindTo (Results 1 - 12 of 12) sorted by relevance

/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
H A DIntStream.as65 function rewindTo(marker:int):void;
H A DANTLRStringStream.as148 public function rewindTo(m:int):void { function
158 rewindTo(lastMarker);
H A DCommonTokenStream.as317 public function rewindTo(marker:int):void { function
H A DDFA.as147 input.rewindTo(mark);
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DBackgroundHTMLInputStream.h47 // An HTMLInputCheckpoint is valid until the next call to rewindTo, at which
50 void rewindTo(HTMLInputCheckpoint, const String& unparsedInput);
H A DBackgroundHTMLInputStream.cpp79 void BackgroundHTMLInputStream::rewindTo(HTMLInputCheckpoint checkpointIndex, const String& unparsedInput) function in class:blink::BackgroundHTMLInputStream
H A DHTMLPreloadScanner.h56 // A TokenPreloadScannerCheckpoint is valid until the next call to rewindTo,
59 void rewindTo(TokenPreloadScannerCheckpoint);
H A DBackgroundHTMLParser.cpp157 m_input.rewindTo(checkpoint->inputCheckpoint, checkpoint->unparsedInput);
158 m_preloadScanner->rewindTo(checkpoint->preloadScannerCheckpoint);
H A DHTMLPreloadScanner.cpp393 void TokenPreloadScanner::rewindTo(TokenPreloadScannerCheckpoint checkpointIndex) function in class:blink::TokenPreloadScanner
/external/antlr/antlr-3.4/runtime/ActionScript/project/test/org/antlr/runtime/test/
H A DTestANTLRStringStream.as103 stream.rewindTo(mark2);
108 stream.rewindTo(mark1);
125 stream.rewindTo(mark1);
/external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/tree/
H A DCommonTreeNodeStream.as292 public function rewindTo(marker:int):void { function
/external/antlr/antlr-3.4/tool/src/main/resources/org/antlr/codegen/templates/ActionScript/
H A DActionScript.stg134 input.rewindTo(m);
284 input.rewindTo(start);

Completed in 257 milliseconds