advance           943 Source/bindings/v8/SerializedScriptValue.cpp             state = state->advance(*this);
advance           996 Source/bindings/v8/SerializedScriptValue.cpp         virtual StateBase* advance(Serializer&) = 0;
advance          1748 Source/core/accessibility/AXRenderObject.cpp     it.advance(index - 1);
advance           109 Source/core/css/CSSValueList.h     void advance() { m_position++; ASSERT(m_position <= m_inspector.length());}
advance            24 Source/core/css/parser/MediaQueryInputStream.h     void advance(unsigned = 1);
advance            53 Source/core/css/parser/MediaQueryTokenizer.cpp     m_input.advance();
advance            59 Source/core/css/parser/MediaQueryTokenizer.cpp     m_input.advance(offset);
advance           296 Source/core/css/parser/MediaQueryTokenizer.cpp     m_input.advance(offset);
advance            96 Source/core/css/resolver/FilterOperationResolver.cpp     for (CSSValueListIterator i = inValue; i.hasMore(); i.advance()) {
advance           178 Source/core/css/resolver/FontBuilder.cpp     for (CSSValueListIterator i = value; i.hasMore(); i.advance()) {
advance           543 Source/core/css/resolver/StyleBuilderCustom.cpp     for (CSSValueListIterator i(value); i.hasMore(); i.advance()) {
advance           716 Source/core/css/resolver/StyleBuilderCustom.cpp     for (CSSValueListIterator i(value); i.hasMore(); i.advance())
advance           973 Source/core/css/resolver/StyleBuilderCustom.cpp     for (CSSValueListIterator i(value); i.hasMore(); i.advance()) {
advance          1002 Source/core/css/resolver/StyleBuilderCustom.cpp     for (CSSValueListIterator i(value); i.hasMore(); i.advance()) {
advance          1087 Source/core/css/resolver/StyleBuilderCustom.cpp     for (CSSValueListIterator i = value; i.hasMore(); i.advance()) {
advance          1091 Source/core/css/resolver/StyleBuilderCustom.cpp             for (CSSValueListIterator j = lineNamesValue; j.hasMore(); j.advance()) {
advance          1141 Source/core/css/resolver/StyleBuilderCustom.cpp         it.advance();
advance          1147 Source/core/css/resolver/StyleBuilderCustom.cpp         it.advance();
advance          1153 Source/core/css/resolver/StyleBuilderCustom.cpp         it.advance();
advance          1312 Source/core/css/resolver/StyleBuilderCustom.cpp             for (CSSValueListIterator i = value; i.hasMore(); i.advance()) {
advance            91 Source/core/css/resolver/TransformBuilder.cpp     for (CSSValueListIterator i = inValue; i.hasMore(); i.advance()) {
advance            87 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
advance            96 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
advance           105 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
advance           126 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
advance           150 Source/core/dom/DocumentMarkerController.cpp     for (TextIterator markedText(range); !markedText.atEnd(); markedText.advance()) {
advance            93 Source/core/editing/PlainTextRange.cpp     for (; !it.atEnd(); it.advance()) {
advance           107 Source/core/editing/PlainTextRange.cpp                 it.advance();
advance           240 Source/core/editing/SpellChecker.cpp             chars.advance(misspellingOffset);
advance           271 Source/core/editing/SpellChecker.cpp                 chars.advance(misspellingOffset);
advance            51 Source/core/editing/SurroundingText.cpp         forwardIterator.advance(maxLength - halfMaxLength);
advance            64 Source/core/editing/SurroundingText.cpp         backwardsIterator.advance(halfMaxLength);
advance            85 Source/core/editing/SurroundingText.cpp     iterator.advance(startOffsetInContent);
advance            91 Source/core/editing/SurroundingText.cpp     iterator.advance(endOffsetInContent - startOffsetInContent);
advance           283 Source/core/editing/TextCheckingHelper.cpp         it.advance();
advance           344 Source/core/editing/TextIterator.cpp     advance();
advance          1262 Source/core/editing/TextIterator.cpp     advance();
advance          1501 Source/core/editing/TextIterator.cpp         m_textIterator.advance();
advance          1543 Source/core/editing/TextIterator.cpp     for (m_textIterator.advance(); !atEnd(); m_textIterator.advance()) {
advance          1568 Source/core/editing/TextIterator.cpp     it.advance(offset);
advance          1572 Source/core/editing/TextIterator.cpp         it.advance(length - 1);
advance          1587 Source/core/editing/TextIterator.cpp         m_textIterator.advance();
advance          1626 Source/core/editing/TextIterator.cpp     for (m_textIterator.advance(); !atEnd(); m_textIterator.advance()) {
advance          1652 Source/core/editing/TextIterator.cpp     advance(); // Get in position over the first chunk of text.
advance          1668 Source/core/editing/TextIterator.cpp         m_textIterator.advance();
advance          1674 Source/core/editing/TextIterator.cpp         m_textIterator.advance();
advance          1691 Source/core/editing/TextIterator.cpp         m_textIterator.advance();
advance          2035 Source/core/editing/TextIterator.cpp     for (TextIterator it(r, forSelectionPreservation ? TextIteratorEmitsCharactersBetweenAllVisiblePositions : TextIteratorDefaultBehavior); !it.atEnd(); it.advance())
advance          2058 Source/core/editing/TextIterator.cpp     for (TextIterator it(r, behavior); !it.atEnd(); it.advance()) {
advance          2087 Source/core/editing/TextIterator.cpp         for (SimplifiedBackwardsTextIterator backwardsIterator(beforeStartRange.get()); !backwardsIterator.atEnd(); backwardsIterator.advance()) {
advance          2098 Source/core/editing/TextIterator.cpp         it.advance(buffer.numberOfCharactersJustAppended());
advance            84 Source/core/editing/TextIterator.h     void advance();
advance           220 Source/core/editing/TextIterator.h     void advance();
advance           302 Source/core/editing/TextIterator.h     void advance(int numCharacters);
advance           330 Source/core/editing/TextIterator.h     void advance(int);
advance           353 Source/core/editing/TextIterator.h     void advance();
advance            91 Source/core/editing/TextIteratorTest.cpp         textIterator.advance();
advance           301 Source/core/editing/VisibleSelection.cpp     for (; charIt.length(); charIt.advance(1)) {
advance           479 Source/core/editing/VisibleUnits.cpp             forwardsIterator.advance();
advance           507 Source/core/editing/VisibleUnits.cpp         it.advance();
advance           526 Source/core/editing/VisibleUnits.cpp     charIt.advance(string.size() - suffixLength - next);
advance           558 Source/core/editing/VisibleUnits.cpp             backwardsIterator.advance();
advance           583 Source/core/editing/VisibleUnits.cpp         it.advance();
advance           597 Source/core/editing/VisibleUnits.cpp         charIt.advance(next - prefixLength - 1);
advance           605 Source/core/editing/VisibleUnits.cpp                 charIt.advance(1);
advance           318 Source/core/html/HTMLTextFormControlElement.cpp     it.advance(index - 1);
advance           304 Source/core/html/canvas/WebGLRenderingContextBase.cpp                     advance();
advance           408 Source/core/html/canvas/WebGLRenderingContextBase.cpp                     advance();
advance           419 Source/core/html/canvas/WebGLRenderingContextBase.cpp                     advance();
advance           446 Source/core/html/canvas/WebGLRenderingContextBase.cpp                 advance();
advance           110 Source/core/html/parser/HTMLEntityParser.cpp         entitySearch.advance(cc);
advance           291 Source/core/html/parser/HTMLEntityParser.cpp         search.advance(*name++);
advance           295 Source/core/html/parser/HTMLEntityParser.cpp     search.advance(';');
advance            39 Source/core/html/parser/HTMLEntitySearch.h     void advance(UChar);
advance            79 Source/core/html/parser/HTMLSourceTracker.cpp         m_previousSource.advance();
advance            84 Source/core/html/parser/HTMLSourceTracker.cpp         m_currentSource.advance();
advance            71 Source/core/html/parser/InputStreamPreprocessor.h     ALWAYS_INLINE bool advance(SegmentedString& source)
advance            57 Source/core/html/track/vtt/BufferedLineReader.cpp         m_buffer.advance();
advance            77 Source/core/html/track/vtt/BufferedLineReader.h             m_buffer.advance();
advance            50 Source/core/html/track/vtt/VTTScanner.cpp     advance();
advance            65 Source/core/html/track/vtt/VTTScanner.cpp         advance(charactersCount);
advance           137 Source/core/html/track/vtt/VTTScanner.h     void advance(unsigned amount = 1);
advance           222 Source/core/html/track/vtt/VTTScanner.h inline void VTTScanner::advance(unsigned amount)
advance            46 Source/core/html/track/vtt/VTTTokenizer.cpp         m_inputStreamPreprocessor.advance(m_input);                \
advance            93 Source/core/html/track/vtt/VTTTokenizer.cpp         m_inputStreamPreprocessor.advance(m_input);
advance           764 Source/core/inspector/InspectorCSSAgent.cpp         it.advance(run.length(), &glyphBuffer);
advance           352 Source/core/rendering/InlineIterator.h     RenderObject* advance()
advance          1495 Source/core/rendering/InlineTextBox.cpp         it.advance(i + 1, &glyphBuffer);
advance          1496 Source/core/rendering/RenderBlock.cpp         for (InlineWalker walker(this); !walker.atEnd(); walker.advance()) {
advance          2877 Source/core/rendering/RenderBlock.cpp     for (ColumnRectIterator it(*this); it.hasMore(); it.advance()) {
advance          2899 Source/core/rendering/RenderBlock.cpp     for (ColumnRectIterator it(*this); it.hasMore(); it.advance()) {
advance          1713 Source/core/rendering/RenderBlockLineLayout.cpp         for (InlineWalker walker(this); !walker.atEnd(); walker.advance()) {
advance            81 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp     unsigned metricsLength = m_simpleWidthIterator->advance(textPosition + 1, &glyphBuffer);
advance            80 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp     charsConsumed += it.advance(run.length(), &glyphBuffer);
advance           129 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp         float advance = glyphBuffer.advanceAt(from + i).width();
advance           139 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp                 currentPoint.move(0, advance);
advance           141 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp                 currentPoint.move(advance, 0);
advance           166 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp             currentPoint.move(0, advance);
advance           168 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp             currentPoint.move(advance, 0);
advance           203 Source/core/svg/SVGGlyphMap.h             textIterator.advance(clusterLength);
advance           222 Source/core/svg/SVGGlyphMap.h             textIterator.advance(clusterLength);
advance           241 Source/core/svg/SVGGlyphMap.h             textIterator.advance(clusterLength);
advance           144 Source/core/xml/XPathParser.cpp Token Parser::makeTokenAndAdvance(int code, int advance)
advance           146 Source/core/xml/XPathParser.cpp     m_nextPos += advance;
advance           150 Source/core/xml/XPathParser.cpp Token Parser::makeTokenAndAdvance(int code, NumericOp::Opcode val, int advance)
advance           152 Source/core/xml/XPathParser.cpp     m_nextPos += advance;
advance           156 Source/core/xml/XPathParser.cpp Token Parser::makeTokenAndAdvance(int code, EqTestOp::Opcode val, int advance)
advance           158 Source/core/xml/XPathParser.cpp     m_nextPos += advance;
advance           103 Source/core/xml/XPathParser.h     Token makeTokenAndAdvance(int type, int advance = 1);
advance           104 Source/core/xml/XPathParser.h     Token makeTokenAndAdvance(int type, NumericOp::Opcode, int advance = 1);
advance           105 Source/core/xml/XPathParser.h     Token makeTokenAndAdvance(int type, EqTestOp::Opcode, int advance = 1);
advance            74 Source/core/xml/parser/MarkupTokenizerInlines.h         if (!m_inputStreamPreprocessor.advance(source))                    \
advance           170 Source/modules/indexeddb/IDBCursor.cpp     m_backend->advance(count, WebIDBCallbacksImpl::create(m_request).leakPtr());
advance            69 Source/modules/indexeddb/IDBCursor.h     void advance(unsigned long, ExceptionState&);
advance           425 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp             idbCursor->advance(m_skipCount, exceptionState);
advance           617 Source/platform/fonts/Font.cpp     it.advance(from, &localGlyphBuffer);
advance           619 Source/platform/fonts/Font.cpp     it.advance(to, &glyphBuffer);
advance           628 Source/platform/fonts/Font.cpp         it.advance(run.length(), &localGlyphBuffer);
advance           740 Source/platform/fonts/Font.cpp         float advance = glyphBuffer.advanceAt(i).width() - middleOfLastGlyph + middleOfNextGlyph;
advance           741 Source/platform/fonts/Font.cpp         markBuffer.add(glyphBuffer.glyphAt(i) ? markGlyph : spaceGlyph, markFontData, advance);
advance           753 Source/platform/fonts/Font.cpp     it.advance(run.length(), (fontDescription().typesettingFeatures() & (Kerning | Ligatures)) ? &glyphBuffer : 0);
advance           769 Source/platform/fonts/Font.cpp     it.advance(from, &glyphBuffer);
advance           771 Source/platform/fonts/Font.cpp     it.advance(to, &glyphBuffer);
advance           779 Source/platform/fonts/Font.cpp         it.advance(run.length(), &glyphBuffer);
advance           103 Source/platform/fonts/GlyphBuffer.h         CGSize advance = { width, 0 };
advance           104 Source/platform/fonts/GlyphBuffer.h         m_advances.append(advance);
advance           110 Source/platform/fonts/GlyphBuffer.h     void add(Glyph glyph, const SimpleFontData* font, GlyphBufferAdvance advance)
advance           114 Source/platform/fonts/GlyphBuffer.h         m_advances.append(advance);
advance            50 Source/platform/fonts/Latin1TextIterator.h     void advance(unsigned advanceLength)
advance           266 Source/platform/fonts/WidthIterator.cpp         textIterator.advance(advanceLength);
advance           340 Source/platform/fonts/WidthIterator.cpp     advance(m_currentCharacter + 1, &glyphBuffer);
advance            46 Source/platform/fonts/WidthIterator.h     unsigned advance(int to, GlyphBuffer*);
advance            65 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     CGFloat advance = CTFontGetAdvancesForGlyphs(ctFont, kCTFontHorizontalOrientation, &cgGlyph, 0, 1);
advance            66 Source/platform/fonts/harfbuzz/HarfBuzzFaceCoreText.cpp     return floatToHarfBuzzPosition(advance);
advance           108 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp     hb_position_t advance = 0;
advance           110 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp     SkiaGetGlyphWidthAndExtents(&hbFontData->m_paint, glyph, &advance, 0);
advance           111 Source/platform/fonts/harfbuzz/HarfBuzzFaceSkia.cpp     return advance;
advance           283 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp inline void HarfBuzzShaper::HarfBuzzRun::setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY)
advance           286 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     m_advances[index] = advance;
advance           619 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         for (iterator.advance(clusterLength); iterator.consume(character, clusterLength); iterator.advance(clusterLength)) {
advance           888 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         float advance = harfBuzzPositionToFloat(glyphPositions[i].x_advance);
advance           907 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         advance += spacing;
advance           915 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         currentRun->setGlyphAndPositions(i, glyph, advance, offsetX, offsetY);
advance           920 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         glyphOrigin += FloatSize(advance + offsetX, offsetY);
advance           922 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         totalAdvance += advance;
advance            81 Source/platform/fonts/harfbuzz/HarfBuzzShaper.h         void setGlyphAndPositions(unsigned index, uint16_t glyphId, float advance, float offsetX, float offsetY);
advance           557 Source/platform/fonts/mac/ComplexTextController.cpp             CGSize advance = treatAsSpace ? CGSizeMake(spaceWidth, advances[i].height) : advances[i];
advance           560 Source/platform/fonts/mac/ComplexTextController.cpp                 advance.width = m_font.tabWidth(*fontData, m_run.tabSize(), m_run.xPos() + m_totalWidth + widthSinceLastCommit);
advance           562 Source/platform/fonts/mac/ComplexTextController.cpp                 advance.width = 0;
advance           566 Source/platform/fonts/mac/ComplexTextController.cpp             float roundedAdvanceWidth = roundf(advance.width);
advance           568 Source/platform/fonts/mac/ComplexTextController.cpp                 advance.width = roundedAdvanceWidth;
advance           570 Source/platform/fonts/mac/ComplexTextController.cpp             advance.width += fontData->syntheticBoldOffset();
advance           578 Source/platform/fonts/mac/ComplexTextController.cpp                 advance.width = fontData->adjustedSpaceWidth();
advance           583 Source/platform/fonts/mac/ComplexTextController.cpp                 if (advance.width && m_font.fontDescription().letterSpacing())
advance           584 Source/platform/fonts/mac/ComplexTextController.cpp                     advance.width += m_font.fontDescription().letterSpacing();
advance           604 Source/platform/fonts/mac/ComplexTextController.cpp                             advance.width += !m_run.applyWordRounding() ? m_expansionPerOpportunity : roundf(previousExpansion) - roundf(m_expansion);
advance           612 Source/platform/fonts/mac/ComplexTextController.cpp                         advance.width += m_font.fontDescription().wordSpacing();
advance           622 Source/platform/fonts/mac/ComplexTextController.cpp                 advance.width = ceilCGFloat(advance.width);
advance           627 Source/platform/fonts/mac/ComplexTextController.cpp                 CGFloat totalWidth = widthSinceLastCommit + advance.width;
advance           631 Source/platform/fonts/mac/ComplexTextController.cpp                     advance.width += extraWidth;
advance           642 Source/platform/fonts/mac/ComplexTextController.cpp                 widthSinceLastCommit += advance.width;
advance           648 Source/platform/fonts/mac/ComplexTextController.cpp             advance.height *= -1;
advance           649 Source/platform/fonts/mac/ComplexTextController.cpp             m_adjustedAdvances.append(advance);
advance           658 Source/platform/fonts/mac/ComplexTextController.cpp             glyphOrigin.x += advance.width;
advance           659 Source/platform/fonts/mac/ComplexTextController.cpp             glyphOrigin.y += advance.height;
advance            57 Source/platform/fonts/mac/ComplexTextController.h     void advance(unsigned to, GlyphBuffer* = 0, GlyphIterationStyle = IncludePartialGlyphs, HashSet<const SimpleFontData*>* fallbackFonts = 0);
advance            58 Source/platform/fonts/mac/FontComplexTextMac.cpp     controller.advance(from);
advance            60 Source/platform/fonts/mac/FontComplexTextMac.cpp     controller.advance(to);
advance            77 Source/platform/fonts/mac/FontComplexTextMac.cpp     controller.advance(from);
advance            79 Source/platform/fonts/mac/FontComplexTextMac.cpp     controller.advance(to, &glyphBuffer);
advance           505 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp         float advance = advanceFUnit * font->sizePerUnit();
advance           506 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp         return advance;
advance           189 Source/platform/text/SegmentedString.cpp         advance();
advance           210 Source/platform/text/SegmentedString.h     void advance()
advance           258 Source/platform/text/SegmentedString.h         advance();
advance           264 Source/platform/text/SegmentedString.h         advance();
advance           270 Source/platform/text/SegmentedString.h         advance();
advance           290 Source/platform/text/SegmentedString.h     void advance(unsigned count, UChar* consumedCharacters);
advance           395 Source/platform/text/SegmentedString.h         advance(count, consumedCharacters);
advance            74 Source/platform/text/SegmentedStringTest.cpp     original.advance();
advance            50 Source/platform/text/SurrogatePairAwareTextIterator.h     void advance(unsigned advanceLength)
advance           223 Source/web/WebFrameImpl.cpp         for (TextIterator it(range.get()); !it.atEnd(); it.advance()) {
advance            49 public/platform/WebIDBCursor.h     virtual void advance(unsigned long, WebIDBCallbacks*) { BLINK_ASSERT_NOT_REACHED(); }