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

/external/chromium_org/third_party/WebKit/Source/core/rendering/line/
H A DLineBreaker.cpp30 void LineBreaker::skipLeadingWhitespace(InlineBidiResolver& resolver, LineInfo& lineInfo, function in class:blink::LineBreaker
72 skipLeadingWhitespace(resolver, lineInfo, lastFloatFromPreviousLine, width);
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DNewHdfParser.java220 int start = skipLeadingWhitespace(seq, INCLUDE_WS.length());
225 if (skipLeadingWhitespace(seq, 1) != seq.length()) {
260 int index = skipLeadingWhitespace(seq, element.endOfSequence);
272 index = skipLeadingWhitespace(seq, index + 1);
279 index = skipLeadingWhitespace(seq, index + 2);
292 index = skipLeadingWhitespace(seq, index + 1);
309 index = skipLeadingWhitespace(seq, index + 2);
336 index = skipLeadingWhitespace(seq, index + hdfName.length());
370 index = skipLeadingWhitespace(seq, index + 1);
385 index = skipLeadingWhitespace(se
652 private static int skipLeadingWhitespace(String seq, int index) { method in class:NewHdfParser
[all...]
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilder.cpp176 void skipLeadingWhitespace() function in class:blink::HTMLTreeBuilder::CharacterTokenBuffer
2272 buffer.skipLeadingWhitespace();
2280 buffer.skipLeadingWhitespace();
2288 buffer.skipLeadingWhitespace();

Completed in 248 milliseconds