next 84 Source/bindings/v8/RetainedDOMInfo.cpp current = NodeTraversal::next(*current, m_root); next 950 Source/bindings/v8/SerializedScriptValue.cpp StateBase* doSerialize(v8::Handle<v8::Value>, StateBase* next); next 952 Source/bindings/v8/SerializedScriptValue.cpp StateBase* doSerializeArrayBuffer(v8::Handle<v8::Value> arrayBuffer, StateBase* next) next 954 Source/bindings/v8/SerializedScriptValue.cpp return doSerialize(arrayBuffer, next); next 999 Source/bindings/v8/SerializedScriptValue.cpp StateBase(v8::Handle<v8::Value> composite, StateBase* next) next 1001 Source/bindings/v8/SerializedScriptValue.cpp , m_next(next) next 1031 Source/bindings/v8/SerializedScriptValue.cpp State(v8::Handle<T> composite, StateBase* next) next 1032 Source/bindings/v8/SerializedScriptValue.cpp : StateBase(composite, next) next 1039 Source/bindings/v8/SerializedScriptValue.cpp AbstractObjectState(v8::Handle<v8::Object> object, StateBase* next) next 1040 Source/bindings/v8/SerializedScriptValue.cpp : State<v8::Object>(object, next) next 1105 Source/bindings/v8/SerializedScriptValue.cpp ObjectState(v8::Handle<v8::Object> object, StateBase* next) next 1106 Source/bindings/v8/SerializedScriptValue.cpp : AbstractObjectState(object, next) next 1131 Source/bindings/v8/SerializedScriptValue.cpp DenseArrayState(v8::Handle<v8::Array> array, v8::Handle<v8::Array> propertyNames, StateBase* next, v8::Isolate* isolate) next 1132 Source/bindings/v8/SerializedScriptValue.cpp : AbstractObjectState(array, next) next 1165 Source/bindings/v8/SerializedScriptValue.cpp SparseArrayState(v8::Handle<v8::Array> array, v8::Handle<v8::Array> propertyNames, StateBase* next, v8::Isolate* isolate) next 1166 Source/bindings/v8/SerializedScriptValue.cpp : AbstractObjectState(array, next) next 1194 Source/bindings/v8/SerializedScriptValue.cpp StateBase* next = state->nextState(); next 1196 Source/bindings/v8/SerializedScriptValue.cpp return next; next 1255 Source/bindings/v8/SerializedScriptValue.cpp StateBase* writeBlob(v8::Handle<v8::Value> value, StateBase* next) next 1261 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "A Blob object has been closed, and could therefore not be cloned.", next); next 1267 Source/bindings/v8/SerializedScriptValue.cpp StateBase* writeDOMFileSystem(v8::Handle<v8::Value> value, StateBase* next) next 1273 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "A FileSystem object could not be cloned.", next); next 1278 Source/bindings/v8/SerializedScriptValue.cpp StateBase* writeFile(v8::Handle<v8::Value> value, StateBase* next) next 1284 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "A File object has been closed, and could therefore not be cloned.", next); next 1324 Source/bindings/v8/SerializedScriptValue.cpp StateBase* writeAndGreyArrayBufferView(v8::Handle<v8::Object> object, StateBase* next) next 1331 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "An ArrayBuffer could not be cloned.", next); next 1334 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "An ArrayBuffer could not be cloned.", next); next 1335 Source/bindings/v8/SerializedScriptValue.cpp StateBase* stateOut = doSerializeArrayBuffer(underlyingBuffer, next); next 1353 Source/bindings/v8/SerializedScriptValue.cpp StateBase* writeArrayBuffer(v8::Handle<v8::Value> value, StateBase* next) next 1359 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "An ArrayBuffer is neutered and could not be cloned.", next); next 1365 Source/bindings/v8/SerializedScriptValue.cpp StateBase* writeTransferredArrayBuffer(v8::Handle<v8::Value> value, uint32_t index, StateBase* next) next 1371 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "An ArrayBuffer is neutered and could not be cloned.", next); next 1385 Source/bindings/v8/SerializedScriptValue.cpp StateBase* startArrayState(v8::Handle<v8::Array> array, StateBase* next) next 1388 Source/bindings/v8/SerializedScriptValue.cpp if (StateBase* newState = checkException(next)) next 1394 Source/bindings/v8/SerializedScriptValue.cpp return push(new DenseArrayState(array, propertyNames, next, m_isolate)); next 1398 Source/bindings/v8/SerializedScriptValue.cpp return push(new SparseArrayState(array, propertyNames, next, m_isolate)); next 1401 Source/bindings/v8/SerializedScriptValue.cpp StateBase* startObjectState(v8::Handle<v8::Object> object, StateBase* next) next 1405 Source/bindings/v8/SerializedScriptValue.cpp return push(new ObjectState(object, next)); next 1442 Source/bindings/v8/SerializedScriptValue.cpp Serializer::StateBase* Serializer::doSerialize(v8::Handle<v8::Value> value, StateBase* next) next 1454 Source/bindings/v8/SerializedScriptValue.cpp return handleError(InputError, "The empty property name cannot be cloned.", next); next 1470 Source/bindings/v8/SerializedScriptValue.cpp return writeAndGreyArrayBufferView(value.As<v8::Object>(), next); next 1478 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "A MessagePort could not be cloned.", next); next 1480 Source/bindings/v8/SerializedScriptValue.cpp return writeTransferredArrayBuffer(value, arrayBufferIndex, next); next 1484 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "An object could not be cloned.", next); next 1495 Source/bindings/v8/SerializedScriptValue.cpp return startArrayState(value.As<v8::Array>(), next); next 1497 Source/bindings/v8/SerializedScriptValue.cpp return writeFile(value, next); next 1499 Source/bindings/v8/SerializedScriptValue.cpp return writeBlob(value, next); next 1501 Source/bindings/v8/SerializedScriptValue.cpp return writeDOMFileSystem(value, next); next 1506 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "Couldn't serialize key data", next); next 1512 Source/bindings/v8/SerializedScriptValue.cpp return writeArrayBuffer(value, next); next 1515 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "An object could not be cloned.", next); next 1516 Source/bindings/v8/SerializedScriptValue.cpp return startObjectState(jsObject, next); next 1518 Source/bindings/v8/SerializedScriptValue.cpp return handleError(DataCloneError, "A value could not be cloned.", next); next 169 Source/bindings/v8/V8GCController.cpp for (Node* node = rootNode; node; node = NodeTraversal::next(*node)) { next 99 Source/core/accessibility/AXNodeObject.cpp for (Node* n = idElement->firstChild(); n; n = NodeTraversal::next(*n, idElement)) next 539 Source/core/accessibility/AXObject.cpp node = NodeTraversal::next(*node); next 2191 Source/core/accessibility/AXRenderObject.cpp for (HTMLAreaElement* area = Traversal<HTMLAreaElement>::firstWithin(*map); area; area = Traversal<HTMLAreaElement>::next(*area, map)) { next 44 Source/core/animation/AnimationPlayer.cpp static unsigned next = 0; next 45 Source/core/animation/AnimationPlayer.cpp return ++next; next 215 Source/core/animation/css/CSSAnimatableValueFactory.cpp fillLayer = fillLayer->next(); next 50 Source/core/animation/css/CSSPropertyEquality.cpp aLayer = aLayer->next(); next 51 Source/core/animation/css/CSSPropertyEquality.cpp bLayer = bLayer->next(); next 63 Source/core/css/AffectedByFocusTest.cpp for (; elm && i < expectedCount; elm = ElementTraversal::next(*elm), ++i) { next 1335 Source/core/css/CSSComputedStyleDeclaration.cpp for (const ContentData* contentData = style.contentData(); contentData; contentData = contentData->next()) { next 1378 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FontFamily* family = &firstFamily; family; family = family->next()) next 1612 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) { next 1620 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) { next 1632 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) next 1636 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) next 1644 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) next 1648 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) next 1659 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) next 1663 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) next 1671 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) next 1675 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) next 1682 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) next 1686 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) next 1699 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) { next 1705 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) { next 1715 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) next 1719 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) next 1726 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) next 1730 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) next 1738 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) next 1742 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) next 2667 Source/core/css/CSSComputedStyleDeclaration.cpp if (!layers->next()) next 2671 Source/core/css/CSSComputedStyleDeclaration.cpp for (const FillLayer* currLayer = layers; currLayer; currLayer = currLayer->next()) next 180 Source/core/css/CSSParserValues.cpp OwnPtr<CSSParserSelector> next = selector->m_tagHistory.release(); next 182 Source/core/css/CSSParserValues.cpp if (!next) next 184 Source/core/css/CSSParserValues.cpp selector = next.release(); next 186 Source/core/css/CSSParserValues.h CSSParserValue* next() { ++m_current; return current(); } next 616 Source/core/css/CSSSelector.cpp for (const CSSSelector* subSelector = firstSubSelector; subSelector; subSelector = CSSSelectorList::next(*subSelector)) { next 628 Source/core/css/CSSSelector.cpp for (const CSSSelector* subSelector = firstSubSelector; subSelector; subSelector = CSSSelectorList::next(*subSelector)) { next 115 Source/core/css/CSSSelectorList.cpp for (const CSSSelector* s = first(); s; s = next(*s)) { next 132 Source/core/css/CSSSelectorList.cpp for (const CSSSelector* subSelector = selectorList->first(); subSelector; subSelector = CSSSelectorList::next(*subSelector)) { next 145 Source/core/css/CSSSelectorList.cpp for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector)) { next 48 Source/core/css/CSSSelectorList.h static const CSSSelector* next(const CSSSelector&); next 49 Source/core/css/CSSSelectorList.h bool hasOneSelector() const { return m_selectorArray && !next(*m_selectorArray); } next 55 Source/core/css/CSSSelectorList.h const CSSSelector* next = this->next(current); next 56 Source/core/css/CSSSelectorList.h if (!next) next 58 Source/core/css/CSSSelectorList.h return next - m_selectorArray; next 80 Source/core/css/CSSSelectorList.h inline const CSSSelector* CSSSelectorList::next(const CSSSelector& current) next 70 Source/core/css/CSSStyleRule.cpp for (const CSSSelector* selector = m_styleRule->selectorList().first(); selector; selector = CSSSelectorList::next(*selector)) { next 452 Source/core/css/FontFaceSet.cpp for (const FontFamily* f = &font.fontDescription().family(); f; f = f->next()) { next 476 Source/core/css/FontFaceSet.cpp for (const FontFamily* f = &font.fontDescription().family(); f; f = f->next()) { next 260 Source/core/css/MediaQueryExp.cpp for (unsigned i = 0; i < 3; ++i, valueList->next()) { next 119 Source/core/css/RuleFeature.cpp for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector)) { next 201 Source/core/css/RuleFeature.cpp for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector)) next 228 Source/core/css/RuleFeature.cpp for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector)) next 323 Source/core/css/RuleFeature.cpp for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector)) next 76 Source/core/css/RuleSet.cpp for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector)) { next 737 Source/core/css/SelectorChecker.cpp for (subContext.selector = selector.selectorList()->first(); subContext.selector; subContext.selector = CSSSelectorList::next(*subContext.selector)) { next 933 Source/core/css/SelectorChecker.cpp for (subContext.selector = selector.selectorList()->first(); subContext.selector; subContext.selector = CSSSelectorList::next(*subContext.selector)) { next 992 Source/core/css/SelectorChecker.cpp for (subContext.selector = contextSelector->selectorList()->first(); subContext.selector; subContext.selector = CSSSelectorList::next(*subContext.selector)) { next 49 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector)) { next 217 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp element = ElementTraversal::next(*element); next 1425 Source/core/css/parser/BisonCSSParser-in.cpp for (CSSParserValue* value = m_valueList->current(); value; value = m_valueList->next()) { next 1490 Source/core/css/parser/BisonCSSParser-in.cpp a = args->next(); next 1495 Source/core/css/parser/BisonCSSParser-in.cpp a = args->next(); next 490 Source/core/css/parser/CSSPropertyParser.cpp if (m_valueList->next() && !inShorthand()) next 621 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 648 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 651 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 671 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); // comma next 680 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 756 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 759 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 762 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 770 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 1002 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 1033 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 1371 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 1648 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 1714 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 1741 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 1885 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 1949 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2002 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2014 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2033 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2222 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 2287 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2291 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2361 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2366 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2553 Source/core/css/parser/CSSPropertyParser.cpp valueList->next(); next 2571 Source/core/css/parser/CSSPropertyParser.cpp valueList->next(); next 2583 Source/core/css/parser/CSSPropertyParser.cpp valueList->next(); next 2703 Source/core/css/parser/CSSPropertyParser.cpp valueList->next(); next 2710 Source/core/css/parser/CSSPropertyParser.cpp valueList->next(); next 2745 Source/core/css/parser/CSSPropertyParser.cpp CSSParserValue* value = valueList->next(); next 2754 Source/core/css/parser/CSSPropertyParser.cpp valueList->next(); next 2781 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2788 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2798 Source/core/css/parser/CSSPropertyParser.cpp CSSParserValue* value = m_valueList->next(); next 2805 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2834 Source/core/css/parser/CSSPropertyParser.cpp if ((value = m_valueList->next())) { next 2893 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2901 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2906 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2912 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2925 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2930 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2935 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2947 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2954 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2961 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2972 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2985 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 2992 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3138 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3153 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 3159 Source/core/css/parser/CSSPropertyParser.cpp args->next(); next 3192 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 3198 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 3260 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3271 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3277 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3285 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3291 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3297 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3303 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3309 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3317 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3325 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3371 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 3374 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3381 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 3384 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3398 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3403 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3415 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3419 Source/core/css/parser/CSSPropertyParser.cpp if (m_valueList->next()) next 3470 Source/core/css/parser/CSSPropertyParser.cpp if (!m_valueList->next()) next 3561 Source/core/css/parser/CSSPropertyParser.cpp if (firstValueIsNone && !m_valueList->next()) { next 3578 Source/core/css/parser/CSSPropertyParser.cpp if (!(m_valueList->current() && isForwardSlashOperator(m_valueList->current()) && m_valueList->next())) next 3649 Source/core/css/parser/CSSPropertyParser.cpp if (!m_valueList->next()) next 3662 Source/core/css/parser/CSSPropertyParser.cpp inputList.next(); next 3676 Source/core/css/parser/CSSPropertyParser.cpp identList->next(); next 3681 Source/core/css/parser/CSSPropertyParser.cpp inputList.next(); next 3690 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3737 Source/core/css/parser/CSSPropertyParser.cpp arguments->next(); // Skip the repetition count. next 3738 Source/core/css/parser/CSSPropertyParser.cpp arguments->next(); // Skip the comma. next 3764 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3774 Source/core/css/parser/CSSPropertyParser.cpp inputList.next(); next 3882 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 3921 Source/core/css/parser/CSSPropertyParser.cpp i = args->next(); next 3925 Source/core/css/parser/CSSPropertyParser.cpp i = args->next(); next 3933 Source/core/css/parser/CSSPropertyParser.cpp i = args->next(); next 3940 Source/core/css/parser/CSSPropertyParser.cpp i = args->next(); next 3986 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 3989 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 3999 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4021 Source/core/css/parser/CSSPropertyParser.cpp CSSParserValue* argument = args->next(); next 4029 Source/core/css/parser/CSSPropertyParser.cpp argument = args->next(); next 4108 Source/core/css/parser/CSSPropertyParser.cpp argument = args->next(); next 4153 Source/core/css/parser/CSSPropertyParser.cpp if (m_valueList->next()) next 4164 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 4173 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 4184 Source/core/css/parser/CSSPropertyParser.cpp if (m_valueList->next()) next 4217 Source/core/css/parser/CSSPropertyParser.cpp for (CSSParserValue* argument = args->current(); argument; argument = args->next()) { next 4233 Source/core/css/parser/CSSPropertyParser.cpp if (argument->id == CSSValueAt && args->next()) { next 4265 Source/core/css/parser/CSSPropertyParser.cpp for (CSSParserValue* argument = args->current(); argument; argument = args->next()) { next 4284 Source/core/css/parser/CSSPropertyParser.cpp if (argument->id != CSSValueAt || !args->next()) // expecting ellipse(.. at <position>) next 4315 Source/core/css/parser/CSSPropertyParser.cpp if (!isComma(args->next())) next 4318 Source/core/css/parser/CSSPropertyParser.cpp argument = args->next(); next 4331 Source/core/css/parser/CSSPropertyParser.cpp CSSParserValue* argumentY = args->next(); next 4340 Source/core/css/parser/CSSPropertyParser.cpp CSSParserValue* commaOrNull = args->next(); next 4346 Source/core/css/parser/CSSPropertyParser.cpp argumentX = args->next(); next 4377 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4383 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4413 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4448 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4480 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4504 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 4571 Source/core/css/parser/CSSPropertyParser.cpp CSSParserValue* nextValue = m_valueList->next(); next 4581 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 4620 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 4646 Source/core/css/parser/CSSPropertyParser.cpp if (validPrimitive && (!m_valueList->next() || inShorthand())) next 4661 Source/core/css/parser/CSSPropertyParser.cpp if (validPrimitive && (!m_valueList->next() || inShorthand())) next 4687 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4694 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4734 Source/core/css/parser/CSSPropertyParser.cpp CSSParserValue* value = m_valueList->next(); next 4740 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4755 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 4757 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4771 Source/core/css/parser/CSSPropertyParser.cpp for (CSSParserValue* localValue = args->current(); localValue; localValue = args->next()) { next 4782 Source/core/css/parser/CSSPropertyParser.cpp if (CSSParserValue* value = m_valueList->next()) { next 4784 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4807 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 4816 Source/core/css/parser/CSSPropertyParser.cpp for (; m_valueList->current(); m_valueList->next(), operatorExpected = !operatorExpected) { next 5274 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 5277 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 5283 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 5286 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 5312 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 5315 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 5321 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 5324 Source/core/css/parser/CSSPropertyParser.cpp v = args->next(); next 5569 Source/core/css/parser/CSSPropertyParser.cpp valueList->next(); next 5600 Source/core/css/parser/CSSPropertyParser.cpp val = m_valueList->next(); next 5612 Source/core/css/parser/CSSPropertyParser.cpp val = m_valueList->next(); next 5621 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 5653 Source/core/css/parser/CSSPropertyParser.cpp args->next(); next 5874 Source/core/css/parser/CSSPropertyParser.cpp parser.m_valueList->next(); next 5925 Source/core/css/parser/CSSPropertyParser.cpp val = m_valueList->next(); next 6043 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 6153 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 6280 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 6288 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 6373 Source/core/css/parser/CSSPropertyParser.cpp stopArg = args->next(); next 6377 Source/core/css/parser/CSSPropertyParser.cpp stopArg = args->next(); next 6423 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6430 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6439 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6448 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6454 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6460 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6467 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6476 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6487 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6491 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6498 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6505 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6516 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6570 Source/core/css/parser/CSSPropertyParser.cpp args->next(); next 6585 Source/core/css/parser/CSSPropertyParser.cpp if ((a = args->next())) { next 6597 Source/core/css/parser/CSSPropertyParser.cpp args->next(); next 6650 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6690 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6708 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6718 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6756 Source/core/css/parser/CSSPropertyParser.cpp args->next(); next 6760 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6778 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6794 Source/core/css/parser/CSSPropertyParser.cpp args->next(); next 6860 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6869 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6876 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6907 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 6946 Source/core/css/parser/CSSPropertyParser.cpp a = valueList->next(); next 6957 Source/core/css/parser/CSSPropertyParser.cpp a = valueList->next(); next 6961 Source/core/css/parser/CSSPropertyParser.cpp a = valueList->next(); next 7048 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 7053 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 7058 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 7063 Source/core/css/parser/CSSPropertyParser.cpp a = args->next(); next 7122 Source/core/css/parser/CSSPropertyParser.cpp arg = functionArgs->next(); next 7143 Source/core/css/parser/CSSPropertyParser.cpp arg = functionArgs->next(); next 7152 Source/core/css/parser/CSSPropertyParser.cpp arg = functionArgs->next(); next 7164 Source/core/css/parser/CSSPropertyParser.cpp if (m_valueList->next()) next 7178 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7208 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7353 Source/core/css/parser/CSSPropertyParser.cpp for (CSSParserValue* value = m_valueList->current(); value; value = m_valueList->next()) { next 7406 Source/core/css/parser/CSSPropertyParser.cpp if ((value = m_valueList->next())) { next 7426 Source/core/css/parser/CSSPropertyParser.cpp if ((value = m_valueList->next())) { next 7431 Source/core/css/parser/CSSPropertyParser.cpp if ((value = m_valueList->next())) next 7471 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7477 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7484 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7513 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7519 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7540 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7562 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 7594 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7613 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 7634 Source/core/css/parser/CSSPropertyParser.cpp if (m_valueList->next()) next 7650 Source/core/css/parser/CSSPropertyParser.cpp for (CSSParserValue* value = m_valueList->current(); value; value = m_valueList->next()) { next 7655 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7663 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7709 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7725 Source/core/css/parser/CSSPropertyParser.cpp CSSParserValue* secondValue = m_valueList->next(); next 7738 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7749 Source/core/css/parser/CSSPropertyParser.cpp for (CSSParserValue* value = m_valueList->current(); value; value = m_valueList->next()) { next 7806 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 7812 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7815 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7826 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 7832 Source/core/css/parser/CSSPropertyParser.cpp for (CSSParserValue* value = m_valueList->current(); value; value = m_valueList->next()) { next 7856 Source/core/css/parser/CSSPropertyParser.cpp for (CSSParserValue* value = m_valueList->current(); value; value = m_valueList->next()) { next 7965 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 8141 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 8222 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 8237 Source/core/css/parser/CSSPropertyParser.cpp if (m_valueList->next()) { next 8252 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 8273 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 8284 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 8324 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 8369 Source/core/css/parser/CSSPropertyParser.cpp m_valueList->next(); next 8391 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 8393 Source/core/css/parser/CSSPropertyParser.cpp value = m_valueList->next(); next 8451 Source/core/css/parser/CSSPropertyParser.cpp } while ((value = m_valueList->next())); next 201 Source/core/css/resolver/AnimatedStyleBuilder.cpp fillLayer = fillLayer->next(); next 225 Source/core/css/resolver/AnimatedStyleBuilder.cpp fillLayer = fillLayer->next(); next 270 Source/core/css/resolver/SharedStyleFinder.cpp for (Element* element = document().documentElement(); element; element = ElementTraversal::next(*element)) { next 129 Source/core/css/resolver/StyleResourceLoader.cpp for (FillLayer* backgroundLayer = style->accessBackgroundLayers(); backgroundLayer; backgroundLayer = backgroundLayer->next()) { next 136 Source/core/css/resolver/StyleResourceLoader.cpp for (ContentData* contentData = const_cast<ContentData*>(style->contentData()); contentData; contentData = contentData->next()) { next 186 Source/core/css/resolver/StyleResourceLoader.cpp for (FillLayer* maskLayer = style->accessMaskLayers(); maskLayer; maskLayer = maskLayer->next()) { next 134 Source/core/dom/CSSSelectorWatch.cpp for (const CSSSelector* selector = selectorList.first(); selector; selector = selectorList.next(*selector)) { next 55 Source/core/dom/ChildNodeList.cpp Node* next = ¤tNode; next 56 Source/core/dom/ChildNodeList.cpp while ((next = next->nextSibling())) { next 58 Source/core/dom/ChildNodeList.cpp return next; next 203 Source/core/dom/ContainerNode.cpp RefPtr<Node> next = refChild; next 227 Source/core/dom/ContainerNode.cpp if (next->parentNode() != this) next 234 Source/core/dom/ContainerNode.cpp insertBeforeCommon(*next, child); next 321 Source/core/dom/ContainerNode.cpp RefPtr<Node> next = oldChild->nextSibling(); next 329 Source/core/dom/ContainerNode.cpp if (next && (next->previousSibling() == newChild || next == newChild)) // nothing to do next 356 Source/core/dom/ContainerNode.cpp if (next && next->parentNode() != this) next 366 Source/core/dom/ContainerNode.cpp if (next) next 367 Source/core/dom/ContainerNode.cpp insertBeforeCommon(*next, child); next 455 Source/core/dom/ContainerNode.cpp Node* next = child->nextSibling(); next 456 Source/core/dom/ContainerNode.cpp removeBetween(prev, next, *child); next 457 Source/core/dom/ContainerNode.cpp childrenChanged(false, prev, next, -1); next 494 Source/core/dom/ContainerNode.cpp Node* next = oldChild.nextSibling(); next 501 Source/core/dom/ContainerNode.cpp removeBetween(prev, next, oldChild); next 503 Source/core/dom/ContainerNode.cpp childrenChanged(true, prev, next, -1); next 697 Source/core/dom/ContainerNode.cpp RenderObject* next = 0; next 698 Source/core/dom/ContainerNode.cpp while (!next && o->parent()) { next 700 Source/core/dom/ContainerNode.cpp next = o->nextSibling(); next 702 Source/core/dom/ContainerNode.cpp o = next; next 958 Source/core/dom/ContainerNode.cpp for (; c; c = NodeTraversal::next(*c, &child)) next 986 Source/core/dom/ContainerNode.cpp for (; c; c = NodeTraversal::next(*c, &child)) next 88 Source/core/dom/ContainerNodeAlgorithms.h GenericNode* next; next 94 Source/core/dom/ContainerNodeAlgorithms.h next = n->nextSibling(); next 97 Source/core/dom/ContainerNodeAlgorithms.h head = next; next 98 Source/core/dom/ContainerNodeAlgorithms.h if (next == 0) next 163 Source/core/dom/ContainerNodeAlgorithms.h GenericNode* next = 0; next 164 Source/core/dom/ContainerNodeAlgorithms.h for (GenericNode* n = container.firstChild(); n; n = next) { next 167 Source/core/dom/ContainerNodeAlgorithms.h next = n->nextSibling(); next 170 Source/core/dom/ContainerNodeAlgorithms.h container.setFirstChild(next); next 171 Source/core/dom/ContainerNodeAlgorithms.h if (next) next 172 Source/core/dom/ContainerNodeAlgorithms.h next->setPreviousSibling(0); next 2189 Source/core/dom/Document.cpp for (Node* node = firstChild(); node; node = NodeTraversal::next(*node)) next 2752 Source/core/dom/Document.cpp for (HTMLAnchorElement* anchor = Traversal<HTMLAnchorElement>::firstWithin(*this); anchor; anchor = Traversal<HTMLAnchorElement>::next(*anchor)) next 2768 Source/core/dom/Document.cpp for (HTMLBaseElement* base = Traversal<HTMLBaseElement>::firstWithin(*this); base && (!href || !target); base = Traversal<HTMLBaseElement>::next(*base)) { next 447 Source/core/dom/DocumentMarkerController.cpp for (Node* node = range->firstNode(); node != pastLastNode; node = NodeTraversal::next(*node)) { next 652 Source/core/dom/DocumentMarkerController.cpp for (Node* node = range->firstNode(); node != pastLastNode; node = NodeTraversal::next(*node)) { next 697 Source/core/dom/DocumentMarkerController.cpp for (Node* node = range->firstNode(); node != pastLastNode; node = NodeTraversal::next(*node)) { next 119 Source/core/dom/DocumentOrderedMap.cpp for (Element* element = ElementTraversal::firstWithin(scope->rootNode()); element; element = ElementTraversal::next(*element)) { next 149 Source/core/dom/DocumentOrderedMap.cpp for (Element* element = entry->element ? entry->element : ElementTraversal::firstWithin(scope->rootNode()); entry->orderedList.size() < entry->count; element = ElementTraversal::next(*element)) { next 2269 Source/core/dom/Element.cpp RefPtr<Node> next = nextSibling(); next 2276 Source/core/dom/Element.cpp RefPtr<Node> node = next ? next->previousSibling() : 0; next 56 Source/core/dom/ElementTraversal.h static ElementType* next(const ContainerNode& current) { return nextTemplate(current); } next 57 Source/core/dom/ElementTraversal.h static ElementType* next(const Node& current) { return nextTemplate(current); } next 58 Source/core/dom/ElementTraversal.h static ElementType* next(const ContainerNode& current, const Node* stayWithin) { return nextTemplate(current, stayWithin); } next 59 Source/core/dom/ElementTraversal.h static ElementType* next(const Node& current, const Node* stayWithin) { return nextTemplate(current, stayWithin); } next 129 Source/core/dom/ElementTraversal.h Node* node = NodeTraversal::next(current); next 139 Source/core/dom/ElementTraversal.h Node* node = NodeTraversal::next(current, stayWithin); next 210 Source/core/dom/ElementTraversal.h element = Traversal<Element>::next(*element, ¤t); next 228 Source/core/dom/ElementTraversal.h Element* element = Traversal<Element>::next(current); next 230 Source/core/dom/ElementTraversal.h element = Traversal<Element>::next(*element); next 238 Source/core/dom/ElementTraversal.h Element* element = Traversal<Element>::next(current, stayWithin); next 240 Source/core/dom/ElementTraversal.h element = Traversal<Element>::next(*element, stayWithin); next 182 Source/core/dom/LiveNodeListBase.h element = ElementTraversal::next(*element, &root); next 190 Source/core/dom/LiveNodeListBase.h Element* next = ¤t; next 192 Source/core/dom/LiveNodeListBase.h next = ElementTraversal::next(*next, &root); next 193 Source/core/dom/LiveNodeListBase.h } while (next && !isMatchingElement(nodeList, *next)); next 194 Source/core/dom/LiveNodeListBase.h return next; next 201 Source/core/dom/LiveNodeListBase.h Element* next = ¤tElement; next 202 Source/core/dom/LiveNodeListBase.h while ((next = nextMatchingElement(nodeList, *next))) { next 204 Source/core/dom/LiveNodeListBase.h return next; next 1795 Source/core/dom/Node.cpp for (const Node* node = rootNode; node; node = NodeTraversal::next(*node)) { next 298 Source/core/dom/Node.h void setNextSibling(Node* next) { m_next = next; } next 58 Source/core/dom/NodeIterator.cpp node = NodeTraversal::next(*node, root); next 174 Source/core/dom/NodeIterator.cpp Node* node = NodeTraversal::next(removedNode, root()); next 179 Source/core/dom/NodeIterator.cpp node = NodeTraversal::next(*node, root()); next 213 Source/core/dom/NodeIterator.cpp node = NodeTraversal::next(removedNode, root()); next 64 Source/core/dom/NodeRenderingTraversal.h Node* next(const Node*, const Node* stayWithin); next 46 Source/core/dom/NodeTraversal.cpp if (Node* next = current.pseudoAwareFirstChild()) next 47 Source/core/dom/NodeTraversal.cpp return next; next 50 Source/core/dom/NodeTraversal.cpp if (Node* next = current.pseudoAwareNextSibling()) next 51 Source/core/dom/NodeTraversal.cpp return next; next 55 Source/core/dom/NodeTraversal.cpp if (Node* next = parent->pseudoAwareNextSibling()) next 56 Source/core/dom/NodeTraversal.cpp return next; next 65 Source/core/dom/NodeTraversal.cpp if (Node* next = current.pseudoAwareNextSibling()) next 66 Source/core/dom/NodeTraversal.cpp return next; next 70 Source/core/dom/NodeTraversal.cpp if (Node* next = parent->pseudoAwareNextSibling()) next 71 Source/core/dom/NodeTraversal.cpp return next; next 133 Source/core/dom/NodeTraversal.cpp Node* next = current.nextSibling(); next 134 Source/core/dom/NodeTraversal.cpp while (next->firstChild()) next 135 Source/core/dom/NodeTraversal.cpp next = next->firstChild(); next 136 Source/core/dom/NodeTraversal.cpp return next; next 39 Source/core/dom/NodeTraversal.h static Node* next(const Node& current) { return traverseNextTemplate(current); } next 40 Source/core/dom/NodeTraversal.h static Node* next(const ContainerNode& current) { return traverseNextTemplate(current); } next 41 Source/core/dom/NodeTraversal.h static Node* next(const Node& current, const Node* stayWithin) { return traverseNextTemplate(current, stayWithin); } next 42 Source/core/dom/NodeTraversal.h static Node* next(const ContainerNode& current, const Node* stayWithin) { return traverseNextTemplate(current, stayWithin); } next 520 Source/core/dom/Position.cpp currentPos = currentPos.next(); next 1084 Source/core/dom/Position.cpp if (!isEndOfParagraph(v) && v.next(CannotCrossEditingBoundary).isNotNull()) next 1108 Source/core/dom/Position.cpp RenderObject* next = renderer; next 1109 Source/core/dom/Position.cpp while ((next = next->nextInPreOrder(container))) { next 1110 Source/core/dom/Position.cpp if (next->isRenderBlock()) next 1112 Source/core/dom/Position.cpp if (next->isBR()) next 1114 Source/core/dom/Position.cpp if (isNonTextLeafChild(next)) next 1116 Source/core/dom/Position.cpp if (next->isText()) { next 1119 Source/core/dom/Position.cpp for (InlineTextBox* box = toRenderText(next)->firstTextBox(); box; box = box->nextTextBox()) { next 154 Source/core/dom/Position.h Position next(PositionMoveType = CodePoint) const; next 100 Source/core/dom/PseudoElement.cpp for (const ContentData* content = style->contentData(); content; content = content->next()) { next 1070 Source/core/dom/Range.cpp for (Node* n = firstNode(); n != pastLast; n = NodeTraversal::next(*n)) { next 1466 Source/core/dom/Range.cpp for (Node* n = firstNode(); n != pastLast; n = NodeTraversal::next(*n)) { next 1529 Source/core/dom/Range.cpp for (Node* node = firstNode(); node != stopNode; node = NodeTraversal::next(*node)) { next 1561 Source/core/dom/Range.cpp for (Node* node = firstNode(); node != stopNode; node = NodeTraversal::next(*node)) { next 1836 Source/core/dom/Range.cpp for (Node* node = firstNode(); node != stopNode; node = NodeTraversal::next(*node)) { next 1841 Source/core/dom/Range.cpp for (Node* node = firstNode(); node != stopNode; node = NodeTraversal::next(*node)) { next 81 Source/core/dom/SelectorQuery.cpp m_currentElement = nextInternal(ElementTraversal::next(*m_currentElement, &m_rootNode)); next 88 Source/core/dom/SelectorQuery.cpp for (; element; element = ElementTraversal::next(*element, &m_rootNode)) { next 105 Source/core/dom/SelectorQuery.cpp for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector)) next 111 Source/core/dom/SelectorQuery.cpp for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector), ++index) { next 154 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(rootNode); element; element = ElementTraversal::next(*element, &rootNode)) { next 166 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(rootNode); element; element = ElementTraversal::next(*element, &rootNode)) { next 273 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(*traverseRoot); element; element = ElementTraversal::next(*element, traverseRoot)) { next 290 Source/core/dom/SelectorQuery.cpp Element& element = *traverseRoots.next(); next 301 Source/core/dom/SelectorQuery.cpp Element& traverseRoot = *traverseRoots.next(); next 302 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(traverseRoot); element; element = ElementTraversal::next(*element, &traverseRoot)) { next 327 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(rootNode); element; element = ElementTraversal::next(*element, &rootNode)) { next 361 Source/core/dom/SelectorQuery.cpp if (Element* next = ElementTraversal::next(node, rootNode)) next 362 Source/core/dom/SelectorQuery.cpp return next; next 376 Source/core/dom/SelectorQuery.cpp return ElementTraversal::next(*shadowHost, rootNode); next 275 Source/core/dom/TreeScope.cpp for (HTMLLabelElement* label = Traversal<HTMLLabelElement>::firstWithin(rootNode()); label; label = Traversal<HTMLLabelElement>::next(*label)) { next 306 Source/core/dom/TreeScope.cpp for (HTMLAnchorElement* anchor = Traversal<HTMLAnchorElement>::firstWithin(rootNode()); anchor; anchor = Traversal<HTMLAnchorElement>::next(*anchor)) { next 476 Source/core/dom/TreeScope.cpp for (Element* element = ElementTraversal::firstWithin(root); element; element = ElementTraversal::next(*element, &root)) { next 53 Source/core/dom/TreeScopeAdopter.cpp for (Node* node = &root; node; node = NodeTraversal::next(*node, &root)) { next 86 Source/core/dom/TreeScopeAdopter.cpp for (Node* node = &root; node; node = NodeTraversal::next(*node, &root)) { next 66 Source/core/dom/VisitedLinkState.cpp for (Element* element = ElementTraversal::firstWithin(m_document); element; element = ElementTraversal::next(*element)) { next 76 Source/core/dom/VisitedLinkState.cpp for (Element* element = ElementTraversal::firstWithin(m_document); element; element = ElementTraversal::next(*element)) { next 81 Source/core/dom/shadow/ComposedTreeWalker.cpp for (const Node* next = node; next; next = (direction == TraversalDirectionForward ? insertionPoint->nextTo(next) : insertionPoint->previousTo(next))) { next 82 Source/core/dom/shadow/ComposedTreeWalker.cpp if (Node* found = traverseNode(next, direction)) next 109 Source/core/dom/shadow/ComposedTreeWalker.cpp if (Node* next = traverseBackToYoungerShadowRoot(node, direction)) next 110 Source/core/dom/shadow/ComposedTreeWalker.cpp return next; next 62 Source/core/dom/shadow/ComposedTreeWalker.h void next(); next 145 Source/core/dom/shadow/ComposedTreeWalker.h inline void ComposedTreeWalker::next() next 148 Source/core/dom/shadow/ComposedTreeWalker.h if (Node* next = traverseFirstChild(m_node)) { next 149 Source/core/dom/shadow/ComposedTreeWalker.h m_node = next; next 208 Source/core/dom/shadow/ElementShadow.cpp for (Node* node = root; node; node = NodeTraversal::next(*node)) next 358 Source/core/dom/shadow/ElementShadow.cpp for (Element* element = ElementTraversal::firstWithin(root); element; element = ElementTraversal::next(*element, &root)) { next 364 Source/core/dom/shadow/ElementShadow.cpp for (const CSSSelector* selector = list.first(); selector; selector = CSSSelectorList::next(*selector)) { next 349 Source/core/dom/shadow/ShadowRoot.cpp for (Element* element = ElementTraversal::firstWithin(*this); element; element = ElementTraversal::next(*element, this)) { next 117 Source/core/dom/shadow/ShadowRoot.h ShadowRoot* olderShadowRoot() const { return next(); } next 121 Source/core/editing/ApplyBlockElementCommand.cpp VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next()); next 243 Source/core/editing/ApplyBlockElementCommand.cpp VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); next 264 Source/core/editing/ApplyStyleCommand.cpp VisiblePosition nextParagraphStart(endOfParagraph(paragraphStart).next()); next 265 Source/core/editing/ApplyStyleCommand.cpp VisiblePosition beyondEnd(endOfParagraph(visibleEnd).next()); next 283 Source/core/editing/ApplyStyleCommand.cpp nextParagraphStart = endOfParagraph(paragraphStart).next(); next 287 Source/core/editing/ApplyStyleCommand.cpp nextParagraphStart = endOfParagraph(paragraphStart).next(); next 359 Source/core/editing/ApplyStyleCommand.cpp beyondEnd = NodeTraversal::next(*end.deprecatedNode()); next 371 Source/core/editing/ApplyStyleCommand.cpp startNode = NodeTraversal::next(*startNode); next 376 Source/core/editing/ApplyStyleCommand.cpp for (Node* node = startNode; node != beyondEnd; node = NodeTraversal::next(*node)) { next 385 Source/core/editing/ApplyStyleCommand.cpp for (Node* node = startNode; node != beyondEnd; node = NodeTraversal::next(*node)) { next 446 Source/core/editing/ApplyStyleCommand.cpp Node* next; next 447 Source/core/editing/ApplyStyleCommand.cpp for (Node* node = dummySpanAncestor->firstChild(); node; node = next) { next 448 Source/core/editing/ApplyStyleCommand.cpp next = node->nextSibling(); next 688 Source/core/editing/ApplyStyleCommand.cpp startNode = NodeTraversal::next(*startNode); next 700 Source/core/editing/ApplyStyleCommand.cpp pastEndNode = NodeTraversal::next(*start.deprecatedNode()); next 721 Source/core/editing/ApplyStyleCommand.cpp for (Node* descendent = node.firstChild(); descendent && descendent != sibling; descendent = NodeTraversal::next(*descendent)) { next 760 Source/core/editing/ApplyStyleCommand.cpp for (RefPtr<Node> next; node && node != pastEndNode; node = next) { next 761 Source/core/editing/ApplyStyleCommand.cpp next = NodeTraversal::next(*node); next 774 Source/core/editing/ApplyStyleCommand.cpp next = NodeTraversal::nextSkippingChildren(*node); next 790 Source/core/editing/ApplyStyleCommand.cpp next = NodeTraversal::nextSkippingChildren(*node); next 805 Source/core/editing/ApplyStyleCommand.cpp next = NodeTraversal::nextSkippingChildren(*runEnd); next 846 Source/core/editing/ApplyStyleCommand.cpp for (Node* node = runStart; node && node != pastEndNode; node = NodeTraversal::next(*node)) { next 861 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Node> next = runStart; next 862 Source/core/editing/ApplyStyleCommand.cpp for (RefPtr<Node> node = next; node && node->inDocument() && node != pastEndNode; node = next) { next 865 Source/core/editing/ApplyStyleCommand.cpp next = NodeTraversal::nextSkippingChildren(*node); next 867 Source/core/editing/ApplyStyleCommand.cpp next = NodeTraversal::next(*node); next 1115 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Node> next; next 1118 Source/core/editing/ApplyStyleCommand.cpp next = NodeTraversal::nextSkippingChildren(*node); next 1120 Source/core/editing/ApplyStyleCommand.cpp next = NodeTraversal::next(*node); next 1125 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Node> next = NodeTraversal::next(*elem); next 1139 Source/core/editing/ApplyStyleCommand.cpp s = firstPositionInOrBeforeNode(next.get()); next 1157 Source/core/editing/ApplyStyleCommand.cpp node = next; next 1340 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Node> next = node->nextSibling(); next 1347 Source/core/editing/ApplyStyleCommand.cpp node = next; next 1534 Source/core/editing/ApplyStyleCommand.cpp Node* next = childText->nextSibling(); next 1535 Source/core/editing/ApplyStyleCommand.cpp if (!next || !next->isTextNode()) next 1538 Source/core/editing/ApplyStyleCommand.cpp Text* nextText = toText(next); next 1539 Source/core/editing/ApplyStyleCommand.cpp if (start.anchorType() == Position::PositionIsOffsetInAnchor && next == start.containerNode()) next 1541 Source/core/editing/ApplyStyleCommand.cpp if (end.anchorType() == Position::PositionIsOffsetInAnchor && next == end.containerNode()) next 1545 Source/core/editing/ApplyStyleCommand.cpp removeNode(next); next 100 Source/core/editing/BreakBlockquoteCommand.cpp pos = pos.next(); next 114 Source/core/editing/BreakBlockquoteCommand.cpp startNode = NodeTraversal::next(*startNode); next 120 Source/core/editing/BreakBlockquoteCommand.cpp startNode = childAtOffset ? childAtOffset : NodeTraversal::next(*startNode); next 793 Source/core/editing/CompositeEditCommand.cpp for (Node* node = start.deprecatedNode(); node; node = NodeTraversal::next(*node)) { next 810 Source/core/editing/CompositeEditCommand.cpp Position end = VisiblePosition(pos, VP_DEFAULT_AFFINITY).next().deepEquivalent().downstream(); next 898 Source/core/editing/CompositeEditCommand.cpp VisiblePosition next = visibleParagraphEnd.next(); next 899 Source/core/editing/CompositeEditCommand.cpp VisiblePosition visibleEnd = next.isNotNull() ? next : visibleParagraphEnd; next 1092 Source/core/editing/CompositeEditCommand.cpp VisiblePosition afterParagraph(endOfParagraphToMove.next()); next 1169 Source/core/editing/CompositeEditCommand.cpp VisiblePosition afterParagraph(endOfParagraphToMove.next(CannotCrossEditingBoundary)); next 240 Source/core/editing/DeleteSelectionCommand.cpp pos = VisiblePosition(m_downstreamEnd, VP_DEFAULT_AFFINITY).next().deepEquivalent(); next 324 Source/core/editing/DeleteSelectionCommand.cpp Node* next = node; next 325 Source/core/editing/DeleteSelectionCommand.cpp while (next && !next->rendererIsEditable()) next 326 Source/core/editing/DeleteSelectionCommand.cpp next = NodeTraversal::next(*next, node); next 327 Source/core/editing/DeleteSelectionCommand.cpp return next ? firstPositionInOrBeforeNode(next) : Position(); next 384 Source/core/editing/DeleteSelectionCommand.cpp VisiblePosition next = VisiblePosition(lastPositionInNode(m_endBlock.get())).next(); next 385 Source/core/editing/DeleteSelectionCommand.cpp if (next.isNotNull() && !isStartOfBlock(next)) next 424 Source/core/editing/DeleteSelectionCommand.cpp RefPtr<Node> nextNode = NodeTraversal::next(*node); next 451 Source/core/editing/DeleteSelectionCommand.cpp startNode = NodeTraversal::next(*startNode); next 497 Source/core/editing/DeleteSelectionCommand.cpp node = NodeTraversal::next(*node); next 524 Source/core/editing/DeleteSelectionCommand.cpp node = NodeTraversal::next(*node); next 830 Source/core/editing/DeleteSelectionCommand.cpp && visualEnding.next(CannotCrossEditingBoundary).isNull(); next 699 Source/core/editing/EditingStyle.cpp for (Node* node = selection.start().deprecatedNode(); node; node = NodeTraversal::next(*node)) { next 1288 Source/core/editing/EditingStyle.cpp for (Node* n = node; n && n != pastLast; n = NodeTraversal::next(*n)) { next 989 Source/core/editing/Editor.cpp VisiblePosition next = isEndOfParagraph(caret) ? caret : caret.next(); next 990 Source/core/editing/Editor.cpp VisiblePosition previous = next.previous(); next 991 Source/core/editing/Editor.cpp if (next == previous) next 994 Source/core/editing/Editor.cpp if (!inSameParagraph(next, previous)) next 996 Source/core/editing/Editor.cpp RefPtrWillBeRawPtr<Range> range = makeRange(previous, next); next 615 Source/core/editing/FrameSelection.cpp pos = pos.next(CanSkipOverEditingBoundary); next 650 Source/core/editing/FrameSelection.cpp pos = pos.next(CanSkipOverEditingBoundary); next 728 Source/core/editing/FrameSelection.cpp pos = VisiblePosition(m_selection.extent(), m_selection.affinity()).next(CanSkipOverEditingBoundary); next 781 Source/core/editing/FrameSelection.cpp pos = pos.next(CanSkipOverEditingBoundary); next 1081 Source/core/editing/FrameSelection.cpp VisiblePosition next; next 1082 Source/core/editing/FrameSelection.cpp for (VisiblePosition p = pos; ; p = next) { next 1084 Source/core/editing/FrameSelection.cpp next = previousLinePosition(p, xPos); next 1086 Source/core/editing/FrameSelection.cpp next = nextLinePosition(p, xPos); next 1088 Source/core/editing/FrameSelection.cpp if (next.isNull() || next == p) next 1091 Source/core/editing/FrameSelection.cpp if (!absoluteCaretY(next, nextY)) next 1099 Source/core/editing/FrameSelection.cpp result = next; next 1736 Source/core/editing/FrameSelection.cpp HTMLElement* element = start->isHTMLElement() ? toHTMLElement(start) : Traversal<HTMLElement>::next(*start); next 1737 Source/core/editing/FrameSelection.cpp for (; element; element = Traversal<HTMLElement>::next(*element)) { next 1809 Source/core/editing/FrameSelection.cpp Node* body = isHTMLBodyElement(*node) ? node : Traversal<HTMLBodyElement>::next(*node); next 205 Source/core/editing/IndentOutdentCommand.cpp VisiblePosition endAfterSelection = endOfParagraph(endOfLastParagraph.next()); next 208 Source/core/editing/IndentOutdentCommand.cpp VisiblePosition endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); next 224 Source/core/editing/IndentOutdentCommand.cpp endOfNextParagraph = endOfParagraph(endOfCurrentParagraph.next()); next 275 Source/core/editing/InsertListCommand.cpp nextListChild = enclosingListChild(end.next().deepEquivalent().deprecatedNode(), listNode); next 350 Source/core/editing/InsertListCommand.cpp Element* nextList = adjacentEnclosingList(start, end.next(CannotCrossEditingBoundary), listTag); next 398 Source/core/editing/InsertParagraphSeparatorCommand.cpp splitTo = NodeTraversal::next(*splitTo, startBlock.get()); next 113 Source/core/editing/PlainTextRange.cpp Position runEnd = VisiblePosition(runStart).next().deepEquivalent(); next 155 Source/core/editing/RenderedPosition.cpp InlineBox* next = box->nextLeafChildIgnoringLineBreak(); next 156 Source/core/editing/RenderedPosition.cpp if (!next || next->bidiLevel() < bidiLevelOfRun) next 158 Source/core/editing/RenderedPosition.cpp box = next; next 272 Source/core/editing/ReplaceSelectionCommand.cpp for (Node* node = holder->firstChild(); node; node = NodeTraversal::next(*node, holder)) next 313 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Node> next = NodeTraversal::next(*node); next 315 Source/core/editing/ReplaceSelectionCommand.cpp next = NodeTraversal::nextSkippingChildren(*node); next 318 Source/core/editing/ReplaceSelectionCommand.cpp node = next.get(); next 333 Source/core/editing/ReplaceSelectionCommand.cpp m_firstNodeInserted = NodeTraversal::next(node); next 408 Source/core/editing/ReplaceSelectionCommand.cpp VisiblePosition next = endOfInsertedContent.next(CannotCrossEditingBoundary); next 409 Source/core/editing/ReplaceSelectionCommand.cpp if (next.isNull()) next 415 Source/core/editing/ReplaceSelectionCommand.cpp && shouldMerge(endOfInsertedContent, next); next 465 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Node> next; next 466 Source/core/editing/ReplaceSelectionCommand.cpp for (RefPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNode; node = next) { next 469 Source/core/editing/ReplaceSelectionCommand.cpp next = NodeTraversal::next(*node); next 615 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Node> next; next 616 Source/core/editing/ReplaceSelectionCommand.cpp for (RefPtr<Node> node = insertedNodes.firstNodeInserted(); node && node != pastEndNode; node = next) { next 617 Source/core/editing/ReplaceSelectionCommand.cpp next = NodeTraversal::next(*node); next 699 Source/core/editing/ReplaceSelectionCommand.cpp Node* next = 0; next 700 Source/core/editing/ReplaceSelectionCommand.cpp for (Node* node = fragment.firstChild(); node; node = next) { next 706 Source/core/editing/ReplaceSelectionCommand.cpp next = NodeTraversal::nextSkippingChildren(*node); next 709 Source/core/editing/ReplaceSelectionCommand.cpp next = NodeTraversal::next(*node); next 757 Source/core/editing/ReplaceSelectionCommand.cpp for (Node* node = insertedNodes.firstNodeInserted(); node; node = NodeTraversal::next(*node)) { next 816 Source/core/editing/ReplaceSelectionCommand.cpp VisiblePosition destination = mergeForward ? endOfInsertedContent.next() : endOfInsertedContent; next 817 Source/core/editing/ReplaceSelectionCommand.cpp VisiblePosition startOfParagraphToMove = mergeForward ? startOfParagraph(endOfInsertedContent) : endOfInsertedContent.next(); next 939 Source/core/editing/ReplaceSelectionCommand.cpp setEndingSelection(visibleStart.next()); next 947 Source/core/editing/ReplaceSelectionCommand.cpp VisiblePosition next = visibleStart.next(CannotCrossEditingBoundary); next 948 Source/core/editing/ReplaceSelectionCommand.cpp if (isEndOfParagraph(visibleStart) && !isStartOfParagraph(visibleStart) && next.isNotNull()) next 949 Source/core/editing/ReplaceSelectionCommand.cpp setEndingSelection(next); next 1091 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Node> next = node->nextSibling(); next 1103 Source/core/editing/ReplaceSelectionCommand.cpp node = next; next 1188 Source/core/editing/ReplaceSelectionCommand.cpp VisiblePosition next = endOfInsertedContent.next(CannotCrossEditingBoundary); next 1190 Source/core/editing/ReplaceSelectionCommand.cpp if (selectionEndWasEndOfParagraph || !isEndOfParagraph(endOfInsertedContent) || next.isNull()) { next 1211 Source/core/editing/ReplaceSelectionCommand.cpp lastPositionToSelect = next.deepEquivalent().downstream(); next 1394 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Text> next = toText(text->nextSibling()); next 1396 Source/core/editing/ReplaceSelectionCommand.cpp insertTextIntoNode(text, originalLength, next->data()); next 1399 Source/core/editing/ReplaceSelectionCommand.cpp updatePositionForNodeRemoval(position, *next); next 1401 Source/core/editing/ReplaceSelectionCommand.cpp if (positionOnlyToBeUpdatedIsOffsetInAnchor && positionOnlyToBeUpdated.containerNode() == next) next 1404 Source/core/editing/ReplaceSelectionCommand.cpp updatePositionForNodeRemoval(positionOnlyToBeUpdated, *next); next 1406 Source/core/editing/ReplaceSelectionCommand.cpp removeNode(next); next 70 Source/core/editing/ReplaceSelectionCommand.h Node* pastLastLeaf() const { return m_lastNodeInserted ? NodeTraversal::next(m_lastNodeInserted->lastDescendant()) : 0; } next 51 Source/core/editing/SimplifyMarkupCommand.cpp for (Node* node = m_firstNode.get(); node && node != m_nodeAfterLast; node = NodeTraversal::next(*node)) { next 107 Source/core/editing/SpellChecker.cpp for (Node* node = &frame->document()->rootNode(); node; node = NodeTraversal::next(*node)) { next 707 Source/core/editing/SpellChecker.cpp for (Node* node = innerText; node; node = NodeTraversal::next(*node, innerText)) { next 79 Source/core/editing/TextCheckingHelper.cpp int wordEnd = iterator->next(); next 178 Source/core/editing/TextIterator.cpp if (Node* next = rangeEndContainer->traverseToChildAt(rangeEndOffset)) next 179 Source/core/editing/TextIterator.cpp return next; next 182 Source/core/editing/TextIterator.cpp if (Node* next = node->nextSibling()) next 183 Source/core/editing/TextIterator.cpp return next; next 465 Source/core/editing/TextIterator.cpp Node* next = m_iterationProgress < HandledChildren ? m_node->firstChild() : 0; next 467 Source/core/editing/TextIterator.cpp if (!next) { next 469 Source/core/editing/TextIterator.cpp next = m_node->nextSibling(); next 470 Source/core/editing/TextIterator.cpp if (!next) { next 472 Source/core/editing/TextIterator.cpp bool pastEnd = NodeTraversal::next(*m_node) == m_pastEndNode; next 474 Source/core/editing/TextIterator.cpp while (!next && parentNode) { next 487 Source/core/editing/TextIterator.cpp next = m_node->nextSibling(); next 490 Source/core/editing/TextIterator.cpp if (!next && !parentNode && m_shadowDepth > 0) { next 526 Source/core/editing/TextIterator.cpp m_node = next; next 905 Source/core/editing/TextIterator.cpp Node* next = &node; next 906 Source/core/editing/TextIterator.cpp while ((next = NodeTraversal::nextSkippingChildren(*next))) { next 907 Source/core/editing/TextIterator.cpp if (next->renderer()) next 1459 Source/core/editing/TextIterator.cpp bool SimplifiedBackwardsTextIterator::advanceRespectingRange(Node* next) next 1461 Source/core/editing/TextIterator.cpp if (!next) next 1466 Source/core/editing/TextIterator.cpp m_node = next; next 442 Source/core/editing/TypingCommand.cpp if (visibleStart.next(CannotCrossEditingBoundary).isNull() && makeEditableRootEmpty()) { next 542 Source/core/editing/TypingCommand.cpp downstreamEnd = visibleEnd.next(CannotCrossEditingBoundary).deepEquivalent().downstream(); next 74 Source/core/editing/VisiblePosition.cpp VisiblePosition next(nextVisuallyDistinctCandidate(m_deepPosition), m_affinity); next 78 Source/core/editing/VisiblePosition.cpp return next; next 80 Source/core/editing/VisiblePosition.cpp return honorEditingBoundaryAtOrAfter(next); next 82 Source/core/editing/VisiblePosition.cpp return skipToEndOfEditingBoundary(next); next 85 Source/core/editing/VisiblePosition.cpp return honorEditingBoundaryAtOrAfter(next); next 587 Source/core/editing/VisiblePosition.cpp Position next = canonicalizeCandidate(nextCandidate(position)); next 589 Source/core/editing/VisiblePosition.cpp Node* nextNode = next.deprecatedNode(); next 595 Source/core/editing/VisiblePosition.cpp return next.isNotNull() ? next : prev; next 602 Source/core/editing/VisiblePosition.cpp return next.isNotNull() ? next : prev; next 605 Source/core/editing/VisiblePosition.cpp bool nextIsInSameEditableElement = nextNode && editableRootForPosition(next) == editingRoot; next 610 Source/core/editing/VisiblePosition.cpp return next; next 622 Source/core/editing/VisiblePosition.cpp return next; next 789 Source/core/editing/VisiblePosition.cpp VisiblePosition next = visiblePosition.next(); next 790 Source/core/editing/VisiblePosition.cpp return next.isNull() || !next.deepEquivalent().deprecatedNode()->isDescendantOf(node); next 73 Source/core/editing/VisiblePosition.h VisiblePosition next(EditingBoundaryCrossingRule = CanCrossEditingBoundary) const; next 373 Source/core/editing/VisibleSelection.cpp end = wordEnd.next(); next 379 Source/core/editing/VisibleSelection.cpp end = end.next(CannotCrossEditingBoundary); next 403 Source/core/editing/VisibleSelection.cpp VisiblePosition next = end.next(); next 404 Source/core/editing/VisibleSelection.cpp if (next.isNotNull()) next 405 Source/core/editing/VisibleSelection.cpp end = next; next 423 Source/core/editing/VisibleSelection.cpp VisiblePosition end(visibleParagraphEnd.next()); next 429 Source/core/editing/VisibleSelection.cpp end = end.next(CannotCrossEditingBoundary); next 671 Source/core/editing/VisibleSelection.cpp VisiblePosition next(p); next 673 Source/core/editing/VisibleSelection.cpp if (next.isNull()) { next 682 Source/core/editing/VisibleSelection.cpp m_start = next.deepEquivalent(); next 491 Source/core/editing/VisibleUnits.cpp unsigned next = 0; next 504 Source/core/editing/VisibleUnits.cpp next = searchFunction(string.data(), string.size(), string.size() - suffixLength, MayHaveMoreContext, needMoreContext); next 505 Source/core/editing/VisibleUnits.cpp if (next) next 512 Source/core/editing/VisibleUnits.cpp next = searchFunction(string.data(), string.size(), string.size() - suffixLength, DontHaveMoreContext, needMoreContext); next 516 Source/core/editing/VisibleUnits.cpp if (!next) next 520 Source/core/editing/VisibleUnits.cpp if ((node->isTextNode() && static_cast<int>(next) <= node->maxCharacterOffset()) || (node->renderer() && node->renderer()->isBR() && !next)) next 522 Source/core/editing/VisibleUnits.cpp return VisiblePosition(createLegacyEditingPosition(node, next), DOWNSTREAM); next 526 Source/core/editing/VisibleUnits.cpp charIt.advance(string.size() - suffixLength - next); next 566 Source/core/editing/VisibleUnits.cpp unsigned next = invalidOffset; next 580 Source/core/editing/VisibleUnits.cpp next = searchFunction(string.data(), string.size(), prefixLength, MayHaveMoreContext, needMoreContext); next 581 Source/core/editing/VisibleUnits.cpp if (next != string.size()) next 588 Source/core/editing/VisibleUnits.cpp next = searchFunction(string.data(), string.size(), prefixLength, DontHaveMoreContext, needMoreContext); next 592 Source/core/editing/VisibleUnits.cpp if (it.atEnd() && next == string.size()) { next 594 Source/core/editing/VisibleUnits.cpp } else if (next != invalidOffset && next != prefixLength) { next 597 Source/core/editing/VisibleUnits.cpp charIt.advance(next - prefixLength - 1); next 641 Source/core/editing/VisibleUnits.cpp p = c.next(); next 705 Source/core/editing/VisibleUnits.cpp VisiblePosition next = nextBoundary(c, nextWordPositionBoundary); next 706 Source/core/editing/VisibleUnits.cpp return c.honorEditingBoundaryAtOrAfter(next); next 1045 Source/core/editing/VisibleUnits.cpp return iterator->next(); next 1078 Source/core/editing/VisibleUnits.cpp VisiblePosition next = nextBoundary(c, nextSentencePositionBoundary); next 1079 Source/core/editing/VisibleUnits.cpp return c.honorEditingBoundaryAtOrAfter(next); next 1185 Source/core/editing/VisibleUnits.cpp n = NodeTraversal::next(*n, stayInsideBlock); next 1192 Source/core/editing/VisibleUnits.cpp n = NodeTraversal::next(*n, stayInsideBlock); next 1197 Source/core/editing/VisibleUnits.cpp n = NodeTraversal::next(*n, stayInsideBlock); next 1219 Source/core/editing/VisibleUnits.cpp n = NodeTraversal::next(*n, stayInsideBlock); next 1225 Source/core/editing/VisibleUnits.cpp n = NodeTraversal::next(*n, stayInsideBlock); next 1239 Source/core/editing/VisibleUnits.cpp VisiblePosition afterParagraphEnd(paragraphEnd.next(CannotCrossEditingBoundary)); next 1243 Source/core/editing/VisibleUnits.cpp return afterParagraphEnd.next(CannotCrossEditingBoundary); next 1357 Source/core/editing/VisibleUnits.cpp return p.isNotNull() && p.next(CanCrossEditingBoundary).isNull(); next 1382 Source/core/editing/VisibleUnits.cpp return p.isNotNull() && p.next().isNull(); next 231 Source/core/editing/htmlediting.cpp p = p.next(Character); next 438 Source/core/editing/htmlediting.cpp if (isRenderedTable(n) && vPos == firstInElement.next()) next 612 Source/core/editing/htmlediting.cpp n = NodeTraversal::next(*n, node); next 992 Source/core/editing/htmlediting.cpp newSelection = VisibleSelection(startOfSelection.next(CannotCrossEditingBoundary), endOfSelection); next 1114 Source/core/editing/htmlediting.cpp return visiblePosition.next().deepEquivalent().downstream(); next 100 Source/core/editing/markup.cpp for (Element* element = ElementTraversal::firstWithin(fragment); element; element = ElementTraversal::next(*element, &fragment)) { next 344 Source/core/editing/markup.cpp Node* next; next 346 Source/core/editing/markup.cpp for (Node* n = startNode; n != pastEnd; n = next) { next 355 Source/core/editing/markup.cpp next = NodeTraversal::next(*n); next 358 Source/core/editing/markup.cpp if (isBlock(n) && canHaveChildrenForEditing(n) && next == pastEnd) next 363 Source/core/editing/markup.cpp next = NodeTraversal::nextSkippingChildren(*n); next 366 Source/core/editing/markup.cpp next = pastEnd; next 385 Source/core/editing/markup.cpp if (!openedTag && (!n->nextSibling() || next == pastEnd)) { next 390 Source/core/editing/markup.cpp if (next != pastEnd && next->isDescendantOf(ancestor)) next 400 Source/core/editing/markup.cpp ContainerNode* nextParent = next ? next->parentNode() : 0; next 401 Source/core/editing/markup.cpp if (next != pastEnd && n != nextParent) { next 471 Source/core/editing/markup.cpp VisiblePosition next = v.next(); next 472 Source/core/editing/markup.cpp Node* upstreamNode = next.deepEquivalent().upstream().deprecatedNode(); next 475 Source/core/editing/markup.cpp return isEndOfParagraph(v) && isStartOfParagraph(next) && !(isHTMLBRElement(*upstreamNode) && upstreamNode == downstreamNode); next 577 Source/core/editing/markup.cpp startNode = visibleStart.next().deepEquivalent().deprecatedNode(); next 656 Source/core/editing/markup.cpp for (Node* node = document->firstChild(); node; node = NodeTraversal::next(*node)) { next 671 Source/core/editing/markup.cpp RefPtr<Node> next; next 672 Source/core/editing/markup.cpp for (RefPtr<Node> node = fragment->firstChild(); node; node = next) { next 674 Source/core/editing/markup.cpp next = NodeTraversal::next(*node); next 677 Source/core/editing/markup.cpp next = NodeTraversal::nextSkippingChildren(*node); next 685 Source/core/editing/markup.cpp for (RefPtr<Node> node = nodeAfterContext; node; node = next) { next 686 Source/core/editing/markup.cpp next = NodeTraversal::nextSkippingChildren(*node); next 1063 Source/core/editing/markup.cpp Node* next = node->nextSibling(); next 1064 Source/core/editing/markup.cpp if (!next || !next->isTextNode()) next 1068 Source/core/editing/markup.cpp RefPtr<Text> textNext = toText(next); next 105 Source/core/fetch/CSSStyleSheetResource.cpp while (StyleSheetResourceClient* c = w.next()) next 84 Source/core/fetch/FontResource.cpp while (FontResourceClient* client = walker.next()) next 174 Source/core/fetch/FontResource.cpp while (FontResourceClient* client = walker.next()) next 188 Source/core/fetch/FontResource.cpp while (FontResourceClient* c = w.next()) next 292 Source/core/fetch/ImageResource.cpp while (ImageResourceClient* c = w.next()) next 442 Source/core/fetch/ImageResource.cpp while (ImageResourceClient* c = w.next()) { next 345 Source/core/fetch/MemoryCache.cpp MemoryCacheEntry* next = entry->m_nextInAllResourcesList; next 350 Source/core/fetch/MemoryCache.cpp if (next) next 351 Source/core/fetch/MemoryCache.cpp next->m_previousInAllResourcesList = previous; next 356 Source/core/fetch/MemoryCache.cpp previous->m_nextInAllResourcesList = next; next 358 Source/core/fetch/MemoryCache.cpp list->m_head = next; next 410 Source/core/fetch/MemoryCache.cpp MemoryCacheEntry* next = entry->m_nextInLiveResourcesList; next 416 Source/core/fetch/MemoryCache.cpp if (next) next 417 Source/core/fetch/MemoryCache.cpp next->m_previousInLiveResourcesList = previous; next 422 Source/core/fetch/MemoryCache.cpp previous->m_nextInLiveResourcesList = next; next 424 Source/core/fetch/MemoryCache.cpp list->m_head = next; next 47 Source/core/fetch/RawResource.cpp while (RawResourceClient* c = w.next()) next 86 Source/core/fetch/RawResource.cpp while (RawResourceClient* c = w.next()) next 96 Source/core/fetch/RawResource.cpp while (RawResourceClient* c = w.next()) next 105 Source/core/fetch/RawResource.cpp while (RawResourceClient* c = w.next()) next 112 Source/core/fetch/RawResource.cpp while (RawResourceClient* c = w.next()) next 119 Source/core/fetch/RawResource.cpp while (RawResourceClient* c = w.next()) next 198 Source/core/fetch/Resource.cpp while (ResourceClient* c = w.next()) next 48 Source/core/fetch/ResourceClientWalker.h T* next() next 52 Source/core/fetch/ResourceClientWalker.h ResourceClient* next = m_clientVector[m_index++]; next 53 Source/core/fetch/ResourceClientWalker.h if (m_clientSet.contains(next)) { next 54 Source/core/fetch/ResourceClientWalker.h ASSERT(T::expectedType() == ResourceClient::expectedType() || next->resourceClientType() == T::expectedType()); next 55 Source/core/fetch/ResourceClientWalker.h return static_cast<T*>(next); next 77 Source/core/fetch/XSLStyleSheetResource.cpp while (StyleSheetResourceClient* c = w.next()) next 64 Source/core/frame/Frame.cpp static int64_t next = static_cast<int64_t>(currentTime() * 1000000.0); next 65 Source/core/frame/Frame.cpp return ++next; next 321 Source/core/frame/LocalFrame.cpp VisiblePosition next = position.next(); next 322 Source/core/frame/LocalFrame.cpp if (RefPtrWillBeRawPtr<Range> nextCharacterRange = makeRange(position, next)) { next 213 Source/core/frame/SmartClip.cpp node = NodeTraversal::next(*node, rootNode); next 265 Source/core/frame/SmartClip.cpp for (Node* currentNode = node; currentNode; currentNode = NodeTraversal::next(*currentNode, node)) { next 319 Source/core/html/HTMLCollection.cpp Element* next = ¤t; next 321 Source/core/html/HTMLCollection.cpp next = ElementTraversal::nextSibling(*next); next 322 Source/core/html/HTMLCollection.cpp } while (next && !isMatchingElement(nodeList, *next)); next 323 Source/core/html/HTMLCollection.cpp return next; next 361 Source/core/html/HTMLCollection.cpp Element* next = ¤tElement; next 362 Source/core/html/HTMLCollection.cpp while ((next = virtualItemAfter(next))) { next 364 Source/core/html/HTMLCollection.cpp return next; next 369 Source/core/html/HTMLCollection.cpp Element* next = ¤tElement; next 370 Source/core/html/HTMLCollection.cpp while ((next = nextMatchingChildElement(*this, *next))) { next 372 Source/core/html/HTMLCollection.cpp return next; next 95 Source/core/html/HTMLContentElement.cpp for (const CSSSelector* selector = m_selectorList.first(); selector; selector = m_selectorList.next(*selector)) { next 114 Source/core/html/HTMLContentElement.cpp for (const CSSSelector* selector = selectorList().first(); selector; selector = CSSSelectorList::next(*selector)) { next 46 Source/core/html/HTMLDialogElement.cpp Node* next = 0; next 47 Source/core/html/HTMLDialogElement.cpp for (Node* node = dialog->firstChild(); node; node = next) { next 49 Source/core/html/HTMLDialogElement.cpp next = NodeTraversal::nextSkippingChildren(*node, dialog); next 51 Source/core/html/HTMLDialogElement.cpp next = NodeTraversal::next(*node, dialog); next 428 Source/core/html/HTMLElement.cpp RefPtr<Node> next = nextSibling(); next 446 Source/core/html/HTMLElement.cpp RefPtr<Node> node = next ? next->previousSibling() : 0; next 661 Source/core/html/HTMLElement.cpp node = NodeTraversal::next(*node, firstNode); next 726 Source/core/html/HTMLElement.cpp node = NodeTraversal::next(*node, this); next 54 Source/core/html/HTMLFieldSetElement.cpp for (Element* element = ElementTraversal::firstWithin(base); element; element = ElementTraversal::next(*element, &base)) { next 110 Source/core/html/HTMLFieldSetElement.cpp for (HTMLElement* element = Traversal<HTMLElement>::firstWithin(*this); element; element = Traversal<HTMLElement>::next(*element, this)) { next 543 Source/core/html/HTMLFormElement.cpp for (HTMLElement* element = Traversal<HTMLElement>::firstWithin(root); element; element = Traversal<HTMLElement>::next(*element)) { next 577 Source/core/html/HTMLFormElement.cpp for (HTMLImageElement* image = Traversal<HTMLImageElement>::firstWithin(root); image; image = Traversal<HTMLImageElement>::next(*image)) { next 70 Source/core/html/HTMLLabelElement.cpp for (Element* element = ElementTraversal::next(*this, this); element; element = ElementTraversal::next(*element, this)) { next 60 Source/core/html/HTMLLegendElement.cpp return Traversal<HTMLFormControlElement>::next(*fieldset, fieldset); next 57 Source/core/html/HTMLMapElement.cpp for (HTMLAreaElement* area = Traversal<HTMLAreaElement>::firstWithin(*this); area; area = Traversal<HTMLAreaElement>::next(*area, this)) { next 59 Source/core/html/HTMLNameCollection.cpp current = ElementTraversal::next(*previous, &ownerNode()); next 61 Source/core/html/HTMLNameCollection.cpp for (; current; current = ElementTraversal::next(*current, &ownerNode())) { next 431 Source/core/html/HTMLObjectElement.cpp for (HTMLElement* element = Traversal<HTMLElement>::firstWithin(*this); element; element = Traversal<HTMLElement>::next(*element, this)) { next 354 Source/core/html/HTMLOptionElement.cpp node = NodeTraversal::next(*node, this); next 256 Source/core/html/HTMLTableElement.cpp Element* element = ElementTraversal::next(*this, this); next 262 Source/core/html/HTMLTableElement.cpp element = ElementTraversal::next(*element, this); next 443 Source/core/html/HTMLTextFormControlElement.cpp for (Node* node = innerText->firstChild(); node; node = NodeTraversal::next(*node, innerText)) { next 538 Source/core/html/HTMLTextFormControlElement.cpp for (Node* node = innerText; node; node = NodeTraversal::next(*node, innerText)) { next 549 Source/core/html/HTMLTextFormControlElement.cpp RootInlineBox* next; next 550 Source/core/html/HTMLTextFormControlElement.cpp for (; line; line = next) { next 551 Source/core/html/HTMLTextFormControlElement.cpp next = line->nextRootBox(); next 552 Source/core/html/HTMLTextFormControlElement.cpp if (next && !line->endsWithBreak()) { next 556 Source/core/html/HTMLTextFormControlElement.cpp line = next; next 585 Source/core/html/HTMLTextFormControlElement.cpp for (Node* node = innerText->firstChild(); node; node = NodeTraversal::next(*node, innerText)) { next 1986 Source/core/html/canvas/CanvasRenderingContext2D.cpp for (const FontFamily* fontFamily = &firstFontFamily; fontFamily; fontFamily = fontFamily->next()) { next 87 Source/core/html/forms/RadioInputType.cpp while ((htmlElement = (forward ? Traversal<HTMLElement>::next(*htmlElement) : Traversal<HTMLElement>::previous(*htmlElement)))) { next 133 Source/core/html/imports/HTMLImport.cpp for (HTMLImport* child = firstChild(); child; child = child->next()) next 62 Source/core/html/imports/HTMLImportStateResolver.cpp for (HTMLImport* child = m_import->firstChild(); child; child = child->next()) { next 827 Source/core/html/parser/HTMLConstructionSite.cpp if (lastTableElementRecord->next()->stackItem()->hasTagName(templateTag)) next 828 Source/core/html/parser/HTMLConstructionSite.cpp parent = lastTableElementRecord->next()->element(); next 839 Source/core/html/parser/HTMLConstructionSite.cpp task.parent = lastTableElementRecord->next()->element(); next 122 Source/core/html/parser/HTMLElementStack.cpp HTMLElementStack::ElementRecord::ElementRecord(PassRefPtr<HTMLStackItem> item, PassOwnPtr<ElementRecord> next) next 124 Source/core/html/parser/HTMLElementStack.cpp , m_next(next) next 143 Source/core/html/parser/HTMLElementStack.cpp for (ElementRecord* below = next(); below; below = below->next()) { next 164 Source/core/html/parser/HTMLElementStack.cpp return !topRecord()->next(); next 363 Source/core/html/parser/HTMLElementStack.cpp for (ElementRecord* recordAbove = m_top.get(); recordAbove; recordAbove = recordAbove->next()) { next 364 Source/core/html/parser/HTMLElementStack.cpp if (recordAbove->next() != recordBelow) next 369 Source/core/html/parser/HTMLElementStack.cpp recordAbove->next()->element()->beginParsingChildren(); next 385 Source/core/html/parser/HTMLElementStack.cpp ASSERT(m_top->next()); next 386 Source/core/html/parser/HTMLElementStack.cpp if (m_top->next()->stackItem()->isElementNode()) next 387 Source/core/html/parser/HTMLElementStack.cpp return m_top->next()->stackItem().get(); next 414 Source/core/html/parser/HTMLElementStack.cpp for (ElementRecord* pos = m_top.get(); pos; pos = pos->next()) { next 423 Source/core/html/parser/HTMLElementStack.cpp for (ElementRecord* pos = m_top.get(); pos; pos = pos->next()) { next 443 Source/core/html/parser/HTMLElementStack.cpp for (HTMLElementStack::ElementRecord* pos = top; pos; pos = pos->next()) { next 456 Source/core/html/parser/HTMLElementStack.cpp for (ElementRecord* record = m_top.get(); record; record = record->next()) { next 469 Source/core/html/parser/HTMLElementStack.cpp for (ElementRecord* pos = m_top.get(); pos; pos = pos->next()) { next 583 Source/core/html/parser/HTMLElementStack.cpp for (ElementRecord* pos = m_top.get(); pos; pos = pos->next()) { next 584 Source/core/html/parser/HTMLElementStack.cpp if (pos->next()->element() == element) { next 588 Source/core/html/parser/HTMLElementStack.cpp pos->setNext(pos->next()->releaseNext()); next 599 Source/core/html/parser/HTMLElementStack.cpp for (ElementRecord* pos = m_top.get(); pos; pos = pos->next()) { next 613 Source/core/html/parser/HTMLElementStack.cpp for (ElementRecord* record = m_top.get(); record; record = record->next()) next 65 Source/core/html/parser/HTMLElementStack.h ElementRecord* next() const { return m_next.get(); } next 72 Source/core/html/parser/HTMLElementStack.h void setNext(PassOwnPtr<ElementRecord> next) { m_next = next; } next 93 Source/core/html/parser/HTMLInputStream.h void splitInto(SegmentedString& next) next 95 Source/core/html/parser/HTMLInputStream.h next = m_first; next 101 Source/core/html/parser/HTMLInputStream.h m_last = &next; next 105 Source/core/html/parser/HTMLInputStream.h void mergeFrom(SegmentedString& next) next 107 Source/core/html/parser/HTMLInputStream.h m_first.append(next); next 108 Source/core/html/parser/HTMLInputStream.h if (m_last == &next) { next 114 Source/core/html/parser/HTMLInputStream.h if (next.isClosed()) { next 491 Source/core/html/parser/HTMLTreeBuilder.cpp nodeRecord = nodeRecord->next(); next 1456 Source/core/html/parser/HTMLTreeBuilder.cpp record = record->next(); next 1503 Source/core/html/parser/HTMLTreeBuilder.cpp RefPtr<HTMLStackItem> commonAncestor = formattingElementRecord->next()->stackItem(); next 1508 Source/core/html/parser/HTMLTreeBuilder.cpp HTMLElementStack::ElementRecord* nextNode = node->next(); next 1515 Source/core/html/parser/HTMLTreeBuilder.cpp nextNode = node->next(); // Save node->next() for the next iteration in case node is deleted in 9.5. next 1573 Source/core/html/parser/HTMLTreeBuilder.cpp nodeRecord = nodeRecord->next(); next 1615 Source/core/html/parser/HTMLTreeBuilder.cpp nodeRecord = nodeRecord->next(); next 2756 Source/core/html/parser/HTMLTreeBuilder.cpp nodeRecord = nodeRecord->next(); next 118 Source/core/html/parser/HTMLTreeBuilderSimulator.cpp for (HTMLElementStack::ElementRecord* record = treeBuilder->openElements()->topRecord(); record; record = record->next()) { next 537 Source/core/html/track/vtt/VTTCue.cpp for (Node* node = vttRoot->firstChild(); node; node = NodeTraversal::next(*node, vttRoot)) { next 679 Source/core/html/track/vtt/VTTCue.cpp for (Node* child = root->firstChild(); child; child = NodeTraversal::next(*child, root)) { next 1308 Source/core/inspector/InspectorCSSAgent.cpp for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector)) { next 983 Source/core/inspector/InspectorDOMAgent.cpp while ((node = NodeTraversal::next(*node, document->documentElement()))) { next 1098 Source/core/inspector/InspectorDebuggerAgent.cpp RefPtr<StackTrace> next = StackTrace::create() next 1101 Source/core/inspector/InspectorDebuggerAgent.cpp next->setDescription((*it)->description()); next 1103 Source/core/inspector/InspectorDebuggerAgent.cpp next->setAsyncStackTrace(result.release()); next 1104 Source/core/inspector/InspectorDebuggerAgent.cpp result.swap(next); next 1205 Source/core/inspector/InspectorStyleSheet.cpp for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector)) next 40 Source/core/loader/HistoryItem.cpp static long long next = static_cast<long long>(currentTime() * 1000000.0); next 41 Source/core/loader/HistoryItem.cpp return ++next; next 484 Source/core/page/FocusController.cpp for (Node* node = start; node; node = type == FocusTypeForward ? NodeTraversal::next(*node) : NodeTraversal::previous(*node)) { next 496 Source/core/page/FocusController.cpp for (Node* node = start; node; node = NodeTraversal::next(*node)) { next 527 Source/core/page/FocusController.cpp for (Node* node = NodeTraversal::next(*start); node; node = NodeTraversal::next(*node)) { next 534 Source/core/page/FocusController.cpp if (Node* winner = findNodeWithExactTabIndex(NodeTraversal::next(*start), tabIndex, FocusTypeForward)) next 793 Source/core/page/FocusController.cpp : ElementTraversal::next(*element, &container)) { next 164 Source/core/page/TouchAdjustment.cpp while ((offset = wordIterator->next()) != -1) { next 66 Source/core/page/TouchDisambiguation.cpp node = NodeTraversal::next(*node, eventNode); next 137 Source/core/rendering/AbstractInlineTextBox.cpp int next = iterator->next(); next 139 Source/core/rendering/AbstractInlineTextBox.cpp words.append(WordBoundaries(pos, next)); next 140 Source/core/rendering/AbstractInlineTextBox.cpp pos = next; next 47 Source/core/rendering/BidiRun.h BidiRun* next() { return static_cast<BidiRun*>(m_next); } next 106 Source/core/rendering/CounterNode.cpp CounterNode* next; next 107 Source/core/rendering/CounterNode.cpp while (!(next = current->m_nextSibling)) { next 112 Source/core/rendering/CounterNode.cpp return next; next 117 Source/core/rendering/CounterNode.cpp if (CounterNode* next = m_firstChild) next 118 Source/core/rendering/CounterNode.cpp return next; next 253 Source/core/rendering/CounterNode.cpp CounterNode* next; next 256 Source/core/rendering/CounterNode.cpp next = refChild->m_nextSibling; next 259 Source/core/rendering/CounterNode.cpp next = m_firstChild; next 266 Source/core/rendering/CounterNode.cpp if (next) { next 267 Source/core/rendering/CounterNode.cpp ASSERT(next->m_previousSibling == refChild); next 268 Source/core/rendering/CounterNode.cpp next->m_previousSibling = newChild; next 269 Source/core/rendering/CounterNode.cpp newChild->m_nextSibling = next; next 278 Source/core/rendering/CounterNode.cpp if (next) next 279 Source/core/rendering/CounterNode.cpp next->recount(); next 305 Source/core/rendering/CounterNode.cpp last->m_nextSibling = next; next 306 Source/core/rendering/CounterNode.cpp if (next) { next 307 Source/core/rendering/CounterNode.cpp ASSERT(next->m_previousSibling == newChild); next 308 Source/core/rendering/CounterNode.cpp next->m_previousSibling = last; next 311 Source/core/rendering/CounterNode.cpp for (next = first; ; next = next->m_nextSibling) { next 312 Source/core/rendering/CounterNode.cpp next->m_parent = this; next 313 Source/core/rendering/CounterNode.cpp if (last == next) next 330 Source/core/rendering/CounterNode.cpp CounterNode* next = oldChild->m_nextSibling; next 338 Source/core/rendering/CounterNode.cpp previous->m_nextSibling = next; next 341 Source/core/rendering/CounterNode.cpp m_firstChild = next; next 344 Source/core/rendering/CounterNode.cpp if (next) next 345 Source/core/rendering/CounterNode.cpp next->m_previousSibling = previous; next 351 Source/core/rendering/CounterNode.cpp if (next) next 352 Source/core/rendering/CounterNode.cpp next->recount(); next 51 Source/core/rendering/InlineBox.h bool dirty, bool extracted, bool isHorizontal, InlineBox* next, InlineBox* prev, InlineFlowBox* parent) next 52 Source/core/rendering/InlineBox.h : m_next(next) next 154 Source/core/rendering/InlineBox.h void setNextOnLine(InlineBox* next) next 156 Source/core/rendering/InlineBox.h ASSERT(m_parent || !next); next 157 Source/core/rendering/InlineBox.h m_next = next; next 206 Source/core/rendering/InlineFlowBox.cpp InlineBox* next = 0; next 209 Source/core/rendering/InlineFlowBox.cpp next = child->nextOnLine(); next 214 Source/core/rendering/InlineFlowBox.cpp child = next; next 1162 Source/core/rendering/InlineFlowBox.cpp paintFillLayers(paintInfo, c, fillLayer->next(), rect, op); next 1372 Source/core/rendering/InlineFlowBox.cpp if ((maskBoxImage && renderer().style()->maskLayers()->hasImage()) || renderer().style()->maskLayers()->next()) next 210 Source/core/rendering/InlineIterator.h RenderObject* next = 0; next 216 Source/core/rendering/InlineIterator.h next = 0; next 218 Source/core/rendering/InlineIterator.h next = current->firstChild(); next 219 Source/core/rendering/InlineIterator.h notifyObserverEnteredObject(observer, next); next 223 Source/core/rendering/InlineIterator.h if (!next) { next 226 Source/core/rendering/InlineIterator.h next = current; next 234 Source/core/rendering/InlineIterator.h next = current->nextSibling(); next 235 Source/core/rendering/InlineIterator.h if (next) { next 236 Source/core/rendering/InlineIterator.h notifyObserverEnteredObject(observer, next); next 242 Source/core/rendering/InlineIterator.h next = current; next 249 Source/core/rendering/InlineIterator.h if (!next) next 252 Source/core/rendering/InlineIterator.h if (isIteratorTarget(next) next 253 Source/core/rendering/InlineIterator.h || ((emptyInlineBehavior == IncludeEmptyInlines || isEmptyInline(next)) // Always return EMPTY inlines. next 254 Source/core/rendering/InlineIterator.h && next->isRenderInline())) next 256 Source/core/rendering/InlineIterator.h current = next; next 262 Source/core/rendering/InlineIterator.h return next; next 97 Source/core/rendering/LayoutState.h LayoutState* next() const { return m_next; } next 48 Source/core/rendering/OrderIterator.cpp return next(); next 52 Source/core/rendering/OrderIterator.h RenderBox* next(); next 197 Source/core/rendering/RenderBlock.cpp for (const FillLayer* layer = styleLayer; layer; layer = layer->next()) { next 1019 Source/core/rendering/RenderBlock.cpp static bool canMergeContiguousAnonymousBlocks(RenderObject* oldChild, RenderObject* prev, RenderObject* next) next 1025 Source/core/rendering/RenderBlock.cpp || (next && (!next->isAnonymousBlock() || toRenderBlock(next)->continuation() || toRenderBlock(next)->beingDestroyed()))) next 1029 Source/core/rendering/RenderBlock.cpp || (next && (next->isRubyRun() || next->isRubyBase()))) next 1032 Source/core/rendering/RenderBlock.cpp if (!prev || !next) next 1036 Source/core/rendering/RenderBlock.cpp return prev->isAnonymousColumnsBlock() == next->isAnonymousColumnsBlock() next 1037 Source/core/rendering/RenderBlock.cpp && prev->isAnonymousColumnSpanBlock() == next->isAnonymousColumnSpanBlock(); next 1078 Source/core/rendering/RenderBlock.cpp RenderObject* next = oldChild->nextSibling(); next 1079 Source/core/rendering/RenderBlock.cpp bool canMergeAnonymousBlocks = canMergeContiguousAnonymousBlocks(oldChild, prev, next); next 1080 Source/core/rendering/RenderBlock.cpp if (canMergeAnonymousBlocks && prev && next) { next 1082 Source/core/rendering/RenderBlock.cpp RenderBlockFlow* nextBlock = toRenderBlockFlow(next); next 1085 Source/core/rendering/RenderBlock.cpp if (prev->childrenInline() != next->childrenInline()) { next 1103 Source/core/rendering/RenderBlock.cpp next->setNeedsLayoutAndPrefWidthsRecalc(); next 1110 Source/core/rendering/RenderBlock.cpp next = 0; next 1119 Source/core/rendering/RenderBlock.cpp next = 0; next 1125 Source/core/rendering/RenderBlock.cpp RenderObject* child = prev ? prev : next; next 1131 Source/core/rendering/RenderBlock.cpp } else if (((prev && prev->isAnonymousBlock()) || (next && next->isAnonymousBlock())) && canCollapseAnonymousBlockChild()) { next 1135 Source/core/rendering/RenderBlock.cpp RenderBlock* anonymousBlock = toRenderBlock((prev && prev->isAnonymousBlock()) ? prev : next); next 904 Source/core/rendering/RenderBlockFlow.cpp RenderBox* next = firstChildBox(); next 907 Source/core/rendering/RenderBlockFlow.cpp while (next) { next 908 Source/core/rendering/RenderBlockFlow.cpp RenderBox* child = next; next 909 Source/core/rendering/RenderBlockFlow.cpp next = child->nextSiblingBox(); next 1732 Source/core/rendering/RenderBlockFlow.cpp for (RenderObject* next = nextSibling(); next; next = next->nextSibling()) { next 1733 Source/core/rendering/RenderBlockFlow.cpp if (!next->isRenderBlockFlow() || next->isFloatingOrOutOfFlowPositioned() || toRenderBlock(next)->avoidsFloats()) next 1736 Source/core/rendering/RenderBlockFlow.cpp RenderBlockFlow* nextBlock = toRenderBlockFlow(next); next 54 Source/core/rendering/RenderBlockLineLayout.cpp RenderObject* next = current; next 61 Source/core/rendering/RenderBlockLineLayout.cpp current = next; next 71 Source/core/rendering/RenderBlockLineLayout.cpp next = 0; next 76 Source/core/rendering/RenderBlockLineLayout.cpp next = current->firstChild(); next 78 Source/core/rendering/RenderBlockLineLayout.cpp if (!next) { next 80 Source/core/rendering/RenderBlockLineLayout.cpp next = current->nextSibling(); next 81 Source/core/rendering/RenderBlockLineLayout.cpp if (next) next 87 Source/core/rendering/RenderBlockLineLayout.cpp if (!next) next 90 Source/core/rendering/RenderBlockLineLayout.cpp current = next; next 244 Source/core/rendering/RenderBlockLineLayout.cpp for (BidiRun* r = bidiRuns.firstRun(); r; r = r->next()) { next 407 Source/core/rendering/RenderBlockLineLayout.cpp for (BidiRun* runWithNextObject = run->next(); runWithNextObject; runWithNextObject = runWithNextObject->next()) { next 514 Source/core/rendering/RenderBlockLineLayout.cpp for (BidiRun* r = firstRun; r; r = r->next()) { next 643 Source/core/rendering/RenderBlockLineLayout.cpp for (; r; r = r->next()) { next 706 Source/core/rendering/RenderBlockLineLayout.cpp for (BidiRun* r = firstRun; r; r = r->next()) { next 880 Source/core/rendering/RenderBlockLineLayout.cpp RootInlineBox* next = boxToDelete->nextRootBox(); next 882 Source/core/rendering/RenderBlockLineLayout.cpp boxToDelete = next; next 1268 Source/core/rendering/RenderBlockLineLayout.cpp RenderObject* next(); next 1400 Source/core/rendering/RenderBlockLineLayout.cpp while (RenderObject* child = childIterator.next()) { next 1860 Source/core/rendering/RenderBlockLineLayout.cpp RootInlineBox* next = curr->nextRootBox(); next 1862 Source/core/rendering/RenderBlockLineLayout.cpp curr = next; next 1259 Source/core/rendering/RenderBox.cpp if (!style()->backgroundLayers()->image() || style()->backgroundLayers()->next()) { next 1293 Source/core/rendering/RenderBox.cpp if (style()->backgroundLayers()->next()) next 1399 Source/core/rendering/RenderBox.cpp if (!fillLayer->next() && !fillLayer->hasImage()) { next 1482 Source/core/rendering/RenderBox.cpp for (const FillLayer* maskLayer = style()->maskLayers(); maskLayer; maskLayer = maskLayer->next()) { next 1515 Source/core/rendering/RenderBox.cpp curLayer = curLayer->next(); next 1540 Source/core/rendering/RenderBox.cpp for (const FillLayer* curLayer = layers; curLayer; curLayer = curLayer->next()) { next 1580 Source/core/rendering/RenderBox.cpp for (const FillLayer* curLayer = layers; curLayer; curLayer = curLayer->next()) { next 521 Source/core/rendering/RenderBoxModelObject.cpp bool shouldPaintBackgroundColor = !bgLayer->next() && bgColor.alpha(); next 531 Source/core/rendering/RenderBoxModelObject.cpp if (!isRoot && !clippedWithLocalScrolling && !shouldPaintBackgroundImage && isBorderFill && !bgLayer->next()) { next 638 Source/core/rendering/RenderBoxModelObject.cpp if (!bgLayer->next() && bgColor.hasAlpha() && view()->frameView()) { next 664 Source/core/rendering/RenderBoxModelObject.cpp if (!bgLayer->next()) { next 2441 Source/core/rendering/RenderBoxModelObject.cpp for (const FillLayer* next = lastBackgroundLayer->next(); next; next = lastBackgroundLayer->next()) next 2442 Source/core/rendering/RenderBoxModelObject.cpp lastBackgroundLayer = next; next 99 Source/core/rendering/RenderCounter.cpp Element* next = skipDescendants ? ElementTraversal::nextIncludingPseudoSkippingChildren(*self, stayWithin) : ElementTraversal::nextIncludingPseudo(*self, stayWithin); next 100 Source/core/rendering/RenderCounter.cpp while (next && !next->renderer()) next 101 Source/core/rendering/RenderCounter.cpp next = skipDescendants ? ElementTraversal::nextIncludingPseudoSkippingChildren(*next, stayWithin) : ElementTraversal::nextIncludingPseudo(*next, stayWithin); next 102 Source/core/rendering/RenderCounter.cpp return next ? next->renderer() : 0; next 72 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp return next(); next 317 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 368 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 420 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 509 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 514 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 530 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child && spaceAvailableThisPass && totalFlex; child = iterator.next()) { next 552 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child && groupRemainingSpace; child = iterator.next()) { next 580 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 591 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 612 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 658 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 763 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 768 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 784 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child && spaceAvailableThisPass && totalFlex; child = iterator.next()) { next 803 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child && groupRemainingSpace; child = iterator.next()) { next 830 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 842 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 862 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 881 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 908 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 979 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp for (RenderBox* child = iterator.first(); child; child = iterator.next()) { next 155 Source/core/rendering/RenderFlexibleBox.cpp for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) { next 285 Source/core/rendering/RenderFlexibleBox.cpp for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) { next 294 Source/core/rendering/RenderFlexibleBox.cpp for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) { next 310 Source/core/rendering/RenderFlexibleBox.cpp for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) next 894 Source/core/rendering/RenderFlexibleBox.cpp for (RenderBox* child = m_orderIterator.currentChild(); child; child = m_orderIterator.next()) { next 1238 Source/core/rendering/RenderFlexibleBox.cpp for (size_t childNumber = 0; childNumber < lineContexts[lineNumber].numberOfChildren; ++childNumber, child = m_orderIterator.next()) next 1274 Source/core/rendering/RenderFlexibleBox.cpp for (size_t childNumber = 0; childNumber < lineContexts[lineNumber].numberOfChildren; ++childNumber, child = m_orderIterator.next()) { next 1338 Source/core/rendering/RenderFlexibleBox.cpp for (size_t childNumber = 0; childNumber < lineContexts[lineNumber].numberOfChildren; ++childNumber, child = m_orderIterator.next()) { next 1382 Source/core/rendering/RenderFlexibleBox.cpp for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) { next 1398 Source/core/rendering/RenderFlexibleBox.cpp for (size_t childNumber = 0; childNumber < lineContexts[lineNumber].numberOfChildren; ++childNumber, child = m_orderIterator.next()) { next 777 Source/core/rendering/RenderGrid.cpp for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) { next 1393 Source/core/rendering/RenderGrid.cpp for (RenderBox* child = paintIterator.first(); child; child = paintIterator.next()) next 926 Source/core/rendering/RenderLayer.cpp while (RenderLayerStackingNode* node = iterator.next()) next 1541 Source/core/rendering/RenderLayer.cpp RenderLayer* next = current->nextSibling(); next 1554 Source/core/rendering/RenderLayer.cpp current = next; next 2300 Source/core/rendering/RenderLayer.cpp while (RenderLayerStackingNode* child = iterator.next()) { next 3156 Source/core/rendering/RenderLayer.cpp while (RenderLayerStackingNode* child = iterator.next()) { next 3479 Source/core/rendering/RenderLayer.cpp while (RenderLayerStackingNode* node = iterator.next()) { next 3667 Source/core/rendering/RenderLayer.cpp while (RenderLayerStackingNode* child = revertseIterator.next()) { next 578 Source/core/rendering/RenderLayer.h void setNextSibling(RenderLayer* next) { m_next = next; } next 60 Source/core/rendering/RenderLayerStackingNodeIterator.h RenderLayerStackingNode* next(); next 80 Source/core/rendering/RenderLayerStackingNodeIterator.h RenderLayerStackingNode* next(); next 132 Source/core/rendering/RenderLineBoxList.cpp InlineFlowBox* next; next 133 Source/core/rendering/RenderLineBoxList.cpp for (InlineFlowBox* curr = m_firstLineBox; curr; curr = next) { next 134 Source/core/rendering/RenderLineBoxList.cpp next = curr->nextLineBox(); next 128 Source/core/rendering/RenderListItem.cpp current = NodeRenderingTraversal::next(current, listNode); next 133 Source/core/rendering/RenderListItem.cpp current = NodeRenderingTraversal::next(current, listNode); next 142 Source/core/rendering/RenderListItem.cpp current = NodeRenderingTraversal::next(current, listNode); next 167 Source/core/rendering/RenderListItem.cpp current = NodeRenderingTraversal::next(otherList, listNode); next 145 Source/core/rendering/RenderObject.cpp if (contentData && !contentData->next() && contentData->isImage() && !element->isPseudoElement()) { next 376 Source/core/rendering/RenderObject.cpp RenderObject* next; next 377 Source/core/rendering/RenderObject.cpp while (!(next = current->nextSibling())) { next 382 Source/core/rendering/RenderObject.cpp return next; next 837 Source/core/rendering/RenderObject.cpp if (layer->next()) next 2185 Source/core/rendering/RenderObject.cpp if (oldLayers && !oldLayers->next() && newLayers && !newLayers->next() && (oldLayers->image() == newLayers->image())) next 2189 Source/core/rendering/RenderObject.cpp for (const FillLayer* currNew = newLayers; currNew; currNew = currNew->next()) { next 2194 Source/core/rendering/RenderObject.cpp for (const FillLayer* currOld = oldLayers; currOld; currOld = currOld->next()) { next 2755 Source/core/rendering/RenderObject.cpp for (const FillLayer* bgLayer = m_style->backgroundLayers(); bgLayer; bgLayer = bgLayer->next()) { next 2760 Source/core/rendering/RenderObject.cpp for (const FillLayer* maskLayer = m_style->maskLayers(); maskLayer; maskLayer = maskLayer->next()) { next 289 Source/core/rendering/RenderObject.h void setNextSibling(RenderObject* next) { m_next = next; } next 150 Source/core/rendering/RenderTableCol.cpp RenderObject* next = nextSibling(); next 153 Source/core/rendering/RenderTableCol.cpp if (!next && parent()->isRenderTableCol()) next 154 Source/core/rendering/RenderTableCol.cpp next = parent()->nextSibling(); next 156 Source/core/rendering/RenderTableCol.cpp for (; next && !next->isRenderTableCol(); next = next->nextSibling()) { } next 158 Source/core/rendering/RenderTableCol.cpp return toRenderTableCol(next); next 128 Source/core/rendering/RenderText.cpp for (endOfWord = boundary->next(); endOfWord != TextBreakDone; startOfWord = endOfWord, endOfWord = boundary->next()) { next 216 Source/core/rendering/RenderText.cpp RootInlineBox* next = firstTextBox()->root().nextRootBox(); next 217 Source/core/rendering/RenderText.cpp if (next) next 218 Source/core/rendering/RenderText.cpp next->markDirty(); next 291 Source/core/rendering/RenderText.cpp InlineTextBox* next; next 292 Source/core/rendering/RenderText.cpp for (InlineTextBox* curr = firstTextBox(); curr; curr = next) { next 293 Source/core/rendering/RenderText.cpp next = curr->nextTextBox(); next 963 Source/core/rendering/RenderText.cpp while (i > run->stop() || (run->next() && run->next()->direction() == run->direction())) next 964 Source/core/rendering/RenderText.cpp run = run->next(); next 186 Source/core/rendering/RenderView.cpp ASSERT(!m_layoutState->next()); next 579 Source/core/rendering/RenderView.cpp RenderObject* next; next 581 Source/core/rendering/RenderView.cpp next = o->previousInPreOrder(); next 582 Source/core/rendering/RenderView.cpp continueExploring = next && !(next)->isRenderView(); next 584 Source/core/rendering/RenderView.cpp next = o->nextInPreOrder(); next 585 Source/core/rendering/RenderView.cpp continueExploring = next && next != stop; next 586 Source/core/rendering/RenderView.cpp exploringBackwards = !next && (next != stop); next 588 Source/core/rendering/RenderView.cpp next = stop->previousInPreOrder(); next 589 Source/core/rendering/RenderView.cpp continueExploring = next && !next->isRenderView(); next 593 Source/core/rendering/RenderView.cpp return next; next 133 Source/core/rendering/RenderView.h m_layoutState = state->next(); next 1553 Source/core/rendering/compositing/CompositedLayerMapping.cpp while (RenderLayerStackingNode* curNode = normalFlowIterator.next()) { next 81 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp while (RenderLayerStackingNode* curNode = iterator.next()) next 90 Source/core/rendering/compositing/GraphicsLayerUpdater.cpp while (RenderLayerStackingNode* curNode = iterator.next()) next 1003 Source/core/rendering/compositing/RenderLayerCompositor.cpp while (RenderLayerStackingNode* curNode = iterator.next()) { next 1050 Source/core/rendering/compositing/RenderLayerCompositor.cpp while (RenderLayerStackingNode* curNode = iterator.next()) { next 1200 Source/core/rendering/compositing/RenderLayerCompositor.cpp while (RenderLayerStackingNode* curNode = iterator.next()) next 1214 Source/core/rendering/compositing/RenderLayerCompositor.cpp while (RenderLayerStackingNode* curNode = iterator.next()) next 1416 Source/core/rendering/compositing/RenderLayerCompositor.cpp while (RenderLayerStackingNode* curNode = iterator.next()) next 399 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderObject* next = bidiNextSkippingEmptyInlines(block, o); next 400 Source/core/rendering/line/BreakingContextInlineHeaders.h while (next && next->isFloatingOrOutOfFlowPositioned()) next 401 Source/core/rendering/line/BreakingContextInlineHeaders.h next = bidiNextSkippingEmptyInlines(block, next); next 403 Source/core/rendering/line/BreakingContextInlineHeaders.h if (next && !next->isBR() && next->isText() && toRenderText(next)->textLength() > 0) { next 404 Source/core/rendering/line/BreakingContextInlineHeaders.h RenderText* nextText = toRenderText(next); next 110 Source/core/rendering/shapes/ShapeInterval.h const_iterator next = (bNext == b.end() || (aNext != a.end() && aNext->x1() < bNext->x1())) ? aNext++ : bNext++; next 111 Source/core/rendering/shapes/ShapeInterval.h if (result.isEmpty() || !result.last().overlaps(*next)) next 112 Source/core/rendering/shapes/ShapeInterval.h result.append(*next); next 114 Source/core/rendering/shapes/ShapeInterval.h result.last().setX2(std::max<T>(result.last().x2(), next->x2())); next 135 Source/core/rendering/shapes/ShapeInterval.h const_iterator next = (bNext == b.end() || (aNext != a.end() && aNext->x1() < bNext->x1())) ? aNext++ : bNext++; next 136 Source/core/rendering/shapes/ShapeInterval.h if (working->overlaps(*next)) { next 137 Source/core/rendering/shapes/ShapeInterval.h result.append(working->intersect(*next)); next 138 Source/core/rendering/shapes/ShapeInterval.h if (next->x2() > working->x2()) next 139 Source/core/rendering/shapes/ShapeInterval.h working = next; next 141 Source/core/rendering/shapes/ShapeInterval.h working = next; next 60 Source/core/rendering/style/ContentData.cpp for (const ContentData* contentData = next(); contentData; contentData = contentData->next()) { next 63 Source/core/rendering/style/ContentData.cpp lastNewData = lastNewData->next(); next 58 Source/core/rendering/style/ContentData.h ContentData* next() const { return m_next.get(); } next 59 Source/core/rendering/style/ContentData.h void setNext(PassOwnPtr<ContentData> next) { m_next = next; } next 174 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isXPositionSet(); curr = curr->next()) { } next 177 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 183 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 189 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isYPositionSet(); curr = curr->next()) { } next 192 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 198 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 204 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isAttachmentSet(); curr = curr->next()) { } next 207 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 209 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 215 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isClipSet(); curr = curr->next()) { } next 218 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 220 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 226 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isCompositeSet(); curr = curr->next()) { } next 229 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 231 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 237 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isBlendModeSet(); curr = curr->next()) { } next 240 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 242 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 248 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isOriginSet(); curr = curr->next()) { } next 251 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 253 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 259 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isRepeatXSet(); curr = curr->next()) { } next 262 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 264 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 270 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isRepeatYSet(); curr = curr->next()) { } next 273 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 275 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 281 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr && curr->isSizeSet(); curr = curr->next()) { } next 284 Source/core/rendering/style/FillLayer.cpp for (FillLayer* pattern = this; curr; curr = curr->next()) { next 287 Source/core/rendering/style/FillLayer.cpp pattern = pattern->next(); next 296 Source/core/rendering/style/FillLayer.cpp FillLayer* next; next 297 Source/core/rendering/style/FillLayer.cpp for (FillLayer* p = this; p; p = next) { next 298 Source/core/rendering/style/FillLayer.cpp next = p->m_next; next 299 Source/core/rendering/style/FillLayer.cpp if (next && !next->isImageSet()) { next 300 Source/core/rendering/style/FillLayer.cpp delete next; next 348 Source/core/rendering/style/FillLayer.cpp for (curr = this; curr; curr = curr->next()) { next 85 Source/core/rendering/style/FillLayer.h const FillLayer* next() const { return m_next; } next 86 Source/core/rendering/style/FillLayer.h FillLayer* next() { return m_next; } next 727 Source/core/rendering/style/RenderStyle.cpp while (lastContent && lastContent->next()) next 728 Source/core/rendering/style/RenderStyle.cpp lastContent = lastContent->next(); next 754 Source/core/rendering/style/RenderStyle.cpp while (lastContent && lastContent->next()) next 755 Source/core/rendering/style/RenderStyle.cpp lastContent = lastContent->next(); next 1012 Source/core/rendering/style/RenderStyle.cpp for (const FillLayer* currLayer = layer; currLayer; currLayer = currLayer->next()) next 1134 Source/core/rendering/style/RenderStyle.h if (backgroundLayers()->next()) { next 1145 Source/core/rendering/style/RenderStyle.h if (maskLayers()->next()) { next 250 Source/core/rendering/style/StyleRareNonInheritedData.cpp a = a->next(); next 251 Source/core/rendering/style/StyleRareNonInheritedData.cpp b = b->next(); next 111 Source/core/rendering/svg/RenderSVGText.cpp static inline bool findPreviousAndNextAttributes(RenderObject* root, RenderSVGInlineText* locateElement, SVGTextLayoutAttributes*& previous, SVGTextLayoutAttributes*& next) next 122 Source/core/rendering/svg/RenderSVGText.cpp next = text->layoutAttributes(); next 185 Source/core/rendering/svg/RenderSVGText.cpp SVGTextLayoutAttributes* next = 0; next 187 Source/core/rendering/svg/RenderSVGText.cpp findPreviousAndNextAttributes(this, attributes->context(), previous, next); next 192 Source/core/rendering/svg/RenderSVGText.cpp if (next) next 193 Source/core/rendering/svg/RenderSVGText.cpp m_layoutAttributesBuilder.buildLayoutAttributesForTextRenderer(next->context()); next 241 Source/core/rendering/svg/RenderSVGText.cpp SVGTextLayoutAttributes* next = 0; next 243 Source/core/rendering/svg/RenderSVGText.cpp findPreviousAndNextAttributes(this, text, previous, next); next 247 Source/core/rendering/svg/RenderSVGText.cpp if (next) next 248 Source/core/rendering/svg/RenderSVGText.cpp affectedAttributes.append(next); next 391 Source/core/svg/SVGSVGElement.cpp element = Traversal<SVGGraphicsElement>::next(*element, root)) { next 826 Source/core/svg/SVGSVGElement.cpp for (Element* element = ElementTraversal::firstWithin(*this); element; element = ElementTraversal::next(*element, this)) { next 190 Source/core/svg/SVGTextContentElement.cpp start = start.next(); next 195 Source/core/svg/SVGTextContentElement.cpp end = end.next(); next 643 Source/core/svg/SVGUseElement.cpp Element* next = ElementTraversal::nextSkippingChildren(*element, &subtree); next 646 Source/core/svg/SVGUseElement.cpp element = next; next 648 Source/core/svg/SVGUseElement.cpp element = ElementTraversal::next(*element, &subtree); next 293 Source/core/svg/animation/SMILTimeContainer.cpp for (SVGSMILElement* element = Traversal<SVGSMILElement>::firstWithin(m_ownerSVGElement); element; element = Traversal<SVGSMILElement>::next(*element, &m_ownerSVGElement)) next 111 Source/core/svg/graphics/SVGImage.cpp walker.next(); next 565 Source/core/testing/Internals.cpp walker.next(); next 209 Source/core/xml/XPathNodeSet.cpp for (Node* n = findRootNode(m_nodes.first().get()); n; n = NodeTraversal::next(*n)) { next 167 Source/core/xml/XPathParser.cpp UChar next = m_data[m_nextPos + 1]; next 168 Source/core/xml/XPathParser.cpp if (next >= 0xff) next 170 Source/core/xml/XPathParser.cpp return next; next 177 Source/core/xml/XPathParser.cpp UChar next = m_data[m_nextPos]; next 178 Source/core/xml/XPathParser.cpp if (next >= 0xff) next 180 Source/core/xml/XPathParser.cpp return next; next 283 Source/core/xml/XPathParser.cpp char next = peekAheadHelper(); next 284 Source/core/xml/XPathParser.cpp if (next == '.') next 286 Source/core/xml/XPathParser.cpp if (next >= '0' && next <= '9') next 255 Source/core/xml/XPathStep.cpp for (Node* n = context->firstChild(); n; n = NodeTraversal::next(*n, context)) next 304 Source/core/xml/XPathStep.cpp while ((p = NodeTraversal::next(*p))) { next 313 Source/core/xml/XPathStep.cpp for (Node* c = n->firstChild(); c; c = NodeTraversal::next(*c, n)) next 374 Source/core/xml/XPathStep.cpp for (Node* n = context->firstChild(); n; n = NodeTraversal::next(*n, context)) next 56 Source/core/xml/XPathUtil.cpp for (Node* n = node->firstChild(); n; n = NodeTraversal::next(*n, node)) { next 173 Source/core/xml/XSLStyleSheetLibxslt.cpp stylesheetRoot = stylesheetRoot->next; next 193 Source/core/xml/XSLStyleSheetLibxslt.cpp curr = curr->next; next 202 Source/core/xml/XSLStyleSheetLibxslt.cpp curr = curr->next; next 212 Source/core/xml/XSLStyleSheetLibxslt.cpp curr = curr->next; next 56 Source/modules/indexeddb/IDBCursor.cpp DEFINE_STATIC_LOCAL(AtomicString, next, ("next", AtomicString::ConstructFromLiteral)); next 57 Source/modules/indexeddb/IDBCursor.cpp return next; next 81 Source/platform/PODFreeListArena.h m_freeList->next = oldFreeList; next 97 Source/platform/PODFreeListArena.h m_freeList = m_freeList->next; next 106 Source/platform/PODFreeListArena.h for (FixedSizeMemoryChunk* cur = m_freeList; cur; cur = cur->next) { next 118 Source/platform/PODFreeListArena.h FixedSizeMemoryChunk* next; next 155 Source/platform/fonts/Character.cpp UChar next = characters[++i]; next 156 Source/platform/fonts/Character.cpp if (!U16_IS_TRAIL(next)) next 159 Source/platform/fonts/Character.cpp UChar32 supplementaryCharacter = U16_GET_SUPPLEMENTARY(c, next); next 109 Source/platform/fonts/FontDescription.h bool useFixedDefaultSize() const { return genericFamily() == MonospaceFamily && !family().next() && family().family() == FontFamilyNames::webkit_monospace; } next 160 Source/platform/fonts/FontFallbackList.cpp startFamily = startFamily->next(); next 171 Source/platform/fonts/FontFallbackList.cpp currFamily = currFamily->next(); next 37 Source/platform/fonts/FontFamily.cpp for (ap = a.next(), bp = b.next(); ap != bp; ap = ap->next(), bp = bp->next()) { next 47 Source/platform/fonts/FontFamily.h const FontFamily* next() const; next 78 Source/platform/fonts/FontFamily.h inline const FontFamily* FontFamily::next() const next 219 Source/platform/fonts/harfbuzz/FontPlatformDataHarfBuzz.cpp while (fontFamilyIterator->next(&localizedString) && !localizedString.fString.size()) { } next 228 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp cursorPos = cursorPosIterator->next(); next 215 Source/platform/fonts/win/FontCacheSkiaWin.cpp while (actualFamilies->next(&actualFamily)) { next 56 Source/platform/fonts/win/FontFallbackWin.cpp while (actualFamilies->next(&actualFamily)) { next 91 Source/platform/graphics/Canvas2DLayerManager.cpp layer = layer->next(); next 1004 Source/platform/graphics/GraphicsContext.cpp bidiRun = bidiRun->next(); next 328 Source/platform/graphics/ImageDecodingStore.cpp cacheEntry = cacheEntry->next(); next 116 Source/platform/graphics/Path.cpp switch (iter.next(pts)) { next 493 Source/platform/heap/Heap.cpp for (HeapPage<Header>* page = m_firstPage; page; page = page->next()) { next 503 Source/platform/heap/Heap.cpp for (LargeHeapObject<Header>* current = m_firstLargeHeapObject; current; current = current->next()) { next 513 Source/platform/heap/Heap.cpp for (LargeHeapObject<Header>* current = m_firstLargeHeapObject; current; current = current->next()) { next 632 Source/platform/heap/Heap.cpp m_pagePool = entry->next(); next 679 Source/platform/heap/Heap.cpp for (HeapPage<Header>* page = m_firstPage; page; page = page->next()) next 681 Source/platform/heap/Heap.cpp for (LargeHeapObject<Header>* current = m_firstLargeHeapObject; current; current = current->next()) next 701 Source/platform/heap/Heap.cpp for (HeapPage<Header>* page = m_firstPage; page; page = page->next()) next 710 Source/platform/heap/Heap.cpp page = page->next(); next 716 Source/platform/heap/Heap.cpp page = page->next(); next 729 Source/platform/heap/Heap.cpp current = current->next(); next 731 Source/platform/heap/Heap.cpp LargeHeapObject<Header>* next = current->next(); next 733 Source/platform/heap/Heap.cpp current = next; next 744 Source/platform/heap/Heap.cpp for (HeapPage<Header>* page = m_firstPage; page; page = page->next()) { next 785 Source/platform/heap/Heap.cpp for (HeapPage<Header>* page = m_firstPage; page; page = page->next()) next 787 Source/platform/heap/Heap.cpp for (LargeHeapObject<Header>* current = m_firstLargeHeapObject; current; current = current->next()) next 800 Source/platform/heap/Heap.cpp page = page->next(); next 809 Source/platform/heap/Heap.cpp current = current->next(); next 1111 Source/platform/heap/Heap.cpp CallbackStack* next; next 1112 Source/platform/heap/Heap.cpp for (CallbackStack* current = *first; current; current = next) { next 1113 Source/platform/heap/Heap.cpp next = current->m_next; next 199 Source/platform/heap/Heap.h LargeHeapObject<Header>* next() next 429 Source/platform/heap/Heap.h HeapPage* next() { return m_next; } next 704 Source/platform/heap/Heap.h PagePoolEntry(PageMemory* storage, PagePoolEntry* next) next 706 Source/platform/heap/Heap.h , m_next(next) next 710 Source/platform/heap/Heap.h PagePoolEntry* next() { return m_next; } next 61 Source/platform/heap/HeapLinkedStack.h Node(const T&, Node* next); next 74 Source/platform/heap/HeapLinkedStack.h HeapLinkedStack<T>::Node::Node(const T& data, Node* next) next 76 Source/platform/heap/HeapLinkedStack.h , m_next(next) next 179 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp for (jpeg_saved_marker_ptr marker = info->marker_list; marker; marker = marker->next) { next 66 Source/platform/text/BidiCharacterRun.h BidiCharacterRun* next() const { return m_next; } next 67 Source/platform/text/BidiCharacterRun.h void setNext(BidiCharacterRun* next) { m_next = next; } next 588 Source/platform/text/BidiResolver.h for (Run* run = m_runs.firstRun(); run; run = run->next()) { next 609 Source/platform/text/BidiResolver.h run = run->next(); next 612 Source/platform/text/BidiResolver.h run = run->next(); next 218 Source/platform/text/BidiResolverTest.cpp run = run->next(); next 106 Source/platform/text/BidiRunList.h Run* next = m_firstRun; next 107 Source/platform/text/BidiRunList.h while (next != run) { next 108 Source/platform/text/BidiRunList.h current = next; next 109 Source/platform/text/BidiRunList.h next = current->next(); next 113 Source/platform/text/BidiRunList.h m_firstRun = run->next(); next 130 Source/platform/text/BidiRunList.h Run* next = current->next(); next 131 Source/platform/text/BidiRunList.h while (next != run) { next 132 Source/platform/text/BidiRunList.h current = next; next 133 Source/platform/text/BidiRunList.h next = current->next(); next 156 Source/platform/text/BidiRunList.h while (previousRun->next() != toReplace) next 157 Source/platform/text/BidiRunList.h previousRun = previousRun->next(); next 162 Source/platform/text/BidiRunList.h newRuns.lastRun()->setNext(toReplace->next()); next 192 Source/platform/text/BidiRunList.h Run* s = curr->next(); next 217 Source/platform/text/BidiRunList.h curr = curr->next(); next 223 Source/platform/text/BidiRunList.h curr = curr->next(); next 226 Source/platform/text/BidiRunList.h Run* afterEnd = curr->next(); next 233 Source/platform/text/BidiRunList.h Run* next = curr->next(); next 236 Source/platform/text/BidiRunList.h curr = next; next 43 Source/platform/text/TextBreakIterator.cpp while (it.next() != TextBreakDone) next 64 Source/platform/text/TextBreakIterator.cpp if (it.next() == TextBreakDone) next 182 Source/platform/text/TextBreakIterator.h int next(); next 672 Source/platform/text/TextBreakIteratorICU.cpp return m_iterator->next(); next 104 Source/web/ContextMenuClientImpl.cpp return it && it->next() == static_cast<int>(text.length()); next 1842 Source/web/WebFrameImpl.cpp for (; node && node != activeMatch->pastLastNode(); node = NodeTraversal::next(*node)) { next 49 Source/web/WebSelector.cpp for (const CSSSelector* selector = selectorList.first(); selector; selector = selectorList.next(*selector)) { next 256 Source/wtf/DateMath.cpp int next = 30; next 258 Source/wtf/DateMath.cpp if (d <= next) next 261 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, daysInFeb)) next 263 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, 31)) next 265 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, 30)) next 267 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, 31)) next 269 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, 30)) next 271 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, 31)) next 273 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, 31)) next 275 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, 30)) next 277 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, 31)) next 279 Source/wtf/DateMath.cpp if (checkMonth(d, step, next, 30)) next 281 Source/wtf/DateMath.cpp step = next; next 105 Source/wtf/DecimalNumber.cpp LChar* next = buffer; next 113 Source/wtf/DecimalNumber.cpp *next++ = '-'; next 114 Source/wtf/DecimalNumber.cpp *next++ = '0'; next 115 Source/wtf/DecimalNumber.cpp *next++ = '.'; next 117 Source/wtf/DecimalNumber.cpp *next++ = '0'; next 119 Source/wtf/DecimalNumber.cpp *next++ = m_significand[i]; next 121 Source/wtf/DecimalNumber.cpp return next - buffer; next 131 Source/wtf/DecimalNumber.cpp *next++ = '-'; next 133 Source/wtf/DecimalNumber.cpp *next++ = m_significand[i]; next 135 Source/wtf/DecimalNumber.cpp *next++ = '0'; next 137 Source/wtf/DecimalNumber.cpp return next - buffer; next 145 Source/wtf/DecimalNumber.cpp *next++ = '-'; next 147 Source/wtf/DecimalNumber.cpp *next++ = m_significand[i]; next 148 Source/wtf/DecimalNumber.cpp *next++ = '.'; next 150 Source/wtf/DecimalNumber.cpp *next++ = m_significand[i]; next 152 Source/wtf/DecimalNumber.cpp return next - buffer; next 161 Source/wtf/DecimalNumber.cpp LChar* next = buffer; next 165 Source/wtf/DecimalNumber.cpp *next++ = '-'; next 168 Source/wtf/DecimalNumber.cpp *next++ = m_significand[0]; next 170 Source/wtf/DecimalNumber.cpp *next++ = '.'; next 172 Source/wtf/DecimalNumber.cpp *next++ = m_significand[i]; next 176 Source/wtf/DecimalNumber.cpp *next++ = 'e'; next 179 Source/wtf/DecimalNumber.cpp *next++ = '+'; next 182 Source/wtf/DecimalNumber.cpp *next++ = '-'; next 188 Source/wtf/DecimalNumber.cpp *next++ = '0' + exponent / 100; next 190 Source/wtf/DecimalNumber.cpp *next++ = '0' + (exponent % 100) / 10; next 191 Source/wtf/DecimalNumber.cpp *next++ = '0' + exponent % 10; next 193 Source/wtf/DecimalNumber.cpp return next - buffer; next 40 Source/wtf/DoublyLinkedList.h T* next() const; next 54 Source/wtf/DoublyLinkedList.h template<typename T> inline void DoublyLinkedListNode<T>::setNext(T* next) next 56 Source/wtf/DoublyLinkedList.h static_cast<T*>(this)->m_next = next; next 64 Source/wtf/DoublyLinkedList.h template<typename T> inline T* DoublyLinkedListNode<T>::next() const next 105 Source/wtf/DoublyLinkedList.h for (T* node = m_head; node; node = node->next()) next 166 Source/wtf/DoublyLinkedList.h node->prev()->setNext(node->next()); next 169 Source/wtf/DoublyLinkedList.h m_head = node->next(); next 172 Source/wtf/DoublyLinkedList.h if (node->next()) { next 174 Source/wtf/DoublyLinkedList.h node->next()->setPrev(node->prev()); next 59 Source/wtf/LinkedStack.h Node(const T&, PassOwnPtr<Node> next); next 71 Source/wtf/LinkedStack.h LinkedStack<T>::Node::Node(const T& data, PassOwnPtr<Node> next) next 73 Source/wtf/LinkedStack.h , m_next(next) next 202 Source/wtf/ListHashSet.h Node* next = result->m_next; next 203 Source/wtf/ListHashSet.h ASSERT(!next || !next->m_isAllocated); next 204 Source/wtf/ListHashSet.h if (!next && !m_isDoneWithInitialFreeList) { next 205 Source/wtf/ListHashSet.h next = result + 1; next 206 Source/wtf/ListHashSet.h if (next == pastPool()) { next 208 Source/wtf/ListHashSet.h next = 0; next 210 Source/wtf/ListHashSet.h ASSERT(inPool(next)); next 211 Source/wtf/ListHashSet.h ASSERT(!next->m_isAllocated); next 214 Source/wtf/ListHashSet.h m_freeList = next; next 915 Source/wtf/ListHashSet.h for (Node* node = m_head, *next = m_head->m_next; node; node = next, next = node ? node->m_next : 0) next 267 Source/wtf/PartitionAlloc.cpp entry = entry->next; next 348 Source/wtf/PartitionAlloc.cpp latestExtent->next = 0; next 353 Source/wtf/PartitionAlloc.cpp currentExtent->next = latestExtent; next 462 Source/wtf/PartitionAlloc.cpp entry->next = partitionFreelistMask(nextEntry); next 465 Source/wtf/PartitionAlloc.cpp entry->next = partitionFreelistMask(0); next 646 Source/wtf/PartitionAlloc.cpp newPage->freelistHead = partitionFreelistMask(ret->next); next 205 Source/wtf/PartitionAlloc.h PartitionFreelistEntry* next; next 253 Source/wtf/PartitionAlloc.h PartitionSuperPageExtentEntry* next; next 444 Source/wtf/PartitionAlloc.h PartitionFreelistEntry* newHead = partitionFreelistMask(static_cast<PartitionFreelistEntry*>(ret)->next); next 496 Source/wtf/PartitionAlloc.h ASSERT(!freelistHead || ptr != partitionFreelistMask(freelistHead->next)); // Look for double free one level deeper in debug. next 498 Source/wtf/PartitionAlloc.h entry->next = partitionFreelistMask(freelistHead); next 127 Source/wtf/ThreadSpecificWin.cpp PlatformThreadSpecificKey* nextKey = key->next(); next 61 Source/wtf/TreeNode.h NodeType* next() const { return m_next; } next 74 Source/wtf/TreeNode.h ASSERT(!newChild->next()); next 98 Source/wtf/TreeNode.h ASSERT(!child->next()); next 122 Source/wtf/TreeNode.h m_firstChild = child->next(); next 126 Source/wtf/TreeNode.h NodeType* oldNext = child->next(); next 149 Source/wtf/TreeNode.h if (typename TreeNode<T>::NodeType* next = current->firstChild()) next 150 Source/wtf/TreeNode.h return next; next 153 Source/wtf/TreeNode.h if (typename TreeNode<T>::NodeType* next = current->next()) next 154 Source/wtf/TreeNode.h return next; next 158 Source/wtf/TreeNode.h if (typename TreeNode<T>::NodeType* next = parent->next()) next 159 Source/wtf/TreeNode.h return next; next 180 Source/wtf/TreeNode.h typename TreeNode<T>::NodeType* next = current->next(); next 181 Source/wtf/TreeNode.h if (!next) next 183 Source/wtf/TreeNode.h while (next->firstChild()) next 184 Source/wtf/TreeNode.h next = next->firstChild(); next 185 Source/wtf/TreeNode.h return next; next 57 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->next(), lastChild.get()); next 79 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->next(), lastChild.get()); next 88 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(middleChild->next(), lastChild.get()); next 89 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(firstChild->next(), middleChild.get()); next 102 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(child->next(), nullNode.get()); next 139 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.firstChild->next(), trio.lastChild.get()); next 153 Source/wtf/TreeNodeTest.cpp ASSERT_EQ(trio.middleChild->next(), nullNode.get()); next 368 Source/wtf/dtoa.cpp P5Node* next; next 391 Source/wtf/dtoa.cpp p5->next = 0; next 410 Source/wtf/dtoa.cpp ASSERT(!p5->next); next 411 Source/wtf/dtoa.cpp p5->next = new P5Node; next 412 Source/wtf/dtoa.cpp p5->next->next = 0; next 413 Source/wtf/dtoa.cpp p5->next->val = p5->val; next 414 Source/wtf/dtoa.cpp mult(p5->next->val, p5->next->val); next 421 Source/wtf/dtoa.cpp p5 = p5->next;