Searched refs:endLine (Results 1 – 4 of 4) sorted by relevance
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/ |
D | regress-159334.js | 88 function buildEval_r(beginLine, endLine) argument 90 var count = endLine - beginLine; 99 return buildEval_r(beginLine, middle) + buildEval_r(middle, endLine);
|
/external/opencore/protocols/sdp/parser/src/ |
D | basemediainfoparser.cpp | 1113 const char *endLine = start + length; in setDependentMediaId() local 1115 while (startPtr < endLine) in setDependentMediaId() 1119 if (startPtr > endLine) in setDependentMediaId() 1122 for (; (*endPtr != ';') && (endPtr != endLine); ++endPtr); in setDependentMediaId() 1124 if (endPtr > endLine) in setDependentMediaId()
|
/external/webkit/WebCore/rendering/ |
D | bidi.cpp | 952 RootInlineBox* endLine = (fullLayout || !startLine) ? in layoutInlineChildren() local 989 bool checkForEndLineMatch = endLine; in layoutInlineChildren() 995 …eMatched = matchedEndLine(resolver, cleanLineStart, cleanLineBidiStatus, endLine, endLineYPos, rep… in layoutInlineChildren() 1137 if (endLine) { in layoutInlineChildren() 1141 for (RootInlineBox* line = endLine; line; line = line->nextRootBox()) { in layoutInlineChildren() 1161 InlineRunBox* line = endLine; in layoutInlineChildren() 1364 …Iterator& endLineStart, const BidiStatus& endLineStatus, RootInlineBox*& endLine, int& endYPos, in… in matchedEndLine() argument 1377 RootInlineBox* lastLine = endLine; in matchedEndLine() 1394 RootInlineBox* line = endLine; in matchedEndLine() 1411 RootInlineBox* lastLine = endLine; in matchedEndLine() [all …]
|
D | RenderBlock.h | 146 RootInlineBox*& endLine, int& endYPos, int& repaintBottom, int& repaintTop);
|