Home
last modified time | relevance | path

Searched refs:skipToEnd (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
Dshell.js36 stream.skipToEnd();
39 stream.skipToEnd();
Dheadlesscodemirror.js34 skipToEnd: function() {this.pos = this.string.length;}, method in StringStream
69 return {token: function(stream) {stream.skipToEnd();}};
Dcoffeescript.js66 stream.skipToEnd();
78 stream.skipToEnd();
Dclike.js39 stream.skipToEnd();
185 stream.skipToEnd();
Dphp.js10 else stream.skipToEnd();
Djavascript.js100 stream.skipToEnd();
115 stream.skipToEnd();
Dpython.js80 stream.skipToEnd();
Dcss.js587 stream.skipToEnd();
Dcodemirror.js3362 return {token: function(stream) {stream.skipToEnd();}};
3692 skipToEnd: function() {this.pos = this.string.length;},
/external/clang/lib/Parse/
DRAIIObjectsForParser.h430 void skipToEnd();
DParseInit.cpp511 Braces.skipToEnd(); in ParseMicrosoftIfExistsBraceInitializer()
DParser.cpp1797 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
1805 T.skipToEnd(); in ParseMicrosoftIfExistsCondition()
1855 Braces.skipToEnd(); in ParseMicrosoftIfExistsExternalDeclaration()
1959 void BalancedDelimiterTracker::skipToEnd() { in skipToEnd() function in BalancedDelimiterTracker
DParseDecl.cpp350 T.skipToEnd(); in ParseMicrosoftDeclSpecWithSingleArg()
522 T.skipToEnd(); in ParseComplexMicrosoftDeclSpec()
536 T.skipToEnd(); in ParseComplexMicrosoftDeclSpec()
564 T.skipToEnd(); in ParseMicrosoftDeclSpec()
575 T.skipToEnd(); in ParseMicrosoftDeclSpec()
1203 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1211 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1219 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1229 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
1239 T.skipToEnd(); in ParseTypeTagForDatatypeAttribute()
DParseExprCXX.cpp799 Parens.skipToEnd(); in ParseLambdaIntroducer()
802 Parens.skipToEnd(); in ParseLambdaIntroducer()
819 Braces.skipToEnd(); in ParseLambdaIntroducer()
2796 Parens.skipToEnd(); in ParseTypeTrait()
2804 Parens.skipToEnd(); in ParseTypeTrait()
DParseStmt.cpp2225 T.skipToEnd(); in ParseAsmStatement()
2655 Braces.skipToEnd(); in ParseMicrosoftIfExistsStatement()
DParseDeclCXX.cpp3326 Braces.skipToEnd(); in ParseMicrosoftIfExistsClassDeclaration()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
Dexterns.js584 skipToEnd: function () { }, method in CodeMirror.StringStream