Lines Matching full:embeddedsource
909 var embeddedSource = match[1];
910 var embeddedSourceStart = token.indexOf(embeddedSource);
911 var embeddedSourceEnd = embeddedSourceStart + embeddedSource.length;
913 // If embeddedSource can be blank, then it would match at the
917 embeddedSourceStart = embeddedSourceEnd - embeddedSource.length;
928 embeddedSource,
929 langHandlerForExtension(lang, embeddedSource),