end                 8 LayoutTests/http/tests/media/resources/serve-video.php     $end = $fileSize - 1;
end                14 LayoutTests/http/tests/media/resources/serve-video.php             $end = intval($range[1]);
end                26 LayoutTests/http/tests/media/resources/serve-video.php     header("Content-Length: " . ($end - $start) + 1);
end                28 LayoutTests/http/tests/media/resources/serve-video.php 		header("Content-Range: bytes " . $start . "-" . $end . "/" . $fileSize); 
end                37 LayoutTests/http/tests/media/resources/serve-video.php     while (!feof($fn) && $offset <= $end && connection_status() == 0) {
end                38 LayoutTests/http/tests/media/resources/serve-video.php         $readSize = min($chunkSize, ($end - $offset) + 1);
end                 5 LayoutTests/jquery/resources/test/data/jsonp.php 	$callback = explode("?",end(explode("/",$_SERVER['REQUEST_URI'])));
end                59 Source/bindings/v8/DOMWrapperMap.h         if (it == m_map.end())
end                72 Source/bindings/v8/DOMWrapperMap.h         return m_map.find(key) != m_map.end();
end                78 Source/bindings/v8/DOMWrapperMap.h         if (it == m_map.end())
end               104 Source/bindings/v8/DOMWrapperMap.h             for (typename MapType::iterator it = map.begin(); it != map.end(); ++it) {
end               114 Source/bindings/v8/DOMWrapperMap.h         ASSERT_WITH_SECURITY_IMPLICATION(it != m_map.end());
end                83 Source/bindings/v8/DOMWrapperWorld.cpp     for (WorldMap::iterator it = isolatedWorlds.begin(); it != isolatedWorlds.end(); ++it)
end                98 Source/bindings/v8/DOMWrapperWorld.cpp     if (i == map.end()) {
end               155 Source/bindings/v8/DOMWrapperWorld.cpp     return it == origins.end() ? 0 : it->value.get();
end               186 Source/bindings/v8/DOMWrapperWorld.cpp     return it == policies.end() ? false : it->value;
end                68 Source/bindings/v8/IDBBindingUtilities.cpp         for (Vector<String>::const_iterator it = value.array().begin(); it != value.array().end(); ++it)
end               135 Source/bindings/v8/NPV8Object.cpp         if (iter != v8NPObjectMap->end()) {
end               187 Source/bindings/v8/NPV8Object.cpp         if (iter != v8NPObjectMap->end()) {
end               108 Source/bindings/v8/ScriptController.cpp     for (; it != m_pluginObjects.end(); ++it) {
end               129 Source/bindings/v8/ScriptController.cpp     for (IsolatedWorldMap::iterator iter = m_isolatedWorlds.begin(); iter != m_isolatedWorlds.end(); ++iter)
end               218 Source/bindings/v8/ScriptController.cpp     if (iter == m_isolatedWorlds.end())
end               230 Source/bindings/v8/ScriptController.cpp         if (iter != m_isolatedWorlds.end())
end               342 Source/bindings/v8/ScriptController.cpp     if (it == m_pluginObjects.end())
end               432 Source/bindings/v8/ScriptController.cpp     for (IsolatedWorldMap::iterator iter = m_isolatedWorlds.begin(); iter != m_isolatedWorlds.end(); ++iter)
end               446 Source/bindings/v8/ScriptController.cpp     for (IsolatedWorldMap::iterator it = m_isolatedWorlds.begin(); it != m_isolatedWorlds.end(); ++it) {
end               105 Source/bindings/v8/ScriptGCEvent.cpp     for (GCEventData::GCEventListeners::iterator i = listeners.begin(); i != listeners.end(); ++i)
end                90 Source/bindings/v8/ScriptProfiler.cpp     if (profileIdleTime != profileNameIdleTimeMap->end()) {
end               118 Source/bindings/v8/SerializedScriptValue.cpp         if (result != m_map.end()) {
end              2266 Source/bindings/v8/SerializedScriptValue.cpp         if (it != m_blobDataHandles.end()) {
end               280 Source/bindings/v8/V8Binding.h     typename Vector<T, inlineCapacity>::const_iterator end = iterator.end();
end               282 Source/bindings/v8/V8Binding.h     for (typename Vector<T, inlineCapacity>::const_iterator iter = iterator.begin(); iter != end; ++iter)
end               292 Source/bindings/v8/V8Binding.h     typename HeapVector<T, inlineCapacity>::const_iterator end = iterator.end();
end               294 Source/bindings/v8/V8Binding.h     for (typename HeapVector<T, inlineCapacity>::const_iterator iter = iterator.begin(); iter != end; ++iter)
end               304 Source/bindings/v8/V8Binding.h     typename Vector<T, inlineCapacity>::const_iterator end = iterator.end();
end               305 Source/bindings/v8/V8Binding.h     for (typename Vector<T, inlineCapacity>::const_iterator iter = iterator.begin(); iter != end; ++iter)
end                32 Source/bindings/v8/V8DOMActivityLogger.cpp     return it == loggers.end() ? 0 : it->value.get();
end               152 Source/bindings/v8/V8GCController.cpp         Node** nodeIteratorEnd = m_nodesInNewSpace.end();
end               214 Source/bindings/v8/V8GCController.cpp         Node** const nodeIteratorEnd = partiallyDependentNodes.end();
end               284 Source/bindings/v8/V8GCController.cpp         std::sort(m_groupsWhichNeedRetainerInfo.begin(), m_groupsWhichNeedRetainerInfo.end());
end               202 Source/bindings/v8/V8NPObject.cpp         ASSERT_WITH_SECURITY_IMPLICATION(it != m_map.end());
end                47 Source/bindings/v8/V8PerContextData.cpp     for (; it != map->end(); ++it)
end               152 Source/bindings/v8/V8PerContextData.cpp     ASSERT_WITH_SECURITY_IMPLICATION(it != m_customElementBindings->end());
end               159 Source/bindings/v8/V8PerContextData.cpp     ASSERT_WITH_SECURITY_IMPLICATION(it != m_customElementBindings->end());
end               106 Source/bindings/v8/V8PerIsolateData.cpp     if (result != domTemplateMap.end())
end               118 Source/bindings/v8/V8PerIsolateData.cpp     if (result != domTemplateMap.end())
end               144 Source/bindings/v8/V8PerIsolateData.cpp     if (result == domTemplateMap.end())
end               163 Source/bindings/v8/V8PerIsolateData.cpp     if (result == domTemplateMap.end())
end               168 Source/bindings/v8/custom/V8CSSStyleDeclarationCustom.cpp         sort(propertyNames.begin(), propertyNames.end(), codePointCompareLessThan);
end                74 Source/bindings/v8/custom/V8MutationObserverCustom.cpp     for (HashSet<Node*>::iterator it = observedNodes.begin(); it != observedNodes.end(); ++it) {
end               169 Source/bindings/v8/npruntime.cpp         if (iter != identMap->end())
end               216 Source/bindings/v8/npruntime.cpp     if (iter != identMap->end())
end               384 Source/bindings/v8/npruntime.cpp     if (liveObjectMap().find(npObject) != liveObjectMap().end())
end               389 Source/bindings/v8/npruntime.cpp         ASSERT(rootObjectMap().find(npObject) == rootObjectMap().end());
end               396 Source/bindings/v8/npruntime.cpp         if (liveObjectMap().end() != ownerEntry)
end               401 Source/bindings/v8/npruntime.cpp         ASSERT(rootObjectMap().find(npObject) == rootObjectMap().end());
end               402 Source/bindings/v8/npruntime.cpp         if (rootObjectMap().find(owner) != rootObjectMap().end())
end               406 Source/bindings/v8/npruntime.cpp     ASSERT(liveObjectMap().find(npObject) == liveObjectMap().end());
end               413 Source/bindings/v8/npruntime.cpp     ASSERT_WITH_SECURITY_IMPLICATION(liveObjectMap().find(npObject) != liveObjectMap().end());
end               416 Source/bindings/v8/npruntime.cpp     if (liveObjectMap().find(npObject) != liveObjectMap().end())
end               421 Source/bindings/v8/npruntime.cpp         ASSERT_WITH_SECURITY_IMPLICATION(rootObjectMap().find(npObject) != rootObjectMap().end());
end               429 Source/bindings/v8/npruntime.cpp             ASSERT(rootObjectMap().find(sub_object) == rootObjectMap().end());
end               449 Source/bindings/v8/npruntime.cpp         if (ownerEntry != rootObjectMap().end()) {
end               451 Source/bindings/v8/npruntime.cpp             ASSERT(list->find(npObject) != list->end());
end               462 Source/bindings/v8/npruntime.cpp     return liveObjectMap().find(npObject) != liveObjectMap().end();
end                87 Source/core/accessibility/AXObjectCache.cpp     return it != m_idMapping.end() ? it->value.ignored : DefaultBehavior;
end                93 Source/core/accessibility/AXObjectCache.cpp     if (it != m_idMapping.end()) {
end               121 Source/core/accessibility/AXObjectCache.cpp     HashMap<AXID, RefPtr<AXObject> >::iterator end = m_objects.end();
end               122 Source/core/accessibility/AXObjectCache.cpp     for (HashMap<AXID, RefPtr<AXObject> >::iterator it = m_objects.begin(); it != end; ++it) {
end              1871 Source/core/accessibility/AXRenderObject.cpp     int end = indexForVisiblePosition(visibleSelection.visibleEnd());
end              1873 Source/core/accessibility/AXRenderObject.cpp     return PlainTextRange(start, end - start);
end                80 Source/core/animation/ActiveAnimations.cpp     for (AnimationPlayerSet::const_iterator it = m_players.begin(); it != players().end(); ++it) {
end                99 Source/core/animation/ActiveAnimations.cpp     for (AnimationPlayerSet::iterator it = m_players.begin(); it != players().end(); ++it)
end                43 Source/core/animation/AnimatableStrokeDasharrayList.cpp     SVGLengthList::ConstIterator itEnd = lengths->end();
end                15 Source/core/animation/AnimatableValueKeyframe.cpp     for (PropertyValueMap::const_iterator iter = copyFrom.m_propertyValues.begin(); iter != copyFrom.m_propertyValues.end(); ++iter)
end                24 Source/core/animation/AnimatableValueKeyframe.cpp     for (PropertyValueMap::const_iterator iter = m_propertyValues.begin(); iter != m_propertyValues.end(); ++iter)
end                63 Source/core/animation/AnimatableValueKeyframe.cpp PassRefPtrWillBeRawPtr<Interpolation> AnimatableValueKeyframe::PropertySpecificKeyframe::createInterpolation(CSSPropertyID property, Keyframe::PropertySpecificKeyframe* end) const
end                65 Source/core/animation/AnimatableValueKeyframe.cpp     AnimatableValuePropertySpecificKeyframe* to = toAnimatableValuePropertySpecificKeyframe(end);
end                40 Source/core/animation/AnimatableValueKeyframe.h         virtual PassRefPtrWillBeRawPtr<Interpolation> createInterpolation(CSSPropertyID, WebCore::Keyframe::PropertySpecificKeyframe* end) const OVERRIDE FINAL;
end               110 Source/core/animation/AnimatableValueTestHelper.cpp     for (WillBeHeapVector<RefPtrWillBeMember<AnimatableValue> >::const_iterator it = v.begin(); it != v.end(); ++it) {
end               112 Source/core/animation/AnimatableValueTestHelper.cpp         if (it+1 != v.end())
end               168 Source/core/animation/Animation.cpp     const double end = start + activeDuration();
end               180 Source/core/animation/Animation.cpp             return std::min(end - localTime, timeToNextIteration);
end               184 Source/core/animation/Animation.cpp         ASSERT(localTime >= end);
end               190 Source/core/animation/Animation.cpp             : localTime - end;
end                20 Source/core/animation/AnimationHelpers.h     size_t end;
end                21 Source/core/animation/AnimationHelpers.h     while ((end = propertyName.find(isASCIIUpper, position)) != kNotFound) {
end                22 Source/core/animation/AnimationHelpers.h         builder.append(propertyName.substring(position, end - position) + "-" + toASCIILower((propertyName)[end]));
end                23 Source/core/animation/AnimationHelpers.h         position = end + 1;
end                43 Source/core/animation/AnimationStack.cpp     for (WillBeHeapVector<RefPtrWillBeMember<WebCore::Interpolation> >::const_iterator iter = source.begin(); iter != source.end(); ++iter) {
end                94 Source/core/animation/AnimationStack.cpp         std::sort(animations.begin(), animations.end(), compareAnimations);
end               151 Source/core/animation/CompositorAnimations.cpp         for (PropertySet::const_iterator it = properties.begin(); it != properties.end(); ++it) {
end               206 Source/core/animation/CompositorAnimations.cpp     WillBeHeapVector<RefPtrWillBeMember<Keyframe> >::const_iterator end = frames.end() - 1; // Ignore timing function of last frame.
end               207 Source/core/animation/CompositorAnimations.cpp     for (WillBeHeapVector<RefPtrWillBeMember<Keyframe> >::const_iterator iter = frames.begin(); iter != end; ++iter) {
end               457 Source/core/animation/CompositorAnimations.cpp     for (PropertySet::iterator it = properties.begin(); it != properties.end(); ++it) {
end                67 Source/core/animation/DocumentTimeline.cpp     for (HashSet<AnimationPlayer*>::iterator it = m_players.begin(); it != m_players.end(); ++it)
end               103 Source/core/animation/DocumentTimeline.cpp     for (HashSet<RefPtr<AnimationPlayer> >::iterator it = m_playersNeedingUpdate.begin(); it != m_playersNeedingUpdate.end(); ++it)
end               106 Source/core/animation/DocumentTimeline.cpp     std::sort(players.begin(), players.end(), AnimationPlayer::hasLowerPriority);
end               174 Source/core/animation/DocumentTimeline.cpp     for (HashSet<RefPtr<AnimationPlayer> >::iterator it = m_playersNeedingUpdate.begin(); it != m_playersNeedingUpdate.end(); ++it)
end               196 Source/core/animation/DocumentTimeline.cpp     for (HashSet<RefPtr<AnimationPlayer> >::iterator it = m_playersNeedingUpdate.begin(); it != m_playersNeedingUpdate.end(); ++it) {
end                18 Source/core/animation/Interpolation.cpp bool typesMatch(const InterpolableValue* start, const InterpolableValue* end)
end                21 Source/core/animation/Interpolation.cpp         return end->isNumber();
end                23 Source/core/animation/Interpolation.cpp         return end->isBool();
end                25 Source/core/animation/Interpolation.cpp         return end->isAnimatableValue();
end                26 Source/core/animation/Interpolation.cpp     if (!(start->isList() && end->isList()))
end                29 Source/core/animation/Interpolation.cpp     const InterpolableList* endList = toInterpolableList(end);
end                41 Source/core/animation/Interpolation.cpp Interpolation::Interpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end)
end                43 Source/core/animation/Interpolation.cpp     , m_end(end)
end                20 Source/core/animation/Interpolation.h     static PassRefPtrWillBeRawPtr<Interpolation> create(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end)
end                22 Source/core/animation/Interpolation.h         return adoptRefWillBeNoop(new Interpolation(start, end));
end                40 Source/core/animation/Interpolation.h     Interpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end);
end                68 Source/core/animation/Interpolation.h     StyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id)
end                69 Source/core/animation/Interpolation.h         : Interpolation(start, end)
end                77 Source/core/animation/Interpolation.h     static PassRefPtrWillBeRawPtr<LegacyStyleInterpolation> create(PassRefPtrWillBeRawPtr<AnimatableValue> start, PassRefPtrWillBeRawPtr<AnimatableValue> end, CSSPropertyID id)
end                79 Source/core/animation/Interpolation.h         return adoptRefWillBeNoop(new LegacyStyleInterpolation(InterpolableAnimatableValue::create(start), InterpolableAnimatableValue::create(end), id));
end                94 Source/core/animation/Interpolation.h     LegacyStyleInterpolation(PassOwnPtrWillBeRawPtr<InterpolableValue> start, PassOwnPtrWillBeRawPtr<InterpolableValue> end, CSSPropertyID id)
end                95 Source/core/animation/Interpolation.h         : StyleInterpolation(start, end, id)
end                21 Source/core/animation/InterpolationEffect.h     void addInterpolation(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo)
end                23 Source/core/animation/InterpolationEffect.h         m_interpolations.append(InterpolationRecord::create(interpolation, easing, start, end, applyFrom, applyTo));
end                42 Source/core/animation/InterpolationEffect.h         static PassOwnPtrWillBeRawPtr<InterpolationRecord> create(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo)
end                44 Source/core/animation/InterpolationEffect.h             return adoptPtrWillBeNoop(new InterpolationRecord(interpolation, easing, start, end, applyFrom, applyTo));
end                50 Source/core/animation/InterpolationEffect.h         InterpolationRecord(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo)
end                54 Source/core/animation/InterpolationEffect.h             , m_end(end)
end                58 Source/core/animation/Keyframe.h         virtual PassRefPtrWillBeRawPtr<Interpolation> createInterpolation(CSSPropertyID, WebCore::Keyframe::PropertySpecificKeyframe* end) const = 0;
end                53 Source/core/animation/KeyframeEffectModel.cpp         for (PropertySet::const_iterator it = extras.begin(); it != extras.end(); ++it) {
end               142 Source/core/animation/KeyframeEffectModel.cpp     for (KeyframeVector::const_iterator keyframeIter = keyframes.begin(); keyframeIter != keyframes.end(); ++keyframeIter) {
end               145 Source/core/animation/KeyframeEffectModel.cpp         for (PropertySet::const_iterator propertyIter = keyframeProperties.begin(); propertyIter != keyframeProperties.end(); ++propertyIter) {
end               149 Source/core/animation/KeyframeEffectModel.cpp             if (groupIter == m_keyframeGroups->end())
end               160 Source/core/animation/KeyframeEffectModel.cpp     for (KeyframeGroupMap::iterator iter = m_keyframeGroups->begin(); iter != m_keyframeGroups->end(); ++iter) {
end               172 Source/core/animation/KeyframeEffectModel.cpp     for (KeyframeGroupMap::const_iterator iter = m_keyframeGroups->begin(); iter != m_keyframeGroups->end(); ++iter) {
end               191 Source/core/animation/KeyframeEffectModel.cpp     for (KeyframeGroupMap::iterator iter = m_keyframeGroups->begin(); iter != m_keyframeGroups->end(); ++iter) {
end                15 Source/core/animation/StringKeyframe.cpp     for (PropertyValueMap::const_iterator iter = copyFrom.m_propertyValues.begin(); iter != copyFrom.m_propertyValues.end(); ++iter)
end                24 Source/core/animation/StringKeyframe.cpp     for (PropertyValueMap::const_iterator iter = m_propertyValues.begin(); iter != m_propertyValues.end(); ++iter)
end                55 Source/core/animation/StringKeyframe.cpp PassRefPtrWillBeRawPtr<Interpolation> StringKeyframe::PropertySpecificKeyframe::createInterpolation(CSSPropertyID property, Keyframe::PropertySpecificKeyframe* end) const
end                57 Source/core/animation/StringKeyframe.cpp     ASSERT_UNUSED(end, end);
end                40 Source/core/animation/StringKeyframe.h         virtual PassRefPtrWillBeRawPtr<Interpolation> createInterpolation(CSSPropertyID, WebCore::Keyframe::PropertySpecificKeyframe* end) const OVERRIDE FINAL;
end               141 Source/core/animation/css/CSSAnimations.cpp     for (PropertySet::const_iterator iter = specifiedPropertiesForUseCounter.begin(); iter != specifiedPropertiesForUseCounter.end(); ++iter) {
end               148 Source/core/animation/css/CSSAnimations.cpp     std::stable_sort(keyframes.begin(), keyframes.end(), Keyframe::compareOffsets);
end               180 Source/core/animation/css/CSSAnimations.cpp         for (PropertySet::const_iterator iter = keyframeProperties.begin(); iter != keyframeProperties.end(); ++iter)
end               188 Source/core/animation/css/CSSAnimations.cpp         for (PropertySet::const_iterator iter = allProperties.begin(); iter != allProperties.end(); ++iter) {
end               314 Source/core/animation/css/CSSAnimations.cpp         for (AnimationMap::const_iterator iter = cssAnimations->m_animations.begin(); iter != cssAnimations->m_animations.end(); ++iter)
end               330 Source/core/animation/css/CSSAnimations.cpp                 if (existing != cssAnimations->m_animations.end()) {
end               354 Source/core/animation/css/CSSAnimations.cpp     for (HashSet<AtomicString>::const_iterator iter = inactive.begin(); iter != inactive.end(); ++iter) {
end               376 Source/core/animation/css/CSSAnimations.cpp     for (Vector<AtomicString>::const_iterator iter = update->cancelledAnimationNames().begin(); iter != update->cancelledAnimationNames().end(); ++iter) {
end               380 Source/core/animation/css/CSSAnimations.cpp     for (Vector<AtomicString>::const_iterator iter = update->animationsWithPauseToggled().begin(); iter != update->animationsWithPauseToggled().end(); ++iter) {
end               388 Source/core/animation/css/CSSAnimations.cpp     for (Vector<CSSAnimationUpdate::NewAnimation>::const_iterator iter = update->newAnimations().begin(); iter != update->newAnimations().end(); ++iter) {
end               407 Source/core/animation/css/CSSAnimations.cpp     for (HashSet<CSSPropertyID>::iterator iter = update->cancelledTransitions().begin(); iter != update->cancelledTransitions().end(); ++iter) {
end               411 Source/core/animation/css/CSSAnimations.cpp         if (activeAnimations && activeAnimations->hasActiveAnimationsOnCompositor(id) && update->newTransitions().find(id) != update->newTransitions().end())
end               416 Source/core/animation/css/CSSAnimations.cpp     for (CSSAnimationUpdate::NewTransitionMap::const_iterator iter = update->newTransitions().begin(); iter != update->newTransitions().end(); ++iter) {
end               462 Source/core/animation/css/CSSAnimations.cpp         if (activeTransitionIter != activeTransitions->end()) {
end               569 Source/core/animation/css/CSSAnimations.cpp         for (TransitionMap::const_iterator iter = activeTransitions->begin(); iter != activeTransitions->end(); ++iter) {
end               582 Source/core/animation/css/CSSAnimations.cpp     for (AnimationMap::iterator iter = m_animations.begin(); iter != m_animations.end(); ++iter)
end               585 Source/core/animation/css/CSSAnimations.cpp     for (TransitionMap::iterator iter = m_transitions.begin(); iter != m_transitions.end(); ++iter)
end               622 Source/core/animation/css/CSSAnimations.cpp         for (CSSAnimationUpdate::NewTransitionMap::const_iterator iter = update->newTransitions().begin(); iter != update->newTransitions().end(); ++iter)
end               629 Source/core/animation/css/CSSAnimations.cpp             for (HashSet<CSSPropertyID>::iterator iter = update->cancelledTransitions().begin(); iter != update->cancelledTransitions().end(); ++iter) {
end               640 Source/core/animation/css/CSSAnimations.cpp         for (WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >::const_iterator iter = update->activeInterpolationsForAnimations().begin(); iter != update->activeInterpolationsForAnimations().end(); ++iter)
end               194 Source/core/clipboard/Clipboard.cpp     types.appendRange(typesSet.begin(), typesSet.end());
end                52 Source/core/clipboard/DataObject.cpp     for (ListHashSet<String>::const_iterator it = types.begin(); it != types.end(); ++it) {
end                52 Source/core/css/CSSCanvasValue.cpp     RenderObjectSizeCountMap::const_iterator end = clients().end();
end                53 Source/core/css/CSSCanvasValue.cpp     for (RenderObjectSizeCountMap::const_iterator curr = clients().begin(); curr != end; ++curr)
end                59 Source/core/css/CSSCanvasValue.cpp     RenderObjectSizeCountMap::const_iterator end = clients().end();
end                60 Source/core/css/CSSCanvasValue.cpp     for (RenderObjectSizeCountMap::const_iterator curr = clients().begin(); curr != end; ++curr)
end               789 Source/core/css/CSSComputedStyleDeclaration.cpp     Vector<RefPtr<FilterOperation> >::const_iterator end = style.filter().operations().end();
end               790 Source/core/css/CSSComputedStyleDeclaration.cpp     for (Vector<RefPtr<FilterOperation> >::const_iterator it = style.filter().operations().begin(); it != end; ++it) {
end              1357 Source/core/css/CSSComputedStyleDeclaration.cpp     for (CounterDirectiveMap::const_iterator it = map->begin(); it != map->end(); ++it) {
end               192 Source/core/css/CSSCrossfadeValue.cpp     RenderObjectSizeCountMap::const_iterator end = clients().end();
end               193 Source/core/css/CSSCrossfadeValue.cpp     for (RenderObjectSizeCountMap::const_iterator curr = clients().begin(); curr != end; ++curr) {
end                63 Source/core/css/CSSCursorImageValue.cpp     HashSet<SVGElement*>::const_iterator end = m_referencedElements.end();
end                66 Source/core/css/CSSCursorImageValue.cpp     for (; it != end; ++it) {
end               196 Source/core/css/CSSFontFace.cpp     std::sort(m_ranges.begin(), m_ranges.end());
end               228 Source/core/css/CSSFontFace.cpp         Vector<UnicodeRange>::const_iterator it = std::lower_bound(m_ranges.begin(), m_ranges.end(), c);
end               229 Source/core/css/CSSFontFace.cpp         if (it != m_ranges.end() && it->contains(c))
end                99 Source/core/css/CSSGradientValue.cpp             std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);
end              1121 Source/core/css/CSSGrammar.y         CSSParserSelector* end = $$;
end              1122 Source/core/css/CSSGrammar.y         while (end->tagHistory())
end              1123 Source/core/css/CSSGrammar.y             end = end->tagHistory();
end              1124 Source/core/css/CSSGrammar.y         end->setRelation(CSSSelector::Descendant);
end              1126 Source/core/css/CSSGrammar.y             end->setRelationIsAffectedByPseudoContent();
end              1127 Source/core/css/CSSGrammar.y         end->setTagHistory(parser->sinkFloatingSelector($1));
end              1131 Source/core/css/CSSGrammar.y         CSSParserSelector* end = $$;
end              1132 Source/core/css/CSSGrammar.y         while (end->tagHistory())
end              1133 Source/core/css/CSSGrammar.y             end = end->tagHistory();
end              1134 Source/core/css/CSSGrammar.y         end->setRelation($2);
end              1136 Source/core/css/CSSGrammar.y             end->setRelationIsAffectedByPseudoContent();
end              1137 Source/core/css/CSSGrammar.y         end->setTagHistory(parser->sinkFloatingSelector($1));
end                52 Source/core/css/CSSGridTemplateAreasValue.cpp     NamedGridAreaMap::const_iterator end = gridAreaMap.end();
end                53 Source/core/css/CSSGridTemplateAreasValue.cpp     for (NamedGridAreaMap::const_iterator it = gridAreaMap.begin(); it != end; ++it) {
end                59 Source/core/css/CSSGridTemplateAreasValue.cpp     end = gridAreaMap.end();
end                60 Source/core/css/CSSGridTemplateAreasValue.cpp     for (NamedGridAreaMap::const_iterator it = gridAreaMap.begin(); it != end; ++it) {
end                54 Source/core/css/CSSImageGeneratorValue.cpp     if (it == m_clients.end())
end                66 Source/core/css/CSSImageGeneratorValue.cpp     ASSERT_WITH_SECURITY_IMPLICATION(it != m_clients.end());
end                86 Source/core/css/CSSImageGeneratorValue.cpp     if (it != m_clients.end()) {
end                76 Source/core/css/CSSImageSetValue.cpp     std::sort(m_imagesInSet.begin(), m_imagesInSet.end(), CSSImageSetValue::compareByScaleFactor);
end                38 Source/core/css/CSSMarkup.cpp     const CharacterType* end = characters + length;
end                41 Source/core/css/CSSMarkup.cpp     if (characters != end && characters[0] == '-')
end                45 Source/core/css/CSSMarkup.cpp     if (characters == end || !(characters[0] == '_' || characters[0] >= 128 || isASCIIAlpha(characters[0])))
end                50 Source/core/css/CSSMarkup.cpp     for (; characters != end; ++characters) {
end                74 Source/core/css/CSSMarkup.cpp     const CharacterType* end = characters + length;
end                76 Source/core/css/CSSMarkup.cpp     for (; characters != end; ++characters) {
end               226 Source/core/css/CSSParserValues.cpp     CSSParserSelector* end = this;
end               227 Source/core/css/CSSParserValues.cpp     while (end->tagHistory())
end               228 Source/core/css/CSSParserValues.cpp         end = end->tagHistory();
end               229 Source/core/css/CSSParserValues.cpp     end->setRelation(relation);
end               230 Source/core/css/CSSParserValues.cpp     end->setTagHistory(selector);
end                47 Source/core/css/CSSPropertySourceData.cpp SourceRange::SourceRange(unsigned start, unsigned end)
end                49 Source/core/css/CSSPropertySourceData.cpp     , end(end)
end                55 Source/core/css/CSSPropertySourceData.cpp     return end - start;
end                48 Source/core/css/CSSPropertySourceData.h     SourceRange(unsigned start, unsigned end);
end                54 Source/core/css/CSSPropertySourceData.h     unsigned end;
end                42 Source/core/css/CSSSegmentedFontFace.cpp     , m_firstNonCssConnectedFace(m_fontFaces.end())
end                49 Source/core/css/CSSSegmentedFontFace.cpp     for (FontFaceList::iterator it = m_fontFaces.begin(); it != m_fontFaces.end(); ++it)
end                65 Source/core/css/CSSSegmentedFontFace.cpp     for (FontFaceList::const_iterator it = m_fontFaces.begin(); it != m_fontFaces.end(); ++it) {
end                93 Source/core/css/CSSSegmentedFontFace.cpp         if (m_firstNonCssConnectedFace == m_fontFaces.end())
end               102 Source/core/css/CSSSegmentedFontFace.cpp     if (it == m_fontFaces.end())
end               169 Source/core/css/CSSSegmentedFontFace.cpp     for (FontFaceList::const_iterator it = m_fontFaces.begin(); it != m_fontFaces.end(); ++it) {
end               178 Source/core/css/CSSSegmentedFontFace.cpp     for (FontFaceList::const_iterator it = m_fontFaces.begin(); it != m_fontFaces.end(); ++it) {
end               187 Source/core/css/CSSSegmentedFontFace.cpp     for (FontFaceList::iterator it = m_fontFaces.begin(); it != m_fontFaces.end(); ++it)
end               193 Source/core/css/CSSSegmentedFontFace.cpp     for (FontFaceList::const_iterator it = m_fontFaces.begin(); it != m_fontFaces.end(); ++it) {
end               202 Source/core/css/CSSSegmentedFontFace.cpp     for (FontFaceList::const_iterator it = m_fontFaces.begin(); it != m_fontFaces.end(); ++it) {
end               420 Source/core/css/CSSSelector.cpp     if (slot != nameToPseudoType->end())
end               521 Source/core/css/CSSTokenizer-in.cpp     SrcCharacterType* end = checkAndSkipString(src, quote);
end               522 Source/core/css/CSSTokenizer-in.cpp     return end ? end - src : 0;
end               586 Source/core/css/CSSTokenizer-in.cpp inline bool CSSTokenizer::findURI(CharacterType*& start, CharacterType*& end, UChar& quote)
end               592 Source/core/css/CSSTokenizer-in.cpp         end = checkAndSkipString(start, quote);
end               593 Source/core/css/CSSTokenizer-in.cpp         if (!end)
end               597 Source/core/css/CSSTokenizer-in.cpp         end = start;
end               598 Source/core/css/CSSTokenizer-in.cpp         while (isURILetter(*end)) {
end               599 Source/core/css/CSSTokenizer-in.cpp             if (LIKELY(*end != '\\')) {
end               600 Source/core/css/CSSTokenizer-in.cpp                 ++end;
end               602 Source/core/css/CSSTokenizer-in.cpp                 end = checkAndSkipEscape(end);
end               603 Source/core/css/CSSTokenizer-in.cpp                 if (!end)
end               609 Source/core/css/CSSTokenizer-in.cpp     end = skipWhiteSpace(end);
end               610 Source/core/css/CSSTokenizer-in.cpp     if (*end != ')')
end              1554 Source/core/css/CSSTokenizer-in.cpp         unsigned end = start + suffixLength;
end              1555 Source/core/css/CSSTokenizer-in.cpp         for (unsigned i = start; i < end; i++)
end              1576 Source/core/css/CSSTokenizer-in.cpp     unsigned end = start + suffixLength;
end              1577 Source/core/css/CSSTokenizer-in.cpp     for (unsigned i = start; i < end; i++)
end               114 Source/core/css/CSSTokenizer.h     inline bool findURI(CharacterType*& start, CharacterType*& end, UChar& quote);
end               327 Source/core/css/ElementRuleCollector.cpp     std::sort(m_matchedRules->begin(), m_matchedRules->end(), compareRules);
end               155 Source/core/css/ElementRuleCollector.h         for (typename RuleDataListType::const_iterator it = rules->begin(), end = rules->end(); it != end; ++it)
end                79 Source/core/css/FontFaceCache.cpp     if (it != m_styleRuleToFontFace.end()) {
end                88 Source/core/css/FontFaceCache.cpp     if (fontFacesIter == m_fontFaces.end())
end                93 Source/core/css/FontFaceCache.cpp     if (familyFontFacesIter == familyFontFaces->end())
end               112 Source/core/css/FontFaceCache.cpp     for (StyleRuleToFontFace::iterator it = m_styleRuleToFontFace.begin(); it != m_styleRuleToFontFace.end(); ++it)
end               203 Source/core/css/FontFaceCache.cpp         for (TraitsMap::const_iterator i = familyFontFaces->begin(); i != familyFontFaces->end(); ++i) {
end               162 Source/core/css/FontFaceSet.cpp     for (ListHashSet<RefPtr<FontFace> >::iterator it = m_nonCSSConnectedFaces.begin(); it != m_nonCSSConnectedFaces.end(); ++it)
end               305 Source/core/css/FontFaceSet.cpp     for (ListHashSet<RefPtr<FontFace> >::iterator it = m_nonCSSConnectedFaces.begin(); it != m_nonCSSConnectedFaces.end(); ++it) {
end               322 Source/core/css/FontFaceSet.cpp     if (it != m_nonCSSConnectedFaces.end()) {
end               374 Source/core/css/FontFaceSet.cpp     for (ListHashSet<RefPtr<FontFace> >::const_iterator it = cssConnectedFaces.begin(); it != cssConnectedFaces.end(); ++it)
end               376 Source/core/css/FontFaceSet.cpp     for (ListHashSet<RefPtr<FontFace> >::const_iterator it = m_nonCSSConnectedFaces.begin(); it != m_nonCSSConnectedFaces.end(); ++it)
end                93 Source/core/css/MediaQuery.cpp     nonCopyingSort(m_expressions->begin(), m_expressions->end(), expressionCompare);
end                81 Source/core/css/PageRuleCollector.cpp     std::stable_sort(matchedPageRules.begin(), matchedPageRules.end(), comparePageRules);
end                35 Source/core/css/RemoteFontFaceSource.cpp     for (FontDataTable::iterator it = m_fontDataTable.begin(); it != m_fontDataTable.end(); ++it) {
end               220 Source/core/css/RuleFeature.cpp             for (Vector<AtomicString>::const_iterator it = features.classes.begin(); it != features.classes.end(); ++it)
end               222 Source/core/css/RuleFeature.cpp             for (Vector<AtomicString>::const_iterator it = features.attributes.begin(); it != features.attributes.end(); ++it)
end               342 Source/core/css/RuleFeature.cpp     for (InvalidationSetMap::const_iterator it = other.m_classInvalidationSets.begin(); it != other.m_classInvalidationSets.end(); ++it)
end               344 Source/core/css/RuleFeature.cpp     for (InvalidationSetMap::const_iterator it = other.m_attributeInvalidationSets.begin(); it != other.m_attributeInvalidationSets.end(); ++it)
end               346 Source/core/css/RuleFeature.cpp     for (InvalidationSetMap::const_iterator it = other.m_idInvalidationSets.begin(); it != other.m_idInvalidationSets.end(); ++it)
end               330 Source/core/css/RuleSet.cpp     PendingRuleMap::iterator end = pendingMap.end();
end               331 Source/core/css/RuleSet.cpp     for (PendingRuleMap::iterator it = pendingMap.begin(); it != end; ++it) {
end               412 Source/core/css/RuleSet.cpp     for (WillBeHeapVector<RuleData>::const_iterator it = m_allRules.begin(); it != m_allRules.end(); ++it)
end                58 Source/core/css/SVGCSSComputedStyleDeclaration.cpp     SVGLengthList::ConstIterator itEnd = dashes->end();
end               134 Source/core/css/SelectorFilter.cpp     unsigned* end = identifierHashes + maximumIdentifierCount;
end               165 Source/core/css/SelectorFilter.cpp         if (hash == end)
end               434 Source/core/css/StyleSheetContents.cpp     for (ClientsIterator it = root->m_loadingClients.begin(); it != root->m_loadingClients.end(); ++it)
end               621 Source/core/css/StyleSheetContents.cpp     for (WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >::iterator it = clients.begin(); it != clients.end(); ++it) {
end               647 Source/core/css/StyleSheetContents.cpp     for (WillBeHeapHashSet<RawPtrWillBeWeakMember<CSSStyleSheet> >::iterator it = clients.begin(); it != clients.end(); ++it) {
end                57 Source/core/css/TreeBoundaryCrossingRules.cpp     for (TreeBoundaryCrossingRuleSetMap::iterator::Values it = m_treeBoundaryCrossingRuleSetMap.values().begin(); it != m_treeBoundaryCrossingRuleSetMap.values().end(); ++it) {
end                48 Source/core/css/TreeBoundaryCrossingRules.h     DocumentOrderedList::iterator end() { return m_scopingNodes.end(); }
end                60 Source/core/css/invalidation/DescendantInvalidationSet.cpp         HashSet<AtomicString>::const_iterator end = other.m_classes->end();
end                61 Source/core/css/invalidation/DescendantInvalidationSet.cpp         for (HashSet<AtomicString>::const_iterator it = other.m_classes->begin(); it != end; ++it)
end                66 Source/core/css/invalidation/DescendantInvalidationSet.cpp         HashSet<AtomicString>::const_iterator end = other.m_ids->end();
end                67 Source/core/css/invalidation/DescendantInvalidationSet.cpp         for (HashSet<AtomicString>::const_iterator it = other.m_ids->begin(); it != end; ++it)
end                72 Source/core/css/invalidation/DescendantInvalidationSet.cpp         HashSet<AtomicString>::const_iterator end = other.m_tagNames->end();
end                73 Source/core/css/invalidation/DescendantInvalidationSet.cpp         for (HashSet<AtomicString>::const_iterator it = other.m_tagNames->begin(); it != end; ++it)
end                78 Source/core/css/invalidation/DescendantInvalidationSet.cpp         HashSet<AtomicString>::const_iterator end = other.m_attributes->end();
end                79 Source/core/css/invalidation/DescendantInvalidationSet.cpp         for (HashSet<AtomicString>::const_iterator it = other.m_attributes->begin(); it != end; ++it)
end               144 Source/core/css/invalidation/DescendantInvalidationSet.cpp     for (HashSet<AtomicString>::const_iterator it = m_classes->begin(); it != m_classes->end(); ++it)
end               152 Source/core/css/invalidation/DescendantInvalidationSet.cpp     for (HashSet<AtomicString>::const_iterator it = m_attributes->begin(); it != m_attributes->end(); ++it)
end               160 Source/core/css/invalidation/DescendantInvalidationSet.cpp     for (HashSet<AtomicString>::const_iterator it = m_ids->begin(); it != m_ids->end(); ++it)
end               168 Source/core/css/invalidation/DescendantInvalidationSet.cpp     for (HashSet<AtomicString>::const_iterator it = m_tagNames->begin(); it != m_tagNames->end(); ++it)
end                72 Source/core/css/invalidation/StyleInvalidator.cpp         for (Vector<AtomicString>::const_iterator it = m_invalidationClasses.begin(); it != m_invalidationClasses.end(); ++it) {
end                78 Source/core/css/invalidation/StyleInvalidator.cpp         for (Vector<AtomicString>::const_iterator it = m_invalidationAttributes.begin(); it != m_invalidationAttributes.end(); ++it) {
end               103 Source/core/css/invalidation/StyleInvalidator.cpp             for (InvalidationList::const_iterator it = invalidationList->begin(); it != invalidationList->end(); ++it) {
end               882 Source/core/css/parser/BisonCSSParser-in.cpp static bool parseTransformTranslateArguments(CharType*& pos, CharType* end, unsigned expectedCount, CSSTransformValue* transformValue)
end               885 Source/core/css/parser/BisonCSSParser-in.cpp         size_t delimiter = WTF::find(pos, end - pos, expectedCount == 1 ? ')' : ',');
end               903 Source/core/css/parser/BisonCSSParser-in.cpp static PassRefPtrWillBeRawPtr<CSSTransformValue> parseTranslateTransformValue(CharType*& pos, CharType* end)
end               907 Source/core/css/parser/BisonCSSParser-in.cpp     if (end - pos < shortestValidTransformStringLength)
end               944 Source/core/css/parser/BisonCSSParser-in.cpp     if (!parseTransformTranslateArguments(pos, end, expectedArgumentCount, transformValue.get()))
end               950 Source/core/css/parser/BisonCSSParser-in.cpp static PassRefPtrWillBeRawPtr<CSSValueList> parseTranslateTransformList(CharType*& pos, CharType* end)
end               953 Source/core/css/parser/BisonCSSParser-in.cpp     while (pos < end) {
end               954 Source/core/css/parser/BisonCSSParser-in.cpp         while (pos < end && isCSSSpace(*pos))
end               956 Source/core/css/parser/BisonCSSParser-in.cpp         RefPtrWillBeRawPtr<CSSTransformValue> transformValue = parseTranslateTransformValue(pos, end);
end               962 Source/core/css/parser/BisonCSSParser-in.cpp         if (pos < end) {
end               979 Source/core/css/parser/BisonCSSParser-in.cpp         const LChar* end = pos + string.length();
end               980 Source/core/css/parser/BisonCSSParser-in.cpp         transformList = parseTranslateTransformList(pos, end);
end               985 Source/core/css/parser/BisonCSSParser-in.cpp         const UChar* end = pos + string.length();
end               986 Source/core/css/parser/BisonCSSParser-in.cpp         transformList = parseTranslateTransformList(pos, end);
end              1736 Source/core/css/parser/BisonCSSParser-in.cpp         m_supportsRuleDataStack->last()->ruleHeaderRange.end = m_tokenizer.tokenStart<LChar>() - m_tokenizer.m_dataStart8.get();
end              1738 Source/core/css/parser/BisonCSSParser-in.cpp         m_supportsRuleDataStack->last()->ruleHeaderRange.end = m_tokenizer.tokenStart<UChar>() - m_tokenizer.m_dataStart16.get();
end              3859 Source/core/css/parser/CSSPropertyParser.cpp         if (gridAreaIt == gridAreaMap.end()) {
end              4907 Source/core/css/parser/CSSPropertyParser.cpp static int checkForValidDouble(const CharacterType* string, const CharacterType* end, const char terminator)
end              4909 Source/core/css/parser/CSSPropertyParser.cpp     int length = end - string;
end              4938 Source/core/css/parser/CSSPropertyParser.cpp static int parseDouble(const CharacterType* string, const CharacterType* end, const char terminator, double& value)
end              4940 Source/core/css/parser/CSSPropertyParser.cpp     int length = checkForValidDouble(string, end, terminator);
end              4973 Source/core/css/parser/CSSPropertyParser.cpp static bool parseColorIntOrPercentage(const CharacterType*& string, const CharacterType* end, const char terminator, CSSPrimitiveValue::UnitTypes& expect, int& value)
end              4978 Source/core/css/parser/CSSPropertyParser.cpp     while (current != end && isHTMLSpace<CharacterType>(*current))
end              4980 Source/core/css/parser/CSSPropertyParser.cpp     if (current != end && *current == '-') {
end              4984 Source/core/css/parser/CSSPropertyParser.cpp     if (current == end || !isASCIIDigit(*current))
end              4986 Source/core/css/parser/CSSPropertyParser.cpp     while (current != end && isASCIIDigit(*current)) {
end              4991 Source/core/css/parser/CSSPropertyParser.cpp             while (current != end && isASCIIDigit(*current))
end              4998 Source/core/css/parser/CSSPropertyParser.cpp     if (current == end)
end              5008 Source/core/css/parser/CSSPropertyParser.cpp         int numCharactersParsed = parseDouble(current, end, '%', percentage);
end              5030 Source/core/css/parser/CSSPropertyParser.cpp     while (current != end && isHTMLSpace<CharacterType>(*current))
end              5032 Source/core/css/parser/CSSPropertyParser.cpp     if (current == end || *current++ != terminator)
end              5055 Source/core/css/parser/CSSPropertyParser.cpp static inline bool parseAlphaValue(const CharacterType*& string, const CharacterType* end, const char terminator, int& value)
end              5057 Source/core/css/parser/CSSPropertyParser.cpp     while (string != end && isHTMLSpace<CharacterType>(*string))
end              5062 Source/core/css/parser/CSSPropertyParser.cpp     if (string != end && *string == '-') {
end              5069 Source/core/css/parser/CSSPropertyParser.cpp     int length = end - string;
end              5077 Source/core/css/parser/CSSPropertyParser.cpp         if (checkForValidDouble(string, end, terminator)) {
end              5079 Source/core/css/parser/CSSPropertyParser.cpp             string = end;
end              5087 Source/core/css/parser/CSSPropertyParser.cpp         string = end;
end              5094 Source/core/css/parser/CSSPropertyParser.cpp         string = end;
end              5099 Source/core/css/parser/CSSPropertyParser.cpp     if (!parseDouble(string, end, terminator, alpha))
end              5102 Source/core/css/parser/CSSPropertyParser.cpp     string = end;
end              5147 Source/core/css/parser/CSSPropertyParser.cpp         const CharacterType* end = characters + length;
end              5153 Source/core/css/parser/CSSPropertyParser.cpp         if (!parseColorIntOrPercentage(current, end, ',', expect, red))
end              5155 Source/core/css/parser/CSSPropertyParser.cpp         if (!parseColorIntOrPercentage(current, end, ',', expect, green))
end              5157 Source/core/css/parser/CSSPropertyParser.cpp         if (!parseColorIntOrPercentage(current, end, ',', expect, blue))
end              5159 Source/core/css/parser/CSSPropertyParser.cpp         if (!parseAlphaValue(current, end, ')', alpha))
end              5161 Source/core/css/parser/CSSPropertyParser.cpp         if (current != end)
end              5170 Source/core/css/parser/CSSPropertyParser.cpp         const CharacterType* end = characters + length;
end              5174 Source/core/css/parser/CSSPropertyParser.cpp         if (!parseColorIntOrPercentage(current, end, ',', expect, red))
end              5176 Source/core/css/parser/CSSPropertyParser.cpp         if (!parseColorIntOrPercentage(current, end, ',', expect, green))
end              5178 Source/core/css/parser/CSSPropertyParser.cpp         if (!parseColorIntOrPercentage(current, end, ')', expect, blue))
end              5180 Source/core/css/parser/CSSPropertyParser.cpp         if (current != end)
end                38 Source/core/css/parser/MediaQueryInputStream.cpp unsigned long long MediaQueryInputStream::getUInt(unsigned start, unsigned end)
end                40 Source/core/css/parser/MediaQueryInputStream.cpp     ASSERT(start <= end && ((m_offset + end) <= m_string.length()));
end                43 Source/core/css/parser/MediaQueryInputStream.cpp     if (start < end) {
end                45 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToUInt64Strict(m_string.characters8() + m_offset + start, end - start, &isResultOK);
end                47 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToUInt64Strict(m_string.characters16() + m_offset + start, end - start, &isResultOK);
end                52 Source/core/css/parser/MediaQueryInputStream.cpp double MediaQueryInputStream::getDouble(unsigned start, unsigned end)
end                54 Source/core/css/parser/MediaQueryInputStream.cpp     ASSERT(start <= end && ((m_offset + end) <= m_string.length()));
end                57 Source/core/css/parser/MediaQueryInputStream.cpp     if (start < end) {
end                59 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToDouble(m_string.characters8() + m_offset + start, end - start, &isResultOK);
end                61 Source/core/css/parser/MediaQueryInputStream.cpp             result = charactersToDouble(m_string.characters16() + m_offset + start, end - start, &isResultOK);
end                38 Source/core/css/parser/MediaQueryInputStream.h     unsigned long long getUInt(unsigned start, unsigned end);
end                39 Source/core/css/parser/MediaQueryInputStream.h     double getDouble(unsigned start, unsigned end);
end               210 Source/core/css/parser/MediaQueryParser.cpp     for (Vector<MediaQueryToken>::iterator token = m_tokens.begin(); token != m_tokens.end(); ++token)
end                67 Source/core/css/resolver/MatchedPropertiesCache.cpp     if (it == m_cache.end())
end               115 Source/core/css/resolver/MatchedPropertiesCache.cpp     for (Cache::iterator it = m_cache.begin(); it != m_cache.end(); ++it) {
end               131 Source/core/css/resolver/MatchedPropertiesCache.cpp     Cache::iterator end = m_cache.end();
end               132 Source/core/css/resolver/MatchedPropertiesCache.cpp     for (; it != end; ++it) {
end               102 Source/core/css/resolver/ScopedStyleResolver.cpp     if (it == m_keyframesRuleMap.end())
end               113 Source/core/css/resolver/ScopedStyleResolver.cpp         if (it == m_keyframesRuleMap.end())
end                98 Source/core/css/resolver/ScopedStyleTree.cpp     for (HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.begin(); it != m_authorStyles.end(); ++it) {
end               195 Source/core/css/resolver/ScopedStyleTree.cpp     for (HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.begin(); it != m_authorStyles.end(); ++it)
end               202 Source/core/css/resolver/ScopedStyleTree.cpp     for (HashMap<const ContainerNode*, OwnPtr<ScopedStyleResolver> >::iterator it = m_authorStyles.begin(); it != m_authorStyles.end(); ++it) {
end                46 Source/core/css/resolver/ScopedStyleTree.h         return it != m_authorStyles.end() ? it->value.get() : 0;
end               280 Source/core/css/resolver/SharedStyleFinder.cpp     for (StyleSharingList::iterator it = styleSharingList.begin(); it != styleSharingList.end(); ++it) {
end               165 Source/core/css/resolver/StyleResolver.cpp         HashSet<SVGFontFaceElement*>::const_iterator end = svgFontFaceElements.end();
end               166 Source/core/css/resolver/StyleResolver.cpp         for (HashSet<SVGFontFaceElement*>::const_iterator it = svgFontFaceElements.begin(); it != end; ++it)
end               213 Source/core/css/resolver/StyleResolver.cpp     for (ListHashSet<CSSStyleSheet*, 16>::iterator it = m_pendingStyleSheets.begin(); it != m_pendingStyleSheets.end(); ++it)
end               345 Source/core/css/resolver/StyleResolver.cpp         m_styleSharingList.remove(--m_styleSharingList.end());
end               413 Source/core/css/resolver/StyleResolver.cpp     for (DocumentOrderedList::iterator it = m_treeBoundaryCrossingRules.begin(); it != m_treeBoundaryCrossingRules.end(); ++it) {
end              1098 Source/core/css/resolver/StyleResolver.cpp     for (WillBeHeapHashMap<CSSPropertyID, RefPtrWillBeMember<Interpolation> >::const_iterator iter = activeInterpolations.begin(); iter != activeInterpolations.end(); ++iter) {
end               123 Source/core/css/resolver/StyleResourceLoader.cpp     PendingImagePropertyMap::const_iterator::Keys end = elementStyleResources.pendingImageProperties().end().keys();
end               124 Source/core/css/resolver/StyleResourceLoader.cpp     for (PendingImagePropertyMap::const_iterator::Keys it = elementStyleResources.pendingImageProperties().begin().keys(); it != end; ++it) {
end               219 Source/core/dom/ContainerNode.cpp     for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
end               348 Source/core/dom/ContainerNode.cpp     for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
end               394 Source/core/dom/ContainerNode.cpp     for (NodeVector::const_iterator it = children.begin(); it != children.end(); ++it) {
end               593 Source/core/dom/ContainerNode.cpp     for (NodeVector::const_iterator it = targets.begin(); it != targets.end(); ++it) {
end                70 Source/core/dom/ContextLifecycleNotifier.cpp     ActiveDOMObjectSet::iterator activeObjectsEnd = m_activeDOMObjects.end();
end                81 Source/core/dom/ContextLifecycleNotifier.cpp     ActiveDOMObjectSet::iterator activeObjectsEnd = m_activeDOMObjects.end();
end                92 Source/core/dom/ContextLifecycleNotifier.cpp     ActiveDOMObjectSet::iterator activeObjectsEnd = m_activeDOMObjects.end();
end               103 Source/core/dom/ContextLifecycleNotifier.cpp     ActiveDOMObjectSet::iterator activeObjectsEnd = m_activeDOMObjects.end();
end               113 Source/core/dom/ContextLifecycleNotifier.cpp     ActiveDOMObjectSet::const_iterator activeObjectsEnd = activeDOMObjects().end();
end                53 Source/core/dom/DOMStringList.cpp     std::sort(m_strings.begin(), m_strings.end(), WTF::codePointCompareLessThan);
end              1412 Source/core/dom/Document.cpp     HashSet<DocumentVisibilityObserver*>::const_iterator observerEnd = m_visibilityObservers.end();
end              2012 Source/core/dom/Document.cpp     HashSet<Element*>::iterator end = m_layerUpdateElements.end();
end              2013 Source/core/dom/Document.cpp     for (HashSet<Element*>::iterator it = m_layerUpdateElements.begin(); it != end; ++it)
end              2054 Source/core/dom/Document.cpp     Vector<SVGUseElement*>::iterator end = elements.end();
end              2055 Source/core/dom/Document.cpp     for (Vector<SVGUseElement*>::iterator it = elements.begin(); it != end; ++it)
end              3616 Source/core/dom/Document.cpp     HashSet<NodeIterator*>::const_iterator nodeIteratorsEnd = nodeIteratorsList.end();
end              3628 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
end              3629 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
end              3638 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
end              3639 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
end              3643 Source/core/dom/Document.cpp     HashSet<NodeIterator*>::const_iterator nodeIteratorsEnd = m_nodeIterators.end();
end              3660 Source/core/dom/Document.cpp     HashSet<NodeIterator*>::const_iterator nodeIteratorsEnd = m_nodeIterators.end();
end              3665 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator rangesEnd = m_ranges.end();
end              3680 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
end              3681 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
end              3692 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
end              3693 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
end              3706 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
end              3707 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
end              3720 Source/core/dom/Document.cpp         HashSet<Range*>::const_iterator end = m_ranges.end();
end              3721 Source/core/dom/Document.cpp         for (HashSet<Range*>::const_iterator it = m_ranges.begin(); it != end; ++it)
end              5523 Source/core/dom/Document.cpp     HashSet<LiveNodeListBase*>::iterator end = m_listsInvalidatedAtDocument.end();
end              5524 Source/core/dom/Document.cpp     for (HashSet<LiveNodeListBase*>::iterator it = m_listsInvalidatedAtDocument.begin(); it != end; ++it)
end                62 Source/core/dom/DocumentLifecycleNotifier.h     for (DocumentObserverSet::iterator i = m_documentObservers.begin(); i != m_documentObservers.end(); ++i)
end                69 Source/core/dom/DocumentLifecycleNotifier.h     for (DocumentObserverSet::iterator i = m_documentObservers.begin(); i != m_documentObservers.end(); ++i)
end               222 Source/core/dom/DocumentMarkerController.cpp             MarkerList::iterator pos = std::lower_bound(list->begin(), list->end(), toInsert, startsFurther);
end               234 Source/core/dom/DocumentMarkerController.cpp     MarkerList::iterator firstOverlapping = std::lower_bound(list->begin(), list->end(), toInsert, doesNotOverlap);
end               239 Source/core/dom/DocumentMarkerController.cpp     for (MarkerList::iterator i = firstOverlapping; i != list->end() && i->startOffset() <= inserted->endOffset(); ) {
end               268 Source/core/dom/DocumentMarkerController.cpp         MarkerList::iterator startPos = std::lower_bound(list->begin(), list->end(), startOffset, doesNotInclude);
end               269 Source/core/dom/DocumentMarkerController.cpp         for (MarkerList::iterator i = startPos; i != list->end(); ++i) {
end               319 Source/core/dom/DocumentMarkerController.cpp         MarkerList::iterator startPos = std::upper_bound(list->begin(), list->end(), startOffset, endsBefore);
end               320 Source/core/dom/DocumentMarkerController.cpp         for (MarkerList::iterator i = startPos; i != list->end(); ) {
end               381 Source/core/dom/DocumentMarkerController.cpp     MarkerMap::iterator end = m_markers.end();
end               382 Source/core/dom/DocumentMarkerController.cpp     for (MarkerMap::iterator nodeIterator = m_markers.begin(); nodeIterator != end; ++nodeIterator) {
end               415 Source/core/dom/DocumentMarkerController.cpp     std::sort(result.begin(), result.end(), compareByStart);
end               422 Source/core/dom/DocumentMarkerController.cpp     for (MarkerMap::iterator i = m_markers.begin(); i != m_markers.end(); ++i) {
end               430 Source/core/dom/DocumentMarkerController.cpp     std::sort(result.begin(), result.end(), compareByStart);
end               449 Source/core/dom/DocumentMarkerController.cpp         Vector<DocumentMarker*>::const_iterator end = markers.end();
end               450 Source/core/dom/DocumentMarkerController.cpp         for (Vector<DocumentMarker*>::const_iterator it = markers.begin(); it != end; ++it) {
end               473 Source/core/dom/DocumentMarkerController.cpp     MarkerMap::iterator end = m_markers.end();
end               474 Source/core/dom/DocumentMarkerController.cpp     for (MarkerMap::iterator nodeIterator = m_markers.begin(); nodeIterator != end; ++nodeIterator) {
end               502 Source/core/dom/DocumentMarkerController.cpp     if (iterator != m_markers.end())
end               517 Source/core/dom/DocumentMarkerController.cpp         if (iterator != m_markers.end())
end               574 Source/core/dom/DocumentMarkerController.cpp     MarkerMap::iterator end = m_markers.end();
end               575 Source/core/dom/DocumentMarkerController.cpp     for (MarkerMap::iterator i = m_markers.begin(); i != end; ++i) {
end               597 Source/core/dom/DocumentMarkerController.cpp     MarkerMap::iterator end = m_markers.end();
end               598 Source/core/dom/DocumentMarkerController.cpp     for (MarkerMap::iterator i = m_markers.begin(); i != end; ++i) {
end               625 Source/core/dom/DocumentMarkerController.cpp         MarkerList::iterator startPos = std::lower_bound(list->begin(), list->end(), startOffset, startsAfter);
end               626 Source/core/dom/DocumentMarkerController.cpp         for (MarkerList::iterator marker = startPos; marker != list->end(); ++marker) {
end               669 Source/core/dom/DocumentMarkerController.cpp     MarkerList::iterator startPos = std::upper_bound(list->begin(), list->end(), startOffset, endsBefore);
end               670 Source/core/dom/DocumentMarkerController.cpp     for (MarkerList::iterator marker = startPos; marker != list->end(); ++marker) {
end               699 Source/core/dom/DocumentMarkerController.cpp         Vector<DocumentMarker*>::const_iterator end = markers.end();
end               700 Source/core/dom/DocumentMarkerController.cpp         for (Vector<DocumentMarker*>::const_iterator it = markers.begin(); it != end; ++it) {
end               718 Source/core/dom/DocumentMarkerController.cpp     MarkerMap::const_iterator end = m_markers.end();
end               719 Source/core/dom/DocumentMarkerController.cpp     for (MarkerMap::const_iterator nodeIterator = m_markers.begin(); nodeIterator != end; ++nodeIterator) {
end                44 Source/core/dom/DocumentOrderedList.cpp     iterator end = m_nodes.end();
end                45 Source/core/dom/DocumentOrderedList.cpp     iterator it = end;
end                53 Source/core/dom/DocumentOrderedList.h     iterator end() { return m_nodes.end(); }
end                86 Source/core/dom/DocumentOrderedMap.cpp     if (it == m_map.end())
end               141 Source/core/dom/DocumentOrderedMap.cpp     if (it == m_map.end())
end                84 Source/core/dom/DocumentOrderedMap.h     return it != m_map.end() && it->value->count > 1;
end                60 Source/core/dom/DocumentStyleSheetCollection.cpp     DocumentOrderedList::iterator end = m_styleSheetCandidateNodes.end();
end                61 Source/core/dom/DocumentStyleSheetCollection.cpp     for (DocumentOrderedList::iterator it = begin; it != end; ++it) {
end               152 Source/core/dom/Element.cpp     AttrNodeList::const_iterator end = attrNodeList.end();
end               153 Source/core/dom/Element.cpp     for (AttrNodeList::const_iterator it = attrNodeList.begin(); it != end; ++it) {
end               230 Source/core/dom/ExecutionContext.cpp     for (TimeoutMap::iterator iter = m_timeouts.begin(); iter != m_timeouts.end(); ++iter)
end               221 Source/core/dom/FullscreenElementStack.cpp             Document* followingDoc = following != docs.end() ? *following : 0;
end               245 Source/core/dom/FullscreenElementStack.cpp         } while (++current != docs.end());
end               302 Source/core/dom/FullscreenElementStack.cpp     for (Deque<RefPtr<Document> >::iterator i = descendants.begin(); i != descendants.end(); ++i) {
end                74 Source/core/dom/IdTargetObserverRegistry.cpp     for (Vector<IdTargetObserver*>::const_iterator it = copy.begin(); it != copy.end(); ++it) {
end               156 Source/core/dom/MutationObserver.cpp     for (HashSet<MutationObserverRegistration*>::iterator iter = registrations.begin(); iter != registrations.end(); ++iter)
end               211 Source/core/dom/MutationObserver.cpp     for (HashSet<MutationObserverRegistration*>::const_iterator iter = m_registrations.begin(); iter != m_registrations.end(); ++iter)
end               228 Source/core/dom/MutationObserver.cpp     for (HashSet<MutationObserverRegistration*>::iterator iter = m_registrations.begin(); iter != m_registrations.end(); ++iter) {
end               268 Source/core/dom/MutationObserver.cpp     std::sort(observers.begin(), observers.end(), ObserverLessThan());
end                59 Source/core/dom/MutationObserverInterestGroup.cpp     for (HashMap<MutationObserver*, MutationRecordDeliveryOptions>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) {
end                70 Source/core/dom/MutationObserverInterestGroup.cpp     for (HashMap<MutationObserver*, MutationRecordDeliveryOptions>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter) {
end                91 Source/core/dom/MutationObserverRegistration.cpp     for (NodeHashSet::iterator iter = m_transientRegistrationNodes->begin(); iter != m_transientRegistrationNodes->end(); ++iter)
end               129 Source/core/dom/MutationObserverRegistration.cpp     for (NodeHashSet::const_iterator iter = m_transientRegistrationNodes->begin(); iter != m_transientRegistrationNodes->end(); ++iter)
end               143 Source/core/dom/Node.cpp     for (HashSet<Node*>::iterator it = liveNodeSet.begin(); it != liveNodeSet.end(); ++it) {
end               230 Source/core/dom/Node.cpp     for (HashMap<String, size_t>::iterator it = perTagCount.begin(); it != perTagCount.end(); ++it)
end              1950 Source/core/dom/Node.cpp         for (HashSet<MutationObserverRegistration*>::iterator iter = transientRegistry->begin(); iter != transientRegistry->end(); ++iter) {
end              2056 Source/core/dom/Node.cpp     for (typename Registry::iterator iter = registry->begin(); iter != registry->end(); ++iter) {
end              2145 Source/core/dom/Node.cpp             for (HashSet<MutationObserverRegistration*>::iterator iter = transientRegistry->begin(); iter != transientRegistry->end(); ++iter)
end                46 Source/core/dom/NodeRareData.cpp     NodeListAtomicNameCacheMap::const_iterator atomicNameCacheEnd = m_atomicNameCaches.end();
end                53 Source/core/dom/NodeRareData.cpp     TagCollectionCacheNS::iterator tagCacheEnd = m_tagCollectionCacheNS.end();
end               178 Source/core/dom/NodeRareData.h         NodeListAtomicNameCacheMap::const_iterator atomicNameCacheEnd = m_atomicNameCaches.end();
end               184 Source/core/dom/NodeRareData.h         TagCollectionCacheNS::const_iterator tagEnd = m_tagCollectionCacheNS.end();
end               467 Source/core/dom/Position.cpp         int end = box->start() + box->len();
end               470 Source/core/dom/Position.cpp         if (m_offset <= end) {
end               787 Source/core/dom/Position.cpp                 if (textOffset <= box->end()) {
end               141 Source/core/dom/PresentationAttributeStyle.cpp     std::sort(result.attributesAndValues.begin(), result.attributesAndValues.end(), attributeNameSort);
end                94 Source/core/dom/ProcessingInstruction.cpp         if (i != attrs.end())
end               102 Source/core/dom/Range.cpp PassRefPtrWillBeRawPtr<Range> Range::create(Document& ownerDocument, const Position& start, const Position& end)
end               104 Source/core/dom/Range.cpp     return adoptRefWillBeNoop(new Range(ownerDocument, start.containerNode(), start.computeOffsetInContainerNode(), end.containerNode(), end.computeOffsetInContainerNode()));
end               199 Source/core/dom/Range.cpp static inline bool checkForDifferentRootContainer(const RangeBoundaryPoint& start, const RangeBoundaryPoint& end)
end               201 Source/core/dom/Range.cpp     Node* endRootContainer = end.container();
end               208 Source/core/dom/Range.cpp     return startRootContainer != endRootContainer || (Range::compareBoundaryPoints(start, end, ASSERT_NO_EXCEPTION) > 0);
end               273 Source/core/dom/Range.cpp void Range::setEnd(const Position& end, ExceptionState& exceptionState)
end               275 Source/core/dom/Range.cpp     Position parentAnchored = end.parentAnchoredEquivalent();
end               881 Source/core/dom/Range.cpp     for (Vector<RefPtr<Node> >::const_iterator it = ancestors.begin(); it != ancestors.end(); ++it) {
end               900 Source/core/dom/Range.cpp         for (NodeVector::const_iterator it = nodes.begin(); it != nodes.end(); ++it) {
end              1075 Source/core/dom/Range.cpp             int end = (n == m_end.container()) ? min(max(start, m_end.offset()), length) : length;
end              1076 Source/core/dom/Range.cpp             builder.append(data, start, end - start);
end              1792 Source/core/dom/Range.cpp     VisiblePosition end(endPosition());
end              1795 Source/core/dom/Range.cpp         end = endOfWord(end);
end              1798 Source/core/dom/Range.cpp         end = endOfSentence(end);
end              1801 Source/core/dom/Range.cpp         end = endOfParagraph(end);
end              1804 Source/core/dom/Range.cpp         end = endOfDocument(end);
end              1808 Source/core/dom/Range.cpp     setEnd(end.deepEquivalent().containerNode(), end.deepEquivalent().computeOffsetInContainerNode(), exceptionState);
end                49 Source/core/dom/SandboxFlags.cpp         unsigned end = start + 1;
end                50 Source/core/dom/SandboxFlags.cpp         while (end < length && !isHTMLSpace<UChar>(policy[end]))
end                51 Source/core/dom/SandboxFlags.cpp             ++end;
end                54 Source/core/dom/SandboxFlags.cpp         String sandboxToken = policy.substring(start, end - start);
end                78 Source/core/dom/SandboxFlags.cpp         start = end + 1;
end               485 Source/core/dom/SelectorQuery.cpp     if (it != m_entries.end())
end                50 Source/core/dom/ShadowTreeStyleSheetCollection.cpp     DocumentOrderedList::iterator end = m_styleSheetCandidateNodes.end();
end                51 Source/core/dom/ShadowTreeStyleSheetCollection.cpp     for (DocumentOrderedList::iterator it = begin; it != end; ++it) {
end                64 Source/core/dom/SpaceSplitString.cpp         unsigned end = start + 1;
end                65 Source/core/dom/SpaceSplitString.cpp         while (end < length && isNotHTMLSpace<CharacterType>(characters[end]))
end                66 Source/core/dom/SpaceSplitString.cpp             ++end;
end                68 Source/core/dom/SpaceSplitString.cpp         m_vector.append(AtomicString(characters + start, end - start));
end                70 Source/core/dom/SpaceSplitString.cpp         start = end + 1;
end               125 Source/core/dom/StyleEngine.cpp     TreeScopeSet::iterator end = treeScopes.end();
end               126 Source/core/dom/StyleEngine.cpp     TreeScopeSet::iterator it = end;
end               159 Source/core/dom/StyleEngine.cpp     if (it == m_styleSheetCollectionMap.end())
end               333 Source/core/dom/StyleEngine.cpp     for (TreeScopeSet::iterator it = treeScopes.begin(); it != treeScopes.end(); ++it) {
end               374 Source/core/dom/StyleEngine.cpp         for (TreeScopeSet::iterator it = treeScopes.begin(); it != treeScopes.end(); ++it) {
end               384 Source/core/dom/StyleEngine.cpp             for (HashSet<TreeScope*>::iterator it = treeScopesRemoved.begin(); it != treeScopesRemoved.end(); ++it)
end               407 Source/core/dom/StyleEngine.cpp     TreeScopeSet::const_iterator end = m_activeTreeScopes.end();
end               408 Source/core/dom/StyleEngine.cpp     for (TreeScopeSet::const_iterator it = begin; it != end; ++it) {
end               432 Source/core/dom/StyleEngine.cpp     TreeScopeSet::iterator end = m_activeTreeScopes.end();
end               433 Source/core/dom/StyleEngine.cpp     for (TreeScopeSet::iterator it = begin; it != end; ++it) {
end               627 Source/core/dom/StyleEngine.cpp     if (it == m_sheetToTextCache.end())
end               197 Source/core/dom/TreeScopeStyleSheetCollection.cpp         for (DocumentOrderedList::iterator it = styleScopedScopingNodes->begin(); it != styleScopedScopingNodes->end(); ++it)
end               201 Source/core/dom/TreeScopeStyleSheetCollection.cpp         for (ListHashSet<Node*, 4>::iterator it = removedNodes->begin(); it != removedNodes->end(); ++it)
end                78 Source/core/dom/UserActionElementSet.cpp     if (found == m_elements.end())
end                86 Source/core/dom/UserActionElementSet.cpp         ASSERT(m_elements.end() == m_elements.find(element));
end                91 Source/core/dom/UserActionElementSet.cpp     if (found == m_elements.end()) {
end               109 Source/core/dom/UserActionElementSet.cpp     if (result != m_elements.end()) {
end                57 Source/core/dom/custom/CustomElementCallbackDispatcher.cpp void CustomElementCallbackDispatcher::processElementQueueAndPop(size_t start, size_t end)
end                62 Source/core/dom/custom/CustomElementCallbackDispatcher.cpp     for (size_t i = start; i < end; i++) {
end                71 Source/core/dom/custom/CustomElementCallbackDispatcher.cpp         ASSERT(end == s_elementQueueEnd);
end                98 Source/core/dom/custom/CustomElementCallbackDispatcher.h     void processElementQueueAndPop(size_t start, size_t end);
end                85 Source/core/dom/custom/CustomElementMicrotaskDispatcher.cpp     for (Vector<CustomElementCallbackQueue*>::iterator it = m_elements.begin();it != m_elements.end(); ++it) {
end                45 Source/core/dom/custom/CustomElementObserver.cpp     if (it == elementObservers().end())
end                53 Source/core/dom/custom/CustomElementObserver.cpp     if (it == elementObservers().end())
end                57 Source/core/dom/custom/CustomElementRegistrationContext.cpp     for (CustomElementUpgradeCandidateMap::ElementSet::const_iterator it = upgradeCandidates.begin(); it != upgradeCandidates.end(); ++it)
end                40 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     UpgradeCandidateMap::const_iterator::Keys end = m_upgradeCandidates.end().keys();
end                41 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     for (UpgradeCandidateMap::const_iterator::Keys it = m_upgradeCandidates.begin().keys(); it != end; ++it)
end                54 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     if (it == m_unresolvedDefinitions.end())
end                76 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     ASSERT_WITH_SECURITY_IMPLICATION(candidate != m_upgradeCandidates.end());
end                79 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     ASSERT_WITH_SECURITY_IMPLICATION(elements != m_unresolvedDefinitions.end());
end                94 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     ASSERT_WITH_SECURITY_IMPLICATION(candidate != m_upgradeCandidates.end());
end                97 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     ASSERT_WITH_SECURITY_IMPLICATION(elements != m_unresolvedDefinitions.end());
end               105 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp     for (ElementSet::const_iterator candidate = candidates.begin(); candidate != candidates.end(); ++candidate) {
end                52 Source/core/dom/shadow/ContentDistribution.cpp     if (it == m_indices.end())
end               283 Source/core/dom/shadow/ElementShadow.cpp     return it == m_nodeToInsertionPoints.end() ? 0: it->value.last().get();
end               289 Source/core/dom/shadow/ElementShadow.cpp     return it == m_nodeToInsertionPoints.end() ? 0: &it->value;
end                98 Source/core/editing/ApplyBlockElementCommand.cpp         VisiblePosition end(visiblePositionForIndex(endIndex, endScope.get()));
end                99 Source/core/editing/ApplyBlockElementCommand.cpp         if (start.isNotNull() && end.isNotNull())
end               100 Source/core/editing/ApplyBlockElementCommand.cpp             setEndingSelection(VisibleSelection(start, end, endingSelection().isDirectional()));
end               125 Source/core/editing/ApplyBlockElementCommand.cpp     Position end;
end               130 Source/core/editing/ApplyBlockElementCommand.cpp         rangeForParagraphSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
end               131 Source/core/editing/ApplyBlockElementCommand.cpp         endOfCurrentParagraph = VisiblePosition(end);
end               134 Source/core/editing/ApplyBlockElementCommand.cpp         VisiblePosition endOfNextParagraph = endOfNextParagrahSplittingTextNodesIfNeeded(endOfCurrentParagraph, start, end);
end               136 Source/core/editing/ApplyBlockElementCommand.cpp         formatRange(start, end, m_endOfLastParagraph, blockquoteForNextIndent);
end               178 Source/core/editing/ApplyBlockElementCommand.cpp void ApplyBlockElementCommand::rangeForParagraphSplittingTextNodesIfNeeded(const VisiblePosition& endOfCurrentParagraph, Position& start, Position& end)
end               181 Source/core/editing/ApplyBlockElementCommand.cpp     end = endOfCurrentParagraph.deepEquivalent();
end               187 Source/core/editing/ApplyBlockElementCommand.cpp         isStartAndEndOnSameNode = renderStyleOfEnclosingTextNode(end) && start.containerNode() == end.containerNode();
end               192 Source/core/editing/ApplyBlockElementCommand.cpp             start = startOfParagraph(VisiblePosition(end.previous())).deepEquivalent();
end               201 Source/core/editing/ApplyBlockElementCommand.cpp                 ASSERT(end.offsetInContainerNode() >= startOffset);
end               202 Source/core/editing/ApplyBlockElementCommand.cpp                 end = Position(startText, end.offsetInContainerNode() - startOffset);
end               213 Source/core/editing/ApplyBlockElementCommand.cpp     if (RenderStyle* endStyle = renderStyleOfEnclosingTextNode(end)) {
end               214 Source/core/editing/ApplyBlockElementCommand.cpp         bool isEndAndEndOfLastParagraphOnSameNode = renderStyleOfEnclosingTextNode(m_endOfLastParagraph) && end.deprecatedNode() == m_endOfLastParagraph.deprecatedNode();
end               216 Source/core/editing/ApplyBlockElementCommand.cpp         if (endStyle->preserveNewline() && start == end && end.offsetInContainerNode() < end.containerNode()->maxCharacterOffset()) {
end               217 Source/core/editing/ApplyBlockElementCommand.cpp             int endOffset = end.offsetInContainerNode();
end               218 Source/core/editing/ApplyBlockElementCommand.cpp             if (!isNewLineAtPosition(end.previous()) && isNewLineAtPosition(end))
end               219 Source/core/editing/ApplyBlockElementCommand.cpp                 end = Position(end.containerText(), endOffset + 1);
end               220 Source/core/editing/ApplyBlockElementCommand.cpp             if (isEndAndEndOfLastParagraphOnSameNode && end.offsetInContainerNode() >= m_endOfLastParagraph.offsetInContainerNode())
end               221 Source/core/editing/ApplyBlockElementCommand.cpp                 m_endOfLastParagraph = end;
end               225 Source/core/editing/ApplyBlockElementCommand.cpp         if (!endStyle->collapseWhiteSpace() && end.offsetInContainerNode() && end.offsetInContainerNode() < end.containerNode()->maxCharacterOffset()) {
end               226 Source/core/editing/ApplyBlockElementCommand.cpp             RefPtr<Text> endContainer = end.containerText();
end               227 Source/core/editing/ApplyBlockElementCommand.cpp             splitTextNode(endContainer, end.offsetInContainerNode());
end               231 Source/core/editing/ApplyBlockElementCommand.cpp                 if (m_endOfLastParagraph.offsetInContainerNode() == end.offsetInContainerNode())
end               234 Source/core/editing/ApplyBlockElementCommand.cpp                     m_endOfLastParagraph = Position(endContainer, m_endOfLastParagraph.offsetInContainerNode() - end.offsetInContainerNode());
end               236 Source/core/editing/ApplyBlockElementCommand.cpp             end = lastPositionInNode(endContainer->previousSibling());
end               241 Source/core/editing/ApplyBlockElementCommand.cpp VisiblePosition ApplyBlockElementCommand::endOfNextParagrahSplittingTextNodesIfNeeded(VisiblePosition& endOfCurrentParagraph, Position& start, Position& end)
end               262 Source/core/editing/ApplyBlockElementCommand.cpp     if (text == end.containerNode() && text->previousSibling() && text->previousSibling()->isTextNode()) {
end               263 Source/core/editing/ApplyBlockElementCommand.cpp         ASSERT(end.offsetInContainerNode() < position.offsetInContainerNode());
end               264 Source/core/editing/ApplyBlockElementCommand.cpp         end = Position(toText(text->previousSibling()), end.offsetInContainerNode());
end                50 Source/core/editing/ApplyBlockElementCommand.h     virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>&) = 0;
end               127 Source/core/editing/ApplyStyleCommand.cpp     , m_end(endingSelection().end().upstream())
end               135 Source/core/editing/ApplyStyleCommand.cpp ApplyStyleCommand::ApplyStyleCommand(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction, EPropertyLevel propertyLevel)
end               141 Source/core/editing/ApplyStyleCommand.cpp     , m_end(end)
end               155 Source/core/editing/ApplyStyleCommand.cpp     , m_end(endingSelection().end().upstream())
end               169 Source/core/editing/ApplyStyleCommand.cpp     , m_end(endingSelection().end().upstream())
end               200 Source/core/editing/ApplyStyleCommand.cpp         return endingSelection().end();
end               241 Source/core/editing/ApplyStyleCommand.cpp     Position end = endPosition();
end               242 Source/core/editing/ApplyStyleCommand.cpp     if (comparePositions(end, start) < 0) {
end               244 Source/core/editing/ApplyStyleCommand.cpp         start = end;
end               245 Source/core/editing/ApplyStyleCommand.cpp         end = swap;
end               249 Source/core/editing/ApplyStyleCommand.cpp     VisiblePosition visibleEnd(end);
end               311 Source/core/editing/ApplyStyleCommand.cpp     Position end = endPosition();
end               312 Source/core/editing/ApplyStyleCommand.cpp     if (comparePositions(end, start) < 0) {
end               314 Source/core/editing/ApplyStyleCommand.cpp         start = end;
end               315 Source/core/editing/ApplyStyleCommand.cpp         end = swap;
end               320 Source/core/editing/ApplyStyleCommand.cpp         joinChildTextNodes(start.deprecatedNode()->parentNode(), start, end);
end               322 Source/core/editing/ApplyStyleCommand.cpp         end = endPosition();
end               325 Source/core/editing/ApplyStyleCommand.cpp     if (start.isNull() || end.isNull())
end               328 Source/core/editing/ApplyStyleCommand.cpp     if (end.deprecatedNode()->isTextNode() && start.deprecatedNode()->parentNode() != end.deprecatedNode()->parentNode()) {
end               329 Source/core/editing/ApplyStyleCommand.cpp         joinChildTextNodes(end.deprecatedNode()->parentNode(), start, end);
end               331 Source/core/editing/ApplyStyleCommand.cpp         end = endPosition();
end               334 Source/core/editing/ApplyStyleCommand.cpp     if (start.isNull() || end.isNull())
end               339 Source/core/editing/ApplyStyleCommand.cpp         splitTextAtStart(start, end);
end               341 Source/core/editing/ApplyStyleCommand.cpp         end = endPosition();
end               344 Source/core/editing/ApplyStyleCommand.cpp     if (isValidCaretPositionInTextNode(end)) {
end               345 Source/core/editing/ApplyStyleCommand.cpp         splitTextAtEnd(start, end);
end               347 Source/core/editing/ApplyStyleCommand.cpp         end = endPosition();
end               355 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(end.deprecatedNode());
end               356 Source/core/editing/ApplyStyleCommand.cpp     if (start.deprecatedNode()->isDescendantOf(end.deprecatedNode()))
end               357 Source/core/editing/ApplyStyleCommand.cpp         beyondEnd = NodeTraversal::nextSkippingChildren(*end.deprecatedNode());
end               359 Source/core/editing/ApplyStyleCommand.cpp         beyondEnd = NodeTraversal::next(*end.deprecatedNode());
end               390 Source/core/editing/ApplyStyleCommand.cpp             if (!nodeFullySelected(node, start, end))
end               561 Source/core/editing/ApplyStyleCommand.cpp     Position end = endPosition();
end               563 Source/core/editing/ApplyStyleCommand.cpp     if (start.isNull() || end.isNull())
end               566 Source/core/editing/ApplyStyleCommand.cpp     if (comparePositions(end, start) < 0) {
end               568 Source/core/editing/ApplyStyleCommand.cpp         start = end;
end               569 Source/core/editing/ApplyStyleCommand.cpp         end = swap;
end               576 Source/core/editing/ApplyStyleCommand.cpp             splitTextElementAtStart(start, end);
end               578 Source/core/editing/ApplyStyleCommand.cpp             splitTextAtStart(start, end);
end               580 Source/core/editing/ApplyStyleCommand.cpp         end = endPosition();
end               585 Source/core/editing/ApplyStyleCommand.cpp     bool splitEnd = isValidCaretPositionInTextNode(end);
end               587 Source/core/editing/ApplyStyleCommand.cpp         if (shouldSplitTextElement(end.deprecatedNode()->parentElement(), style))
end               588 Source/core/editing/ApplyStyleCommand.cpp             splitTextElementAtEnd(start, end);
end               590 Source/core/editing/ApplyStyleCommand.cpp             splitTextAtEnd(start, end);
end               592 Source/core/editing/ApplyStyleCommand.cpp         end = endPosition();
end               593 Source/core/editing/ApplyStyleCommand.cpp         endDummySpanAncestor = dummySpanAncestorForNode(end.deprecatedNode());
end               609 Source/core/editing/ApplyStyleCommand.cpp         HTMLElement* endUnsplitAncestor = splitAncestorsWithUnicodeBidi(end.deprecatedNode(), false, textDirection);
end               611 Source/core/editing/ApplyStyleCommand.cpp         removeEmbeddingUpToEnclosingBlock(end.deprecatedNode(), endUnsplitAncestor);
end               615 Source/core/editing/ApplyStyleCommand.cpp         if (startUnsplitAncestor && nodeFullySelected(startUnsplitAncestor, removeStart, end))
end               618 Source/core/editing/ApplyStyleCommand.cpp         Position embeddingRemoveEnd = end;
end               619 Source/core/editing/ApplyStyleCommand.cpp         if (endUnsplitAncestor && nodeFullySelected(endUnsplitAncestor, removeStart, end))
end               622 Source/core/editing/ApplyStyleCommand.cpp         if (embeddingRemoveEnd != removeStart || embeddingRemoveEnd != end) {
end               631 Source/core/editing/ApplyStyleCommand.cpp     removeInlineStyle(styleWithoutEmbedding ? styleWithoutEmbedding.get() : style, removeStart, end);
end               633 Source/core/editing/ApplyStyleCommand.cpp     end = endPosition();
end               634 Source/core/editing/ApplyStyleCommand.cpp     if (start.isNull() || start.isOrphan() || end.isNull() || end.isOrphan())
end               637 Source/core/editing/ApplyStyleCommand.cpp     if (splitStart && mergeStartWithPreviousIfIdentical(start, end)) {
end               639 Source/core/editing/ApplyStyleCommand.cpp         end = endPosition();
end               643 Source/core/editing/ApplyStyleCommand.cpp         mergeEndWithNextIfIdentical(start, end);
end               645 Source/core/editing/ApplyStyleCommand.cpp         end = endPosition();
end               657 Source/core/editing/ApplyStyleCommand.cpp         Node* embeddingEndNode = highestEmbeddingAncestor(end.deprecatedNode(), enclosingBlock(end.deprecatedNode()));
end               661 Source/core/editing/ApplyStyleCommand.cpp             Position embeddingApplyEnd = embeddingEndNode ? positionInParentBeforeNode(*embeddingEndNode) : end;
end               674 Source/core/editing/ApplyStyleCommand.cpp     fixRangeAndApplyInlineStyle(styleToApply.get(), start, end);
end               682 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::fixRangeAndApplyInlineStyle(EditingStyle* style, const Position& start, const Position& end)
end               689 Source/core/editing/ApplyStyleCommand.cpp         if (!startNode || comparePositions(end, firstPositionInOrBeforeNode(startNode)) < 0)
end               693 Source/core/editing/ApplyStyleCommand.cpp     Node* pastEndNode = end.deprecatedNode();
end               694 Source/core/editing/ApplyStyleCommand.cpp     if (end.deprecatedEditingOffset() >= caretMaxOffset(end.deprecatedNode()))
end               695 Source/core/editing/ApplyStyleCommand.cpp         pastEndNode = NodeTraversal::nextSkippingChildren(*end.deprecatedNode());
end               699 Source/core/editing/ApplyStyleCommand.cpp     if (start == end && isHTMLBRElement(*start.deprecatedNode()))
end               705 Source/core/editing/ApplyStyleCommand.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(startNode->document(), start, end);
end               730 Source/core/editing/ApplyStyleCommand.cpp     InlineRunToApplyStyle(Node* start, Node* end, Node* pastEndNode)
end               732 Source/core/editing/ApplyStyleCommand.cpp         , end(end)
end               735 Source/core/editing/ApplyStyleCommand.cpp         ASSERT(start->parentNode() == end->parentNode());
end               740 Source/core/editing/ApplyStyleCommand.cpp         return start && end && start->inDocument() && end->inDocument();
end               744 Source/core/editing/ApplyStyleCommand.cpp     RefPtr<Node> end;
end               815 Source/core/editing/ApplyStyleCommand.cpp         removeConflictingInlineStyleFromRun(style, runs[i].start, runs[i].end, runs[i].pastEndNode);
end               832 Source/core/editing/ApplyStyleCommand.cpp             applyInlineStyleChange(run.start.release(), run.end.release(), run.change, AddStyledElement);
end              1078 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::removeInlineStyle(EditingStyle* style, const Position &start, const Position &end)
end              1081 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(end.isNotNull());
end              1083 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(end.inDocument());
end              1084 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(comparePositions(start, end) <= 0);
end              1095 Source/core/editing/ApplyStyleCommand.cpp     Position pushDownEnd = end.upstream();
end              1111 Source/core/editing/ApplyStyleCommand.cpp     Position e = end.isNull() || end.isOrphan() ? pushDownEnd : end;
end              1117 Source/core/editing/ApplyStyleCommand.cpp             ASSERT(node == end.deprecatedNode() || !node->contains(end.deprecatedNode()));
end              1122 Source/core/editing/ApplyStyleCommand.cpp         if (node->isHTMLElement() && nodeFullySelected(node.get(), start, end)) {
end              1155 Source/core/editing/ApplyStyleCommand.cpp         if (node == end.deprecatedNode())
end              1163 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::nodeFullySelected(Node *node, const Position &start, const Position &end) const
end              1172 Source/core/editing/ApplyStyleCommand.cpp         && comparePositions(lastPositionInOrAfterNode(node).upstream(), end) <= 0;
end              1175 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::splitTextAtStart(const Position& start, const Position& end)
end              1180 Source/core/editing/ApplyStyleCommand.cpp     if (end.anchorType() == Position::PositionIsOffsetInAnchor && start.containerNode() == end.containerNode())
end              1181 Source/core/editing/ApplyStyleCommand.cpp         newEnd = Position(end.containerText(), end.offsetInContainerNode() - start.offsetInContainerNode());
end              1183 Source/core/editing/ApplyStyleCommand.cpp         newEnd = end;
end              1190 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::splitTextAtEnd(const Position& start, const Position& end)
end              1192 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(end.containerNode()->isTextNode());
end              1194 Source/core/editing/ApplyStyleCommand.cpp     bool shouldUpdateStart = start.anchorType() == Position::PositionIsOffsetInAnchor && start.containerNode() == end.containerNode();
end              1195 Source/core/editing/ApplyStyleCommand.cpp     Text* text = toText(end.deprecatedNode());
end              1196 Source/core/editing/ApplyStyleCommand.cpp     splitTextNode(text, end.offsetInContainerNode());
end              1206 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::splitTextElementAtStart(const Position& start, const Position& end)
end              1211 Source/core/editing/ApplyStyleCommand.cpp     if (start.containerNode() == end.containerNode())
end              1212 Source/core/editing/ApplyStyleCommand.cpp         newEnd = Position(end.containerText(), end.offsetInContainerNode() - start.offsetInContainerNode());
end              1214 Source/core/editing/ApplyStyleCommand.cpp         newEnd = end;
end              1220 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::splitTextElementAtEnd(const Position& start, const Position& end)
end              1222 Source/core/editing/ApplyStyleCommand.cpp     ASSERT(end.containerNode()->isTextNode());
end              1224 Source/core/editing/ApplyStyleCommand.cpp     bool shouldUpdateStart = start.containerNode() == end.containerNode();
end              1225 Source/core/editing/ApplyStyleCommand.cpp     splitTextNodeContainingElement(end.containerText(), end.offsetInContainerNode());
end              1227 Source/core/editing/ApplyStyleCommand.cpp     Node* parentElement = end.containerNode()->parentNode();
end              1255 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::mergeStartWithPreviousIfIdentical(const Position& start, const Position& end)
end              1284 Source/core/editing/ApplyStyleCommand.cpp         int endOffsetAdjustment = startNode == end.deprecatedNode() ? startOffsetAdjustment : 0;
end              1286 Source/core/editing/ApplyStyleCommand.cpp                        Position(end.deprecatedNode(), end.deprecatedEditingOffset() + endOffsetAdjustment, Position::PositionIsOffsetInAnchor));
end              1293 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::mergeEndWithNextIfIdentical(const Position& start, const Position& end)
end              1295 Source/core/editing/ApplyStyleCommand.cpp     Node* endNode = end.containerNode();
end              1298 Source/core/editing/ApplyStyleCommand.cpp         int endOffset = end.computeOffsetInContainerNode();
end              1302 Source/core/editing/ApplyStyleCommand.cpp         if (end.deprecatedNode()->nextSibling())
end              1305 Source/core/editing/ApplyStyleCommand.cpp         endNode = end.deprecatedNode()->parentNode();
end              1516 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::joinChildTextNodes(Node* node, const Position& start, const Position& end)
end              1522 Source/core/editing/ApplyStyleCommand.cpp     Position newEnd = end;
end              1541 Source/core/editing/ApplyStyleCommand.cpp         if (end.anchorType() == Position::PositionIsOffsetInAnchor && next == end.containerNode())
end              1542 Source/core/editing/ApplyStyleCommand.cpp             newEnd = Position(childText, childText->length() + end.offsetInContainerNode());
end                55 Source/core/editing/ApplyStyleCommand.h     static PassRefPtr<ApplyStyleCommand> create(Document& document, const EditingStyle* style, const Position& start, const Position& end, EditAction action = EditActionChangeAttributes, EPropertyLevel level = PropertyDefault)
end                57 Source/core/editing/ApplyStyleCommand.h         return adoptRef(new ApplyStyleCommand(document, style, start, end, action, level));
end                70 Source/core/editing/ApplyStyleCommand.h     ApplyStyleCommand(Document&, const EditingStyle*, const Position& start, const Position& end, EditAction, EPropertyLevel);
end                89 Source/core/editing/ApplyStyleCommand.h     void removeInlineStyle(EditingStyle* , const Position& start, const Position& end);
end                90 Source/core/editing/ApplyStyleCommand.h     bool nodeFullySelected(Node*, const Position& start, const Position& end) const;
end                96 Source/core/editing/ApplyStyleCommand.h     void fixRangeAndApplyInlineStyle(EditingStyle*, const Position& start, const Position& end);
end                99 Source/core/editing/ApplyStyleCommand.h     void addInlineStyleIfNeeded(EditingStyle*, PassRefPtr<Node> start, PassRefPtr<Node> end, EAddStyledElement = AddStyledElement);
end               102 Source/core/editing/ApplyStyleCommand.h     void splitTextAtStart(const Position& start, const Position& end);
end               103 Source/core/editing/ApplyStyleCommand.h     void splitTextAtEnd(const Position& start, const Position& end);
end               104 Source/core/editing/ApplyStyleCommand.h     void splitTextElementAtStart(const Position& start, const Position& end);
end               105 Source/core/editing/ApplyStyleCommand.h     void splitTextElementAtEnd(const Position& start, const Position& end);
end               108 Source/core/editing/ApplyStyleCommand.h     bool mergeStartWithPreviousIfIdentical(const Position& start, const Position& end);
end               109 Source/core/editing/ApplyStyleCommand.h     bool mergeEndWithNextIfIdentical(const Position& start, const Position& end);
end               112 Source/core/editing/ApplyStyleCommand.h     void surroundNodeRangeWithElement(PassRefPtr<Node> start, PassRefPtr<Node> end, PassRefPtr<Element>);
end               114 Source/core/editing/ApplyStyleCommand.h     void joinChildTextNodes(Node*, const Position& start, const Position& end);
end               258 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::applyStyle(const EditingStyle* style, const Position& start, const Position& end, EditAction editingAction)
end               260 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(ApplyStyleCommand::create(document(), style, start, end, editingAction));
end               480 Source/core/editing/CompositeEditCommand.cpp     Position end = endingSelection().end();
end               481 Source/core/editing/CompositeEditCommand.cpp     if (start.containerNode() != end.containerNode() || !start.containerNode()->isTextNode() || isTabSpanTextNode(start.containerNode()))
end               485 Source/core/editing/CompositeEditCommand.cpp     replaceTextInNode(textNode, start.offsetInContainerNode(), end.offsetInContainerNode() - start.offsetInContainerNode(), text);
end               701 Source/core/editing/CompositeEditCommand.cpp         rebalanceWhitespaceAt(selection.end());
end               704 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::deleteInsignificantText(PassRefPtr<Text> textNode, unsigned start, unsigned end)
end               706 Source/core/editing/CompositeEditCommand.cpp     if (!textNode || start >= end)
end               724 Source/core/editing/CompositeEditCommand.cpp         std::sort(sortedTextBoxes.begin(), sortedTextBoxes.end(), InlineTextBox::compareByStart);
end               734 Source/core/editing/CompositeEditCommand.cpp     if (start >= length || end > length)
end               745 Source/core/editing/CompositeEditCommand.cpp         if (end < gapStart)
end               750 Source/core/editing/CompositeEditCommand.cpp         bool indicesIntersect = start <= gapEnd && end >= gapStart;
end               755 Source/core/editing/CompositeEditCommand.cpp                 str = textNode->data().substring(start, end - start);
end               773 Source/core/editing/CompositeEditCommand.cpp             replaceTextInNode(textNode, start, end - start, str);
end               778 Source/core/editing/CompositeEditCommand.cpp             ASSERT(start > 0 || end - start < textNode->length());
end               779 Source/core/editing/CompositeEditCommand.cpp             deleteTextFromNode(textNode, start, end - start);
end               784 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::deleteInsignificantText(const Position& start, const Position& end)
end               786 Source/core/editing/CompositeEditCommand.cpp     if (start.isNull() || end.isNull())
end               789 Source/core/editing/CompositeEditCommand.cpp     if (comparePositions(start, end) >= 0)
end               796 Source/core/editing/CompositeEditCommand.cpp         if (node == end.deprecatedNode())
end               803 Source/core/editing/CompositeEditCommand.cpp         int endOffset = textNode == end.deprecatedNode() ? end.deprecatedEditingOffset() : static_cast<int>(textNode->length());
end               810 Source/core/editing/CompositeEditCommand.cpp     Position end = VisiblePosition(pos, VP_DEFAULT_AFFINITY).next().deepEquivalent().downstream();
end               811 Source/core/editing/CompositeEditCommand.cpp     deleteInsignificantText(pos, end);
end               964 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::cloneParagraphUnderNewElement(const Position& start, const Position& end, Node* passedOuterNode, Element* blockElement)
end               966 Source/core/editing/CompositeEditCommand.cpp     ASSERT(comparePositions(start, end) <= 0);
end              1004 Source/core/editing/CompositeEditCommand.cpp     if (start.deprecatedNode() != end.deprecatedNode() && !start.deprecatedNode()->isDescendantOf(end.deprecatedNode())) {
end              1008 Source/core/editing/CompositeEditCommand.cpp         while (!end.deprecatedNode()->isDescendantOf(outerNode.get())) {
end              1025 Source/core/editing/CompositeEditCommand.cpp             if (node == end.deprecatedNode() || end.deprecatedNode()->isDescendantOf(node.get()))
end              1097 Source/core/editing/CompositeEditCommand.cpp     Position end = startOfParagraphToMove == endOfParagraphToMove ? start : endOfParagraphToMove.deepEquivalent().upstream();
end              1099 Source/core/editing/CompositeEditCommand.cpp     cloneParagraphUnderNewElement(start, end, outerNode, blockElement);
end              1101 Source/core/editing/CompositeEditCommand.cpp     setEndingSelection(VisibleSelection(start, end, DOWNSTREAM));
end              1174 Source/core/editing/CompositeEditCommand.cpp     Position end = endOfParagraphToMove.deepEquivalent().upstream();
end              1178 Source/core/editing/CompositeEditCommand.cpp     Position endRangeCompliant = end.parentAnchoredEquivalent();
end              1199 Source/core/editing/CompositeEditCommand.cpp     setEndingSelection(VisibleSelection(start, end, DOWNSTREAM));
end              1248 Source/core/editing/CompositeEditCommand.cpp             RefPtrWillBeRawPtr<Range> end = PlainTextRange(destinationIndex + endIndex).createRangeForSelection(*documentElement);
end              1249 Source/core/editing/CompositeEditCommand.cpp             if (start && end)
end              1250 Source/core/editing/CompositeEditCommand.cpp                 setEndingSelection(VisibleSelection(start->startPosition(), end->startPosition(), DOWNSTREAM, originalIsDirectional));
end              1439 Source/core/editing/CompositeEditCommand.cpp PassRefPtr<Node> CompositeEditCommand::splitTreeToNode(Node* start, Node* end, bool shouldSplitAncestor)
end              1442 Source/core/editing/CompositeEditCommand.cpp     ASSERT(end);
end              1443 Source/core/editing/CompositeEditCommand.cpp     ASSERT(start != end);
end              1446 Source/core/editing/CompositeEditCommand.cpp     if (shouldSplitAncestor && end->parentNode())
end              1447 Source/core/editing/CompositeEditCommand.cpp         end = end->parentNode();
end              1449 Source/core/editing/CompositeEditCommand.cpp     RefPtr<Node> endNode = end;
end                95 Source/core/editing/CompositeEditCommand.h     void applyStyle(const EditingStyle*, const Position& start, const Position& end, EditAction = EditActionChangeAttributes);
end               136 Source/core/editing/CompositeEditCommand.h     void deleteInsignificantText(PassRefPtr<Text>, unsigned start, unsigned end);
end               137 Source/core/editing/CompositeEditCommand.h     void deleteInsignificantText(const Position& start, const Position& end);
end               155 Source/core/editing/CompositeEditCommand.h     void cloneParagraphUnderNewElement(const Position& start, const Position& end, Node* outerNode, Element* blockElement);
end                99 Source/core/editing/DeleteSelectionCommand.cpp void DeleteSelectionCommand::initializeStartEnd(Position& start, Position& end)
end               105 Source/core/editing/DeleteSelectionCommand.cpp     end = m_selectionToDelete.end();
end               111 Source/core/editing/DeleteSelectionCommand.cpp     else if (isHTMLHRElement(*end.deprecatedNode()))
end               112 Source/core/editing/DeleteSelectionCommand.cpp         end = positionAfterNode(end.deprecatedNode());
end               123 Source/core/editing/DeleteSelectionCommand.cpp         Position e = positionAfterContainingSpecialElement(end, &endSpecialContainer);
end               128 Source/core/editing/DeleteSelectionCommand.cpp         if (VisiblePosition(start) != m_selectionToDelete.visibleStart() || VisiblePosition(end) != m_selectionToDelete.visibleEnd())
end               132 Source/core/editing/DeleteSelectionCommand.cpp         if (startSpecialContainer && !endSpecialContainer && comparePositions(positionInParentAfterNode(*startSpecialContainer), end) > -1)
end               146 Source/core/editing/DeleteSelectionCommand.cpp             end = e;
end               149 Source/core/editing/DeleteSelectionCommand.cpp             end = e;
end               154 Source/core/editing/DeleteSelectionCommand.cpp void DeleteSelectionCommand::setStartingSelectionOnSmartDelete(const Position& start, const Position& end)
end               157 Source/core/editing/DeleteSelectionCommand.cpp     VisiblePosition newBase(isBaseFirst ? start : end);
end               158 Source/core/editing/DeleteSelectionCommand.cpp     VisiblePosition newExtent(isBaseFirst ? end : start);
end               164 Source/core/editing/DeleteSelectionCommand.cpp     Position start, end;
end               165 Source/core/editing/DeleteSelectionCommand.cpp     initializeStartEnd(start, end);
end               169 Source/core/editing/DeleteSelectionCommand.cpp     m_upstreamEnd = end.upstream();
end               170 Source/core/editing/DeleteSelectionCommand.cpp     m_downstreamEnd = end.downstream();
end               173 Source/core/editing/DeleteSelectionCommand.cpp     m_endRoot = editableRootForPosition(end);
end               176 Source/core/editing/DeleteSelectionCommand.cpp     m_endTableRow = enclosingNodeOfType(end, &isHTMLTableRowElement);
end               202 Source/core/editing/DeleteSelectionCommand.cpp     if (numEnclosingMailBlockquotes(start) != numEnclosingMailBlockquotes(end)
end               287 Source/core/editing/DeleteSelectionCommand.cpp         m_deleteIntoBlockquoteStyle = EditingStyle::create(m_selectionToDelete.end());
end               781 Source/core/editing/DeleteSelectionCommand.cpp     Position downstreamEnd = m_selectionToDelete.end().downstream();
end               794 Source/core/editing/DeleteSelectionCommand.cpp             if (m_selectionToDelete.end().deprecatedNode()->isDescendantOf(table))
end               713 Source/core/editing/EditingStyle.cpp         if (node == selection.end().deprecatedNode())
end              1282 Source/core/editing/EditingStyle.cpp     Position end;
end              1284 Source/core/editing/EditingStyle.cpp         end = selection.end().upstream();
end              1286 Source/core/editing/EditingStyle.cpp         ASSERT(end.document());
end              1287 Source/core/editing/EditingStyle.cpp         Node* pastLast = Range::create(*end.document(), position.parentAnchoredEquivalent(), end.parentAnchoredEquivalent())->pastLastNode();
end              1346 Source/core/editing/EditingStyle.cpp         if (selection.isRange() && !end.deprecatedNode()->isDescendantOf(node))
end               550 Source/core/editing/Editor.cpp         Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), ulTag);
end               565 Source/core/editing/Editor.cpp         Node* endNode = enclosingNodeWithTag(m_frame.selection().selection().end(), olTag);
end              1031 Source/core/editing/Editor.cpp     if (newSelection.start().isOrphan() || newSelection.end().isOrphan())
end               269 Source/core/editing/EditorCommand.cpp     Range* end = a->compareBoundaryPoints(Range::END_TO_END, b, ASSERT_NO_EXCEPTION) <= 0 ? b : a;
end               271 Source/core/editing/EditorCommand.cpp     return Range::create(a->ownerDocument(), start->startContainer(), start->startOffset(), end->endContainer(), end->endOffset());
end                62 Source/core/editing/FormatBlockCommand.cpp void FormatBlockCommand::formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockNode)
end                64 Source/core/editing/FormatBlockCommand.cpp     Element* refNode = enclosingBlockFlowElement(VisiblePosition(end));
end                76 Source/core/editing/FormatBlockCommand.cpp         && (VisiblePosition(end) == endOfBlock(VisiblePosition(end)) || isNodeVisiblyContainedWithin(*refNode, *range))
end                94 Source/core/editing/FormatBlockCommand.cpp     moveParagraphWithClones(VisiblePosition(start), VisiblePosition(end), blockNode.get(), outerBlock.get());
end                57 Source/core/editing/FormatBlockCommand.h     virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>&) OVERRIDE;
end               321 Source/core/editing/FrameSelection.cpp         removingNodeRemovesPosition(node, m_selection.start()), removingNodeRemovesPosition(node, m_selection.end()));
end               333 Source/core/editing/FrameSelection.cpp         Position end = m_selection.end();
end               337 Source/core/editing/FrameSelection.cpp             updatePositionForNodeRemoval(end, node);
end               339 Source/core/editing/FrameSelection.cpp         if (start.isNotNull() && end.isNotNull()) {
end               341 Source/core/editing/FrameSelection.cpp                 m_selection.setWithoutValidation(start, end);
end               343 Source/core/editing/FrameSelection.cpp                 m_selection.setWithoutValidation(end, start);
end               354 Source/core/editing/FrameSelection.cpp             m_selection.setWithoutValidation(m_selection.start(), m_selection.end());
end               356 Source/core/editing/FrameSelection.cpp             m_selection.setWithoutValidation(m_selection.end(), m_selection.start());
end               408 Source/core/editing/FrameSelection.cpp     Position end = updatePositionAfterAdoptingTextReplacement(m_selection.end(), node, offset, oldLength, newLength);
end               409 Source/core/editing/FrameSelection.cpp     updateSelectionIfNeeded(base, extent, start, end);
end               436 Source/core/editing/FrameSelection.cpp     Position end = updatePostionAfterAdoptingTextNodesMerged(m_selection.end(), oldNode, offset);
end               437 Source/core/editing/FrameSelection.cpp     updateSelectionIfNeeded(base, extent, start, end);
end               460 Source/core/editing/FrameSelection.cpp     Position end = updatePostionAfterAdoptingTextNodeSplit(m_selection.end(), oldNode);
end               461 Source/core/editing/FrameSelection.cpp     updateSelectionIfNeeded(base, extent, start, end);
end               464 Source/core/editing/FrameSelection.cpp void FrameSelection::updateSelectionIfNeeded(const Position& base, const Position& extent, const Position& start, const Position& end)
end               466 Source/core/editing/FrameSelection.cpp     if (base == m_selection.base() && extent == m_selection.extent() && start == m_selection.start() && end == m_selection.end())
end               511 Source/core/editing/FrameSelection.cpp     Position end = m_selection.end();
end               547 Source/core/editing/FrameSelection.cpp         m_selection.setExtent(end);
end               549 Source/core/editing/FrameSelection.cpp         m_selection.setBase(end);
end               692 Source/core/editing/FrameSelection.cpp                 pos = VisiblePosition(m_selection.end(), m_selection.affinity());
end               726 Source/core/editing/FrameSelection.cpp             pos = VisiblePosition(m_selection.end(), m_selection.affinity());
end               862 Source/core/editing/FrameSelection.cpp                 pos = VisiblePosition(m_selection.end(), m_selection.affinity());
end              1062 Source/core/editing/FrameSelection.cpp         pos = VisiblePosition(direction == DirectionUp ? m_selection.start() : m_selection.end(), m_selection.affinity());
end              1136 Source/core/editing/FrameSelection.cpp         pos = m_selection.end();
end              1217 Source/core/editing/FrameSelection.cpp     return selection.isCaret() && !selection.start().isOrphan() && !selection.end().isOrphan();
end              1309 Source/core/editing/FrameSelection.cpp     Position end(m_selection.visibleEnd().deepEquivalent());
end              1312 Source/core/editing/FrameSelection.cpp     return comparePositions(start, p) <= 0 && comparePositions(p, end) <= 0;
end              1446 Source/core/editing/FrameSelection.cpp     if (m_selection.start().isNotNull() && m_selection.end().isNotNull()) {
end              1579 Source/core/editing/FrameSelection.cpp     Position endPos = selection.end();
end               127 Source/core/editing/FrameSelection.h     Position end() const { return m_selection.end(); }
end               244 Source/core/editing/FrameSelection.h     void updateSelectionIfNeeded(const Position& base, const Position& extent, const Position& start, const Position& end);
end                53 Source/core/editing/IndentOutdentCommand.cpp bool IndentOutdentCommand::tryIndentingAsListItem(const Position& start, const Position& end)
end                81 Source/core/editing/IndentOutdentCommand.cpp     if (end.anchorNode() == selectedListItem.get() || end.anchorNode()->isDescendantOf(selectedListItem->lastChild())) {
end                82 Source/core/editing/IndentOutdentCommand.cpp         moveParagraphWithClones(VisiblePosition(start), VisiblePosition(end), newList.get(), selectedListItem.get());
end                96 Source/core/editing/IndentOutdentCommand.cpp void IndentOutdentCommand::indentIntoBlockquote(const Position& start, const Position& end, RefPtr<Element>& targetBlockquote)
end               124 Source/core/editing/IndentOutdentCommand.cpp     moveParagraphWithClones(startOfContents, VisiblePosition(end), targetBlockquote.get(), outerBlock.get());
end               204 Source/core/editing/IndentOutdentCommand.cpp     Position originalSelectionEnd = endingSelection().end();
end               223 Source/core/editing/IndentOutdentCommand.cpp             endOfCurrentParagraph = VisiblePosition(endingSelection().end());
end               238 Source/core/editing/IndentOutdentCommand.cpp void IndentOutdentCommand::formatRange(const Position& start, const Position& end, const Position&, RefPtr<Element>& blockquoteForNextIndent)
end               240 Source/core/editing/IndentOutdentCommand.cpp     if (tryIndentingAsListItem(start, end))
end               243 Source/core/editing/IndentOutdentCommand.cpp         indentIntoBlockquote(start, end, blockquoteForNextIndent);
end                55 Source/core/editing/IndentOutdentCommand.h     virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockquoteForNextIndent) OVERRIDE;
end               163 Source/core/editing/InputMethodController.cpp     Position end = m_frame.selection().end();
end               165 Source/core/editing/InputMethodController.cpp         && end.containerNode() == m_compositionNode
end               167 Source/core/editing/InputMethodController.cpp         && static_cast<unsigned>(end.computeOffsetInContainerNode()) <= m_compositionEnd)
end               311 Source/core/editing/InputMethodController.cpp             unsigned end = std::min(std::max(start, baseOffset + selectionEnd), extentOffset);
end               312 Source/core/editing/InputMethodController.cpp             RefPtrWillBeRawPtr<Range> selectedRange = Range::create(baseNode->document(), baseNode, start, baseNode, end);
end               358 Source/core/editing/InputMethodController.cpp     unsigned end = std::min(std::max(start, m_compositionEnd), length);
end               359 Source/core/editing/InputMethodController.cpp     if (start >= end)
end               361 Source/core/editing/InputMethodController.cpp     return Range::create(m_compositionNode->document(), m_compositionNode.get(), start, m_compositionNode.get(), end);
end               403 Source/core/editing/InputMethodController.cpp     setSelectionOffsets(PlainTextRange(std::max(static_cast<int>(selectionOffsets.start()) - before, 0), selectionOffsets.end() + after));
end                89 Source/core/editing/InsertListCommand.cpp     VisiblePosition end = startOfParagraph(selection.visibleEnd());
end                90 Source/core/editing/InsertListCommand.cpp     while (start.isNotNull() && start != end) {
end               264 Source/core/editing/InsertListCommand.cpp     VisiblePosition end;
end               268 Source/core/editing/InsertListCommand.cpp         end = VisiblePosition(lastPositionInNode(listChildNode));
end               274 Source/core/editing/InsertListCommand.cpp         end = endOfParagraph(start, CanSkipOverEditingBoundary);
end               275 Source/core/editing/InsertListCommand.cpp         nextListChild = enclosingListChild(end.next().deepEquivalent().deprecatedNode(), listNode);
end               313 Source/core/editing/InsertListCommand.cpp     moveParagraphs(start, end, insertionPoint, /* preserveSelection */ true, /* preserveStyle */ true, listChildNode);
end               338 Source/core/editing/InsertListCommand.cpp     VisiblePosition end = endOfParagraph(start, CanSkipOverEditingBoundary);
end               340 Source/core/editing/InsertListCommand.cpp     if (start.isNull() || end.isNull())
end               350 Source/core/editing/InsertListCommand.cpp     Element* nextList = adjacentEnclosingList(start, end.next(CannotCrossEditingBoundary), listTag);
end               361 Source/core/editing/InsertListCommand.cpp         if (start == end && isBlock(start.deepEquivalent().deprecatedNode())) {
end               367 Source/core/editing/InsertListCommand.cpp             end = start;
end               390 Source/core/editing/InsertListCommand.cpp             end = endOfParagraph(start, CanSkipOverEditingBoundary);
end               394 Source/core/editing/InsertListCommand.cpp     moveParagraph(start, end, VisiblePosition(positionBeforeNode(placeholder.get())), true);
end               226 Source/core/editing/InsertTextCommand.cpp         setEndingSelection(VisibleSelection(endingSelection().end(), endingSelection().affinity(), endingSelection().isDirectional()));
end                49 Source/core/editing/MoveSelectionCommand.cpp     Position selectionEnd = endingSelection().end();
end                51 Source/core/editing/PlainTextRange.cpp PlainTextRange::PlainTextRange(int start, int end)
end                53 Source/core/editing/PlainTextRange.cpp     , m_end(end)
end                56 Source/core/editing/PlainTextRange.cpp     ASSERT(end >= 0);
end                57 Source/core/editing/PlainTextRange.cpp     ASSERT(start <= end);
end                98 Source/core/editing/PlainTextRange.cpp         bool foundEnd = end() >= docTextPosition && end() <= docTextPosition + len;
end               135 Source/core/editing/PlainTextRange.cpp                 int offset = end() - docTextPosition;
end               138 Source/core/editing/PlainTextRange.cpp                 if (end() == docTextPosition)
end               152 Source/core/editing/PlainTextRange.cpp     if (length() && end() > docTextPosition) { // end() is out of bounds
end               180 Source/core/editing/PlainTextRange.cpp     size_t end = TextIterator::rangeLength(testRange.get());
end               182 Source/core/editing/PlainTextRange.cpp     return PlainTextRange(start, end);
end                44 Source/core/editing/PlainTextRange.h     PlainTextRange(int start, int end);
end                46 Source/core/editing/PlainTextRange.h     size_t end() const { ASSERT(!isNull()); return m_end; }
end               899 Source/core/editing/ReplaceSelectionCommand.cpp         && (selection.end().deprecatedNode()->renderer() && selection.end().deprecatedNode()->renderer()->style()->userModify() == READ_WRITE_PLAINTEXT_ONLY))
end              1325 Source/core/editing/ReplaceSelectionCommand.cpp     Position end = positionAtEndOfInsertedContent().deepEquivalent();
end              1328 Source/core/editing/ReplaceSelectionCommand.cpp     if (start.isNotNull() && !start.isOrphan() && end.isNotNull() && !end.isOrphan()) {
end              1331 Source/core/editing/ReplaceSelectionCommand.cpp         rebalanceWhitespaceAt(end);
end              1335 Source/core/editing/ReplaceSelectionCommand.cpp             applyStyle(m_insertionStyle.get(), start, end);
end              1339 Source/core/editing/ReplaceSelectionCommand.cpp             end = lastPositionToSelect;
end              1341 Source/core/editing/ReplaceSelectionCommand.cpp         mergeTextNodesAroundPosition(start, end);
end              1343 Source/core/editing/ReplaceSelectionCommand.cpp         start = end = lastPositionToSelect;
end              1348 Source/core/editing/ReplaceSelectionCommand.cpp         setEndingSelection(VisibleSelection(start, end, SEL_DEFAULT_AFFINITY, endingSelection().isDirectional()));
end              1350 Source/core/editing/ReplaceSelectionCommand.cpp         setEndingSelection(VisibleSelection(end, SEL_DEFAULT_AFFINITY, endingSelection().isDirectional()));
end              1485 Source/core/editing/ReplaceSelectionCommand.cpp     RefPtr<Node> nodeAfterInsertionPos = endingSelection().end().downstream().anchorNode();
end              1490 Source/core/editing/ReplaceSelectionCommand.cpp     Position end = replaceSelectedTextInNode(textNode->data());
end              1491 Source/core/editing/ReplaceSelectionCommand.cpp     if (end.isNull())
end              1498 Source/core/editing/ReplaceSelectionCommand.cpp     VisibleSelection selectionAfterReplace(m_selectReplacement ? start : end, end);
end               130 Source/core/editing/SpellCheckRequester.cpp     for (RequestQueue::iterator i = m_requestQueue.begin(); i != m_requestQueue.end(); ++i)
end               215 Source/core/editing/SpellCheckRequester.cpp         for (RequestQueue::iterator it = m_requestQueue.begin(); it != m_requestQueue.end(); ++it) {
end               488 Source/core/editing/SpellChecker.cpp     int end = fullParagraphToCheck.checkingEnd();
end               489 Source/core/editing/SpellChecker.cpp     start = std::min(start, end);
end               490 Source/core/editing/SpellChecker.cpp     end = std::max(start, end);
end               491 Source/core/editing/SpellChecker.cpp     const int kNumChunksToCheck = asynchronous ? (end - start + kChunkSize - 1) / (kChunkSize) : 1;
end               547 Source/core/editing/SpellChecker.cpp             Position caretPosition = m_frame.selection().end();
end                94 Source/core/editing/SurroundingText.cpp     Position end = iterator.range()->startPosition();
end                97 Source/core/editing/SurroundingText.cpp     return Range::create(*start.document(), start, end);
end               273 Source/core/editing/TextIterator.cpp TextIterator::TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags behavior)
end               300 Source/core/editing/TextIterator.cpp     initialize(start, end);
end               303 Source/core/editing/TextIterator.cpp void TextIterator::initialize(const Position& start, const Position& end)
end               305 Source/core/editing/TextIterator.cpp     ASSERT(comparePositions(start, end) <= 0);
end               312 Source/core/editing/TextIterator.cpp     Node* endContainer = end.containerNode();
end               315 Source/core/editing/TextIterator.cpp     int endOffset = end.computeOffsetInContainerNode();
end               611 Source/core/editing/TextIterator.cpp         int end = (m_node == m_endContainer) ? m_endOffset : INT_MAX;
end               612 Source/core/editing/TextIterator.cpp         int runEnd = min(strLength, end);
end               644 Source/core/editing/TextIterator.cpp         std::sort(m_sortedTextBoxes.begin(), m_sortedTextBoxes.end(), InlineTextBox::compareByStart);
end               662 Source/core/editing/TextIterator.cpp     unsigned end = (m_node == m_endContainer) ? static_cast<unsigned>(m_endOffset) : INT_MAX;
end               683 Source/core/editing/TextIterator.cpp         unsigned runEnd = min(textBoxEnd, end);
end              1489 Source/core/editing/TextIterator.cpp CharacterIterator::CharacterIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags behavior)
end              1493 Source/core/editing/TextIterator.cpp     , m_textIterator(start, end, behavior)
end              1573 Source/core/editing/TextIterator.cpp     RefPtrWillBeRawPtr<Range> end = it.range();
end              1577 Source/core/editing/TextIterator.cpp         end->endContainer(), end->endOffset());
end              2144 Source/core/editing/TextIterator.cpp PassRefPtrWillBeRawPtr<Range> findPlainText(const Position& start, const Position& end, const String& target, FindOptions options)
end              2149 Source/core/editing/TextIterator.cpp     ASSERT(start.document() == end.document());
end              2156 Source/core/editing/TextIterator.cpp         CharacterIterator findIterator(start, end, iteratorFlagsForFindPlainText);
end              2159 Source/core/editing/TextIterator.cpp             const Position& collapseTo = options & Backwards ? start : end;
end              2164 Source/core/editing/TextIterator.cpp     CharacterIterator computeRangeIterator(start, end, iteratorFlagsForFindPlainText);
end                54 Source/core/editing/TextIterator.h PassRefPtrWillBeRawPtr<Range> findPlainText(const Position& start, const Position& end, const String&, FindOptions);
end                80 Source/core/editing/TextIterator.h     TextIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
end               122 Source/core/editing/TextIterator.h     void initialize(const Position& start, const Position& end);
end               300 Source/core/editing/TextIterator.h     CharacterIterator(const Position& start, const Position& end, TextIteratorBehaviorFlags = TextIteratorDefaultBehavior);
end               469 Source/core/editing/TypingCommand.cpp         if (granularity == CharacterGranularity && selectionToDelete.end().containerNode() == selectionToDelete.start().containerNode()
end               470 Source/core/editing/TypingCommand.cpp             && selectionToDelete.end().computeOffsetInContainerNode() - selectionToDelete.start().computeOffsetInContainerNode() > 1) {
end               472 Source/core/editing/TypingCommand.cpp             selectionToDelete.setWithoutValidation(selectionToDelete.end(), selectionToDelete.end().previous(BackwardDeletion));
end               481 Source/core/editing/TypingCommand.cpp             selectionAfterUndo.setWithoutValidation(startingSelection().end(), selectionToDelete.extent());
end               536 Source/core/editing/TypingCommand.cpp         Position downstreamEnd = endingSelection().end().downstream();
end               545 Source/core/editing/TypingCommand.cpp             setEndingSelection(VisibleSelection(endingSelection().end(), positionAfterNode(downstreamEnd.containerNode()), DOWNSTREAM, endingSelection().isDirectional()));
end               561 Source/core/editing/TypingCommand.cpp             Position extent = startingSelection().end();
end               562 Source/core/editing/TypingCommand.cpp             if (extent.containerNode() != selectionToDelete.end().containerNode())
end               566 Source/core/editing/TypingCommand.cpp                 if (selectionToDelete.start().containerNode() == selectionToDelete.end().containerNode())
end               567 Source/core/editing/TypingCommand.cpp                     extraCharacters = selectionToDelete.end().computeOffsetInContainerNode() - selectionToDelete.start().computeOffsetInContainerNode();
end               569 Source/core/editing/TypingCommand.cpp                     extraCharacters = selectionToDelete.end().computeOffsetInContainerNode();
end               102 Source/core/editing/UndoStack.cpp         UndoStepStack::iterator back = --m_undoStack.end();
end               113 Source/core/editing/UndoStack.cpp         UndoStepStack::iterator back = --m_redoStack.end();
end               723 Source/core/editing/VisiblePosition.cpp PassRefPtrWillBeRawPtr<Range> makeRange(const VisiblePosition &start, const VisiblePosition &end)
end               725 Source/core/editing/VisiblePosition.cpp     if (start.isNull() || end.isNull())
end               729 Source/core/editing/VisiblePosition.cpp     Position e = end.deepEquivalent().parentAnchoredEquivalent();
end               189 Source/core/editing/VisibleSelection.cpp     Position end = m_end.parentAnchoredEquivalent();
end               190 Source/core/editing/VisibleSelection.cpp     return Range::create(*start.document(), start, end);
end               368 Source/core/editing/VisibleSelection.cpp             VisiblePosition end(wordEnd);
end               373 Source/core/editing/VisibleSelection.cpp                 end = wordEnd.next();
end               375 Source/core/editing/VisibleSelection.cpp                 if (Node* table = isFirstPositionAfterTable(end)) {
end               379 Source/core/editing/VisibleSelection.cpp                         end = end.next(CannotCrossEditingBoundary);
end               381 Source/core/editing/VisibleSelection.cpp                         end = wordEnd;
end               384 Source/core/editing/VisibleSelection.cpp                 if (end.isNull())
end               385 Source/core/editing/VisibleSelection.cpp                     end = wordEnd;
end               389 Source/core/editing/VisibleSelection.cpp             m_end = end.deepEquivalent();
end               399 Source/core/editing/VisibleSelection.cpp             VisiblePosition end = endOfLine(VisiblePosition(m_end, m_affinity));
end               402 Source/core/editing/VisibleSelection.cpp             if (isEndOfParagraph(end)) {
end               403 Source/core/editing/VisibleSelection.cpp                 VisiblePosition next = end.next();
end               405 Source/core/editing/VisibleSelection.cpp                     end = next;
end               407 Source/core/editing/VisibleSelection.cpp             m_end = end.deepEquivalent();
end               423 Source/core/editing/VisibleSelection.cpp             VisiblePosition end(visibleParagraphEnd.next());
end               425 Source/core/editing/VisibleSelection.cpp             if (Node* table = isFirstPositionAfterTable(end)) {
end               429 Source/core/editing/VisibleSelection.cpp                     end = end.next(CannotCrossEditingBoundary);
end               432 Source/core/editing/VisibleSelection.cpp                     end = visibleParagraphEnd;
end               435 Source/core/editing/VisibleSelection.cpp             if (end.isNull())
end               436 Source/core/editing/VisibleSelection.cpp                 end = visibleParagraphEnd;
end               438 Source/core/editing/VisibleSelection.cpp             m_end = end.deepEquivalent();
end               798 Source/core/editing/VisibleSelection.cpp         end().formatForDebugger(s, FormatBufferSize);
end               808 Source/core/editing/VisibleSelection.cpp         start().anchorNode()->showTreeAndMark(start().anchorNode(), "S", end().anchorNode(), "E");
end               812 Source/core/editing/VisibleSelection.cpp         end().showAnchorTypeAndOffset();
end                73 Source/core/editing/VisibleSelection.h     Position end() const { return m_end; }
end                84 Source/core/editing/VisibleSelection.h     bool isNonOrphanedRange() const { return isRange() && !start().isOrphan() && !end().isOrphan(); }
end                85 Source/core/editing/VisibleSelection.h     bool isNonOrphanedCaretOrRange() const { return isCaretOrRange() && !start().isOrphan() && !end().isOrphan(); }
end               169 Source/core/editing/VisibleSelection.h     return a.start() == b.start() && a.end() == b.end() && a.affinity() == b.affinity() && a.isBaseFirst() == b.isBaseFirst()
end               459 Source/core/editing/VisibleUnits.cpp     Position end = pos.parentAnchoredEquivalent();
end               469 Source/core/editing/VisibleUnits.cpp         forwardsScanRange->setStart(end.deprecatedNode(), end.deprecatedEditingOffset(), exceptionState);
end               484 Source/core/editing/VisibleUnits.cpp     searchRange->setEnd(end.deprecatedNode(), end.deprecatedEditingOffset(), exceptionState);
end               625 Source/core/editing/VisibleUnits.cpp     int start, end;
end               627 Source/core/editing/VisibleUnits.cpp     findWordBoundary(characters, length, offset, &start, &end);
end               656 Source/core/editing/VisibleUnits.cpp     int start, end;
end               657 Source/core/editing/VisibleUnits.cpp     findWordBoundary(characters, length, offset, &start, &end);
end               658 Source/core/editing/VisibleUnits.cpp     return end;
end               528 Source/core/editing/htmlediting.cpp PassRefPtrWillBeRawPtr<Range> createRange(Document& document, const VisiblePosition& start, const VisiblePosition& end, ExceptionState& exceptionState)
end               533 Source/core/editing/htmlediting.cpp         selectedRange->setEnd(end.deepEquivalent().containerNode(), end.deepEquivalent().computeOffsetInContainerNode(), exceptionState);
end               194 Source/core/editing/htmlediting.h PassRefPtrWillBeRawPtr<Range> createRange(Document&, const VisiblePosition& start, const VisiblePosition& end, ExceptionState&);
end               258 Source/core/editing/markup.cpp     Position end = createLegacyEditingPosition(&node, endOffset);
end               259 Source/core/editing/markup.cpp     return plainText(Range::create(node.document(), start, end).get());
end                83 Source/core/events/DOMWindowEventQueue.cpp     bool found = it != m_queuedEvents.end();
end               186 Source/core/events/EventPath.cpp         ASSERT(treeScopeEventContextMap.find(parent) != treeScopeEventContextMap.end());
end               239 Source/core/events/EventPath.cpp     m_treeScopeEventContexts.appendRange(treeScopeEventContextMap.values().begin(), treeScopeEventContextMap.values().end());
end               258 Source/core/events/EventPath.cpp         if (iter != relatedTargetMap.end() && iter->value) {
end               265 Source/core/events/EventPath.cpp     for (Vector<TreeScope*, 32>::iterator iter = parentTreeScopes.begin(); iter < parentTreeScopes.end(); ++iter)
end               118 Source/core/events/EventTarget.cpp         if (indexOfRemovedListener >= firingIterator.end)
end               121 Source/core/events/EventTarget.cpp         --firingIterator.end;
end               371 Source/core/events/EventTarget.cpp             d->firingEventIterators->at(i).end = 0;
end                76 Source/core/events/EventTarget.h     FiringEventIterator(const AtomicString& eventType, size_t& iterator, size_t& end)
end                79 Source/core/events/EventTarget.h         , end(end)
end                85 Source/core/events/EventTarget.h     size_t& end;
end                73 Source/core/fetch/CrossOriginAccessControl.cpp     HTTPHeaderMap::const_iterator end = headerMap.end();
end                74 Source/core/fetch/CrossOriginAccessControl.cpp     for (HTTPHeaderMap::const_iterator it = headerMap.begin(); it != end; ++it) {
end               128 Source/core/fetch/CrossOriginAccessControl.cpp         HTTPHeaderMap::const_iterator end = requestHeaderFields.end();
end               129 Source/core/fetch/CrossOriginAccessControl.cpp         for (; it != end; ++it) {
end               120 Source/core/fetch/ImageResource.cpp         for (ContainerSizeRequests::iterator it = m_pendingContainerSizeRequests.begin(); it != m_pendingContainerSizeRequests.end(); ++it)
end               124 Source/core/fetch/ImageResource.cpp         for (ContainerSizeRequests::iterator it = switchContainerSizeRequests.begin(); it != switchContainerSizeRequests.end(); ++it)
end               327 Source/core/fetch/ImageResource.cpp             for (ContainerSizeRequests::iterator it = m_pendingContainerSizeRequests.begin(); it != m_pendingContainerSizeRequests.end(); ++it)
end               537 Source/core/fetch/MemoryCache.cpp     ResourceMap::iterator e = m_resources.end();
end               568 Source/core/fetch/MemoryCache.cpp         if (i == m_resources.end())
end               167 Source/core/fetch/RawResource.cpp     HTTPHeaderMap::const_iterator end = newHeaders.end();
end               168 Source/core/fetch/RawResource.cpp     for (HTTPHeaderMap::const_iterator i = newHeaders.begin(); i != end; ++i) {
end               174 Source/core/fetch/RawResource.cpp     end = oldHeaders.end();
end               175 Source/core/fetch/RawResource.cpp     for (HTTPHeaderMap::const_iterator i = oldHeaders.begin(); i != end; ++i) {
end               663 Source/core/fetch/Resource.cpp     HashSet<ResourcePtrBase*>::iterator end = m_handlesToRevalidate.end();
end               664 Source/core/fetch/Resource.cpp     for (HashSet<ResourcePtrBase*>::iterator it = m_handlesToRevalidate.begin(); it != end; ++it) {
end               674 Source/core/fetch/Resource.cpp     HashCountedSet<ResourceClient*>::iterator end2 = m_clients.end();
end               709 Source/core/fetch/Resource.cpp     HTTPHeaderMap::const_iterator end = newHeaders.end();
end               710 Source/core/fetch/Resource.cpp     for (HTTPHeaderMap::const_iterator it = newHeaders.begin(); it != end; ++it) {
end               878 Source/core/fetch/Resource.cpp     HashSet<Resource*>::iterator end = m_resourcesWithPendingClients.end();
end               880 Source/core/fetch/Resource.cpp     for (HashSet<Resource*>::iterator it = m_resourcesWithPendingClients.begin(); it != end; ++it)
end                42 Source/core/fetch/ResourceClientWalker.h         Iterator end = set.end();
end                44 Source/core/fetch/ResourceClientWalker.h         for (Iterator current = set.begin(); current != end; ++current)
end               717 Source/core/fetch/ResourceFetcher.cpp     HashMap<RefPtr<ResourceTimingInfo>, bool>::iterator end = timingReports.end();
end               718 Source/core/fetch/ResourceFetcher.cpp     for (HashMap<RefPtr<ResourceTimingInfo>, bool>::iterator it = timingReports.begin(); it != end; ++it) {
end              1018 Source/core/fetch/ResourceFetcher.cpp     DocumentResourceMap::iterator end = m_documentResources.end();
end              1019 Source/core/fetch/ResourceFetcher.cpp     for (DocumentResourceMap::iterator it = m_documentResources.begin(); it != end; ++it) {
end              1029 Source/core/fetch/ResourceFetcher.cpp     if (it != m_resourceTimingInfoMap.end())
end              1040 Source/core/fetch/ResourceFetcher.cpp         if (it != m_resourceTimingInfoMap.end()) {
end              1076 Source/core/fetch/ResourceFetcher.cpp     for (DocumentResourceMap::iterator it = m_documentResources.begin(); it != m_documentResources.end(); ++it) {
end              1081 Source/core/fetch/ResourceFetcher.cpp     for (StringVector::const_iterator it = resourcesToDelete.begin(); it != resourcesToDelete.end(); ++it)
end              1150 Source/core/fetch/ResourceFetcher.cpp         ListHashSet<Resource*>::iterator end = m_preloads->end();
end              1151 Source/core/fetch/ResourceFetcher.cpp         for (ListHashSet<Resource*>::iterator it = m_preloads->begin(); it != end; ++it) {
end              1169 Source/core/fetch/ResourceFetcher.cpp     ListHashSet<Resource*>::iterator end = m_preloads->end();
end              1170 Source/core/fetch/ResourceFetcher.cpp     for (ListHashSet<Resource*>::iterator it = m_preloads->begin(); it != end; ++it) {
end              1327 Source/core/fetch/ResourceFetcher.cpp     ListHashSet<Resource*>::iterator end = m_preloads->end();
end              1328 Source/core/fetch/ResourceFetcher.cpp     for (ListHashSet<Resource*>::iterator it = m_preloads->begin(); it != end; ++it) {
end                83 Source/core/fetch/ResourceLoadPriorityOptimizer.cpp     for (RenderObjectSet::iterator it = m_objects.begin(); it != m_objects.end(); ++it) {
end                90 Source/core/fetch/ResourceLoadPriorityOptimizer.cpp     for (Vector<RenderObject*>::iterator it = objectsToRemove.begin(); it != objectsToRemove.end(); ++it)
end                98 Source/core/fetch/ResourceLoadPriorityOptimizer.cpp     for (ImageResourceMap::iterator it = m_imageResources.begin(); it != m_imageResources.end(); ++it) {
end                85 Source/core/fileapi/Blob.cpp void Blob::clampSliceOffsets(long long size, long long& start, long long& end)
end                92 Source/core/fileapi/Blob.cpp     if (end < 0)
end                93 Source/core/fileapi/Blob.cpp         end = end + size;
end                98 Source/core/fileapi/Blob.cpp     if (end < 0)
end                99 Source/core/fileapi/Blob.cpp         end = 0;
end               102 Source/core/fileapi/Blob.cpp         end = 0;
end               103 Source/core/fileapi/Blob.cpp     } else if (end < start)
end               104 Source/core/fileapi/Blob.cpp         end = start;
end               105 Source/core/fileapi/Blob.cpp     else if (end > size)
end               106 Source/core/fileapi/Blob.cpp         end = size;
end               109 Source/core/fileapi/Blob.cpp PassRefPtrWillBeRawPtr<Blob> Blob::slice(long long start, long long end, const String& contentType, ExceptionState& exceptionState) const
end               117 Source/core/fileapi/Blob.cpp     clampSliceOffsets(size, start, end);
end               119 Source/core/fileapi/Blob.cpp     long long length = end - start;
end                63 Source/core/fileapi/Blob.h     virtual PassRefPtrWillBeRawPtr<Blob> slice(long long start, long long end, const String& contentType, ExceptionState&) const;
end                74 Source/core/fileapi/Blob.h     PassRefPtrWillBeRawPtr<Blob> slice(long long start, long long end, ExceptionState& exceptionState) const
end                76 Source/core/fileapi/Blob.h         return slice(start, end, String(), exceptionState);
end               101 Source/core/fileapi/Blob.h     static void clampSliceOffsets(long long size, long long& start, long long& end);
end               186 Source/core/fileapi/File.cpp PassRefPtrWillBeRawPtr<Blob> File::slice(long long start, long long end, const String& contentType, ExceptionState& exceptionState) const
end               194 Source/core/fileapi/File.cpp         return Blob::slice(start, end, contentType, exceptionState);
end               200 Source/core/fileapi/File.cpp     clampSliceOffsets(size, start, end);
end               202 Source/core/fileapi/File.cpp     long long length = end - start;
end                92 Source/core/fileapi/File.h     virtual PassRefPtrWillBeRawPtr<Blob> slice(long long start, long long end, const String& contentType, ExceptionState&) const OVERRIDE;
end                97 Source/core/fileapi/FileReader.cpp         if (hashIter != m_runningReaders.end()) {
end               101 Source/core/fileapi/FileReader.cpp         Deque<FileReader*>::const_iterator dequeEnd = m_pendingReaders.end();
end               189 Source/core/frame/DOMWindow.cpp     if (it == set.end())
end               200 Source/core/frame/DOMWindow.cpp     if (it == set.end())
end               219 Source/core/frame/DOMWindow.cpp     if (it == set.end())
end               230 Source/core/frame/DOMWindow.cpp     if (it == set.end())
end                65 Source/core/frame/DOMWindowLifecycleNotifier.cpp     for (DOMWindowObserverSet::iterator it = m_windowObservers.begin(); it != m_windowObservers.end(); ++it)
end                72 Source/core/frame/DOMWindowLifecycleNotifier.cpp     for (DOMWindowObserverSet::iterator it = m_windowObservers.begin(); it != m_windowObservers.end(); ++it)
end                79 Source/core/frame/DOMWindowLifecycleNotifier.cpp     for (DOMWindowObserverSet::iterator it = m_windowObservers.begin(); it != m_windowObservers.end(); ++it)
end               101 Source/core/frame/Frame.cpp     HashSet<FrameDestructionObserver*>::iterator stop = m_destructionObservers.end();
end               184 Source/core/frame/Frame.cpp     HashSet<FrameDestructionObserver*>::iterator stop = m_destructionObservers.end();
end              1357 Source/core/frame/FrameView.cpp     ViewportConstrainedObjectSet::const_iterator end = m_viewportConstrainedObjects->end();
end              1358 Source/core/frame/FrameView.cpp     for (ViewportConstrainedObjectSet::const_iterator it = m_viewportConstrainedObjects->begin(); it != end; ++it) {
end              1440 Source/core/frame/FrameView.cpp     ViewportConstrainedObjectSet::const_iterator end = m_viewportConstrainedObjects->end();
end              1441 Source/core/frame/FrameView.cpp     for (ViewportConstrainedObjectSet::const_iterator it = m_viewportConstrainedObjects->begin(); it != end; ++it) {
end              1731 Source/core/frame/FrameView.cpp     ViewportConstrainedObjectSet::const_iterator end = m_viewportConstrainedObjects->end();
end              1732 Source/core/frame/FrameView.cpp     for (ViewportConstrainedObjectSet::const_iterator it = m_viewportConstrainedObjects->begin(); it != end; ++it) {
end              2030 Source/core/frame/FrameView.cpp     for (EmbeddedObjectSet::iterator it = objects.begin(); it != objects.end(); ++it) {
end              2517 Source/core/frame/FrameView.cpp     for (HashSet<ScrollableArea*>::const_iterator it = m_scrollableAreas->begin(), end = m_scrollableAreas->end(); it != end; ++it) {
end              2648 Source/core/frame/FrameView.cpp     HashSet<RefPtr<Widget> >::const_iterator end = viewChildren->end();
end              2649 Source/core/frame/FrameView.cpp     for (HashSet<RefPtr<Widget> >::const_iterator current = viewChildren->begin(); current != end; ++current) {
end              2882 Source/core/frame/FrameView.cpp     const Vector<RefPtr<FrameView> >::iterator end = frameViews.end();
end              2883 Source/core/frame/FrameView.cpp     for (Vector<RefPtr<FrameView> >::iterator it = frameViews.begin(); it != end; ++it)
end              3163 Source/core/frame/FrameView.cpp     if (it != m_resizerAreas->end())
end              3181 Source/core/frame/FrameView.cpp     if (it == m_scrollableAreas->end())
end                28 Source/core/frame/csp/CSPDirectiveList.cpp PassOwnPtr<CSPDirectiveList> CSPDirectiveList::create(ContentSecurityPolicy* policy, const UChar* begin, const UChar* end, ContentSecurityPolicyHeaderType type, ContentSecurityPolicyHeaderSource source)
end                31 Source/core/frame/csp/CSPDirectiveList.cpp     directives->parse(begin, end);
end                39 Source/core/frame/csp/CSPDirectiveList.cpp         policy->reportMissingReportURI(String(begin, end - begin));
end               394 Source/core/frame/csp/CSPDirectiveList.cpp void CSPDirectiveList::parse(const UChar* begin, const UChar* end)
end               396 Source/core/frame/csp/CSPDirectiveList.cpp     m_header = String(begin, end - begin);
end               398 Source/core/frame/csp/CSPDirectiveList.cpp     if (begin == end)
end               402 Source/core/frame/csp/CSPDirectiveList.cpp     while (position < end) {
end               404 Source/core/frame/csp/CSPDirectiveList.cpp         skipUntil<UChar>(position, end, ';');
end               412 Source/core/frame/csp/CSPDirectiveList.cpp         ASSERT(position == end || *position == ';');
end               413 Source/core/frame/csp/CSPDirectiveList.cpp         skipExactly<UChar>(position, end, ';');
end               421 Source/core/frame/csp/CSPDirectiveList.cpp bool CSPDirectiveList::parseDirective(const UChar* begin, const UChar* end, String& name, String& value)
end               427 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
end               430 Source/core/frame/csp/CSPDirectiveList.cpp     if (position == end)
end               434 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isCSPDirectiveNameCharacter>(position, end);
end               438 Source/core/frame/csp/CSPDirectiveList.cpp         skipWhile<UChar, isNotASCIISpace>(position, end);
end               445 Source/core/frame/csp/CSPDirectiveList.cpp     if (position == end)
end               448 Source/core/frame/csp/CSPDirectiveList.cpp     if (!skipExactly<UChar, isASCIISpace>(position, end)) {
end               449 Source/core/frame/csp/CSPDirectiveList.cpp         skipWhile<UChar, isNotASCIISpace>(position, end);
end               454 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
end               457 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isCSPDirectiveValueCharacter>(position, end);
end               459 Source/core/frame/csp/CSPDirectiveList.cpp     if (position != end) {
end               460 Source/core/frame/csp/CSPDirectiveList.cpp         m_policy->reportInvalidDirectiveValueCharacter(name, String(valueBegin, end - valueBegin));
end               483 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* end = position + characters.size();
end               485 Source/core/frame/csp/CSPDirectiveList.cpp     while (position < end) {
end               486 Source/core/frame/csp/CSPDirectiveList.cpp         skipWhile<UChar, isASCIISpace>(position, end);
end               489 Source/core/frame/csp/CSPDirectiveList.cpp         skipWhile<UChar, isNotASCIISpace>(position, end);
end               544 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* end = position + characters.size();
end               546 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
end               548 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isNotASCIISpace>(position, end);
end               564 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
end               565 Source/core/frame/csp/CSPDirectiveList.cpp     if (position == end && m_reflectedXSSDisposition != ReflectedXSSUnset)
end               594 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* end = position + characters.size();
end               596 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
end               598 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isNotASCIISpace>(position, end);
end               616 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
end               617 Source/core/frame/csp/CSPDirectiveList.cpp     if (position == end)
end                27 Source/core/frame/csp/CSPDirectiveList.h     static PassOwnPtr<CSPDirectiveList> create(ContentSecurityPolicy*, const UChar* begin, const UChar* end, ContentSecurityPolicyHeaderType, ContentSecurityPolicyHeaderSource);
end                29 Source/core/frame/csp/CSPDirectiveList.h     void parse(const UChar* begin, const UChar* end);
end                69 Source/core/frame/csp/CSPDirectiveList.h     bool parseDirective(const UChar* begin, const UChar* end, String& name, String& value);
end                48 Source/core/frame/csp/CSPSourceList.cpp static bool isSourceListNone(const UChar* begin, const UChar* end)
end                50 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isASCIISpace>(begin, end);
end                53 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isSourceCharacter>(position, end);
end                57 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
end                58 Source/core/frame/csp/CSPSourceList.cpp     if (position != end)
end               122 Source/core/frame/csp/CSPSourceList.cpp void CSPSourceList::parse(const UChar* begin, const UChar* end)
end               125 Source/core/frame/csp/CSPSourceList.cpp     if (isSourceListNone(begin, end))
end               129 Source/core/frame/csp/CSPSourceList.cpp     while (position < end) {
end               130 Source/core/frame/csp/CSPSourceList.cpp         skipWhile<UChar, isASCIISpace>(position, end);
end               131 Source/core/frame/csp/CSPSourceList.cpp         if (position == end)
end               135 Source/core/frame/csp/CSPSourceList.cpp         skipWhile<UChar, isSourceCharacter>(position, end);
end               155 Source/core/frame/csp/CSPSourceList.cpp         ASSERT(position == end || isASCIISpace(*position));
end               162 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, bool& hostHasWildcard, bool& portHasWildcard)
end               164 Source/core/frame/csp/CSPSourceList.cpp     if (begin == end)
end               167 Source/core/frame/csp/CSPSourceList.cpp     if (equalIgnoringCase("'none'", begin, end - begin))
end               170 Source/core/frame/csp/CSPSourceList.cpp     if (end - begin == 1 && *begin == '*') {
end               175 Source/core/frame/csp/CSPSourceList.cpp     if (equalIgnoringCase("'self'", begin, end - begin)) {
end               180 Source/core/frame/csp/CSPSourceList.cpp     if (equalIgnoringCase("'unsafe-inline'", begin, end - begin)) {
end               185 Source/core/frame/csp/CSPSourceList.cpp     if (equalIgnoringCase("'unsafe-eval'", begin, end - begin)) {
end               191 Source/core/frame/csp/CSPSourceList.cpp     if (!parseNonce(begin, end, nonce))
end               201 Source/core/frame/csp/CSPSourceList.cpp     if (!parseHash(begin, end, hash, algorithm))
end               211 Source/core/frame/csp/CSPSourceList.cpp     const UChar* beginPath = end;
end               214 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isNotColonOrSlash>(position, end);
end               216 Source/core/frame/csp/CSPSourceList.cpp     if (position == end) {
end               222 Source/core/frame/csp/CSPSourceList.cpp     if (position < end && *position == '/') {
end               225 Source/core/frame/csp/CSPSourceList.cpp         return parseHost(beginHost, position, host, hostHasWildcard) && parsePath(position, end, path);
end               228 Source/core/frame/csp/CSPSourceList.cpp     if (position < end && *position == ':') {
end               229 Source/core/frame/csp/CSPSourceList.cpp         if (end - position == 1) {
end               239 Source/core/frame/csp/CSPSourceList.cpp                 || !skipExactly<UChar>(position, end, ':')
end               240 Source/core/frame/csp/CSPSourceList.cpp                 || !skipExactly<UChar>(position, end, '/')
end               241 Source/core/frame/csp/CSPSourceList.cpp                 || !skipExactly<UChar>(position, end, '/'))
end               243 Source/core/frame/csp/CSPSourceList.cpp             if (position == end)
end               246 Source/core/frame/csp/CSPSourceList.cpp             skipWhile<UChar, isNotColonOrSlash>(position, end);
end               249 Source/core/frame/csp/CSPSourceList.cpp         if (position < end && *position == ':') {
end               253 Source/core/frame/csp/CSPSourceList.cpp             skipUntil<UChar>(position, end, '/');
end               257 Source/core/frame/csp/CSPSourceList.cpp     if (position < end && *position == '/') {
end               275 Source/core/frame/csp/CSPSourceList.cpp     if (beginPath != end) {
end               276 Source/core/frame/csp/CSPSourceList.cpp         if (!parsePath(beginPath, end, path))
end               286 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseNonce(const UChar* begin, const UChar* end, String& nonce)
end               296 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isNonceCharacter>(position, end);
end               299 Source/core/frame/csp/CSPSourceList.cpp     if ((position + 1) != end || *position != '\'' || !(position - nonceBegin))
end               310 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseHash(const UChar* begin, const UChar* end, DigestValue& hash, ContentSecurityPolicyHashAlgorithm& hashAlgorithm)
end               347 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isBase64EncodedCharacter>(position, end);
end               354 Source/core/frame/csp/CSPSourceList.cpp     if ((position + 1) != end || *position != '\'' || !(position - hashBegin))
end               368 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseScheme(const UChar* begin, const UChar* end, String& scheme)
end               370 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(begin <= end);
end               373 Source/core/frame/csp/CSPSourceList.cpp     if (begin == end)
end               378 Source/core/frame/csp/CSPSourceList.cpp     if (!skipExactly<UChar, isASCIIAlpha>(position, end))
end               381 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isSchemeContinuationCharacter>(position, end);
end               383 Source/core/frame/csp/CSPSourceList.cpp     if (position != end)
end               386 Source/core/frame/csp/CSPSourceList.cpp     scheme = String(begin, end - begin);
end               394 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parseHost(const UChar* begin, const UChar* end, String& host, bool& hostHasWildcard)
end               396 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(begin <= end);
end               400 Source/core/frame/csp/CSPSourceList.cpp     if (begin == end)
end               405 Source/core/frame/csp/CSPSourceList.cpp     if (skipExactly<UChar>(position, end, '*')) {
end               408 Source/core/frame/csp/CSPSourceList.cpp         if (position == end)
end               411 Source/core/frame/csp/CSPSourceList.cpp         if (!skipExactly<UChar>(position, end, '.'))
end               417 Source/core/frame/csp/CSPSourceList.cpp     while (position < end) {
end               418 Source/core/frame/csp/CSPSourceList.cpp         if (!skipExactly<UChar, isHostCharacter>(position, end))
end               421 Source/core/frame/csp/CSPSourceList.cpp         skipWhile<UChar, isHostCharacter>(position, end);
end               423 Source/core/frame/csp/CSPSourceList.cpp         if (position < end && !skipExactly<UChar>(position, end, '.'))
end               427 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(position == end);
end               428 Source/core/frame/csp/CSPSourceList.cpp     host = String(hostBegin, end - hostBegin);
end               432 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parsePath(const UChar* begin, const UChar* end, String& path)
end               434 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(begin <= end);
end               438 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isPathComponentCharacter>(position, end);
end               441 Source/core/frame/csp/CSPSourceList.cpp     if (position < end)
end               442 Source/core/frame/csp/CSPSourceList.cpp         m_policy->reportInvalidPathCharacter(m_directiveName, String(begin, end - begin), *position);
end               446 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(position <= end);
end               447 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(position == end || (*position == '#' || *position == '?'));
end               453 Source/core/frame/csp/CSPSourceList.cpp bool CSPSourceList::parsePort(const UChar* begin, const UChar* end, int& port, bool& portHasWildcard)
end               455 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(begin <= end);
end               459 Source/core/frame/csp/CSPSourceList.cpp     if (!skipExactly<UChar>(begin, end, ':'))
end               462 Source/core/frame/csp/CSPSourceList.cpp     if (begin == end)
end               465 Source/core/frame/csp/CSPSourceList.cpp     if (end - begin == 1 && *begin == '*') {
end               472 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isASCIIDigit>(position, end);
end               474 Source/core/frame/csp/CSPSourceList.cpp     if (position != end)
end               478 Source/core/frame/csp/CSPSourceList.cpp     port = charactersToIntStrict(begin, end - begin, &ok);
end                23 Source/core/frame/csp/CSPSourceList.h     void parse(const UChar* begin, const UChar* end);
end                35 Source/core/frame/csp/CSPSourceList.h     bool parseSource(const UChar* begin, const UChar* end, String& scheme, String& host, int& port, String& path, bool& hostHasWildcard, bool& portHasWildcard);
end                36 Source/core/frame/csp/CSPSourceList.h     bool parseScheme(const UChar* begin, const UChar* end, String& scheme);
end                37 Source/core/frame/csp/CSPSourceList.h     bool parseHost(const UChar* begin, const UChar* end, String& host, bool& hostHasWildcard);
end                38 Source/core/frame/csp/CSPSourceList.h     bool parsePort(const UChar* begin, const UChar* end, int& port, bool& portHasWildcard);
end                39 Source/core/frame/csp/CSPSourceList.h     bool parsePath(const UChar* begin, const UChar* end, String& path);
end                40 Source/core/frame/csp/CSPSourceList.h     bool parseNonce(const UChar* begin, const UChar* end, String& nonce);
end                41 Source/core/frame/csp/CSPSourceList.h     bool parseHash(const UChar* begin, const UChar* end, DigestValue& hash, ContentSecurityPolicyHashAlgorithm&);
end               148 Source/core/frame/csp/ContentSecurityPolicy.cpp     for (CSPDirectiveListVector::const_iterator iter = other->m_policies.begin(); iter != other->m_policies.end(); ++iter)
end               186 Source/core/frame/csp/ContentSecurityPolicy.cpp     const UChar* end = begin + characters.size();
end               192 Source/core/frame/csp/ContentSecurityPolicy.cpp     while (position < end) {
end               193 Source/core/frame/csp/ContentSecurityPolicy.cpp         skipUntil<UChar>(position, end, ',');
end               206 Source/core/frame/csp/ContentSecurityPolicy.cpp         ASSERT(position == end || *position == ',');
end               207 Source/core/frame/csp/ContentSecurityPolicy.cpp         skipExactly<UChar>(position, end, ',');
end                29 Source/core/frame/csp/MediaListDirective.cpp void MediaListDirective::parse(const UChar* begin, const UChar* end)
end                34 Source/core/frame/csp/MediaListDirective.cpp     if (position == end) {
end                39 Source/core/frame/csp/MediaListDirective.cpp     while (position < end) {
end                42 Source/core/frame/csp/MediaListDirective.cpp         skipWhile<UChar, isASCIISpace>(position, end);
end                43 Source/core/frame/csp/MediaListDirective.cpp         if (position == end)
end                49 Source/core/frame/csp/MediaListDirective.cpp         if (!skipExactly<UChar, isMediaTypeCharacter>(position, end)) {
end                50 Source/core/frame/csp/MediaListDirective.cpp             skipWhile<UChar, isNotASCIISpace>(position, end);
end                54 Source/core/frame/csp/MediaListDirective.cpp         skipWhile<UChar, isMediaTypeCharacter>(position, end);
end                58 Source/core/frame/csp/MediaListDirective.cpp         if (!skipExactly<UChar>(position, end, '/')) {
end                59 Source/core/frame/csp/MediaListDirective.cpp             skipWhile<UChar, isNotASCIISpace>(position, end);
end                66 Source/core/frame/csp/MediaListDirective.cpp         if (!skipExactly<UChar, isMediaTypeCharacter>(position, end)) {
end                67 Source/core/frame/csp/MediaListDirective.cpp             skipWhile<UChar, isNotASCIISpace>(position, end);
end                71 Source/core/frame/csp/MediaListDirective.cpp         skipWhile<UChar, isMediaTypeCharacter>(position, end);
end                75 Source/core/frame/csp/MediaListDirective.cpp         if (position < end && isNotASCIISpace(*position)) {
end                76 Source/core/frame/csp/MediaListDirective.cpp             skipWhile<UChar, isNotASCIISpace>(position, end);
end                82 Source/core/frame/csp/MediaListDirective.cpp         ASSERT(position == end || isASCIISpace(*position));
end                24 Source/core/frame/csp/MediaListDirective.h     void parse(const UChar* begin, const UChar* end);
end                96 Source/core/html/HTMLCanvasElement.cpp     HashSet<CanvasObserver*>::iterator end = m_observers.end();
end                97 Source/core/html/HTMLCanvasElement.cpp     for (HashSet<CanvasObserver*>::iterator it = m_observers.begin(); it != end; ++it)
end               229 Source/core/html/HTMLCanvasElement.cpp     HashSet<CanvasObserver*>::iterator end = m_observers.end();
end               230 Source/core/html/HTMLCanvasElement.cpp     for (HashSet<CanvasObserver*>::iterator it = m_observers.begin(); it != end; ++it)
end               287 Source/core/html/HTMLCanvasElement.cpp     HashSet<CanvasObserver*>::iterator end = m_observers.end();
end               288 Source/core/html/HTMLCanvasElement.cpp     for (HashSet<CanvasObserver*>::iterator it = m_observers.begin(); it != end; ++it)
end                60 Source/core/html/HTMLFontElement.cpp     const CharacterType* end = characters + length;
end                63 Source/core/html/HTMLFontElement.cpp     while (position < end) {
end                70 Source/core/html/HTMLFontElement.cpp     if (position == end)
end                72 Source/core/html/HTMLFontElement.cpp     ASSERT(position < end);
end                98 Source/core/html/HTMLFontElement.cpp     while (position < end) {
end               709 Source/core/html/HTMLFormElement.cpp     PastNamesMap::iterator end = m_pastNamesMap->end();
end               710 Source/core/html/HTMLFormElement.cpp     for (PastNamesMap::iterator it = m_pastNamesMap->begin(); it != end; ++it) {
end                59 Source/core/html/HTMLFrameOwnerElement.cpp     WidgetToParentMap::iterator end = map.end();
end                60 Source/core/html/HTMLFrameOwnerElement.cpp     for (WidgetToParentMap::iterator it = map.begin(); it != end; ++it) {
end               551 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setSelectionEndForBinding(int end, ExceptionState& exceptionState)
end               557 Source/core/html/HTMLInputElement.cpp     HTMLTextFormControlElement::setSelectionEnd(end);
end               569 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setSelectionRangeForBinding(int start, int end, ExceptionState& exceptionState)
end               575 Source/core/html/HTMLInputElement.cpp     HTMLTextFormControlElement::setSelectionRange(start, end);
end               578 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setSelectionRangeForBinding(int start, int end, const String& direction, ExceptionState& exceptionState)
end               584 Source/core/html/HTMLInputElement.cpp     HTMLTextFormControlElement::setSelectionRange(start, end, direction);
end              1805 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& exceptionState)
end              1812 Source/core/html/HTMLInputElement.cpp     HTMLTextFormControlElement::setRangeText(replacement, start, end, selectionMode, exceptionState);
end               170 Source/core/html/HTMLInputElement.h     void setSelectionRangeForBinding(int start, int end, ExceptionState&);
end               171 Source/core/html/HTMLInputElement.h     void setSelectionRangeForBinding(int start, int end, const String& direction, ExceptionState&);
end               268 Source/core/html/HTMLInputElement.h     virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&) OVERRIDE FINAL;
end              1084 Source/core/html/HTMLMediaElement.cpp     nonCopyingSort(eventTasks.begin(), eventTasks.end(), eventTimeCueCompare);
end              1118 Source/core/html/HTMLMediaElement.cpp     nonCopyingSort(affectedTracks.begin(), affectedTracks.end(), trackIndexCompare);
end              1666 Source/core/html/HTMLMediaElement.cpp void HTMLMediaElement::addPlayedRange(double start, double end)
end              1668 Source/core/html/HTMLMediaElement.cpp     WTF_LOG(Media, "HTMLMediaElement::addPlayedRange(%f, %f)", start, end);
end              1671 Source/core/html/HTMLMediaElement.cpp     m_playedTimeRanges->add(start, end);
end              3490 Source/core/html/HTMLMediaElement.cpp     for (HashSet<HTMLMediaElement*>::iterator i = elements.begin(); i != elements.end(); ++i) {
end              3584 Source/core/html/HTMLMediaElement.cpp     double end = fragmentParser.endTime();
end              3585 Source/core/html/HTMLMediaElement.cpp     if (end != MediaFragmentURIParser::invalidTimeValue() && end > 0 && end > m_fragmentStartTime) {
end              3586 Source/core/html/HTMLMediaElement.cpp         m_fragmentEndTime = end;
end               343 Source/core/html/HTMLMediaElement.h     void addPlayedRange(double start, double end);
end               636 Source/core/html/HTMLSelectElement.cpp     unsigned end = max(m_activeSelectionAnchorIndex, m_activeSelectionEndIndex);
end               644 Source/core/html/HTMLSelectElement.cpp         if (i >= start && i <= end)
end               170 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::setSelectionEnd(int end)
end               172 Source/core/html/HTMLTextFormControlElement.cpp     setSelectionRange(min(end, selectionStart()), end, selectionDirection());
end               206 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState& exceptionState)
end               208 Source/core/html/HTMLTextFormControlElement.cpp     if (start > end) {
end               209 Source/core/html/HTMLTextFormControlElement.cpp         exceptionState.throwDOMException(IndexSizeError, "The provided start value (" + String::number(start) + ") is larger than the provided end value (" + String::number(end) + ").");
end               222 Source/core/html/HTMLTextFormControlElement.cpp     end = std::min(end, textLength);
end               224 Source/core/html/HTMLTextFormControlElement.cpp     if (start < end)
end               225 Source/core/html/HTMLTextFormControlElement.cpp         text.replace(start, end - start, replacement);
end               246 Source/core/html/HTMLTextFormControlElement.cpp         long delta = replacementLength - (end - start);
end               248 Source/core/html/HTMLTextFormControlElement.cpp         if (newSelectionStart > end)
end               253 Source/core/html/HTMLTextFormControlElement.cpp         if (newSelectionEnd > end)
end               262 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::setSelectionRange(int start, int end, const String& directionString)
end               270 Source/core/html/HTMLTextFormControlElement.cpp     return setSelectionRange(start, end, direction);
end               273 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::setSelectionRange(int start, int end, TextFieldSelectionDirection direction)
end               280 Source/core/html/HTMLTextFormControlElement.cpp     end = max(end, 0);
end               281 Source/core/html/HTMLTextFormControlElement.cpp     start = min(max(start, 0), end);
end               284 Source/core/html/HTMLTextFormControlElement.cpp         cacheSelection(start, end, direction);
end               289 Source/core/html/HTMLTextFormControlElement.cpp     if (start == end)
end               292 Source/core/html/HTMLTextFormControlElement.cpp         endPosition = visiblePositionForIndex(end);
end               370 Source/core/html/HTMLTextFormControlElement.cpp     return indexForVisiblePosition(VisiblePosition(frame->selection().end()));
end               430 Source/core/html/HTMLTextFormControlElement.cpp     int end = m_cachedSelectionEnd;
end               432 Source/core/html/HTMLTextFormControlElement.cpp     ASSERT(start <= end);
end               451 Source/core/html/HTMLTextFormControlElement.cpp         if (offset <= end && end <= offset + length) {
end               452 Source/core/html/HTMLTextFormControlElement.cpp             setContainerAndOffsetForRange(node, end - offset, endNode, end);
end               462 Source/core/html/HTMLTextFormControlElement.cpp     return Range::create(document(), startNode, start, endNode, end);
end                69 Source/core/html/HTMLTextFormControlElement.h     virtual void setRangeText(const String& replacement, unsigned start, unsigned end, const String& selectionMode, ExceptionState&);
end                70 Source/core/html/HTMLTextFormControlElement.h     void setSelectionRange(int start, int end, const String& direction);
end                71 Source/core/html/HTMLTextFormControlElement.h     void setSelectionRange(int start, int end, TextFieldSelectionDirection = SelectionHasNoDirection);
end                96 Source/core/html/HTMLTextFormControlElement.h     void cacheSelection(int start, int end, TextFieldSelectionDirection direction)
end                99 Source/core/html/HTMLTextFormControlElement.h         m_cachedSelectionEnd = end;
end               140 Source/core/html/HTMLViewSourceDocument.cpp         if (iter == token.attributes().end()) {
end               151 Source/core/html/HTMLViewSourceDocument.cpp         index = addRange(source, index, iter->nameRange.end - token.startIndex(), "webkit-html-attribute-name");
end               159 Source/core/html/HTMLViewSourceDocument.cpp         index = addRange(source, index, iter->valueRange.end - token.startIndex(), "webkit-html-attribute-value", isLink, tagName == aTag, value);
end               252 Source/core/html/HTMLViewSourceDocument.cpp int HTMLViewSourceDocument::addRange(const String& source, int start, int end, const AtomicString& className, bool isLink, bool isAnchor, const AtomicString& link)
end               254 Source/core/html/HTMLViewSourceDocument.cpp     ASSERT(start <= end);
end               255 Source/core/html/HTMLViewSourceDocument.cpp     if (start == end)
end               258 Source/core/html/HTMLViewSourceDocument.cpp     String text = source.substring(start, end - start);
end               268 Source/core/html/HTMLViewSourceDocument.cpp     return end;
end                61 Source/core/html/HTMLViewSourceDocument.h     int addRange(const String& source, int start, int end, const AtomicString& className, bool isLink = false, bool isAnchor = false, const AtomicString& link = nullAtom);
end                89 Source/core/html/LinkRelAttribute.cpp         Vector<String>::const_iterator end = list.end();
end                90 Source/core/html/LinkRelAttribute.cpp         for (Vector<String>::const_iterator it = list.begin(); it != end; ++it) {
end               106 Source/core/html/MediaFragmentURIParser.cpp     unsigned end = fragmentString.length();
end               107 Source/core/html/MediaFragmentURIParser.cpp     while (offset < end) {
end               116 Source/core/html/MediaFragmentURIParser.cpp             parameterEnd = end;
end               180 Source/core/html/MediaFragmentURIParser.cpp         double end = MediaPlayer::invalidTime();
end               181 Source/core/html/MediaFragmentURIParser.cpp         if (parseNPTFragment(fragment.second.characters8(), fragment.second.length(), start, end)) {
end               183 Source/core/html/MediaFragmentURIParser.cpp             m_endTime = end;
end                63 Source/core/html/PublicURLManager.cpp     for (RegistryURLMap::iterator i = m_registryToURL.begin(); i != m_registryToURL.end(); ++i) {
end                76 Source/core/html/PublicURLManager.cpp     for (RegistryURLMap::iterator i = m_registryToURL.begin(); i != m_registryToURL.end(); ++i) {
end                79 Source/core/html/PublicURLManager.cpp         for (URLMap::iterator j = registeredURLs.begin(); j != registeredURLs.end(); ++j) {
end                99 Source/core/html/PublicURLManager.cpp     for (RegistryURLMap::iterator i = m_registryToURL.begin(); i != m_registryToURL.end(); ++i) {
end               100 Source/core/html/PublicURLManager.cpp         for (URLMap::iterator j = i->value.begin(); j != i->value.end(); ++j)
end                38 Source/core/html/TimeRanges.cpp TimeRanges::TimeRanges(double start, double end)
end                41 Source/core/html/TimeRanges.cpp     add(start, end);
end                50 Source/core/html/TimeRanges.cpp         ranges->add(webRanges[i].start, webRanges[i].end);
end                82 Source/core/html/TimeRanges.cpp         double end = m_ranges.last().m_end;
end                83 Source/core/html/TimeRanges.cpp         if (end != posInf)
end                84 Source/core/html/TimeRanges.cpp             inverted->add(end, posInf);
end               135 Source/core/html/TimeRanges.cpp void TimeRanges::add(double start, double end)
end               137 Source/core/html/TimeRanges.cpp     ASSERT(start <= end);
end               139 Source/core/html/TimeRanges.cpp     Range addedRange(start, end);
end               181 Source/core/html/TimeRanges.cpp         if (time >= start(n, IGNORE_EXCEPTION) && time <= end(n, IGNORE_EXCEPTION))
end               193 Source/core/html/TimeRanges.cpp         double endTime = end(ndx, IGNORE_EXCEPTION);
end                47 Source/core/html/TimeRanges.h     static PassRefPtr<TimeRanges> create(double start, double end)
end                49 Source/core/html/TimeRanges.h         return adoptRef(new TimeRanges(start, end));
end                59 Source/core/html/TimeRanges.h     double end(unsigned index, ExceptionState&) const;
end                61 Source/core/html/TimeRanges.h     void add(double start, double end);
end                73 Source/core/html/TimeRanges.h     TimeRanges(double start, double end);
end                80 Source/core/html/TimeRanges.h         Range(double start, double end)
end                83 Source/core/html/TimeRanges.h             m_end = end;
end                46 Source/core/html/TimeRangesTest.cpp         ss << " [" << ranges.start(i, IGNORE_EXCEPTION) << "," << ranges.end(i, IGNORE_EXCEPTION) << ")";
end                68 Source/core/html/TimeRangesTest.cpp     webRanges[0].end = 1;
end                70 Source/core/html/TimeRangesTest.cpp     webRanges[1].end = 3;
end                88 Source/core/html/TimeRangesTest.cpp         rangeB->add(rangeA->start(i, IGNORE_EXCEPTION), rangeA->end(i, IGNORE_EXCEPTION));
end              2011 Source/core/html/canvas/CanvasRenderingContext2D.cpp     RefPtrWillBeRawPtr<MutableStylePropertySet> parsedStyle = i != m_fetchedFonts.end() ? i->value : nullptr;
end                94 Source/core/html/canvas/WebGLContextGroup.cpp     for (HashSet<WebGLRenderingContextBase*>::iterator it = m_contexts.begin(); it != m_contexts.end(); ++it)
end               405 Source/core/html/canvas/WebGLFramebuffer.cpp     return (it != m_attachments.end()) ? it->value.get() : 0;
end               445 Source/core/html/canvas/WebGLFramebuffer.cpp         for (AttachmentMap::iterator it = m_attachments.begin(); it != m_attachments.end(); ++it) {
end               497 Source/core/html/canvas/WebGLFramebuffer.cpp     for (AttachmentMap::const_iterator it = m_attachments.begin(); it != m_attachments.end(); ++it) {
end               564 Source/core/html/canvas/WebGLFramebuffer.cpp     for (AttachmentMap::iterator it = m_attachments.begin(); it != m_attachments.end(); ++it)
end               259 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     unsigned end;
end               260 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp     if (date.parseDate(value, 0, end) && end == value.length())
end                81 Source/core/html/forms/DateInputType.cpp     unsigned end;
end                82 Source/core/html/forms/DateInputType.cpp     return out->parseDate(string, 0, end) && end == string.length();
end                90 Source/core/html/forms/DateTimeLocalInputType.cpp     unsigned end;
end                91 Source/core/html/forms/DateTimeLocalInputType.cpp     return out->parseDateTimeLocal(string, 0, end) && end == string.length();
end               232 Source/core/html/forms/FormController.cpp     for (FormElementStateMap::const_iterator it = m_stateForNewFormElements.begin(); it != m_stateForNewFormElements.end(); ++it) {
end               235 Source/core/html/forms/FormController.cpp         for (Deque<FormControlState>::const_iterator queIterator = queue.begin(); queIterator != queue.end(); ++queIterator) {
end               247 Source/core/html/forms/FormController.cpp     if (it != m_stateForNewFormElements.end()) {
end               262 Source/core/html/forms/FormController.cpp     if (it == m_stateForNewFormElements.end())
end               275 Source/core/html/forms/FormController.cpp     for (FormElementStateMap::const_iterator it = m_stateForNewFormElements.begin(); it != m_stateForNewFormElements.end(); ++it) {
end               280 Source/core/html/forms/FormController.cpp         for (Deque<FormControlState>::const_iterator queIterator = queue.begin(); queIterator != queue.end(); ++queIterator) {
end               353 Source/core/html/forms/FormController.cpp     if (it != m_formToKeyMap.end())
end               398 Source/core/html/forms/FormController.cpp     for (FormElementListHashSet::const_iterator it = controlList.begin(); it != controlList.end(); ++it) {
end               417 Source/core/html/forms/FormController.cpp     for (SavedFormStateMap::const_iterator it = stateMap->begin(); it != stateMap->end(); ++it) {
end               439 Source/core/html/forms/FormController.cpp     if (it == m_savedFormStateMap.end())
end               510 Source/core/html/forms/FormController.cpp     for (SavedFormStateMap::const_iterator it = map.begin(); it != map.end(); ++it)
end               133 Source/core/html/forms/InputType.cpp     return it == factoryMap()->end() ? InputTypeNames::text : it->key;
end               122 Source/core/html/forms/MonthInputType.cpp     unsigned end;
end               123 Source/core/html/forms/MonthInputType.cpp     return out->parseMonth(string, 0, end) && end == string.length();
end               134 Source/core/html/forms/RadioButtonGroupScope.cpp     if (it == m_members.end())
end               161 Source/core/html/forms/RadioButtonGroupScope.cpp     Iterator end = m_members.end();
end               162 Source/core/html/forms/RadioButtonGroupScope.cpp     for (Iterator it = m_members.begin(); it != end; ++it) {
end               366 Source/core/html/forms/RangeInputType.cpp     nonCopyingSort(m_tickMarkValues.begin(), m_tickMarkValues.end(), decimalCompare);
end                99 Source/core/html/forms/TimeInputType.cpp     unsigned end;
end               100 Source/core/html/forms/TimeInputType.cpp     return out->parseTime(string, 0, end) && end == string.length();
end                76 Source/core/html/forms/WeekInputType.cpp     unsigned end;
end                77 Source/core/html/forms/WeekInputType.cpp     return out->parseWeek(string, 0, end) && end == string.length();
end               126 Source/core/html/imports/HTMLImportLoader.cpp             writer->end();
end               165 Source/core/html/parser/AtomicHTMLToken.h             for (Vector<CompactHTMLToken::Attribute>::const_iterator it = token.attributes().begin(); it != token.attributes().end(); ++it) {
end               239 Source/core/html/parser/AtomicHTMLToken.h         ASSERT(attribute.nameRange.end);
end               241 Source/core/html/parser/AtomicHTMLToken.h         ASSERT(attribute.valueRange.end);
end               209 Source/core/html/parser/BackgroundHTMLParser.cpp         m_sourceTracker.end(m_input.current(), m_tokenizer.get(), *m_token);
end                55 Source/core/html/parser/CSSPreloadScanner.cpp void CSSPreloadScanner::scanCommon(const Char* begin, const Char* end, const SegmentedString& source, PreloadRequestStream& requests)
end                58 Source/core/html/parser/CSSPreloadScanner.cpp     for (const Char* it = begin; it != end && m_state != DoneParsingImportRules; ++it)
end                64 Source/core/html/parser/CSSPreloadScanner.h     void scanCommon(const Char* begin, const Char* end, const SegmentedString&, PreloadRequestStream&);
end                66 Source/core/html/parser/CompactHTMLToken.cpp         for (Vector<HTMLToken::Attribute>::const_iterator it = token->attributes().begin(); it != token->attributes().end(); ++it)
end                95 Source/core/html/parser/CompactHTMLToken.cpp     for (Vector<Attribute>::const_iterator it = m_attributes.begin(); it != m_attributes.end(); ++it) {
end               432 Source/core/html/parser/HTMLDocumentParser.cpp     for (XSSInfoStream::const_iterator it = chunk->xssInfos.begin(); it != chunk->xssInfos.end(); ++it) {
end               439 Source/core/html/parser/HTMLDocumentParser.cpp     for (Vector<CompactHTMLToken>::const_iterator it = tokens->begin(); it != tokens->end(); ++it) {
end               462 Source/core/html/parser/HTMLDocumentParser.cpp             ASSERT(it + 1 == tokens->end()); // The </script> is assumed to be the last token of this bunch.
end               469 Source/core/html/parser/HTMLDocumentParser.cpp             ASSERT(it + 1 == tokens->end()); // The EOF is assumed to be the last token of this bunch.
end               577 Source/core/html/parser/HTMLDocumentParser.cpp             m_sourceTracker.end(m_input.current(), m_tokenizer.get(), token());
end               798 Source/core/html/parser/HTMLDocumentParser.cpp     end();
end               172 Source/core/html/parser/HTMLDocumentParser.h     void end();
end                58 Source/core/html/parser/HTMLMetaCharsetParser.cpp     for (HTMLToken::AttributeList::const_iterator iter = tokenAttributes.begin(); iter != tokenAttributes.end(); ++iter) {
end                98 Source/core/html/parser/HTMLMetaCharsetParser.cpp         bool end = m_token.type() == HTMLToken::EndTag;
end                99 Source/core/html/parser/HTMLMetaCharsetParser.cpp         if (end || m_token.type() == HTMLToken::StartTag) {
end               101 Source/core/html/parser/HTMLMetaCharsetParser.cpp             if (!end) {
end               113 Source/core/html/parser/HTMLMetaCharsetParser.cpp                 && (end || !threadSafeMatch(tagName, htmlTag)) && (end || !threadSafeMatch(tagName, headTag))) {
end               143 Source/core/html/parser/HTMLParserIdioms.cpp static bool parseHTMLIntegerInternal(const CharacterType* position, const CharacterType* end, int& value)
end               149 Source/core/html/parser/HTMLParserIdioms.cpp     while (position < end) {
end               156 Source/core/html/parser/HTMLParserIdioms.cpp     if (position == end)
end               158 Source/core/html/parser/HTMLParserIdioms.cpp     ASSERT(position < end);
end               166 Source/core/html/parser/HTMLParserIdioms.cpp     if (position == end)
end               168 Source/core/html/parser/HTMLParserIdioms.cpp     ASSERT(position < end);
end               176 Source/core/html/parser/HTMLParserIdioms.cpp     while (position < end) {
end               207 Source/core/html/parser/HTMLParserIdioms.cpp static bool parseHTMLNonNegativeIntegerInternal(const CharacterType* position, const CharacterType* end, unsigned& value)
end               210 Source/core/html/parser/HTMLParserIdioms.cpp     while (position < end) {
end               217 Source/core/html/parser/HTMLParserIdioms.cpp     if (position == end)
end               219 Source/core/html/parser/HTMLParserIdioms.cpp     ASSERT(position < end);
end               226 Source/core/html/parser/HTMLParserIdioms.cpp     if (position == end)
end               228 Source/core/html/parser/HTMLParserIdioms.cpp     ASSERT(position < end);
end               236 Source/core/html/parser/HTMLParserIdioms.cpp     while (position < end) {
end               303 Source/core/html/parser/HTMLParserIdioms.cpp         unsigned end = pos;
end               304 Source/core/html/parser/HTMLParserIdioms.cpp         while (end < length && ((quoteMark && value[end] != quoteMark) || (!quoteMark && value[end] > ' ' && value[end] != '"' && value[end] != '\'' && value[end] != ';')))
end               305 Source/core/html/parser/HTMLParserIdioms.cpp             ++end;
end               307 Source/core/html/parser/HTMLParserIdioms.cpp         if (quoteMark && (end == length))
end               310 Source/core/html/parser/HTMLParserIdioms.cpp         return value.substring(pos, end - pos);
end               328 Source/core/html/parser/HTMLParserIdioms.cpp     for (HTMLAttributeList::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) {
end               384 Source/core/html/parser/HTMLParserIdioms.cpp     if (it == table.end())
end               132 Source/core/html/parser/HTMLPreloadScanner.cpp         for (HTMLToken::AttributeList::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter) {
end               143 Source/core/html/parser/HTMLPreloadScanner.cpp         for (Vector<CompactHTMLToken::Attribute>::const_iterator iter = attributes.begin(); iter != attributes.end(); ++iter)
end                69 Source/core/html/parser/HTMLResourcePreloader.cpp     for (PreloadRequestStream::iterator it = requests.begin(); it != requests.end(); ++it)
end                56 Source/core/html/parser/HTMLSourceTracker.cpp     token.end(currentInput.numberOfCharactersConsumed() - tokenizer->numberOfBufferedCharacters());
end                45 Source/core/html/parser/HTMLSourceTracker.h     void end(SegmentedString&, HTMLTokenizer*, HTMLToken&);
end               139 Source/core/html/parser/HTMLSrcsetParser.cpp     std::stable_sort(imageCandidates.begin(), imageCandidates.end(), compareByScaleFactor);
end                82 Source/core/html/parser/HTMLToken.h             int end;
end               104 Source/core/html/parser/HTMLToken.h         m_range.end = 0;
end               126 Source/core/html/parser/HTMLToken.h     int endIndex() const { return m_range.end; }
end               133 Source/core/html/parser/HTMLToken.h     void end(int endOffset)
end               135 Source/core/html/parser/HTMLToken.h         m_range.end = endOffset - m_baseOffset;
end               297 Source/core/html/parser/HTMLToken.h         m_currentAttribute->nameRange.end = 0;
end               299 Source/core/html/parser/HTMLToken.h         m_currentAttribute->valueRange.end = 0;
end               311 Source/core/html/parser/HTMLToken.h         m_currentAttribute->nameRange.end = index;
end               313 Source/core/html/parser/HTMLToken.h         m_currentAttribute->valueRange.end = index;
end               320 Source/core/html/parser/HTMLToken.h         m_currentAttribute->valueRange.end = 0;
end               326 Source/core/html/parser/HTMLToken.h         m_currentAttribute->valueRange.end = offset - m_baseOffset;
end                50 Source/core/html/parser/HTMLViewSourceParser.cpp         m_sourceTracker.end(m_input.current(), m_tokenizer.get(), m_token);
end               181 Source/core/html/parser/TextResourceDecoder.cpp     int end = pos;
end               182 Source/core/html/parser/TextResourceDecoder.cpp     while (end < len && str[end] != quoteMark)
end               183 Source/core/html/parser/TextResourceDecoder.cpp         ++end;
end               184 Source/core/html/parser/TextResourceDecoder.cpp     if (end >= len)
end               187 Source/core/html/parser/TextResourceDecoder.cpp     encodingLength = end - pos;
end               606 Source/core/html/parser/XSSAuditor.cpp     int end = attribute.valueRange.end - request.token.startIndex();
end               607 Source/core/html/parser/XSSAuditor.cpp     String decodedSnippet = fullyDecodeString(request.sourceTracker.sourceForToken(request.token).substring(start, end - start), m_encoding);
end                98 Source/core/html/track/InbandTextTrack.cpp void InbandTextTrack::addWebVTTCue(double start, double end, const WebString& id, const WebString& content, const WebString& settings)
end               100 Source/core/html/track/InbandTextTrack.cpp     RefPtr<VTTCue> cue = VTTCue::create(document(), start, end, content);
end                54 Source/core/html/track/TextTrackCue.cpp TextTrackCue::TextTrackCue(double start, double end)
end                56 Source/core/html/track/TextTrackCue.cpp     , m_endTime(end)
end                98 Source/core/html/track/TextTrackCue.h     TextTrackCue(double start, double end);
end                85 Source/core/html/track/TextTrackCueList.cpp bool TextTrackCueList::add(PassRefPtr<TextTrackCue> prpCue, size_t start, size_t end)
end                88 Source/core/html/track/TextTrackCueList.cpp     ASSERT_WITH_SECURITY_IMPLICATION(end <= m_list.size());
end                93 Source/core/html/track/TextTrackCueList.cpp     if (start == end) {
end               102 Source/core/html/track/TextTrackCueList.cpp     size_t index = (start + end) / 2;
end               106 Source/core/html/track/TextTrackCueList.cpp     return add(cue.release(), index + 1, end);
end                85 Source/core/html/track/vtt/VTTCue.cpp     DEFINE_STATIC_LOCAL(const String, end, ("end"));
end                86 Source/core/html/track/vtt/VTTCue.cpp     return end;
end               875 Source/core/html/track/vtt/VTTCue.cpp     if (!input.scan('%') || !input.isAt(valueRun.end()))
end               935 Source/core/html/track/vtt/VTTCue.cpp             if (!input.isAt(valueRun.end()))
end               240 Source/core/html/track/vtt/VTTRegion.cpp     return input.isAt(run.end());
end                72 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.start() <= end());
end                73 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.end() >= run.start());
end                74 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.end() <= end());
end                84 Source/core/html/track/vtt/VTTScanner.cpp         seekTo(run.end());
end                90 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.start() <= end());
end                91 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.end() >= run.start());
end                92 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.end() <= end());
end                93 Source/core/html/track/vtt/VTTScanner.cpp     seekTo(run.end());
end                99 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.start() <= end());
end               100 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.end() >= run.start());
end               101 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.end() <= end());
end               107 Source/core/html/track/vtt/VTTScanner.cpp     seekTo(run.end());
end               113 Source/core/html/track/vtt/VTTScanner.cpp     Run rest(position(), end(), m_is8Bit);
end               138 Source/core/html/track/vtt/VTTScanner.cpp     seekTo(runOfDigits.end());
end               145 Source/core/html/track/vtt/VTTScanner.cpp     seekTo(integerRun.end());
end               149 Source/core/html/track/vtt/VTTScanner.cpp         seekTo(decimalRun.end());
end                58 Source/core/html/track/vtt/VTTScanner.h         Run(Position start, Position end, bool is8Bit)
end                59 Source/core/html/track/vtt/VTTScanner.h             : m_start(start), m_end(end), m_is8Bit(is8Bit) { }
end                62 Source/core/html/track/vtt/VTTScanner.h         Position end() const { return m_end; }
end                76 Source/core/html/track/vtt/VTTScanner.h     bool isAtEnd() const { return position() == end(); }
end               134 Source/core/html/track/vtt/VTTScanner.h     Position end() const { return m_end.characters8; }
end               212 Source/core/html/track/vtt/VTTScanner.h     ASSERT(position <= end());
end               218 Source/core/html/track/vtt/VTTScanner.h     ASSERT(position() < end());
end               224 Source/core/html/track/vtt/VTTScanner.h     ASSERT(position() < end());
end               134 Source/core/html/track/vtt/VTTScannerTest.cpp     EXPECT_TRUE(scanner.isAt(lcRun.end()));
end               145 Source/core/html/track/vtt/VTTScannerTest.cpp     EXPECT_TRUE(scanner.isAt(lcRun.end()));
end               166 Source/core/html/track/vtt/VTTScannerTest.cpp     EXPECT_TRUE(scanner.isAt(ucRun.end()));
end               177 Source/core/html/track/vtt/VTTScannerTest.cpp     EXPECT_TRUE(scanner.isAt(ucRun.end()));
end               225 Source/core/html/track/vtt/VTTScannerTest.cpp     EXPECT_TRUE(scanner.isAt(word.end()));
end               233 Source/core/html/track/vtt/VTTScannerTest.cpp     EXPECT_TRUE(scanner.isAt(word.end()));
end                84 Source/core/inspector/AsyncCallStackTracker.cpp         if (it == m_eventTargetCallChains.end())
end                90 Source/core/inspector/AsyncCallStackTracker.cpp         if (it2 == map.end())
end               104 Source/core/inspector/AsyncCallStackTracker.cpp         if (it == m_eventTargetCallChains.end())
end               108 Source/core/inspector/AsyncCallStackTracker.cpp         if (it2 == map.end())
end               457 Source/core/inspector/AsyncCallStackTracker.cpp     for (ExecutionContextDataMap::const_iterator it = copy.begin(); it != copy.end(); ++it)
end               124 Source/core/inspector/ContentSearchUtils.cpp     for (Vector<pair<int, String> >::const_iterator it = matches.begin(); it != matches.end(); ++it)
end               259 Source/core/inspector/DOMPatchSupport.cpp     for (DiffTable::iterator newIt = newTable.begin(); newIt != newTable.end(); ++newIt) {
end               264 Source/core/inspector/DOMPatchSupport.cpp         if (oldIt == oldTable.end() || oldIt->value.size() != 1)
end               375 Source/core/inspector/DOMPatchSupport.cpp     for (HashMap<Digest*, Digest*>::iterator it = merges.begin(); it != merges.end(); ++it) {
end               474 Source/core/inspector/DOMPatchSupport.cpp     if (it != m_unusedNodesMap.end()) {
end                79 Source/core/inspector/InjectedScriptManager.cpp     if (it != m_idToInjectedScript.end())
end                81 Source/core/inspector/InjectedScriptManager.cpp     for (ScriptStateToId::iterator it = m_scriptStateToId.begin(); it != m_scriptStateToId.end(); ++it) {
end                91 Source/core/inspector/InjectedScriptManager.cpp     if (it != m_scriptStateToId.end())
end               122 Source/core/inspector/InjectedScriptManager.cpp     IdToInjectedScriptMap::iterator end = m_idToInjectedScript.end();
end               123 Source/core/inspector/InjectedScriptManager.cpp     for (IdToInjectedScriptMap::iterator it = m_idToInjectedScript.begin(); it != end; ++it) {
end               136 Source/core/inspector/InjectedScriptManager.cpp     for (ScriptStateToId::iterator it = m_scriptStateToId.begin(); it != m_scriptStateToId.end(); ++it) {
end               153 Source/core/inspector/InjectedScriptManager.cpp     keys.appendRange(m_idToInjectedScript.keys().begin(), m_idToInjectedScript.keys().end());
end               154 Source/core/inspector/InjectedScriptManager.cpp     for (Vector<int>::iterator k = keys.begin(); k != keys.end(); ++k) {
end               156 Source/core/inspector/InjectedScriptManager.cpp         if (s != m_idToInjectedScript.end())
end               169 Source/core/inspector/InjectedScriptManager.cpp     if (it != m_scriptStateToId.end()) {
end               171 Source/core/inspector/InjectedScriptManager.cpp         if (it1 != m_idToInjectedScript.end())
end               170 Source/core/inspector/InspectorApplicationCacheAgent.cpp     ApplicationCacheHost::ResourceInfoList::const_iterator end = applicationCacheResources.end();
end               172 Source/core/inspector/InspectorApplicationCacheAgent.cpp     for (int i = 0; it != end; ++it, i++)
end               438 Source/core/inspector/InspectorCSSAgent.cpp     for (HashSet<Document*>::iterator it = invalidatedDocuments.begin(); it != invalidatedDocuments.end(); ++it)
end               503 Source/core/inspector/InspectorCSSAgent.cpp     for (Vector<Document*>::iterator it = documents.begin(); it != documents.end(); ++it)
end               592 Source/core/inspector/InspectorCSSAgent.cpp     for (Vector<CSSStyleSheet*>::const_iterator it = allSheetsVector.begin(); it != allSheetsVector.end(); ++it) {
end               603 Source/core/inspector/InspectorCSSAgent.cpp     for (HashSet<CSSStyleSheet*>::iterator it = removedSheets.begin(); it != removedSheets.end(); ++it) {
end               616 Source/core/inspector/InspectorCSSAgent.cpp     for (HashSet<CSSStyleSheet*>::iterator it = addedSheets.begin(); it != addedSheets.end(); ++it) {
end               647 Source/core/inspector/InspectorCSSAgent.cpp     if (it == m_nodeIdToForcedPseudoState.end())
end               812 Source/core/inspector/InspectorCSSAgent.cpp     for (HashCountedSet<String>::iterator it = fontStats.begin(), end = fontStats.end(); it != end; ++it) {
end               879 Source/core/inspector/InspectorCSSAgent.cpp     sourceRange->end = endOffset;
end               977 Source/core/inspector/InspectorCSSAgent.cpp     unsigned currentForcedPseudoState = it == m_nodeIdToForcedPseudoState.end() ? 0 : it->value;
end              1098 Source/core/inspector/InspectorCSSAgent.cpp     if (it != m_nodeToInspectorStyleSheet.end())
end              1130 Source/core/inspector/InspectorCSSAgent.cpp     for (Vector<Document*>::iterator it = documents.begin(); it != documents.end(); ++it)
end              1132 Source/core/inspector/InspectorCSSAgent.cpp     for (Vector<CSSStyleSheet*>::iterator it = cssStyleSheets.begin(); it != cssStyleSheets.end(); ++it)
end              1139 Source/core/inspector/InspectorCSSAgent.cpp     for (WillBeHeapVector<RefPtrWillBeMember<StyleSheet> >::const_iterator it = activeStyleSheets.begin(); it != activeStyleSheets.end(); ++it) {
end              1227 Source/core/inspector/InspectorCSSAgent.cpp     if (it == m_idToInspectorStyleSheet.end()) {
end              1241 Source/core/inspector/InspectorCSSAgent.cpp     if (it == m_idToInspectorStyleSheetForInlineStyle.end()) {
end              1359 Source/core/inspector/InspectorCSSAgent.cpp     if (it == m_nodeToInspectorStyleSheet.end())
end              1372 Source/core/inspector/InspectorCSSAgent.cpp     if (it == m_nodeToInspectorStyleSheet.end())
end              1399 Source/core/inspector/InspectorCSSAgent.cpp     for (NodeIdToForcedPseudoState::iterator it = m_nodeIdToForcedPseudoState.begin(), end = m_nodeIdToForcedPseudoState.end(); it != end; ++it) {
end              1406 Source/core/inspector/InspectorCSSAgent.cpp     for (HashSet<Document*>::iterator it = documentsToChange.begin(), end = documentsToChange.end(); it != end; ++it)
end               126 Source/core/inspector/InspectorCanvasAgent.cpp     for (FramesWithUninstrumentedCanvases::const_iterator it = m_framesWithUninstrumentedCanvases.begin(); it != m_framesWithUninstrumentedCanvases.end(); ++it) {
end               293 Source/core/inspector/InspectorCanvasAgent.cpp         for (FramesWithUninstrumentedCanvases::const_iterator it = m_framesWithUninstrumentedCanvases.begin(); it != m_framesWithUninstrumentedCanvases.end(); ++it) {
end               315 Source/core/inspector/InspectorCanvasAgent.cpp         for (FramesWithUninstrumentedCanvases::iterator it = m_framesWithUninstrumentedCanvases.begin(); it != m_framesWithUninstrumentedCanvases.end(); ++it)
end               342 Source/core/inspector/InspectorCanvasAgent.cpp     for (FramesWithUninstrumentedCanvases::const_iterator it = m_framesWithUninstrumentedCanvases.begin(); it != m_framesWithUninstrumentedCanvases.end(); ++it) {
end               215 Source/core/inspector/InspectorConsoleAgent.cpp     if (it == m_times.end())
end               212 Source/core/inspector/InspectorDOMAgent.cpp     for (HashSet<RefPtr<Element> >::iterator it = m_elements.begin(), end = m_elements.end(); it != end; ++it)
end               564 Source/core/inspector/InspectorDOMAgent.cpp     if (it != m_idToNode.end())
end               699 Source/core/inspector/InspectorDOMAgent.cpp         for (NodeToBackendIdMap::iterator it = map.begin(); it != map.end(); ++it)
end               976 Source/core/inspector/InspectorDOMAgent.cpp     for (Vector<Document*>::iterator it = docs.begin(); it != docs.end(); ++it) {
end              1030 Source/core/inspector/InspectorDOMAgent.cpp         for (Vector<Document*>::iterator it = docs.begin(); it != docs.end(); ++it) {
end              1051 Source/core/inspector/InspectorDOMAgent.cpp         for (Vector<Document*>::iterator it = docs.begin(); it != docs.end(); ++it) {
end              1067 Source/core/inspector/InspectorDOMAgent.cpp     for (ListHashSet<Node*>::iterator it = resultCollector.begin(); it != resultCollector.end(); ++it)
end              1076 Source/core/inspector/InspectorDOMAgent.cpp     if (it == m_searchResults.end()) {
end              1368 Source/core/inspector/InspectorDOMAgent.cpp     for (JSONArray::const_iterator iter = files->begin(); iter != files->end(); ++iter) {
end              2064 Source/core/inspector/InspectorDOMAgent.cpp     for (JSONArray::const_iterator it = backendNodeIds->begin(); it != backendNodeIds->end(); ++it) {
end              2073 Source/core/inspector/InspectorDOMAgent.cpp         if (backendIdToNodeIterator == m_backendIdToNode.end()) {
end               399 Source/core/inspector/InspectorDOMDebuggerAgent.cpp         if (eventListenerBreakpoints->find(fullEventName) == eventListenerBreakpoints->end())
end               502 Source/core/inspector/InspectorDOMDebuggerAgent.cpp         for (JSONObject::iterator it = xhrBreakpoints->begin(); it != xhrBreakpoints->end(); ++it) {
end               333 Source/core/inspector/InspectorDebuggerAgent.cpp     if (breakpointsCookie->find(breakpointId) != breakpointsCookie->end()) {
end               343 Source/core/inspector/InspectorDebuggerAgent.cpp         for (ScriptsMap::iterator it = m_scripts.begin(); it != m_scripts.end(); ++it) {
end               378 Source/core/inspector/InspectorDebuggerAgent.cpp     if (m_breakpointIdToDebugServerBreakpointIds.find(breakpointId) != m_breakpointIdToDebugServerBreakpointIds.end()) {
end               395 Source/core/inspector/InspectorDebuggerAgent.cpp     if (it != breakpointsCookie->end()) {
end               409 Source/core/inspector/InspectorDebuggerAgent.cpp     if (debugServerBreakpointIdsIterator == m_breakpointIdToDebugServerBreakpointIds.end())
end               467 Source/core/inspector/InspectorDebuggerAgent.cpp     if (it == m_scripts.end())
end               492 Source/core/inspector/InspectorDebuggerAgent.cpp     for (JSONObject::iterator it = breakpointsCookie->begin(); it != breakpointsCookie->end(); ++it) {
end               555 Source/core/inspector/InspectorDebuggerAgent.cpp     if (scriptIterator == m_scripts.end())
end               570 Source/core/inspector/InspectorDebuggerAgent.cpp     if (debugServerBreakpointIdsIterator == m_breakpointIdToDebugServerBreakpointIds.end())
end               598 Source/core/inspector/InspectorDebuggerAgent.cpp     if (it != m_scripts.end())
end               638 Source/core/inspector/InspectorDebuggerAgent.cpp     if (it != m_scripts.end())
end               939 Source/core/inspector/InspectorDebuggerAgent.cpp         for (size_t i = 0; it != callStacks.end(); ++it, ++i)
end              1152 Source/core/inspector/InspectorDebuggerAgent.cpp     for (JSONObject::iterator it = breakpointsCookie->begin(); it != breakpointsCookie->end(); ++it) {
end              1198 Source/core/inspector/InspectorDebuggerAgent.cpp     for (Vector<String>::const_iterator i = hitBreakpoints.begin(); i != hitBreakpoints.end(); ++i) {
end              1200 Source/core/inspector/InspectorDebuggerAgent.cpp         if (breakpointIterator != m_serverBreakpoints.end()) {
end               208 Source/core/inspector/InspectorInputAgent.cpp     for (iter = touchPoints->begin(); iter != touchPoints->end(); ++iter) {
end               121 Source/core/inspector/InspectorInspectorAgent.cpp     for (Vector<pair<long, String> >::iterator it = m_pendingEvaluateTestCommands.begin(); m_frontend && it != m_pendingEvaluateTestCommands.end(); ++it)
end               122 Source/core/inspector/InspectorInstrumentation.cpp     HashSet<InstrumentingAgents*>::iterator end = instrumentingAgentsSet->end();
end               123 Source/core/inspector/InspectorInstrumentation.cpp     for (HashSet<InstrumentingAgents*>::iterator it = instrumentingAgentsSet->begin(); it != end; ++it) {
end               342 Source/core/inspector/InspectorLayerTreeAgent.cpp     if (it == m_snapshotById.end()) {
end               352 Source/core/inspector/InspectorLayerTreeAgent.cpp     if (it == m_snapshotById.end()) {
end               456 Source/core/inspector/InspectorPageAgent.cpp     } while (scripts->find(*identifier) != scripts->end());
end               466 Source/core/inspector/InspectorPageAgent.cpp     if (!scripts || scripts->find(identifier) == scripts->end()) {
end               507 Source/core/inspector/InspectorPageAgent.cpp     ListHashSet<Cookie>::iterator end = cookiesList.end();
end               509 Source/core/inspector/InspectorPageAgent.cpp     for (int i = 0; it != end; ++it, i++)
end               518 Source/core/inspector/InspectorPageAgent.cpp     ResourceFetcher::DocumentResourceMap::const_iterator end = allResources.end();
end               519 Source/core/inspector/InspectorPageAgent.cpp     for (ResourceFetcher::DocumentResourceMap::const_iterator it = allResources.begin(); it != end; ++it) {
end               584 Source/core/inspector/InspectorPageAgent.cpp     for (Vector<Resource*>::const_iterator it = allResources.begin(); it != allResources.end(); ++it)
end               597 Source/core/inspector/InspectorPageAgent.cpp         for (Vector<KURL>::const_iterator it = allURLs.begin(); it != allURLs.end(); ++it) {
end               833 Source/core/inspector/InspectorPageAgent.cpp         JSONObject::const_iterator end = scripts->end();
end               834 Source/core/inspector/InspectorPageAgent.cpp         for (JSONObject::const_iterator it = scripts->begin(); it != end; ++it) {
end               880 Source/core/inspector/InspectorPageAgent.cpp     if (iterator != m_frameToIdentifier.end()) {
end               982 Source/core/inspector/InspectorPageAgent.cpp     if (iterator != m_loaderToIdentifier.end())
end              1098 Source/core/inspector/InspectorPageAgent.cpp     for (Vector<Resource*>::const_iterator it = allResources.begin(); it != allResources.end(); ++it) {
end              1113 Source/core/inspector/InspectorPageAgent.cpp     for (Vector<HTMLImportChild*>::const_iterator it = allImports.begin(); it != allImports.end(); ++it) {
end               264 Source/core/inspector/InspectorProfilerAgent.cpp     ProfileNameIdleTimeMap::iterator end = m_profileNameIdleTimeMap->end();
end               265 Source/core/inspector/InspectorProfilerAgent.cpp     for (ProfileNameIdleTimeMap::iterator it = m_profileNameIdleTimeMap->begin(); it != end; ++it)
end                87 Source/core/inspector/InspectorResourceAgent.cpp     HTTPHeaderMap::const_iterator end = headers.end();
end                88 Source/core/inspector/InspectorResourceAgent.cpp     for (HTTPHeaderMap::const_iterator it = headers.begin(); it != end; ++it)
end               305 Source/core/inspector/InspectorResourceAgent.cpp         JSONObject::const_iterator end = headers->end();
end               306 Source/core/inspector/InspectorResourceAgent.cpp         for (JSONObject::const_iterator it = headers->begin(); it != end; ++it) {
end               327 Source/core/inspector/InspectorResourceAgent.cpp         if (it != m_frameNavigationInitiatorMap.end())
end               441 Source/core/inspector/InspectorResourceAgent.cpp     if (it == m_pendingXHRReplayData.end())
end               453 Source/core/inspector/InspectorResourceAgent.cpp     HTTPHeaderMap::const_iterator end = headers.end();
end               454 Source/core/inspector/InspectorResourceAgent.cpp     for (HTTPHeaderMap::const_iterator it = headers.begin(); it!= end; ++it)
end               479 Source/core/inspector/InspectorResourceAgent.cpp     Vector<String>::iterator end = requestIds.end();
end               480 Source/core/inspector/InspectorResourceAgent.cpp     for (Vector<String>::iterator it = requestIds.begin(); it != end; ++it)
end               687 Source/core/inspector/InspectorResourceAgent.cpp     HTTPHeaderMap::const_iterator end = xhrReplayData->headers().end();
end               688 Source/core/inspector/InspectorResourceAgent.cpp     for (HTTPHeaderMap::const_iterator it = xhrReplayData->headers().begin(); it!= end; ++it)
end               739 Source/core/inspector/InspectorResourceAgent.cpp         for (JSONObject::iterator it = (*requestHeaders)->begin(); it != (*requestHeaders)->end(); ++it) {
end               799 Source/core/inspector/InspectorResourceAgent.cpp     for (Vector<NetworkResourcesData::ResourceData*>::iterator it = resources.begin(); it != resources.end(); ++it) {
end                71 Source/core/inspector/InspectorState.cpp     if (it != m_properties->end())
end                80 Source/core/inspector/InspectorState.cpp     if (it != m_properties->end())
end                95 Source/core/inspector/InspectorState.cpp     if (it != m_properties->end())
end               109 Source/core/inspector/InspectorState.cpp     if (it != m_properties->end())
end               117 Source/core/inspector/InspectorState.cpp     if (it == m_properties->end()) {
end               126 Source/core/inspector/InspectorState.cpp     ASSERT(m_stateObject->find(agentName) == m_stateObject->end());
end               127 Source/core/inspector/InspectorState.cpp     ASSERT(m_inspectorStateMap.find(agentName) == m_inspectorStateMap.end());
end               144 Source/core/inspector/InspectorState.cpp     InspectorStateMap::iterator end = m_inspectorStateMap.end();
end               145 Source/core/inspector/InspectorState.cpp     for (InspectorStateMap::iterator it = m_inspectorStateMap.begin(); it != end; ++it) {
end               138 Source/core/inspector/InspectorStyleSheet.cpp     m_currentRuleDataStack.last()->ruleHeaderRange.end = listEndOffset;
end               140 Source/core/inspector/InspectorStyleSheet.cpp         m_currentRuleDataStack.last()->selectorRanges.last().end = listEndOffset;
end               177 Source/core/inspector/InspectorStyleSheet.cpp     m_currentRuleDataStack.last()->ruleBodyRange.end = offset;
end               220 Source/core/inspector/InspectorStyleSheet.cpp         if (currentData->range.end > 0 && characters[styleStart + currentData->range.end - 1] == ';')
end               225 Source/core/inspector/InspectorStyleSheet.cpp             propertyEndInStyleSheet = ruleData->ruleBodyRange.end - 1;
end               234 Source/core/inspector/InspectorStyleSheet.cpp         if (currentData->range.end != newPropertyEnd) {
end               235 Source/core/inspector/InspectorStyleSheet.cpp             currentData->range.end = newPropertyEnd;
end               283 Source/core/inspector/InspectorStyleSheet.cpp     const unsigned end = offset;
end               284 Source/core/inspector/InspectorStyleSheet.cpp     ASSERT(start < end);
end               285 Source/core/inspector/InspectorStyleSheet.cpp     String propertyString = m_parsedText.substring(start, end - start).stripWhiteSpace();
end               296 Source/core/inspector/InspectorStyleSheet.cpp         CSSPropertySourceData(name, value, isImportant, false, isParsed, SourceRange(start - topRuleBodyRangeStart, end - topRuleBodyRangeStart)));
end               320 Source/core/inspector/InspectorStyleSheet.cpp     if (m_currentRuleDataStack.isEmpty() || !m_currentRuleDataStack.last()->ruleHeaderRange.end || !m_currentRuleDataStack.last()->styleSourceData)
end               464 Source/core/inspector/InspectorStyleSheet.cpp     TextPosition end = TextPosition::fromOffsetAndLineEndings(range.end, *lineEndings);
end               469 Source/core/inspector/InspectorStyleSheet.cpp         .setEndLine(end.m_line.zeroBasedInt())
end               470 Source/core/inspector/InspectorStyleSheet.cpp         .setEndColumn(end.m_column.zeroBasedInt());
end               540 Source/core/inspector/InspectorStyleSheet.cpp     for (WillBeHeapVector<InspectorStyleProperty>::iterator it = properties.begin(), itEnd = properties.end(); it != itEnd; ++it) {
end               632 Source/core/inspector/InspectorStyleSheet.cpp     *result = styleSheetText.substring(bodyRange.start, bodyRange.end - bodyRange.start);
end               646 Source/core/inspector/InspectorStyleSheet.cpp         for (WillBeHeapVector<CSSPropertySourceData>::const_iterator it = sourcePropertyData.begin(); it != sourcePropertyData.end(); ++it) {
end               675 Source/core/inspector/InspectorStyleSheet.cpp     for (WillBeHeapVector<InspectorStyleProperty>::iterator it = properties.begin(), itEnd = properties.end(); it != itEnd; ++it) {
end               698 Source/core/inspector/InspectorStyleSheet.cpp             absolutePropertyRange.end += ruleBodyRangeStart;
end               807 Source/core/inspector/InspectorStyleSheet.cpp                 scanStart = currentProperty.range.end;
end               883 Source/core/inspector/InspectorStyleSheet.cpp             result->setCssText(sheetText.substring(bodyRange.start, bodyRange.end - bodyRange.start));
end               920 Source/core/inspector/InspectorStyleSheet.cpp         if (ruleSourceData->ruleBodyRange.end < sourceRange.start || sourceRange.end < ruleSourceData->ruleBodyRange.start)
end               926 Source/core/inspector/InspectorStyleSheet.cpp             if (sourceRange.length() && property.range.start + styleStart == sourceRange.start && property.range.end + styleStart == sourceRange.end) {
end               939 Source/core/inspector/InspectorStyleSheet.cpp         if (!sourceRange.length() && ruleSourceData->ruleBodyRange.start <= sourceRange.start && sourceRange.start <= ruleSourceData->ruleBodyRange.end) {
end              1124 Source/core/inspector/InspectorStyleSheet.cpp     sheetText.remove(sourceData->ruleHeaderRange.start, sourceData->ruleBodyRange.end - sourceData->ruleHeaderRange.start + 1);
end              1480 Source/core/inspector/InspectorStyleSheet.cpp     unsigned bodyEnd = sourceData->ruleBodyRange.end;
end              1648 Source/core/inspector/InspectorStyleSheet.cpp         result->ruleBodyRange.end = 0;
end               122 Source/core/inspector/InspectorStyleSheet.h         unsigned end = sourceData.range.end;
end               123 Source/core/inspector/InspectorStyleSheet.h         ASSERT(start < end);
end               124 Source/core/inspector/InspectorStyleSheet.h         ASSERT(end <= styleDeclaration.length());
end               125 Source/core/inspector/InspectorStyleSheet.h         rawText = styleDeclaration.substring(start, end - start);
end               117 Source/core/inspector/InspectorStyleTextEditor.cpp     long replaceRangeEnd = range.end;
end               268 Source/core/inspector/InspectorTimelineAgent.cpp     for (GCEvents::iterator i = events.begin(); i != events.end(); ++i) {
end               972 Source/core/inspector/InspectorTimelineAgent.cpp         if (it != m_pixelRefToImageInfo.end())
end              1247 Source/core/inspector/InspectorTimelineAgent.cpp     if (it != m_threadStates.end())
end              1323 Source/core/inspector/InspectorTimelineAgent.cpp     for (Vector<String>::iterator it = eventList.begin(); it != eventList.end(); ++it)
end               215 Source/core/inspector/InspectorWorkerAgent.cpp     for (WorkerChannels::iterator it = m_idToChannel.begin(); it != m_idToChannel.end(); ++it) {
end               227 Source/core/inspector/InspectorWorkerAgent.cpp     for (DedicatedWorkers::iterator it = m_dedicatedWorkers.begin(); it != m_dedicatedWorkers.end(); ++it)
end               233 Source/core/inspector/InspectorWorkerAgent.cpp     for (WorkerChannels::iterator it = m_idToChannel.begin(); it != m_idToChannel.end(); ++it) {
end                63 Source/core/inspector/JSONParser.cpp bool parseConstToken(const CharType* start, const CharType* end, const CharType** tokenEnd, const char* token)
end                65 Source/core/inspector/JSONParser.cpp     while (start < end && *token != '\0' && *start++ == *token++) { }
end                73 Source/core/inspector/JSONParser.cpp bool readInt(const CharType* start, const CharType* end, const CharType** tokenEnd, bool canHaveLeadingZeros)
end                75 Source/core/inspector/JSONParser.cpp     if (start == end)
end                79 Source/core/inspector/JSONParser.cpp     while (start < end && '0' <= *start && *start <= '9') {
end                92 Source/core/inspector/JSONParser.cpp bool parseNumberToken(const CharType* start, const CharType* end, const CharType** tokenEnd)
end                96 Source/core/inspector/JSONParser.cpp     if (start == end)
end               102 Source/core/inspector/JSONParser.cpp     if (!readInt(start, end, &start, false))
end               104 Source/core/inspector/JSONParser.cpp     if (start == end) {
end               113 Source/core/inspector/JSONParser.cpp         if (!readInt(start, end, &start, true))
end               115 Source/core/inspector/JSONParser.cpp         if (start == end) {
end               125 Source/core/inspector/JSONParser.cpp         if (start == end)
end               130 Source/core/inspector/JSONParser.cpp             if (start == end)
end               133 Source/core/inspector/JSONParser.cpp         if (!readInt(start, end, &start, true))
end               142 Source/core/inspector/JSONParser.cpp bool readHexDigits(const CharType* start, const CharType* end, const CharType** tokenEnd, int digits)
end               144 Source/core/inspector/JSONParser.cpp     if (end - start < digits)
end               156 Source/core/inspector/JSONParser.cpp bool parseStringToken(const CharType* start, const CharType* end, const CharType** tokenEnd)
end               158 Source/core/inspector/JSONParser.cpp     while (start < end) {
end               165 Source/core/inspector/JSONParser.cpp                 if (!readHexDigits(start, end, &start, 2))
end               169 Source/core/inspector/JSONParser.cpp                 if (!readHexDigits(start, end, &start, 4))
end               194 Source/core/inspector/JSONParser.cpp Token parseToken(const CharType* start, const CharType* end, const CharType** tokenStart, const CharType** tokenEnd)
end               196 Source/core/inspector/JSONParser.cpp     while (start < end && isSpaceOrNewline(*start))
end               199 Source/core/inspector/JSONParser.cpp     if (start == end)
end               206 Source/core/inspector/JSONParser.cpp         if (parseConstToken(start, end, tokenEnd, nullString))
end               210 Source/core/inspector/JSONParser.cpp         if (parseConstToken(start, end, tokenEnd, trueString))
end               214 Source/core/inspector/JSONParser.cpp         if (parseConstToken(start, end, tokenEnd, falseString))
end               246 Source/core/inspector/JSONParser.cpp         if (parseNumberToken(start, end, tokenEnd))
end               250 Source/core/inspector/JSONParser.cpp         if (parseStringToken(start + 1, end, tokenEnd))
end               271 Source/core/inspector/JSONParser.cpp bool decodeString(const CharType* start, const CharType* end, StringBuilder* output)
end               273 Source/core/inspector/JSONParser.cpp     while (start < end) {
end               324 Source/core/inspector/JSONParser.cpp bool decodeString(const CharType* start, const CharType* end, String* output)
end               326 Source/core/inspector/JSONParser.cpp     if (start == end) {
end               330 Source/core/inspector/JSONParser.cpp     if (start > end)
end               333 Source/core/inspector/JSONParser.cpp     buffer.reserveCapacity(end - start);
end               334 Source/core/inspector/JSONParser.cpp     if (!decodeString(start, end, &buffer))
end               341 Source/core/inspector/JSONParser.cpp PassRefPtr<JSONValue> buildValue(const CharType* start, const CharType* end, const CharType** valueTokenEnd, int depth)
end               349 Source/core/inspector/JSONParser.cpp     Token token = parseToken(start, end, &tokenStart, &tokenEnd);
end               381 Source/core/inspector/JSONParser.cpp         token = parseToken(start, end, &tokenStart, &tokenEnd);
end               383 Source/core/inspector/JSONParser.cpp             RefPtr<JSONValue> arrayNode = buildValue(start, end, &tokenEnd, depth + 1);
end               390 Source/core/inspector/JSONParser.cpp             token = parseToken(start, end, &tokenStart, &tokenEnd);
end               393 Source/core/inspector/JSONParser.cpp                 token = parseToken(start, end, &tokenStart, &tokenEnd);
end               409 Source/core/inspector/JSONParser.cpp         token = parseToken(start, end, &tokenStart, &tokenEnd);
end               418 Source/core/inspector/JSONParser.cpp             token = parseToken(start, end, &tokenStart, &tokenEnd);
end               423 Source/core/inspector/JSONParser.cpp             RefPtr<JSONValue> value = buildValue(start, end, &tokenEnd, depth + 1);
end               431 Source/core/inspector/JSONParser.cpp             token = parseToken(start, end, &tokenStart, &tokenEnd);
end               434 Source/core/inspector/JSONParser.cpp                 token = parseToken(start, end, &tokenStart, &tokenEnd);
end               459 Source/core/inspector/JSONParser.cpp     const CharType* end = start + length;
end               461 Source/core/inspector/JSONParser.cpp     RefPtr<JSONValue> value = buildValue(start, end, &tokenEnd, 0);
end               462 Source/core/inspector/JSONParser.cpp     if (!value || tokenEnd != end)
end               294 Source/core/inspector/NetworkResourcesData.cpp         ReusedRequestIds::iterator end = m_reusedXHRReplayDataRequestIds.end();
end               295 Source/core/inspector/NetworkResourcesData.cpp         for (it = m_reusedXHRReplayDataRequestIds.begin(); it != end; ++it) {
end               320 Source/core/inspector/NetworkResourcesData.cpp     for (ResourceDataMap::iterator it = m_requestIdToResourceDataMap.begin(); it != m_requestIdToResourceDataMap.end(); ++it)
end               329 Source/core/inspector/NetworkResourcesData.cpp     ResourceDataMap::iterator end = m_requestIdToResourceDataMap.end();
end               330 Source/core/inspector/NetworkResourcesData.cpp     for (it = m_requestIdToResourceDataMap.begin(); it != end; ++it) {
end               349 Source/core/inspector/NetworkResourcesData.cpp     ResourceDataMap::iterator end = m_requestIdToResourceDataMap.end();
end               350 Source/core/inspector/NetworkResourcesData.cpp     for (it = m_requestIdToResourceDataMap.begin(); it != end; ++it) {
end                51 Source/core/inspector/TraceEventDispatcher.cpp         if (self->m_handlers.find(std::make_pair(name, phase)) == self->m_handlers.end())
end                93 Source/core/inspector/TraceEventDispatcher.cpp         if (it == m_handlers.end())
end               110 Source/core/inspector/TraceEventDispatcher.cpp     if (it == m_handlers.end())
end               124 Source/core/inspector/TraceEventDispatcher.cpp         for (HandlersMap::iterator it = m_handlers.begin(); it != m_handlers.end(); ++it) {
end                51 Source/core/loader/CrossOriginPreflightResultCache.cpp static void addToAccessControlAllowList(const String& string, unsigned start, unsigned end, HashSet<String, HashType>& set)
end                58 Source/core/loader/CrossOriginPreflightResultCache.cpp     while (start <= end && isSpaceOrNewline((*stringImpl)[start]))
end                62 Source/core/loader/CrossOriginPreflightResultCache.cpp     if (start > end)
end                66 Source/core/loader/CrossOriginPreflightResultCache.cpp     while (end && isSpaceOrNewline((*stringImpl)[end]))
end                67 Source/core/loader/CrossOriginPreflightResultCache.cpp         --end;
end                69 Source/core/loader/CrossOriginPreflightResultCache.cpp     set.add(string.substring(start, end - start + 1));
end                76 Source/core/loader/CrossOriginPreflightResultCache.cpp     size_t end;
end                77 Source/core/loader/CrossOriginPreflightResultCache.cpp     while ((end = string.find(',', start)) != kNotFound) {
end                78 Source/core/loader/CrossOriginPreflightResultCache.cpp         if (start != end)
end                79 Source/core/loader/CrossOriginPreflightResultCache.cpp             addToAccessControlAllowList(string, start, end - 1, set);
end                80 Source/core/loader/CrossOriginPreflightResultCache.cpp         start = end + 1;
end               124 Source/core/loader/CrossOriginPreflightResultCache.cpp     HTTPHeaderMap::const_iterator end = requestHeaders.end();
end               125 Source/core/loader/CrossOriginPreflightResultCache.cpp     for (HTTPHeaderMap::const_iterator it = requestHeaders.begin(); it != end; ++it) {
end               165 Source/core/loader/CrossOriginPreflightResultCache.cpp     if (cacheIt == m_preflightHashMap.end())
end               446 Source/core/loader/DocumentLoader.cpp     if (it != response.httpHeaderFields().end()) {
end               773 Source/core/loader/DocumentLoader.cpp     m_writer->end();
end                52 Source/core/loader/DocumentWriter.h     void end();
end              1026 Source/core/loader/FrameLoader.cpp     FrameVector::iterator end = childrenToDetach.end();
end              1027 Source/core/loader/FrameLoader.cpp     for (FrameVector::iterator it = childrenToDetach.begin(); it != end; ++it)
end               397 Source/core/loader/ImageLoader.cpp     ImageLoaderClientSet::iterator end = m_clients.end();
end               398 Source/core/loader/ImageLoader.cpp     for (ImageLoaderClientSet::iterator it = m_clients.begin(); it != end; ++it) {
end                82 Source/core/page/DOMSelection.cpp     Position anchor = selection.isBaseFirst() ? selection.start() : selection.end();
end                88 Source/core/page/DOMSelection.cpp     Position focus = selection.isBaseFirst() ? selection.end() : selection.start();
end               226 Source/core/page/DOMSelection.cpp     m_frame->selection().moveTo(VisiblePosition(selection.end(), DOWNSTREAM));
end               428 Source/core/page/DOMSelection.cpp     Range* end = originalRange->compareBoundaryPoints(Range::END_TO_END, newRange, ASSERT_NO_EXCEPTION) < 0 ? newRange : originalRange.get();
end               429 Source/core/page/DOMSelection.cpp     RefPtrWillBeRawPtr<Range> merged = Range::create(originalRange->startContainer()->document(), start->startContainer(), start->startOffset(), end->endContainer(), end->endOffset());
end               452 Source/core/page/EventHandler.cpp         Position end = pos.deepEquivalent();
end               457 Source/core/page/EventHandler.cpp                 end.moveToOffset(markers[0]->endOffset());
end               458 Source/core/page/EventHandler.cpp                 newSelection = VisibleSelection(start, end);
end               544 Source/core/page/EventHandler.cpp static int textDistance(const Position& start, const Position& end)
end               546 Source/core/page/EventHandler.cpp     RefPtrWillBeRawPtr<Range> range = Range::create(*start.document(), start, end);
end               585 Source/core/page/EventHandler.cpp             else if (comparePositions(newSelection.end(), selectionInUserSelectAll.end()) < 0)
end               586 Source/core/page/EventHandler.cpp                 pos = selectionInUserSelectAll.end();
end               594 Source/core/page/EventHandler.cpp                 Position end = newSelection.end();
end               596 Source/core/page/EventHandler.cpp                 int distanceToEnd = textDistance(pos, end);
end               598 Source/core/page/EventHandler.cpp                     newSelection = VisibleSelection(end, pos);
end              1973 Source/core/page/EventHandler.cpp             HashSet<SVGElementInstance*>::iterator end = instances.end();
end              1974 Source/core/page/EventHandler.cpp             for (HashSet<SVGElementInstance*>::iterator it = instances.begin(); it != end; ++it) {
end              2254 Source/core/page/EventHandler.cpp     for (FrameView::ScrollableAreaSet::const_iterator it = areas->begin(); it != areas->end(); ++it) {
end              3739 Source/core/page/EventHandler.cpp         if (targetTouchesIterator == touchesByTarget.end()) {
end              3782 Source/core/page/EventHandler.cpp         for (EventTargetSet::const_iterator it = targetsForState.begin(); it != targetsForState.end(); ++it) {
end               723 Source/core/page/FocusController.cpp         for (HashSet<ScrollableArea*>::const_iterator it = scrollableAreas->begin(), end = scrollableAreas->end(); it != end; ++it) {
end               277 Source/core/page/FrameTree.cpp     HashSet<Page*>::const_iterator end = pages.end();
end               278 Source/core/page/FrameTree.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
end                93 Source/core/page/HistoryController.cpp         HashMap<uint64_t, HistoryNode*>::iterator framesEnd = m_entry->m_framesToItems.end();
end                94 Source/core/page/HistoryController.cpp         HashMap<String, HistoryNode*>::iterator uniqueNamesEnd = m_entry->m_uniqueNamesToItems.end();
end               178 Source/core/page/HistoryController.cpp     for (HistoryFrameLoadSet::iterator it = sameDocumentLoads.begin(); it != sameDocumentLoads.end(); ++it) {
end               182 Source/core/page/HistoryController.cpp     for (HistoryFrameLoadSet::iterator it = differentDocumentLoads.begin(); it != differentDocumentLoads.end(); ++it) {
end                56 Source/core/page/InjectedStyleSheets.cpp     HashSet<Page*>::const_iterator end = pages.end();
end                57 Source/core/page/InjectedStyleSheets.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
end                87 Source/core/page/Page.cpp     HashSet<Page*>::iterator end = allPages().end();
end                88 Source/core/page/Page.cpp     for (HashSet<Page*>::iterator it = allPages().begin(); it != end; ++it) {
end               243 Source/core/page/Page.cpp     HashSet<Page*>::iterator end = allPages().end();
end               244 Source/core/page/Page.cpp     for (HashSet<Page*>::iterator it = allPages().begin(); it != end; ++it)
end               274 Source/core/page/Page.cpp     HashSet<Page*>::iterator end = allPages().end();
end               275 Source/core/page/Page.cpp     for (HashSet<Page*>::iterator it = allPages().begin(); it != end; ++it) {
end               372 Source/core/page/Page.cpp     HashSet<Page*>::iterator pagesEnd = ordinaryPages().end();
end               382 Source/core/page/Page.cpp     HashSet<Page*>::iterator pagesEnd = ordinaryPages().end();
end               479 Source/core/page/Page.cpp         HashSet<MultisamplingChangedObserver*>::iterator stop = m_multisamplingChangedObservers.end();
end                64 Source/core/page/PageLifecycleNotifier.h     for (PageObserverSet::iterator it = m_pageObservers.begin(); it != m_pageObservers.end(); ++it)
end                71 Source/core/page/PageLifecycleNotifier.h     for (PageObserverSet::iterator it = m_pageObservers.begin(); it != m_pageObservers.end(); ++it)
end               217 Source/core/page/PageSerializer.cpp     for (Vector<Node*>::iterator iter = serializedNodes.begin(); iter != serializedNodes.end(); ++iter) {
end               380 Source/core/page/PageSerializer.cpp     if (iter != m_blankFrameURLs.end())
end                54 Source/core/page/PrintContext.cpp         end();
end               294 Source/core/page/PrintContext.cpp     HashMap<String, Element*>::const_iterator end = m_linkedDestinations.end();
end               295 Source/core/page/PrintContext.cpp     for (HashMap<String, Element*>::const_iterator it = m_linkedDestinations.begin(); it != end; ++it) {
end                72 Source/core/page/PrintContext.h     void end();
end                38 Source/core/page/ScopedPageLoadDeferrer.cpp     HashSet<Page*>::const_iterator end = pages.end();
end                39 Source/core/page/ScopedPageLoadDeferrer.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != end; ++it) {
end               175 Source/core/page/SpatialNavigation.cpp     aEnd = end(type, a);
end               176 Source/core/page/SpatialNavigation.cpp     bEnd = end(type, b);
end               217 Source/core/page/SpatialNavigation.cpp     LayoutUnit aEnd = end(type, a);
end               218 Source/core/page/SpatialNavigation.cpp     LayoutUnit bEnd = end(type, b);
end               128 Source/core/page/TouchAdjustment.cpp     const Vector<FloatQuad>::const_iterator end = quads.end();
end               129 Source/core/page/TouchAdjustment.cpp     for (; it != end; ++it)
end               217 Source/core/page/TouchAdjustment.cpp     const Vector<FloatQuad>::const_iterator end = quads.end();
end               218 Source/core/page/TouchAdjustment.cpp     for (; it != end; ++it)
end               440 Source/core/page/TouchAdjustment.cpp     const SubtargetGeometryList::const_iterator end = subtargets.end();
end               443 Source/core/page/TouchAdjustment.cpp     for (; it != end; ++it) {
end               107 Source/core/page/TouchDisambiguation.cpp     for (ListHashSet<RefPtr<Node> >::const_iterator it = hitResults.begin(); it != hitResults.end(); ++it) {
end               125 Source/core/page/TouchDisambiguation.cpp     for (ListHashSet<RefPtr<Node> >::const_iterator it = hitResults.begin(); it != hitResults.end(); ++it) {
end               141 Source/core/page/TouchDisambiguation.cpp     for (HashMap<Node*, TouchTargetData>::iterator it = touchTargets.begin(); it != touchTargets.end(); ++it) {
end               212 Source/core/page/WindowFeatures.cpp     if (it == features.end())
end               221 Source/core/page/WindowFeatures.cpp     if (it == features.end())
end                99 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (ScrollbarMap::iterator it = m_horizontalScrollbars.begin(); it != m_horizontalScrollbars.end(); ++it)
end               101 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (ScrollbarMap::iterator it = m_verticalScrollbars.begin(); it != m_verticalScrollbars.end(); ++it)
end               402 Source/core/page/scrolling/ScrollingCoordinator.cpp         if (iter == map->end())
end               419 Source/core/page/scrolling/ScrollingCoordinator.cpp     if (layerIter != layerRects.end()) {
end               440 Source/core/page/scrolling/ScrollingCoordinator.cpp         if (compIter == compositorRects.end())
end               471 Source/core/page/scrolling/ScrollingCoordinator.cpp     if (mapIter != layerChildFrameMap.end()) {
end               496 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (LayerHitTestRects::const_iterator layerIter = layerRects.begin(); layerIter != layerRects.end(); ++layerIter) {
end               559 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (LayerHitTestRects::const_iterator iter = compositorRects.begin(); iter != compositorRects.end(); ++iter) {
end               578 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (HashSet<const RenderLayer*>::iterator it = oldLayersWithTouchRects.begin(); it != oldLayersWithTouchRects.end(); ++it) {
end               685 Source/core/page/scrolling/ScrollingCoordinator.cpp         for (FrameView::ScrollableAreaSet::const_iterator it = scrollableAreas->begin(), end = scrollableAreas->end(); it != end; ++it) {
end               701 Source/core/page/scrolling/ScrollingCoordinator.cpp         for (FrameView::ResizerAreaSet::const_iterator it = resizerAreas->begin(), end = resizerAreas->end(); it != end; ++it) {
end               711 Source/core/page/scrolling/ScrollingCoordinator.cpp         for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(), end = children->end(); it != end; ++it) {
end               740 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (TouchEventTargetSet::const_iterator iter = targets->begin(); iter != targets->end(); ++iter) {
end               750 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (TouchEventTargetSet::const_iterator iter = targets->begin(); iter != targets->end(); ++iter) {
end               895 Source/core/page/scrolling/ScrollingCoordinator.cpp     for (FrameView::ViewportConstrainedObjectSet::const_iterator it = viewportConstrainedObjects->begin(), end = viewportConstrainedObjects->end(); it != end; ++it) {
end               168 Source/core/plugins/PluginOcclusionSupport.cpp     for (HashSet<RefPtr<Widget> >::const_iterator it = children->begin(); it != children->end(); ++it) {
end                50 Source/core/rendering/AbstractInlineTextBox.cpp     if (it != gAbstractInlineTextBoxMap->end())
end                64 Source/core/rendering/AbstractInlineTextBox.cpp     if (it != gAbstractInlineTextBoxMap->end()) {
end               159 Source/core/rendering/AbstractInlineTextBox.cpp     if (m_inlineTextBox->nextTextBox() && m_inlineTextBox->nextTextBox()->start() > m_inlineTextBox->end() && result.length() && !result.right(1).containsOnlyWhitespace())
end               698 Source/core/rendering/FastTextAutosizer.cpp     for (BlockSet::iterator it = blocks.begin(); it != blocks.end(); ++it) {
end               763 Source/core/rendering/FastTextAutosizer.cpp     for (BlockSet::iterator it = roots->begin(); it != roots->end(); ++it) {
end               781 Source/core/rendering/FastTextAutosizer.cpp             for (BlockSet::iterator it = roots->begin(); it != roots->end(); ++it)
end               971 Source/core/rendering/FastTextAutosizer.cpp     ReverseFingerprintMap::iterator end = m_blocksForFingerprint.end();
end               972 Source/core/rendering/FastTextAutosizer.cpp     for (ReverseFingerprintMap::iterator fingerprintIt = m_blocksForFingerprint.begin(); fingerprintIt != end; ++fingerprintIt) {
end               975 Source/core/rendering/FastTextAutosizer.cpp         for (BlockSet::iterator blockIt = blocks->begin(); blockIt != blocks->end(); ++blockIt) {
end              1013 Source/core/rendering/FastTextAutosizer.cpp     if (blocksIter == m_blocksForFingerprint.end())
end               172 Source/core/rendering/FloatingObjects.cpp     FloatingObjectSetIterator end = m_set.end();
end               173 Source/core/rendering/FloatingObjects.cpp     for (FloatingObjectSetIterator it = m_set.begin(); it != end; ++it) {
end               214 Source/core/rendering/FloatingObjects.cpp     FloatingObjectSetIterator end = floatingObjectSet.end();
end               218 Source/core/rendering/FloatingObjects.cpp         for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end               233 Source/core/rendering/FloatingObjects.cpp         for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end               278 Source/core/rendering/FloatingObjects.cpp     FloatingObjectSetIterator end = m_set.end();
end               279 Source/core/rendering/FloatingObjects.cpp     for (FloatingObjectSetIterator it = m_set.begin(); it != end; ++it)
end               371 Source/core/rendering/FloatingObjects.cpp     FloatingObjectSetIterator end = m_set.end();
end               372 Source/core/rendering/FloatingObjects.cpp     for (; it != end; ++it) {
end               458 Source/core/rendering/HitTestResult.cpp         for (NodeSet::const_iterator it = other.m_rectBasedTestResult->begin(), last = other.m_rectBasedTestResult->end(); it != last; ++it)
end               126 Source/core/rendering/ImageQualityController.cpp     for (ObjectLayerSizeMap::iterator it = m_objectLayerSizeMap.begin(); it != m_objectLayerSizeMap.end(); ++it) {
end               157 Source/core/rendering/ImageQualityController.cpp     LayerSizeMap* innerMap = i != m_objectLayerSizeMap.end() ? &i->value : 0;
end               162 Source/core/rendering/ImageQualityController.cpp         if (j != innerMap->end()) {
end               388 Source/core/rendering/InlineFlowBox.cpp                 needsWordSpacing = !isSpaceOrNewline(rt.characterAt(text->end()));
end               462 Source/core/rendering/InlineFlowBox.cpp                 usedFonts = it == textBoxDataMap.end() ? 0 : &it->value.first;
end               856 Source/core/rendering/InlineFlowBox.cpp     GlyphOverflow* glyphOverflow = it == textBoxDataMap.end() ? 0 : &it->value.second;
end              1609 Source/core/rendering/InlineFlowBox.cpp     Vector<InlineBox*>::iterator end = leafBoxesInLogicalOrder.end();
end              1612 Source/core/rendering/InlineFlowBox.cpp         while (it != end) {
end              1613 Source/core/rendering/InlineFlowBox.cpp             while (it != end) {
end              1619 Source/core/rendering/InlineFlowBox.cpp             while (it != end) {
end               443 Source/core/rendering/InlineIterator.h inline bool InlineBidiResolver::isEndOfLine(const InlineIterator& end)
end               445 Source/core/rendering/InlineIterator.h     bool inEndOfLine = m_current == end || m_current.atEnd() || (inIsolate() && m_current.object() == end.object());
end               447 Source/core/rendering/InlineIterator.h         m_current.moveTo(m_current.object(), end.offset(), m_current.nextBreakablePosition());
end               561 Source/core/rendering/InlineIterator.h static inline BidiRun* createRun(int start, int end, RenderObject* obj, InlineBidiResolver& resolver)
end               563 Source/core/rendering/InlineIterator.h     return new BidiRun(start, end, obj, resolver.context(), resolver.dir());
end               598 Source/core/rendering/InlineIterator.h     void addFakeRunIfNecessary(RenderObject* obj, unsigned pos, unsigned end, InlineBidiResolver& resolver)
end               621 Source/core/rendering/InlineIterator.h static void inline appendRunObjectIfNecessary(RenderObject* obj, unsigned start, unsigned end, InlineBidiResolver& resolver, AppendRunBehavior behavior, IsolateTracker& tracker)
end               624 Source/core/rendering/InlineIterator.h         tracker.addFakeRunIfNecessary(obj, start, end, resolver);
end               626 Source/core/rendering/InlineIterator.h         resolver.runs().addRun(createRun(start, end, obj, resolver));
end               629 Source/core/rendering/InlineIterator.h static void adjustMidpointsAndAppendRunsForObjectIfNeeded(RenderObject* obj, unsigned start, unsigned end, InlineBidiResolver& resolver, AppendRunBehavior behavior, IsolateTracker& tracker)
end               631 Source/core/rendering/InlineIterator.h     if (start > end || RenderBlockFlow::shouldSkipCreatingRunsForObject(obj))
end               647 Source/core/rendering/InlineIterator.h         if (start < end)
end               648 Source/core/rendering/InlineIterator.h             return adjustMidpointsAndAppendRunsForObjectIfNeeded(obj, start, end, resolver, behavior, tracker);
end               651 Source/core/rendering/InlineIterator.h             appendRunObjectIfNecessary(obj, start, end, resolver, behavior, tracker);
end               657 Source/core/rendering/InlineIterator.h         if (nextMidpoint.offset() + 1 <= end) {
end               663 Source/core/rendering/InlineIterator.h                 return adjustMidpointsAndAppendRunsForObjectIfNeeded(obj, nextMidpoint.offset() + 1, end, resolver, behavior, tracker);
end               666 Source/core/rendering/InlineIterator.h             appendRunObjectIfNecessary(obj, start, end, resolver, behavior, tracker);
end               671 Source/core/rendering/InlineIterator.h static inline void addFakeRunIfNecessary(RenderObject* obj, unsigned start, unsigned end, InlineBidiResolver& resolver, IsolateTracker& tracker)
end               704 Source/core/rendering/InlineIterator.h             int end = obj->length() ? pos + 1 : 0;
end               706 Source/core/rendering/InlineIterator.h                 addFakeRunIfNecessary(obj, start, end, *this, isolateTracker);
end               708 Source/core/rendering/InlineIterator.h                 adjustMidpointsAndAppendRunsForObjectIfNeeded(obj, start, end, *this, AppendingRunsForObject, isolateTracker);
end               162 Source/core/rendering/InlineTextBox.cpp         bool end = (state != RenderObject::SelectionStart && endPos > m_start && endPos <= lastSelectable);
end               163 Source/core/rendering/InlineTextBox.cpp         if (start && end)
end               167 Source/core/rendering/InlineTextBox.cpp         else if (end)
end               180 Source/core/rendering/InlineTextBox.cpp             int start, end;
end               181 Source/core/rendering/InlineTextBox.cpp             selectionStartEnd(start, end);
end               186 Source/core/rendering/InlineTextBox.cpp             ellipsis->setSelectionState(end >= m_truncation && start <= m_truncation ?
end               780 Source/core/rendering/InlineTextBox.cpp                 if (underline.startOffset <= end()) {
end               783 Source/core/rendering/InlineTextBox.cpp                     if (underline.endOffset > end() + 1)
end              1220 Source/core/rendering/InlineTextBox.cpp     if ((end() + 1) != marker->endOffset()) // end points at the last char, not past it
end              1310 Source/core/rendering/InlineTextBox.cpp     for ( ; markerIt != markers.end(); ++markerIt) {
end              1333 Source/core/rendering/InlineTextBox.cpp         if (marker->startOffset() > end())
end              1364 Source/core/rendering/InlineTextBox.cpp     unsigned paintEnd = end() + 1; // end points at the last char, not past it
end                65 Source/core/rendering/InlineTextBox.h     unsigned end() const { return m_len ? m_start + m_len - 1 : m_start; }
end                55 Source/core/rendering/OrderIterator.cpp             if (m_orderValuesIterator == m_orderValues.end())
end                60 Source/core/rendering/OrderIterator.cpp                 if (m_orderValuesIterator == m_orderValues.end())
end               171 Source/core/rendering/RenderBlock.cpp         TrackedRendererListHashSet::iterator end = descendantSet->end();
end               172 Source/core/rendering/RenderBlock.cpp         for (TrackedRendererListHashSet::iterator descendant = descendantSet->begin(); descendant != end; ++descendant) {
end               174 Source/core/rendering/RenderBlock.cpp             ASSERT(it != containerMap->end());
end               175 Source/core/rendering/RenderBlock.cpp             if (it == containerMap->end())
end              1253 Source/core/rendering/RenderBlock.cpp         for (DelayedUpdateScrollInfoSet::iterator it = infoSet->begin(); it != infoSet->end(); ++it) {
end              1328 Source/core/rendering/RenderBlock.cpp     for (Vector<ImageResource*>::iterator it = images.begin(), end = images.end(); it != end; ++it)
end              1454 Source/core/rendering/RenderBlock.cpp     TrackedRendererListHashSet::iterator end = positionedDescendants->end();
end              1455 Source/core/rendering/RenderBlock.cpp     for (TrackedRendererListHashSet::iterator it = positionedDescendants->begin(); it != end; ++it) {
end              1511 Source/core/rendering/RenderBlock.cpp         for (ListHashSet<RootInlineBox*>::const_iterator it = lineBoxes.begin(); it != lineBoxes.end(); ++it) {
end              1631 Source/core/rendering/RenderBlock.cpp     TrackedRendererListHashSet::iterator end = positionedDescendants->end();
end              1632 Source/core/rendering/RenderBlock.cpp     for (TrackedRendererListHashSet::iterator it = positionedDescendants->begin(); it != end; ++it) {
end              1699 Source/core/rendering/RenderBlock.cpp         TrackedRendererListHashSet::iterator end = positionedDescendants->end();
end              1700 Source/core/rendering/RenderBlock.cpp         for (TrackedRendererListHashSet::iterator it = positionedDescendants->begin(); it != end; ++it) {
end              2160 Source/core/rendering/RenderBlock.cpp     ListHashSet<RenderInline*>::iterator end = continuations->end();
end              2161 Source/core/rendering/RenderBlock.cpp     for (ListHashSet<RenderInline*>::iterator it = continuations->begin(); it != end; ++it) {
end              2253 Source/core/rendering/RenderBlock.cpp     TrackedRendererListHashSet::const_iterator end = positionedObjects->end();
end              2254 Source/core/rendering/RenderBlock.cpp     for (TrackedRendererListHashSet::const_iterator it = positionedObjects->begin(); it != end; ++it) {
end              2536 Source/core/rendering/RenderBlock.cpp     HashSet<RenderBlock*>::iterator end = containerSet->end();
end              2537 Source/core/rendering/RenderBlock.cpp     for (HashSet<RenderBlock*>::iterator it = containerSet->begin(); it != end; ++it) {
end              2546 Source/core/rendering/RenderBlock.cpp         ASSERT(descendantsMapIterator != descendantsMap->end());
end              2547 Source/core/rendering/RenderBlock.cpp         if (descendantsMapIterator == descendantsMap->end())
end              2587 Source/core/rendering/RenderBlock.cpp     TrackedRendererListHashSet::iterator end = positionedDescendants->end();
end              2591 Source/core/rendering/RenderBlock.cpp     for (TrackedRendererListHashSet::iterator it = positionedDescendants->begin(); it != end; ++it) {
end              2651 Source/core/rendering/RenderBlock.cpp     TrackedRendererListHashSet::iterator end = descendants->end();
end              2652 Source/core/rendering/RenderBlock.cpp     for (TrackedRendererListHashSet::iterator it = descendants->begin(); it != end; ++it) {
end              4235 Source/core/rendering/RenderBlock.cpp     for (FirstLetterRenderersList::const_iterator it = renderers.begin(); it != renderers.end(); ++it) {
end              5024 Source/core/rendering/RenderBlock.cpp         TrackedRendererListHashSet::const_iterator end = positionedDescendantSet->end();
end              5025 Source/core/rendering/RenderBlock.cpp         for (TrackedRendererListHashSet::const_iterator it = positionedDescendantSet->begin(); it != end; ++it) {
end               757 Source/core/rendering/RenderBlockFlow.cpp         FloatingObjectSetIterator end = floatingObjectSet.end();
end               758 Source/core/rendering/RenderBlockFlow.cpp         for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end               826 Source/core/rendering/RenderBlockFlow.cpp             FloatingObjectSetIterator end = floatingObjectSet.end();
end               827 Source/core/rendering/RenderBlockFlow.cpp             for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end               862 Source/core/rendering/RenderBlockFlow.cpp         RendererToFloatInfoMap::iterator end = floatMap.end();
end               863 Source/core/rendering/RenderBlockFlow.cpp         for (RendererToFloatInfoMap::iterator it = floatMap.begin(); it != end; ++it) {
end               880 Source/core/rendering/RenderBlockFlow.cpp             FloatingObjectSetIterator end = floatingObjectSet.end();
end               881 Source/core/rendering/RenderBlockFlow.cpp             for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end && !oldIntrudingFloatSet.isEmpty(); ++it)
end              1660 Source/core/rendering/RenderBlockFlow.cpp     FloatingObjectSetIterator end = floatingObjectSet.end();
end              1661 Source/core/rendering/RenderBlockFlow.cpp     for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end              1730 Source/core/rendering/RenderBlockFlow.cpp     FloatingObjectSetIterator end = floatingObjectSet.end();
end              1737 Source/core/rendering/RenderBlockFlow.cpp         for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end              1845 Source/core/rendering/RenderBlockFlow.cpp         FloatingObjectSetIterator end = floatingObjectSet.end();
end              1852 Source/core/rendering/RenderBlockFlow.cpp                     for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end              1917 Source/core/rendering/RenderBlockFlow.cpp         FloatingObjectSetIterator end = fromFloatingObjectSet.end();
end              1919 Source/core/rendering/RenderBlockFlow.cpp         for (FloatingObjectSetIterator it = fromFloatingObjectSet.begin(); it != end; ++it) {
end              1943 Source/core/rendering/RenderBlockFlow.cpp     FloatingObjectSetIterator end = floatingObjectSet.end();
end              1944 Source/core/rendering/RenderBlockFlow.cpp     for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end              2016 Source/core/rendering/RenderBlockFlow.cpp     FloatingObjectSetIterator end = floatingObjectSet.end();
end              2017 Source/core/rendering/RenderBlockFlow.cpp     for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end              2044 Source/core/rendering/RenderBlockFlow.cpp         FloatingObjectSetIterator end = floatingObjectSet.end();
end              2045 Source/core/rendering/RenderBlockFlow.cpp         for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end              2204 Source/core/rendering/RenderBlockFlow.cpp         if (it != floatingObjectSet.end())
end              2236 Source/core/rendering/RenderBlockFlow.cpp         if (it != floatingObjectSet.end()) {
end              2298 Source/core/rendering/RenderBlockFlow.cpp     FloatingObjectSetIterator it = floatingObjectSet.end();
end              2317 Source/core/rendering/RenderBlockFlow.cpp     FloatingObjectSetIterator end = floatingObjectSet.end();
end              2319 Source/core/rendering/RenderBlockFlow.cpp     for (; it != end; ++it) {
end              2405 Source/core/rendering/RenderBlockFlow.cpp     if (it == floatingObjectSet.end())
end              2422 Source/core/rendering/RenderBlockFlow.cpp     FloatingObjectSetIterator prevEnd = prevSet.end();
end              2458 Source/core/rendering/RenderBlockFlow.cpp     FloatingObjectSetIterator childEnd = child->m_floatingObjects->set().end();
end              2520 Source/core/rendering/RenderBlockFlow.cpp     FloatingObjectSetIterator end = floatingObjectSet.end();
end              2521 Source/core/rendering/RenderBlockFlow.cpp     for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end              2550 Source/core/rendering/RenderBlockFlow.cpp     for (FloatingObjectSetIterator it = floatingObjectSet.end(); it != begin;) {
end              2572 Source/core/rendering/RenderBlockFlow.cpp         FloatingObjectSetIterator end = floatingObjectSet.end();
end              2573 Source/core/rendering/RenderBlockFlow.cpp         for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end               472 Source/core/rendering/RenderBlockFlow.h     RootInlineBox* createLineBoxesFromBidiRuns(unsigned bidiLevel, BidiRunList<BidiRun>&, const InlineIterator& end, LineInfo&, VerticalPositionCache&, BidiRun* trailingSpaceRun, WordMeasurements&);
end               208 Source/core/rendering/RenderBlockLineLayout.cpp static inline bool endsWithASCIISpaces(const CharacterType* characters, unsigned pos, unsigned end)
end               212 Source/core/rendering/RenderBlockLineLayout.cpp         if (pos >= end)
end               477 Source/core/rendering/RenderBlockLineLayout.cpp                 HashSet<const SimpleFontData*>::const_iterator end = wordMeasurement.fallbackFonts.end();
end               478 Source/core/rendering/RenderBlockLineLayout.cpp                 for (HashSet<const SimpleFontData*>::const_iterator it = wordMeasurement.fallbackFonts.begin(); it != end; ++it)
end               831 Source/core/rendering/RenderBlockLineLayout.cpp RootInlineBox* RenderBlockFlow::createLineBoxesFromBidiRuns(unsigned bidiLevel, BidiRunList<BidiRun>& bidiRuns, const InlineIterator& end, LineInfo& lineInfo, VerticalPositionCache& verticalPositionCache, BidiRun* trailingSpaceRun, WordMeasurements& wordMeasurements)
end               837 Source/core/rendering/RenderBlockLineLayout.cpp     lineInfo.setLastLine(!end.object());
end               852 Source/core/rendering/RenderBlockLineLayout.cpp         computeInlineDirectionPositionsForLine(lineBox, lineInfo, bidiRuns.firstRun(), trailingSpaceRun, end.atEnd(), textBoxDataMap, verticalPositionCache, wordMeasurements);
end              1073 Source/core/rendering/RenderBlockLineLayout.cpp             FloatingObjectSetIterator end = floatingObjectSet.end();
end              1076 Source/core/rendering/RenderBlockLineLayout.cpp                 ASSERT(lastFloatIterator != end);
end              1080 Source/core/rendering/RenderBlockLineLayout.cpp             for (; it != end; ++it) {
end              1177 Source/core/rendering/RenderBlockLineLayout.cpp                     Vector<RenderBox*>::iterator end = cleanLineFloats->end();
end              1178 Source/core/rendering/RenderBlockLineLayout.cpp                     for (Vector<RenderBox*>::iterator f = cleanLineFloats->begin(); f != end; ++f) {
end              1217 Source/core/rendering/RenderBlockLineLayout.cpp         FloatingObjectSetIterator end = floatingObjectSet.end();
end              1220 Source/core/rendering/RenderBlockLineLayout.cpp             ASSERT(lastFloatIterator != end);
end              1224 Source/core/rendering/RenderBlockLineLayout.cpp         for (; it != end; ++it)
end              1262 Source/core/rendering/RenderBlockLineLayout.cpp     InlineMinMaxIterator(RenderObject* p, bool end = false)
end              1263 Source/core/rendering/RenderBlockLineLayout.cpp         : parent(p), current(p), endOfInline(end)
end              1781 Source/core/rendering/RenderBlockLineLayout.cpp     Vector<RenderBox*>::iterator end = cleanLineFloats->end();
end              1782 Source/core/rendering/RenderBlockLineLayout.cpp     for (Vector<RenderBox*>::iterator it = cleanLineFloats->begin(); it != end; ++it) {
end              1893 Source/core/rendering/RenderBlockLineLayout.cpp                 Vector<RenderBox*>::iterator end = cleanLineFloats->end();
end              1894 Source/core/rendering/RenderBlockLineLayout.cpp                 for (Vector<RenderBox*>::iterator f = cleanLineFloats->begin(); f != end; ++f) {
end              1999 Source/core/rendering/RenderBlockLineLayout.cpp     FloatingObjectSetIterator end = floatingObjectSet.end();
end              2000 Source/core/rendering/RenderBlockLineLayout.cpp     for (FloatingObjectSetIterator it = floatingObjectSet.begin(); it != end; ++it) {
end              2169 Source/core/rendering/RenderBlockLineLayout.cpp     FloatingObjectSetIterator it = floatingObjectSet.end();
end               305 Source/core/rendering/RenderBox.h         return m_marginBox.end(styleToUse->writingMode(), styleToUse->direction());
end               448 Source/core/rendering/RenderCounter.cpp     if (mapsIterator == maps.end())
end               451 Source/core/rendering/RenderCounter.cpp     CounterMap::const_iterator end = map->end();
end               452 Source/core/rendering/RenderCounter.cpp     for (CounterMap::const_iterator it = map->begin(); it != end; ++it) {
end               465 Source/core/rendering/RenderCounter.cpp     if (mapIterator == map->end())
end               504 Source/core/rendering/RenderCounter.cpp     CounterDirectiveMap::const_iterator end = directiveMap->end();
end               506 Source/core/rendering/RenderCounter.cpp         for (CounterDirectiveMap::const_iterator it = directiveMap->begin(); it != end; ++it)
end               512 Source/core/rendering/RenderCounter.cpp     for (CounterDirectiveMap::const_iterator it = directiveMap->begin(); it != end; ++it) {
end               559 Source/core/rendering/RenderCounter.cpp             CounterDirectiveMap::const_iterator newMapEnd = newCounterDirectives->end();
end               560 Source/core/rendering/RenderCounter.cpp             CounterDirectiveMap::const_iterator oldMapEnd = oldCounterDirectives->end();
end               583 Source/core/rendering/RenderCounter.cpp         CounterDirectiveMap::const_iterator newMapEnd = newCounterDirectives->end();
end                90 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                         sort(m_sortedOrdinalValues.begin(), m_sortedOrdinalValues.end());
end               498 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             unsigned int end = expanding? highestFlexGroup : lowestFlexGroup;
end               499 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             for (unsigned i = start; i <= end && remainingSpace; i++) {
end               752 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             unsigned int end = expanding? highestFlexGroup : lowestFlexGroup;
end               753 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             for (unsigned i = start; i <= end && remainingSpace; i++) {
end               132 Source/core/rendering/RenderFlowThread.cpp             for (RenderRegionList::iterator iter = m_regionList.begin(); iter != m_regionList.end(); ++iter) {
end               178 Source/core/rendering/RenderFlowThread.cpp     for (RenderRegionList::const_iterator iter = m_regionList.begin(); iter != m_regionList.end(); ++iter) {
end               218 Source/core/rendering/RenderFlowThread.cpp     for (RenderRegionList::const_iterator iter = m_regionList.begin(); iter != m_regionList.end(); ++iter) {
end               258 Source/core/rendering/RenderFlowThread.cpp     for (RenderRegionList::iterator iter = m_regionList.find(startRegion); iter != m_regionList.end(); ++iter) {
end               435 Source/core/rendering/RenderFlowThread.cpp     if (it == m_regionRangeMap.end()) {
end               453 Source/core/rendering/RenderFlowThread.cpp     if (it == m_regionRangeMap.end())
end               473 Source/core/rendering/RenderFlowThread.cpp     for (RenderRegionList::const_iterator it = m_regionList.find(const_cast<RenderRegion*>(startRegion)); it != m_regionList.end(); ++it) {
end               490 Source/core/rendering/RenderFlowThread.cpp     for (RenderRegionList::iterator iter = m_regionList.begin(); iter != m_regionList.end(); ++iter) {
end               510 Source/core/rendering/RenderFlowThread.cpp     for (RenderRegionList::const_iterator iter = m_regionList.begin(); iter != m_regionList.end(); ++iter) {
end               521 Source/core/rendering/RenderFlowThread.cpp     for (RenderRegionList::const_iterator iter = m_regionList.begin(); iter != m_regionList.end(); ++iter) {
end               540 Source/core/rendering/RenderFlowThread.cpp     if (offsetIterator == m_boxesToOffsetMap.end())
end               167 Source/core/rendering/RenderFlowThread.h         RenderRegionRange(RenderRegion* start, RenderRegion* end)
end               169 Source/core/rendering/RenderFlowThread.h             setRange(start, end);
end               172 Source/core/rendering/RenderFlowThread.h         void setRange(RenderRegion* start, RenderRegion* end)
end               175 Source/core/rendering/RenderFlowThread.h             m_endRegion = end;
end               515 Source/core/rendering/RenderGrid.cpp     std::sort(tracksForNormalization.begin(), tracksForNormalization.end(), sortByGridNormalizedFlexValue);
end               682 Source/core/rendering/RenderGrid.cpp     std::sort(tracks.begin(), tracks.end(), sortByGridTrackGrowthPotential);
end              1044 Source/core/rendering/RenderGrid.cpp     if (it == gridLinesNames.end()) {
end              1085 Source/core/rendering/RenderGrid.cpp         ASSERT_WITH_SECURITY_IMPLICATION(it != style()->namedGridArea().end());
end              1138 Source/core/rendering/RenderGrid.cpp     if (it == gridLinesNames.end())
end              1290 Source/core/rendering/RenderGrid.cpp static GridSpan dirtiedGridAreas(const Vector<LayoutUnit>& coordinates, LayoutUnit start, LayoutUnit end)
end              1295 Source/core/rendering/RenderGrid.cpp     size_t startGridAreaIndex = std::upper_bound(coordinates.begin(), coordinates.end() - 1, start) - coordinates.begin();
end              1299 Source/core/rendering/RenderGrid.cpp     size_t endGridAreaIndex = std::upper_bound(coordinates.begin() + startGridAreaIndex, coordinates.end() - 1, end) - coordinates.begin();
end              1349 Source/core/rendering/RenderGrid.cpp     std::stable_sort(m_gridItemsOverflowingGridArea.begin(), m_gridItemsOverflowingGridArea.end(), GridCoordinateSorter(this));
end              1355 Source/core/rendering/RenderGrid.cpp         Vector<RenderBox*>::const_iterator end = m_gridItemsOverflowingGridArea.end();
end              1357 Source/core/rendering/RenderGrid.cpp         for (; overflowIterator != end && rowIsBeforeDirtyArea(cachedGridCoordinate(*overflowIterator), dirtiedRows); ++overflowIterator) {
end              1364 Source/core/rendering/RenderGrid.cpp             for (; overflowIterator != end && isInSameRowBeforeDirtyArea(cachedGridCoordinate(*overflowIterator), row, dirtiedColumns); ++overflowIterator) {
end              1376 Source/core/rendering/RenderGrid.cpp                     if (overflowIterator != end && *overflowIterator == children[j])
end              1381 Source/core/rendering/RenderGrid.cpp             for (; overflowIterator != end && isInSameRowAfterDirtyArea(cachedGridCoordinate(*overflowIterator), row, dirtiedColumns); ++overflowIterator) {
end              1387 Source/core/rendering/RenderGrid.cpp         for (; overflowIterator != end; ++overflowIterator) {
end              1852 Source/core/rendering/RenderLayer.cpp     OverlapTestRequestMap::iterator end = overlapTestRequests.end();
end              1853 Source/core/rendering/RenderLayer.cpp     for (OverlapTestRequestMap::iterator it = overlapTestRequests.begin(); it != end; ++it)
end              1918 Source/core/rendering/RenderLayer.cpp     OverlapTestRequestMap::iterator end = overlapTestRequests.end();
end              1920 Source/core/rendering/RenderLayer.cpp     for (OverlapTestRequestMap::iterator it = overlapTestRequests.begin(); it != end; ++it) {
end              4069 Source/core/rendering/RenderLayer.cpp                 if (iter == rects.end()) {
end                52 Source/core/rendering/RenderLayerFilterInfo.cpp     return (iter != s_filterMap->end()) ? iter->value : 0;
end                61 Source/core/rendering/RenderLayerFilterInfo.cpp     if (iter != s_filterMap->end()) {
end               222 Source/core/rendering/RenderLayerStackingNode.cpp         std::stable_sort(posZOrderList->begin(), posZOrderList->end(), compareZIndex);
end               225 Source/core/rendering/RenderLayerStackingNode.cpp         std::stable_sort(negZOrderList->begin(), negZOrderList->end(), compareZIndex);
end               228 Source/core/rendering/RenderLineBoxList.cpp         ListHashSet<RenderInline*>::iterator end = info.outlineObjects()->end();
end               229 Source/core/rendering/RenderLineBoxList.cpp         for (ListHashSet<RenderInline*>::iterator it = info.outlineObjects()->begin(); it != end; ++it) {
end                73 Source/core/rendering/RenderMarquee.h     void setEnd(int end) { m_end = end; }
end               216 Source/core/rendering/RenderMediaControls.cpp         float end = bufferedTimeRanges->end(i, ASSERT_NO_EXCEPTION);
end               217 Source/core/rendering/RenderMediaControls.cpp         if (std::isnan(start) || std::isnan(end) || start > currentTime || end < currentTime)
end               221 Source/core/rendering/RenderMediaControls.cpp         int endPosition = int(end * rect.width() / duration);
end              2440 Source/core/rendering/RenderObject.cpp     if (iter == layerRects.end())
end               612 Source/core/rendering/RenderReplaced.cpp     int end = node()->hasChildren() ? node()->countChildren() : 1;
end               614 Source/core/rendering/RenderReplaced.cpp         return selectionEnd == end;
end               616 Source/core/rendering/RenderReplaced.cpp         return selectionStart == 0 && selectionEnd == end;
end               511 Source/core/rendering/RenderTableSection.cpp     std::sort(rowSpanCells.begin(), rowSpanCells.end(), compareRowSpanCellsInHeightDistributionOrder);
end               955 Source/core/rendering/RenderTableSection.cpp                     TrackedRendererListHashSet::iterator end = percentHeightDescendants->end();
end               956 Source/core/rendering/RenderTableSection.cpp                     for (TrackedRendererListHashSet::iterator it = percentHeightDescendants->begin(); it != end; ++it) {
end              1315 Source/core/rendering/RenderTableSection.cpp     if (!coveredRows.end() && m_rowPos[0] - table()->outerBorderBefore() <= damageRect.maxY())
end              1316 Source/core/rendering/RenderTableSection.cpp         ++coveredRows.end();
end              1333 Source/core/rendering/RenderTableSection.cpp     if (!coveredColumns.end() && columnPos[0] - table()->outerBorderStart() <= damageRect.maxX())
end              1334 Source/core/rendering/RenderTableSection.cpp         ++coveredColumns.end();
end              1342 Source/core/rendering/RenderTableSection.cpp     unsigned nextRow = std::upper_bound(m_rowPos.begin(), m_rowPos.end(), flippedRect.y()) - m_rowPos.begin();
end              1354 Source/core/rendering/RenderTableSection.cpp         endRow = std::upper_bound(m_rowPos.begin() + nextRow, m_rowPos.end(), flippedRect.maxY()) - m_rowPos.begin();
end              1371 Source/core/rendering/RenderTableSection.cpp     unsigned nextColumn = std::upper_bound(columnPos.begin(), columnPos.end(), flippedRect.x()) - columnPos.begin();
end              1383 Source/core/rendering/RenderTableSection.cpp         endColumn = std::upper_bound(columnPos.begin() + nextColumn, columnPos.end(), flippedRect.maxX()) - columnPos.begin();
end              1402 Source/core/rendering/RenderTableSection.cpp     if (dirtiedColumns.start() < dirtiedColumns.end()) {
end              1407 Source/core/rendering/RenderTableSection.cpp                 for (unsigned r = dirtiedRows.end(); r > dirtiedRows.start(); r--) {
end              1409 Source/core/rendering/RenderTableSection.cpp                     for (unsigned c = dirtiedColumns.end(); c > dirtiedColumns.start(); c--) {
end              1421 Source/core/rendering/RenderTableSection.cpp                 for (unsigned r = dirtiedRows.start(); r < dirtiedRows.end(); r++) {
end              1425 Source/core/rendering/RenderTableSection.cpp                     for (unsigned c = dirtiedColumns.start(); c < dirtiedColumns.end(); c++) {
end              1448 Source/core/rendering/RenderTableSection.cpp             for (unsigned r = dirtiedRows.start(); r < dirtiedRows.end(); r++) {
end              1452 Source/core/rendering/RenderTableSection.cpp                 for (unsigned c = dirtiedColumns.start(); c < dirtiedColumns.end(); c++) {
end              1472 Source/core/rendering/RenderTableSection.cpp                 std::stable_sort(cells.begin(), cells.end(), compareCellPositions);
end              1474 Source/core/rendering/RenderTableSection.cpp                 std::sort(cells.begin(), cells.end(), compareCellPositionsWithOverflowingCells);
end              1669 Source/core/rendering/RenderTableSection.cpp     for (unsigned hitRow = rowSpan.start(); hitRow < rowSpan.end(); ++hitRow) {
end              1670 Source/core/rendering/RenderTableSection.cpp         for (unsigned hitColumn = columnSpan.start(); hitColumn < columnSpan.end(); ++hitColumn) {
end              1715 Source/core/rendering/RenderTableSection.cpp     ASSERT_WITH_SECURITY_IMPLICATION(it != m_cellsCollapsedBorders.end());
end                43 Source/core/rendering/RenderTableSection.h     CellSpan(unsigned start, unsigned end)
end                45 Source/core/rendering/RenderTableSection.h         , m_end(end)
end                50 Source/core/rendering/RenderTableSection.h     unsigned end() const { return m_end; }
end                53 Source/core/rendering/RenderTableSection.h     unsigned& end() { return m_end; }
end               316 Source/core/rendering/RenderText.cpp         if (textBox->nextTextBox() && textBox->nextTextBox()->start() > textBox->end() && text.length() && !text.right(1).containsOnlyWhitespace())
end               328 Source/core/rendering/RenderText.cpp static FloatRect localQuadForTextBox(InlineTextBox* box, unsigned start, unsigned end, bool useSelectionHeight)
end               330 Source/core/rendering/RenderText.cpp     unsigned realEnd = min(box->end() + 1, end);
end               349 Source/core/rendering/RenderText.cpp void RenderText::absoluteRectsForRange(Vector<IntRect>& rects, unsigned start, unsigned end, bool useSelectionHeight, bool* wasFixed)
end               356 Source/core/rendering/RenderText.cpp     ASSERT(end == UINT_MAX || end <= INT_MAX);
end               359 Source/core/rendering/RenderText.cpp     end = min(end, static_cast<unsigned>(INT_MAX));
end               363 Source/core/rendering/RenderText.cpp         if (start <= box->start() && box->end() < end) {
end               366 Source/core/rendering/RenderText.cpp                 LayoutRect selectionRect = box->localSelectionRect(start, end);
end               378 Source/core/rendering/RenderText.cpp             FloatRect rect = localQuadForTextBox(box, start, end, useSelectionHeight);
end               432 Source/core/rendering/RenderText.cpp void RenderText::absoluteQuadsForRange(Vector<FloatQuad>& quads, unsigned start, unsigned end, bool useSelectionHeight, bool* wasFixed)
end               439 Source/core/rendering/RenderText.cpp     ASSERT(end == UINT_MAX || end <= INT_MAX);
end               442 Source/core/rendering/RenderText.cpp     end = min(end, static_cast<unsigned>(INT_MAX));
end               446 Source/core/rendering/RenderText.cpp         if (start <= box->start() && box->end() < end) {
end               449 Source/core/rendering/RenderText.cpp                 LayoutRect selectionRect = box->localSelectionRect(start, end);
end               460 Source/core/rendering/RenderText.cpp             FloatRect rect = localQuadForTextBox(box, start, end, useSelectionHeight);
end              1240 Source/core/rendering/RenderText.cpp     unsigned end = len ? offset + len - 1 : offset;
end              1251 Source/core/rendering/RenderText.cpp         if (curr->end() < offset)
end              1255 Source/core/rendering/RenderText.cpp         if (curr->start() > end) {
end              1266 Source/core/rendering/RenderText.cpp         } else if (curr->end() >= offset && curr->end() <= end) {
end              1270 Source/core/rendering/RenderText.cpp         } else if (curr->start() <= offset && curr->end() >= end) {
end              1274 Source/core/rendering/RenderText.cpp         } else if (curr->start() <= end && curr->end() >= end) {
end              1296 Source/core/rendering/RenderText.cpp         if (curr->lineBreakObj() == this && curr->lineBreakPos() > end)
end                68 Source/core/rendering/RenderTextFragment.cpp     return result->substring(start(), end());
end                45 Source/core/rendering/RenderTextFragment.h     unsigned end() const { return m_end; }
end               686 Source/core/rendering/RenderTreeAsText.cpp            << "selection end:   position " << selection.end().deprecatedEditingOffset() << " of " << nodePosition(selection.end().deprecatedNode()) << "\n";
end               156 Source/core/rendering/RenderView.cpp     TrackedRendererListHashSet::iterator end = positionedDescendants->end();
end               157 Source/core/rendering/RenderView.cpp     for (TrackedRendererListHashSet::iterator it = positionedDescendants->begin(); it != end; ++it) {
end               539 Source/core/rendering/RenderView.cpp     SelectionMap::iterator end = selectedObjects.end();
end               540 Source/core/rendering/RenderView.cpp     for (SelectionMap::iterator i = selectedObjects.begin(); i != end; ++i) {
end               557 Source/core/rendering/RenderView.cpp     RenderObject* end = rendererAfterPosition(m_selectionEnd, m_selectionEndPos);
end               558 Source/core/rendering/RenderView.cpp     for (RenderObject* o = m_selectionStart; o && o != end; o = o->nextInPreOrder()) {
end               596 Source/core/rendering/RenderView.cpp void RenderView::setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode blockRepaintMode)
end               605 Source/core/rendering/RenderView.cpp     if ((start && !end) || (end && !start))
end               610 Source/core/rendering/RenderView.cpp         m_selectionEnd == end && m_selectionEndPos == endPos)
end               654 Source/core/rendering/RenderView.cpp     SelectedObjectMap::iterator oldObjectsEnd = oldSelectedObjects.end();
end               661 Source/core/rendering/RenderView.cpp     m_selectionEnd = end;
end               665 Source/core/rendering/RenderView.cpp     if (start && start == end)
end               670 Source/core/rendering/RenderView.cpp         if (end)
end               671 Source/core/rendering/RenderView.cpp             end->setSelectionStateIfNeeded(SelectionEnd);
end               675 Source/core/rendering/RenderView.cpp     stop = rendererAfterPosition(end, endPos);
end               678 Source/core/rendering/RenderView.cpp         if (o != start && o != end && o->canBeSelectionLeaf())
end               692 Source/core/rendering/RenderView.cpp         if ((o->canBeSelectionLeaf() || o == start || o == end) && o->selectionState() != SelectionNone) {
end               727 Source/core/rendering/RenderView.cpp     SelectedObjectMap::iterator newObjectsEnd = newSelectedObjects.end();
end               732 Source/core/rendering/RenderView.cpp     SelectedBlockMap::iterator oldBlocksEnd = oldSelectedBlocks.end();
end               747 Source/core/rendering/RenderView.cpp     SelectedBlockMap::iterator newBlocksEnd = newSelectedBlocks.end();
end                86 Source/core/rendering/RenderView.h     void setSelection(RenderObject* start, int startPos, RenderObject* end, int endPos, SelectionRepaintMode = RepaintNewXOROld);
end               637 Source/core/rendering/RootInlineBox.cpp         usedFonts = it == textBoxDataMap.end() ? 0 : &it->value.first;
end               638 Source/core/rendering/RootInlineBox.cpp         glyphOverflow = it == textBoxDataMap.end() ? 0 : &it->value.second;
end                50 Source/core/rendering/SubtreeLayoutScope.cpp     for (HashSet<RenderObject*>::iterator it = m_renderersToLayout.begin(); it != m_renderersToLayout.end(); ++it)
end               158 Source/core/rendering/TextAutosizer.cpp     if (it != m_hashCache.end())
end               297 Source/core/rendering/TextAutosizer.cpp     if (it == m_nonAutosizedClusters.end()) {
end               317 Source/core/rendering/TextAutosizer.cpp         if (it != m_hashToMultiplier.end())
end               377 Source/core/rendering/TextAutosizer.cpp         for (Vector<TextAutosizingClusterInfo>::iterator it2 = val->begin(); it2 != val->end(); ++it2)
end               838 Source/core/rendering/TextAutosizer.cpp     std::sort(clusterInfos.begin(), clusterInfos.end(), &clusterWiderThanComparisonFn);
end                49 Source/core/rendering/VerticalPositionCache.h         if (it == mapToCheck.end())
end               302 Source/core/rendering/compositing/RenderLayerCompositor.cpp     for (HashSet<RenderLayer*>::iterator it = m_outOfFlowPositionedLayers.begin(); it != m_outOfFlowPositionedLayers.end(); ++it)
end               309 Source/core/rendering/compositing/RenderLayerCompositor.cpp     for (FrameView::ScrollableAreaSet::iterator it = scrollableAreas->begin(); it != scrollableAreas->end(); ++it)
end               512 Source/core/rendering/compositing/RenderLayerCompositor.cpp                 for (FrameView::ScrollableAreaSet::iterator it = scrollableAreas->begin(); it != scrollableAreas->end(); ++it)
end               325 Source/core/rendering/line/BreakingContextInlineHeaders.h inline LayoutUnit inlineLogicalWidth(RenderObject* child, bool start = true, bool end = true)
end               335 Source/core/rendering/line/BreakingContextInlineHeaders.h             if (end && shouldAddBorderPaddingMargin(child->nextSibling(), end))
end               337 Source/core/rendering/line/BreakingContextInlineHeaders.h             if (!start && !end)
end               218 Source/core/rendering/shapes/PolygonShape.cpp     std::sort(intersections.begin(), intersections.end(), WebCore::compareEdgeIntersectionX);
end               272 Source/core/rendering/shapes/PolygonShape.cpp     std::sort(intervals.begin(), intervals.end(), compareX1);
end                97 Source/core/rendering/shapes/ShapeInterval.h             result.appendRange(b.begin(), b.end());
end               102 Source/core/rendering/shapes/ShapeInterval.h             result.appendRange(a.begin(), a.end());
end               109 Source/core/rendering/shapes/ShapeInterval.h         while (aNext != a.end() || bNext != b.end()) {
end               110 Source/core/rendering/shapes/ShapeInterval.h             const_iterator next = (bNext == b.end() || (aNext != a.end() && aNext->x1() < bNext->x1())) ? aNext++ : bNext++;
end               126 Source/core/rendering/shapes/ShapeInterval.h             result.appendRange(a.begin(), a.end());
end               134 Source/core/rendering/shapes/ShapeInterval.h         while (aNext != a.end() || bNext != b.end()) {
end               135 Source/core/rendering/shapes/ShapeInterval.h             const_iterator next = (bNext == b.end() || (aNext != a.end() && aNext->x1() < bNext->x1())) ? aNext++ : bNext++;
end               154 Source/core/rendering/shapes/ShapeInterval.h             result.appendRange(a.begin(), a.end());
end               194 Source/core/rendering/shapes/ShapeInterval.h             if (aIncrement && ++aNext != a.end())
end               196 Source/core/rendering/shapes/ShapeInterval.h             if (bIncrement && ++bNext != b.end())
end               199 Source/core/rendering/shapes/ShapeInterval.h         } while (aNext != a.end() && bNext != b.end());
end               201 Source/core/rendering/shapes/ShapeInterval.h         if (aNext != a.end()) {
end               203 Source/core/rendering/shapes/ShapeInterval.h             result.appendRange(++aNext, a.end());
end                76 Source/core/rendering/style/GridCoordinate.h         const size_t* firstLineBeforeOppositePosition = std::lower_bound(gridLines.begin(), gridLines.end(), resolvedOppositePosition);
end                77 Source/core/rendering/style/GridCoordinate.h         if (firstLineBeforeOppositePosition != gridLines.end()) {
end                94 Source/core/rendering/style/GridCoordinate.h         const size_t* firstLineAfterOppositePosition = std::upper_bound(gridLines.begin(), gridLines.end(), resolvedOppositePosition);
end                95 Source/core/rendering/style/GridCoordinate.h         if (firstLineAfterOppositePosition != gridLines.end())
end                91 Source/core/rendering/style/KeyframeList.cpp         for (Vector<KeyframeValue>::const_iterator it = m_keyframes.begin(); it != m_keyframes.end(); ++it) {
end                93 Source/core/rendering/style/KeyframeList.cpp             for (HashSet<CSSPropertyID>::const_iterator it = currKeyframe.properties().begin(); it != currKeyframe.properties().end(); ++it)
end                97 Source/core/rendering/style/KeyframeList.cpp         for (HashSet<CSSPropertyID>::const_iterator it = keyframe.properties().begin(); it != keyframe.properties().end(); ++it)
end                86 Source/core/rendering/style/KeyframeList.h     HashSet<CSSPropertyID>::const_iterator endProperties() const { return m_properties.end(); }
end               705 Source/core/rendering/style/RenderStyle.h     const Length& marginEnd() const { return surround->margin.end(writingMode(), direction()); }
end               707 Source/core/rendering/style/RenderStyle.h     const Length& marginEndUsing(const RenderStyle* otherStyle) const { return surround->margin.end(otherStyle->writingMode(), otherStyle->direction()); }
end               719 Source/core/rendering/style/RenderStyle.h     const Length& paddingEnd() const { return surround->padding.end(writingMode(), direction()); }
end               151 Source/core/rendering/svg/RenderSVGInlineText.cpp     if (it == m_layoutAttributes.characterDataMap().end())
end               189 Source/core/rendering/svg/RenderSVGResource.cpp     HashSet<SVGElement*>::iterator end = dependencies->end();
end               190 Source/core/rendering/svg/RenderSVGResource.cpp     for (HashSet<SVGElement*>::iterator it = dependencies->begin(); it != end; ++it) {
end               115 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     HashSet<RenderObject*>::iterator end = m_clients.end();
end               116 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     for (HashSet<RenderObject*>::iterator it = m_clients.begin(); it != end; ++it) {
end               136 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     HashSet<RenderLayer*>::iterator layerEnd = m_clientLayers.end();
end               225 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     const SVGDocumentExtensions::SVGPendingElements::const_iterator end = clients->end();
end               226 Source/core/rendering/svg/RenderSVGResourceContainer.cpp     for (SVGDocumentExtensions::SVGPendingElements::const_iterator it = clients->begin(); it != end; ++it) {
end               375 Source/core/rendering/svg/RenderSVGResourceFilter.cpp     FilterMap::iterator end = m_filter.end();
end               378 Source/core/rendering/svg/RenderSVGResourceFilter.cpp     for (; it != end; ++it) {
end               166 Source/core/rendering/svg/RenderSVGResourceGradient.cpp     const Vector<Gradient::ColorStop>::const_iterator end = stops.end();
end               167 Source/core/rendering/svg/RenderSVGResourceGradient.cpp     for (Vector<Gradient::ColorStop>::const_iterator it = stops.begin(); it != end; ++it)
end                76 Source/core/rendering/svg/RenderSVGViewportContainer.cpp         const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
end                77 Source/core/rendering/svg/RenderSVGViewportContainer.cpp         for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
end                85 Source/core/rendering/svg/SVGPathData.cpp     SVGPointList::ConstIterator itEnd = points->end();
end               264 Source/core/rendering/svg/SVGRenderSupport.cpp     HashSet<RenderObject*>::iterator end = notlayoutedObjects.end();
end               265 Source/core/rendering/svg/SVGRenderSupport.cpp     for (HashSet<RenderObject*>::iterator it = notlayoutedObjects.begin(); it != end; ++it)
end               363 Source/core/rendering/svg/SVGRenderSupport.cpp     SVGLengthList::ConstIterator itEnd = dashes->end();
end               165 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     SVGEnumerationStringEntries::const_iterator itEnd = entries.end();
end               198 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     DashArray::const_iterator end = a.end();
end               199 Source/core/rendering/svg/SVGRenderTreeAsText.cpp     for (DashArray::const_iterator it = a.begin(); it != end; ++it) {
end               296 Source/core/rendering/svg/SVGRenderTreeAsText.cpp             SVGLengthList::ConstIterator itEnd = dashes->end();
end                64 Source/core/rendering/svg/SVGResourcesCache.cpp     HashSet<RenderSVGResourceContainer*>::iterator end = resourceSet.end();
end                65 Source/core/rendering/svg/SVGResourcesCache.cpp     for (HashSet<RenderSVGResourceContainer*>::iterator it = resourceSet.begin(); it != end; ++it)
end                79 Source/core/rendering/svg/SVGResourcesCache.cpp     HashSet<RenderSVGResourceContainer*>::iterator end = resourceSet.end();
end                80 Source/core/rendering/svg/SVGResourcesCache.cpp     for (HashSet<RenderSVGResourceContainer*>::iterator it = resourceSet.begin(); it != end; ++it)
end               188 Source/core/rendering/svg/SVGResourcesCache.cpp         CacheMap::iterator end = cache->m_cache.end();
end               189 Source/core/rendering/svg/SVGResourcesCache.cpp         for (CacheMap::iterator it = cache->m_cache.begin(); it != end; ++it) {
end                62 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         HashSet<RenderSVGResourceContainer*>::iterator end = resourceSet.end();
end                63 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         for (HashSet<RenderSVGResourceContainer*>::iterator it = resourceSet.begin(); it != end; ++it) {
end                82 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         HashSet<RenderSVGResourceContainer*>::iterator end = childSet.end();
end                83 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         for (HashSet<RenderSVGResourceContainer*>::iterator it = childSet.begin(); it != end; ++it) {
end               123 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         HashSet<RenderSVGResourceContainer*>::iterator end = localResources.end();
end               124 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         for (HashSet<RenderSVGResourceContainer*>::iterator it = localResources.begin(); it != end; ++it)
end               128 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         end = parentResources.end();
end               129 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp         for (HashSet<RenderSVGResourceContainer*>::iterator it = parentResources.begin(); it != end; ++it)
end               136 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp     HashSet<RenderSVGResourceContainer*>::iterator end = parentResources.end();
end               137 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp     for (HashSet<RenderSVGResourceContainer*>::iterator it = parentResources.begin(); it != end; ++it)
end               148 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp     end = localResources.end();
end               149 Source/core/rendering/svg/SVGResourcesCycleSolver.cpp     for (HashSet<RenderSVGResourceContainer*>::iterator it = localResources.begin(); it != end; ++it) {
end               211 Source/core/rendering/svg/SVGRootInlineBox.cpp     bool firstPresent = itFirst != firstAttributes->characterDataMap().end();
end               212 Source/core/rendering/svg/SVGRootInlineBox.cpp     bool lastPresent = itLast != lastAttributes->characterDataMap().end();
end                62 Source/core/rendering/svg/SVGTextLayoutAttributes.cpp     const SVGCharacterDataMap::const_iterator end = m_characterDataMap.end();
end                63 Source/core/rendering/svg/SVGTextLayoutAttributes.cpp     for (SVGCharacterDataMap::const_iterator it = m_characterDataMap.begin(); it != end; ++it) {
end               145 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     if (it == m_characterDataMap.end()) {
end               208 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp         if (it == m_characterDataMap.end()) {
end               224 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp         if (it == m_characterDataMap.end()) {
end               482 Source/core/rendering/svg/SVGTextLayoutEngine.cpp         if (it != characterDataMap.end())
end               170 Source/core/rendering/svg/SVGTextMetricsBuilder.cpp                 if (it != data->allCharactersMap->end())
end                62 Source/core/speech/SpeechInput.cpp     for (HashMap<int, SpeechInputListener*>::iterator it = m_listeners.begin(); it != m_listeners.end(); ++it)
end               147 Source/core/storage/StorageArea.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != pages.end(); ++it) {
end               161 Source/core/storage/StorageArea.cpp     for (HashSet<Page*>::const_iterator it = pages.begin(); it != pages.end(); ++it) {
end               150 Source/core/svg/SVGAngle.cpp static SVGAngle::SVGAngleType stringToAngleType(const CharType*& ptr, const CharType* end)
end               153 Source/core/svg/SVGAngle.cpp     if (ptr == end)
end               160 Source/core/svg/SVGAngle.cpp     if (ptr == end)
end               167 Source/core/svg/SVGAngle.cpp     if (ptr == end)
end               178 Source/core/svg/SVGAngle.cpp     if (ptr == end)
end               217 Source/core/svg/SVGAngle.cpp     const CharType* end = ptr + value.length();
end               219 Source/core/svg/SVGAngle.cpp     if (!parseNumber(ptr, end, valueInSpecifiedUnits, false))
end               222 Source/core/svg/SVGAngle.cpp     unitType = stringToAngleType(ptr, end);
end               152 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
end               153 Source/core/svg/SVGAnimateElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
end               180 Source/core/svg/SVGAnimateElement.cpp         Vector<SVGElement*>::const_iterator end = m_animatedElements.end();
end               181 Source/core/svg/SVGAnimateElement.cpp         for (Vector<SVGElement*>::const_iterator it = m_animatedElements.begin(); it != end; ++it)
end               235 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
end               236 Source/core/svg/SVGAnimateElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
end               255 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
end               256 Source/core/svg/SVGAnimateElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
end               280 Source/core/svg/SVGAnimateElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
end               281 Source/core/svg/SVGAnimateElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
end               159 Source/core/svg/SVGAnimateMotionElement.cpp     const CharType* end = ptr + string.length();
end               161 Source/core/svg/SVGAnimateMotionElement.cpp     if (!skipOptionalSVGSpaces(ptr, end))
end               165 Source/core/svg/SVGAnimateMotionElement.cpp     if (!parseNumber(ptr, end, x))
end               169 Source/core/svg/SVGAnimateMotionElement.cpp     if (!parseNumber(ptr, end, y))
end               175 Source/core/svg/SVGAnimateMotionElement.cpp     return !skipOptionalSVGSpaces(ptr, end);
end               313 Source/core/svg/SVGAnimateMotionElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
end               314 Source/core/svg/SVGAnimateMotionElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
end               163 Source/core/svg/SVGAnimatedTypeAnimator.cpp     Vector<SVGElement*>::const_iterator itEnd = list.end();
end               176 Source/core/svg/SVGAnimatedTypeAnimator.cpp     Vector<SVGElement*>::const_iterator itEnd = list.end();
end                87 Source/core/svg/SVGAnimationElement.cpp     const CharType* end = ptr + string.length();
end                89 Source/core/svg/SVGAnimationElement.cpp     skipOptionalSVGSpaces(ptr, end);
end                92 Source/core/svg/SVGAnimationElement.cpp     while (ptr < end) {
end                95 Source/core/svg/SVGAnimationElement.cpp         if (!parseNumber(ptr, end, posA)) {
end               101 Source/core/svg/SVGAnimationElement.cpp         if (!parseNumber(ptr, end, posB)) {
end               107 Source/core/svg/SVGAnimationElement.cpp         if (!parseNumber(ptr, end, posC)) {
end               113 Source/core/svg/SVGAnimationElement.cpp         if (!parseNumber(ptr, end, posD, false)) {
end               118 Source/core/svg/SVGAnimationElement.cpp         skipOptionalSVGSpaces(ptr, end);
end               120 Source/core/svg/SVGAnimationElement.cpp         if (ptr < end && *ptr == ';') {
end               124 Source/core/svg/SVGAnimationElement.cpp         skipOptionalSVGSpaces(ptr, end);
end               128 Source/core/svg/SVGAnimationElement.cpp     if (!(ptr == end && !delimParsed))
end                78 Source/core/svg/SVGAnimationElement.h     DEFINE_MAPPED_ATTRIBUTE_EVENT_LISTENER(end, endEvent);
end                52 Source/core/svg/SVGCursorElement.cpp     HashSet<SVGElement*>::iterator end = m_clients.end();
end                53 Source/core/svg/SVGCursorElement.cpp     for (HashSet<SVGElement*>::iterator it = m_clients.begin(); it != end; ++it)
end                97 Source/core/svg/SVGCursorElement.cpp     if (it != m_clients.end()) {
end               119 Source/core/svg/SVGCursorElement.cpp     HashSet<SVGElement*>::const_iterator end = m_clients.end();
end               121 Source/core/svg/SVGCursorElement.cpp     for (; it != end; ++it)
end                97 Source/core/svg/SVGDocumentExtensions.cpp     timeContainers.appendRange(m_timeContainers.begin(), m_timeContainers.end());
end                98 Source/core/svg/SVGDocumentExtensions.cpp     Vector<RefPtr<SVGSVGElement> >::iterator end = timeContainers.end();
end                99 Source/core/svg/SVGDocumentExtensions.cpp     for (Vector<RefPtr<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr)
end               110 Source/core/svg/SVGDocumentExtensions.cpp     timeContainers.appendRange(m_timeContainers.begin(), m_timeContainers.end());
end               111 Source/core/svg/SVGDocumentExtensions.cpp     Vector<RefPtr<SVGSVGElement> >::iterator end = timeContainers.end();
end               112 Source/core/svg/SVGDocumentExtensions.cpp     for (Vector<RefPtr<SVGSVGElement> >::iterator itr = timeContainers.begin(); itr != end; ++itr)
end               118 Source/core/svg/SVGDocumentExtensions.cpp     HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
end               119 Source/core/svg/SVGDocumentExtensions.cpp     for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
end               125 Source/core/svg/SVGDocumentExtensions.cpp     HashSet<SVGSVGElement*>::iterator end = m_timeContainers.end();
end               126 Source/core/svg/SVGDocumentExtensions.cpp     for (HashSet<SVGSVGElement*>::iterator itr = m_timeContainers.begin(); itr != end; ++itr)
end               133 Source/core/svg/SVGDocumentExtensions.cpp     timeContainers.appendRange(m_timeContainers.begin(), m_timeContainers.end());
end               135 Source/core/svg/SVGDocumentExtensions.cpp     Vector<RefPtr<SVGSVGElement> >::iterator end = timeContainers.end();
end               136 Source/core/svg/SVGDocumentExtensions.cpp     for (Vector<RefPtr<SVGSVGElement> >::iterator it = timeContainers.begin(); it != end; ++it) {
end               194 Source/core/svg/SVGDocumentExtensions.cpp     HashMap<AtomicString, OwnPtr<SVGPendingElements> >::const_iterator end = m_pendingResources.end();
end               195 Source/core/svg/SVGDocumentExtensions.cpp     for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::const_iterator it = m_pendingResources.begin(); it != end; ++it) {
end               228 Source/core/svg/SVGDocumentExtensions.cpp         HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator end = m_pendingResources.end();
end               229 Source/core/svg/SVGDocumentExtensions.cpp         for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator it = m_pendingResources.begin(); it != end; ++it) {
end               242 Source/core/svg/SVGDocumentExtensions.cpp         Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end();
end               250 Source/core/svg/SVGDocumentExtensions.cpp         HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator end = m_pendingResourcesForRemoval.end();
end               251 Source/core/svg/SVGDocumentExtensions.cpp         for (HashMap<AtomicString, OwnPtr<SVGPendingElements> >::iterator it = m_pendingResourcesForRemoval.begin(); it != end; ++it) {
end               262 Source/core/svg/SVGDocumentExtensions.cpp         Vector<AtomicString>::iterator vectorEnd = toBeRemoved.end();
end               316 Source/core/svg/SVGDocumentExtensions.cpp     if (it == m_elementDependencies.end())
end               340 Source/core/svg/SVGDocumentExtensions.cpp     HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator end = m_elementDependencies.end();
end               341 Source/core/svg/SVGDocumentExtensions.cpp     for (HashMap<SVGElement*, OwnPtr<HashSet<SVGElement*> > >::iterator it = m_elementDependencies.begin(); it != end; ++it) {
end               345 Source/core/svg/SVGDocumentExtensions.cpp         if (setIt == referencingElements->end())
end               353 Source/core/svg/SVGDocumentExtensions.cpp     Vector<SVGElement*>::iterator vectorEnd = toBeRemoved.end();
end               362 Source/core/svg/SVGDocumentExtensions.cpp     if (it == m_elementDependencies.end())
end               368 Source/core/svg/SVGDocumentExtensions.cpp     HashSet<SVGElement*>::iterator setEnd = referencingElements->end();
end               373 Source/core/svg/SVGDocumentExtensions.cpp     Vector<SVGElement*>::iterator vectorEnd = toBeNotified.end();
end               387 Source/core/svg/SVGDocumentExtensions.cpp     if (it == m_elementDependencies.end())
end               418 Source/core/svg/SVGDocumentExtensions.cpp     HashSet<SVGSVGElement*>::iterator end = m_relativeLengthSVGRoots.end();
end               419 Source/core/svg/SVGDocumentExtensions.cpp     for (HashSet<SVGSVGElement*>::iterator it = m_relativeLengthSVGRoots.begin(); it != end; ++it)
end                96 Source/core/svg/SVGElement.cpp         ASSERT_WITH_SECURITY_IMPLICATION(it != rareDataMap.end());
end               485 Source/core/svg/SVGElement.cpp     HashSet<SVGElement*>::iterator end = m_elementsWithRelativeLengths.end();
end               486 Source/core/svg/SVGElement.cpp     for (HashSet<SVGElement*>::iterator it = m_elementsWithRelativeLengths.begin(); it != end; ++it) {
end               763 Source/core/svg/SVGElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
end               764 Source/core/svg/SVGElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
end               794 Source/core/svg/SVGElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
end               795 Source/core/svg/SVGElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
end               942 Source/core/svg/SVGElement.cpp         AttributeToPropertyMap::const_iterator::Values end = m_newAttributeToPropertyMap.values().end();
end               943 Source/core/svg/SVGElement.cpp         for (; it != end; ++it) {
end               185 Source/core/svg/SVGElementInstance.cpp     const HashSet<SVGElementInstance*>::const_iterator end = set.end();
end               186 Source/core/svg/SVGElementInstance.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = set.begin(); it != end; ++it) {
end                63 Source/core/svg/SVGEnumeration.cpp     StringEntries::const_iterator itEnd = m_entries.end();
end                92 Source/core/svg/SVGEnumeration.cpp     StringEntries::const_iterator itEnd = m_entries.end();
end               156 Source/core/svg/SVGFilterElement.cpp     HashSet<RefPtr<Node> >::iterator layerEnd = m_clientsToAdd.end();
end               112 Source/core/svg/SVGFontElement.cpp         const UnicodeRanges::const_iterator end = unicodeRanges.end();
end               113 Source/core/svg/SVGFontElement.cpp         for (UnicodeRanges::const_iterator it = unicodeRanges.begin(); it != end; ++it)
end               117 Source/core/svg/SVGFontElement.cpp         const HashSet<String>::const_iterator end = unicodeNames.end();
end               118 Source/core/svg/SVGFontElement.cpp         for (HashSet<String>::const_iterator it = unicodeNames.begin(); it != end; ++it)
end               122 Source/core/svg/SVGFontElement.cpp         const HashSet<String>::const_iterator end = glyphNames.end();
end               123 Source/core/svg/SVGFontElement.cpp         for (HashSet<String>::const_iterator it = glyphNames.begin(); it != end; ++it) {
end               215 Source/core/svg/SVGFontElement.cpp     if (result != kerningTable.end())
end               123 Source/core/svg/SVGGlyphMap.h         std::sort(glyphs.begin(), glyphs.end(), compareGlyphPriority);
end                59 Source/core/svg/SVGGlyphRefElement.cpp     const CharType* end = ptr + value.length();
end                64 Source/core/svg/SVGGlyphRefElement.cpp         parseNumber(ptr, end, m_x);
end                66 Source/core/svg/SVGGlyphRefElement.cpp         parseNumber(ptr, end, m_y);
end                68 Source/core/svg/SVGGlyphRefElement.cpp         parseNumber(ptr, end, m_dx);
end                70 Source/core/svg/SVGGlyphRefElement.cpp         parseNumber(ptr, end, m_dy);
end                71 Source/core/svg/SVGLength.cpp SVGLengthType stringToLengthType(const CharType*& ptr, const CharType* end)
end                73 Source/core/svg/SVGLength.cpp     if (ptr == end)
end                78 Source/core/svg/SVGLength.cpp     if (++ptr == end)
end                83 Source/core/svg/SVGLength.cpp     if (++ptr != end)
end               190 Source/core/svg/SVGLength.cpp     const CharType* end = ptr + string.length();
end               192 Source/core/svg/SVGLength.cpp     if (!parseNumber(ptr, end, convertedNumber, false))
end               195 Source/core/svg/SVGLength.cpp     type = stringToLengthType(ptr, end);
end               196 Source/core/svg/SVGLength.cpp     ASSERT(ptr <= end);
end                66 Source/core/svg/SVGLengthList.cpp     ConstIterator itEnd = end();
end                81 Source/core/svg/SVGLengthList.cpp void SVGLengthList::parseInternal(const CharType*& ptr, const CharType* end, ExceptionState& exceptionState)
end                84 Source/core/svg/SVGLengthList.cpp     while (ptr < end) {
end                86 Source/core/svg/SVGLengthList.cpp         while (ptr < end && *ptr != ',' && !isSVGSpace(*ptr))
end                99 Source/core/svg/SVGLengthList.cpp         skipOptionalSVGSpacesOrDelimiter(ptr, end);
end               109 Source/core/svg/SVGLengthList.cpp         const LChar* end = ptr + value.length();
end               110 Source/core/svg/SVGLengthList.cpp         parseInternal(ptr, end, exceptionState);
end               113 Source/core/svg/SVGLengthList.cpp         const UChar* end = ptr + value.length();
end               114 Source/core/svg/SVGLengthList.cpp         parseInternal(ptr, end, exceptionState);
end                73 Source/core/svg/SVGLengthList.h     void parseInternal(const CharType*& ptr, const CharType* end, ExceptionState&);
end                63 Source/core/svg/SVGNumber.cpp bool SVGNumber::parse(const CharType*& ptr, const CharType* end)
end                65 Source/core/svg/SVGNumber.cpp     if (!parseNumber(ptr, end, m_value, false)) {
end                70 Source/core/svg/SVGNumber.cpp     if (ptr != end) {
end                88 Source/core/svg/SVGNumber.cpp         const LChar* end = ptr + string.length();
end                89 Source/core/svg/SVGNumber.cpp         valid = parse(ptr, end);
end                92 Source/core/svg/SVGNumber.cpp         const UChar* end = ptr + string.length();
end                93 Source/core/svg/SVGNumber.cpp         valid = parse(ptr, end);
end                72 Source/core/svg/SVGNumber.h     bool parse(const CharType*& ptr, const CharType* end);
end                65 Source/core/svg/SVGNumberList.cpp     ConstIterator itEnd = end();
end                80 Source/core/svg/SVGNumberList.cpp bool SVGNumberList::parse(const CharType*& ptr, const CharType* end)
end                84 Source/core/svg/SVGNumberList.cpp     while (ptr < end) {
end                86 Source/core/svg/SVGNumberList.cpp         if (!parseNumber(ptr, end, number))
end               104 Source/core/svg/SVGNumberList.cpp         const LChar* end = ptr + value.length();
end               105 Source/core/svg/SVGNumberList.cpp         valid = parse(ptr, end);
end               108 Source/core/svg/SVGNumberList.cpp         const UChar* end = ptr + value.length();
end               109 Source/core/svg/SVGNumberList.cpp         valid = parse(ptr, end);
end                75 Source/core/svg/SVGNumberList.h     bool parse(const CharType*& ptr, const CharType* end);
end                46 Source/core/svg/SVGParserUtilities.cpp static bool genericParseNumber(const CharType*& ptr, const CharType* end, FloatType& number, bool skip)
end                60 Source/core/svg/SVGParserUtilities.cpp     if (ptr < end && *ptr == '+')
end                62 Source/core/svg/SVGParserUtilities.cpp     else if (ptr < end && *ptr == '-') {
end                67 Source/core/svg/SVGParserUtilities.cpp     if (ptr == end || ((*ptr < '0' || *ptr > '9') && *ptr != '.'))
end                73 Source/core/svg/SVGParserUtilities.cpp     while (ptr < end && *ptr >= '0' && *ptr <= '9')
end                88 Source/core/svg/SVGParserUtilities.cpp     if (ptr < end && *ptr == '.') { // read the decimals
end                92 Source/core/svg/SVGParserUtilities.cpp         if (ptr >= end || *ptr < '0' || *ptr > '9')
end                95 Source/core/svg/SVGParserUtilities.cpp         while (ptr < end && *ptr >= '0' && *ptr <= '9')
end               100 Source/core/svg/SVGParserUtilities.cpp     if (ptr != start && ptr + 1 < end && (*ptr == 'e' || *ptr == 'E')
end               113 Source/core/svg/SVGParserUtilities.cpp         if (ptr >= end || *ptr < '0' || *ptr > '9')
end               116 Source/core/svg/SVGParserUtilities.cpp         while (ptr < end && *ptr >= '0' && *ptr <= '9') {
end               140 Source/core/svg/SVGParserUtilities.cpp         skipOptionalSVGSpacesOrDelimiter(ptr, end);
end               149 Source/core/svg/SVGParserUtilities.cpp     const CharType* end = ptr + length;
end               150 Source/core/svg/SVGParserUtilities.cpp     return genericParseNumber(ptr, end, number, false);
end               157 Source/core/svg/SVGParserUtilities.cpp bool parseNumber(const LChar*& ptr, const LChar* end, float& number, bool skip)
end               159 Source/core/svg/SVGParserUtilities.cpp     return genericParseNumber(ptr, end, number, skip);
end               162 Source/core/svg/SVGParserUtilities.cpp bool parseNumber(const UChar*& ptr, const UChar* end, float& number, bool skip)
end               164 Source/core/svg/SVGParserUtilities.cpp     return genericParseNumber(ptr, end, number, skip);
end               170 Source/core/svg/SVGParserUtilities.cpp bool genericParseArcFlag(const CharType*& ptr, const CharType* end, bool& flag)
end               172 Source/core/svg/SVGParserUtilities.cpp     if (ptr >= end)
end               182 Source/core/svg/SVGParserUtilities.cpp     skipOptionalSVGSpacesOrDelimiter(ptr, end);
end               187 Source/core/svg/SVGParserUtilities.cpp bool parseArcFlag(const LChar*& ptr, const LChar* end, bool& flag)
end               189 Source/core/svg/SVGParserUtilities.cpp     return genericParseArcFlag(ptr, end, flag);
end               192 Source/core/svg/SVGParserUtilities.cpp bool parseArcFlag(const UChar*& ptr, const UChar* end, bool& flag)
end               194 Source/core/svg/SVGParserUtilities.cpp     return genericParseArcFlag(ptr, end, flag);
end               198 Source/core/svg/SVGParserUtilities.cpp static bool genericParseNumberOptionalNumber(const CharType*& ptr, const CharType* end, float& x, float& y)
end               200 Source/core/svg/SVGParserUtilities.cpp     if (!parseNumber(ptr, end, x))
end               203 Source/core/svg/SVGParserUtilities.cpp     if (ptr == end)
end               205 Source/core/svg/SVGParserUtilities.cpp     else if (!parseNumber(ptr, end, y, false))
end               208 Source/core/svg/SVGParserUtilities.cpp     return ptr == end;
end               217 Source/core/svg/SVGParserUtilities.cpp         const LChar* end = ptr + string.length();
end               218 Source/core/svg/SVGParserUtilities.cpp         return genericParseNumberOptionalNumber(ptr, end, x, y);
end               221 Source/core/svg/SVGParserUtilities.cpp     const UChar* end = ptr + string.length();
end               222 Source/core/svg/SVGParserUtilities.cpp     return genericParseNumberOptionalNumber(ptr, end, x, y);
end               226 Source/core/svg/SVGParserUtilities.cpp static bool parseGlyphName(const CharType*& ptr, const CharType* end, HashSet<String>& values)
end               228 Source/core/svg/SVGParserUtilities.cpp     skipOptionalSVGSpaces(ptr, end);
end               230 Source/core/svg/SVGParserUtilities.cpp     while (ptr < end) {
end               233 Source/core/svg/SVGParserUtilities.cpp         while (ptr < end && *ptr != ',')
end               245 Source/core/svg/SVGParserUtilities.cpp         skipOptionalSVGSpacesOrDelimiter(ptr, end, ',');
end               259 Source/core/svg/SVGParserUtilities.cpp         const LChar* end = ptr + input.length();
end               260 Source/core/svg/SVGParserUtilities.cpp         return parseGlyphName(ptr, end, values);
end               263 Source/core/svg/SVGParserUtilities.cpp     const UChar* end = ptr + input.length();
end               264 Source/core/svg/SVGParserUtilities.cpp     return parseGlyphName(ptr, end, values);
end               278 Source/core/svg/SVGParserUtilities.cpp     const CharType* end = characters + length;
end               279 Source/core/svg/SVGParserUtilities.cpp     while (ptr < end) {
end               298 Source/core/svg/SVGParserUtilities.cpp         while (ptr < end) {
end               318 Source/core/svg/SVGParserUtilities.cpp     while (ptr < end) {
end               338 Source/core/svg/SVGParserUtilities.cpp static bool genericParseKerningUnicodeString(const CharType*& ptr, const CharType* end, UnicodeRanges& rangeList, HashSet<String>& stringList)
end               340 Source/core/svg/SVGParserUtilities.cpp     while (ptr < end) {
end               342 Source/core/svg/SVGParserUtilities.cpp         while (ptr < end && *ptr != ',')
end               367 Source/core/svg/SVGParserUtilities.cpp         const LChar* end = ptr + input.length();
end               368 Source/core/svg/SVGParserUtilities.cpp         return genericParseKerningUnicodeString(ptr, end, rangeList, stringList);
end               371 Source/core/svg/SVGParserUtilities.cpp     const UChar* end = ptr + input.length();
end               372 Source/core/svg/SVGParserUtilities.cpp     return genericParseKerningUnicodeString(ptr, end, rangeList, stringList);
end               376 Source/core/svg/SVGParserUtilities.cpp static Vector<String> genericParseDelimitedString(const CharType*& ptr, const CharType* end, const char seperator)
end               380 Source/core/svg/SVGParserUtilities.cpp     skipOptionalSVGSpaces(ptr, end);
end               382 Source/core/svg/SVGParserUtilities.cpp     while (ptr < end) {
end               385 Source/core/svg/SVGParserUtilities.cpp         while (ptr < end && *ptr != seperator) // careful not to ignore whitespace inside inputs
end               397 Source/core/svg/SVGParserUtilities.cpp         skipOptionalSVGSpacesOrDelimiter(ptr, end, seperator);
end               409 Source/core/svg/SVGParserUtilities.cpp         const LChar* end = ptr + input.length();
end               410 Source/core/svg/SVGParserUtilities.cpp         return genericParseDelimitedString(ptr, end, seperator);
end               413 Source/core/svg/SVGParserUtilities.cpp     const UChar* end = ptr + input.length();
end               414 Source/core/svg/SVGParserUtilities.cpp     return genericParseDelimitedString(ptr, end, seperator);
end               418 Source/core/svg/SVGParserUtilities.cpp bool parseFloatPoint(const CharType*& current, const CharType* end, FloatPoint& point)
end               422 Source/core/svg/SVGParserUtilities.cpp     if (!parseNumber(current, end, x)
end               423 Source/core/svg/SVGParserUtilities.cpp         || !parseNumber(current, end, y))
end               429 Source/core/svg/SVGParserUtilities.cpp template bool parseFloatPoint(const LChar*& current, const LChar* end, FloatPoint& point1);
end               430 Source/core/svg/SVGParserUtilities.cpp template bool parseFloatPoint(const UChar*& current, const UChar* end, FloatPoint& point1);
end               433 Source/core/svg/SVGParserUtilities.cpp inline bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint& point1, FloatPoint& point2)
end               439 Source/core/svg/SVGParserUtilities.cpp     if (!parseNumber(current, end, x1)
end               440 Source/core/svg/SVGParserUtilities.cpp         || !parseNumber(current, end, y1)
end               441 Source/core/svg/SVGParserUtilities.cpp         || !parseNumber(current, end, x2)
end               442 Source/core/svg/SVGParserUtilities.cpp         || !parseNumber(current, end, y2))
end               449 Source/core/svg/SVGParserUtilities.cpp template bool parseFloatPoint2(const LChar*& current, const LChar* end, FloatPoint& point1, FloatPoint& point2);
end               450 Source/core/svg/SVGParserUtilities.cpp template bool parseFloatPoint2(const UChar*& current, const UChar* end, FloatPoint& point1, FloatPoint& point2);
end               453 Source/core/svg/SVGParserUtilities.cpp bool parseFloatPoint3(const CharType*& current, const CharType* end, FloatPoint& point1, FloatPoint& point2, FloatPoint& point3)
end               461 Source/core/svg/SVGParserUtilities.cpp     if (!parseNumber(current, end, x1)
end               462 Source/core/svg/SVGParserUtilities.cpp         || !parseNumber(current, end, y1)
end               463 Source/core/svg/SVGParserUtilities.cpp         || !parseNumber(current, end, x2)
end               464 Source/core/svg/SVGParserUtilities.cpp         || !parseNumber(current, end, y2)
end               465 Source/core/svg/SVGParserUtilities.cpp         || !parseNumber(current, end, x3)
end               466 Source/core/svg/SVGParserUtilities.cpp         || !parseNumber(current, end, y3))
end               474 Source/core/svg/SVGParserUtilities.cpp template bool parseFloatPoint3(const LChar*& current, const LChar* end, FloatPoint& point1, FloatPoint& point2, FloatPoint& point3);
end               475 Source/core/svg/SVGParserUtilities.cpp template bool parseFloatPoint3(const UChar*& current, const UChar* end, FloatPoint& point1, FloatPoint& point2, FloatPoint& point3);
end               485 Source/core/svg/SVGParserUtilities.cpp bool parseAndSkipTransformType(const CharType*& ptr, const CharType* end, SVGTransformType& type)
end               487 Source/core/svg/SVGParserUtilities.cpp     if (ptr >= end)
end               491 Source/core/svg/SVGParserUtilities.cpp         if (skipString(ptr, end, skewXDesc, WTF_ARRAY_LENGTH(skewXDesc)))
end               493 Source/core/svg/SVGParserUtilities.cpp         else if (skipString(ptr, end, skewYDesc, WTF_ARRAY_LENGTH(skewYDesc)))
end               495 Source/core/svg/SVGParserUtilities.cpp         else if (skipString(ptr, end, scaleDesc, WTF_ARRAY_LENGTH(scaleDesc)))
end               499 Source/core/svg/SVGParserUtilities.cpp     } else if (skipString(ptr, end, translateDesc, WTF_ARRAY_LENGTH(translateDesc)))
end               501 Source/core/svg/SVGParserUtilities.cpp     else if (skipString(ptr, end, rotateDesc, WTF_ARRAY_LENGTH(rotateDesc)))
end               503 Source/core/svg/SVGParserUtilities.cpp     else if (skipString(ptr, end, matrixDesc, WTF_ARRAY_LENGTH(matrixDesc)))
end               511 Source/core/svg/SVGParserUtilities.cpp template bool parseAndSkipTransformType(const UChar*& current, const UChar* end, SVGTransformType&);
end               512 Source/core/svg/SVGParserUtilities.cpp template bool parseAndSkipTransformType(const LChar*& current, const LChar* end, SVGTransformType&);
end               521 Source/core/svg/SVGParserUtilities.cpp         const LChar* end = ptr + string.length();
end               522 Source/core/svg/SVGParserUtilities.cpp         parseAndSkipTransformType(ptr, end, type);
end               525 Source/core/svg/SVGParserUtilities.cpp         const UChar* end = ptr + string.length();
end               526 Source/core/svg/SVGParserUtilities.cpp         parseAndSkipTransformType(ptr, end, type);
end                40 Source/core/svg/SVGParserUtilities.h bool parseNumber(const LChar*& ptr, const LChar* end, float& number, bool skip = true);
end                41 Source/core/svg/SVGParserUtilities.h bool parseNumber(const UChar*& ptr, const UChar* end, float& number, bool skip = true);
end                43 Source/core/svg/SVGParserUtilities.h bool parseArcFlag(const LChar*& ptr, const LChar* end, bool& flag);
end                44 Source/core/svg/SVGParserUtilities.h bool parseArcFlag(const UChar*& ptr, const UChar* end, bool& flag);
end                47 Source/core/svg/SVGParserUtilities.h bool parseFloatPoint(const CharType*& current, const CharType* end, FloatPoint&);
end                49 Source/core/svg/SVGParserUtilities.h bool parseFloatPoint2(const CharType*& current, const CharType* end, FloatPoint&, FloatPoint&);
end                51 Source/core/svg/SVGParserUtilities.h bool parseFloatPoint3(const CharType*& current, const CharType* end, FloatPoint&, FloatPoint&, FloatPoint&);
end                62 Source/core/svg/SVGParserUtilities.h inline bool skipOptionalSVGSpaces(const CharType*& ptr, const CharType* end)
end                64 Source/core/svg/SVGParserUtilities.h     while (ptr < end && isSVGSpace(*ptr))
end                66 Source/core/svg/SVGParserUtilities.h     return ptr < end;
end                70 Source/core/svg/SVGParserUtilities.h inline bool skipOptionalSVGSpacesOrDelimiter(const CharType*& ptr, const CharType* end, char delimiter = ',')
end                72 Source/core/svg/SVGParserUtilities.h     if (ptr < end && !isSVGSpace(*ptr) && *ptr != delimiter)
end                74 Source/core/svg/SVGParserUtilities.h     if (skipOptionalSVGSpaces(ptr, end)) {
end                75 Source/core/svg/SVGParserUtilities.h         if (ptr < end && *ptr == delimiter) {
end                77 Source/core/svg/SVGParserUtilities.h             skipOptionalSVGSpaces(ptr, end);
end                80 Source/core/svg/SVGParserUtilities.h     return ptr < end;
end                88 Source/core/svg/SVGParserUtilities.h bool parseAndSkipTransformType(const CharType*& ptr, const CharType* end, SVGTransformType&);
end                52 Source/core/svg/SVGPathByteStream.h     DataIterator end() const { return m_data.end(); }
end                30 Source/core/svg/SVGPathByteStreamSource.cpp     m_streamEnd = stream->end();
end               244 Source/core/svg/SVGPathElement.cpp         HashSet<SVGElement*>::iterator end = dependencies->end();
end               245 Source/core/svg/SVGPathElement.cpp         for (HashSet<SVGElement*>::iterator it = dependencies->begin(); it != end; ++it) {
end                84 Source/core/svg/SVGPathSegList.cpp             SVGPathSegListSource source(begin(), end());
end               135 Source/core/svg/SVGPathSegList.cpp         SVGPathSegListSource source(lastAppended(), end());
end               227 Source/core/svg/SVGPathStringSource.cpp static bool parseArcToSegmentHelper(const CharacterType*& current, const CharacterType* end, float& rx, float& ry, float& angle, bool& largeArc, bool& sweep, FloatPoint& targetPoint)
end               231 Source/core/svg/SVGPathStringSource.cpp     if (!parseNumber(current, end, rx)
end               232 Source/core/svg/SVGPathStringSource.cpp         || !parseNumber(current, end, ry)
end               233 Source/core/svg/SVGPathStringSource.cpp         || !parseNumber(current, end, angle)
end               234 Source/core/svg/SVGPathStringSource.cpp         || !parseArcFlag(current, end, largeArc)
end               235 Source/core/svg/SVGPathStringSource.cpp         || !parseArcFlag(current, end, sweep)
end               236 Source/core/svg/SVGPathStringSource.cpp         || !parseNumber(current, end, toX)
end               237 Source/core/svg/SVGPathStringSource.cpp         || !parseNumber(current, end, toY))
end                69 Source/core/svg/SVGPoint.cpp void SVGPoint::parse(const CharType*& ptr, const CharType* end, ExceptionState& exceptionState)
end                73 Source/core/svg/SVGPoint.cpp     skipOptionalSVGSpaces(ptr, end);
end                77 Source/core/svg/SVGPoint.cpp     bool valid = parseNumber(ptr, end, x) && parseNumber(ptr, end, y, false);
end                80 Source/core/svg/SVGPoint.cpp         exceptionState.throwDOMException(SyntaxError, "Problem parsing point \"" + String(start, end - start) + "\"");
end                84 Source/core/svg/SVGPoint.cpp     skipOptionalSVGSpaces(ptr, end);
end                85 Source/core/svg/SVGPoint.cpp     if (ptr < end) { // nothing should come after the last, fourth number
end                86 Source/core/svg/SVGPoint.cpp         exceptionState.throwDOMException(SyntaxError, "Problem parsing point \"" + String(start, end - start) + "\"");
end               109 Source/core/svg/SVGPoint.cpp         const LChar* end = ptr + string.length();
end               110 Source/core/svg/SVGPoint.cpp         parse(ptr, end, exceptionState);
end               115 Source/core/svg/SVGPoint.cpp     const UChar* end = ptr + string.length();
end               116 Source/core/svg/SVGPoint.cpp     parse(ptr, end, exceptionState);
end                86 Source/core/svg/SVGPoint.h     void parse(const CharType*& ptr, const CharType* end, ExceptionState&);
end                66 Source/core/svg/SVGPointList.cpp     ConstIterator itEnd = end();
end                81 Source/core/svg/SVGPointList.cpp bool SVGPointList::parse(const CharType*& ptr, const CharType* end)
end                85 Source/core/svg/SVGPointList.cpp     skipOptionalSVGSpaces(ptr, end);
end                86 Source/core/svg/SVGPointList.cpp     if (ptr >= end)
end                92 Source/core/svg/SVGPointList.cpp         bool valid = parseNumber(ptr, end, x) && parseNumber(ptr, end, y, false);
end                98 Source/core/svg/SVGPointList.cpp         skipOptionalSVGSpaces(ptr, end);
end                99 Source/core/svg/SVGPointList.cpp         if (ptr < end && *ptr == ',') {
end               101 Source/core/svg/SVGPointList.cpp             skipOptionalSVGSpaces(ptr, end);
end               108 Source/core/svg/SVGPointList.cpp         if (ptr >= end)
end               123 Source/core/svg/SVGPointList.cpp         const LChar* end = ptr + value.length();
end               124 Source/core/svg/SVGPointList.cpp         valid = parse(ptr, end);
end               127 Source/core/svg/SVGPointList.cpp         const UChar* end = ptr + value.length();
end               128 Source/core/svg/SVGPointList.cpp         valid = parse(ptr, end);
end                73 Source/core/svg/SVGPointList.h     bool parse(const CharType*& ptr, const CharType* end);
end                68 Source/core/svg/SVGPreserveAspectRatio.cpp bool SVGPreserveAspectRatio::parseInternal(const CharType*& ptr, const CharType* end, bool validate)
end                76 Source/core/svg/SVGPreserveAspectRatio.cpp     if (!skipOptionalSVGSpaces(ptr, end))
end                80 Source/core/svg/SVGPreserveAspectRatio.cpp         if (!skipString(ptr, end, "defer"))
end                84 Source/core/svg/SVGPreserveAspectRatio.cpp         if (ptr == end)
end                87 Source/core/svg/SVGPreserveAspectRatio.cpp         if (!skipOptionalSVGSpaces(ptr, end))
end                92 Source/core/svg/SVGPreserveAspectRatio.cpp         if (!skipString(ptr, end, "none"))
end                95 Source/core/svg/SVGPreserveAspectRatio.cpp         skipOptionalSVGSpaces(ptr, end);
end                97 Source/core/svg/SVGPreserveAspectRatio.cpp         if ((end - ptr) < 8)
end               148 Source/core/svg/SVGPreserveAspectRatio.cpp         skipOptionalSVGSpaces(ptr, end);
end               153 Source/core/svg/SVGPreserveAspectRatio.cpp     if (ptr < end) {
end               155 Source/core/svg/SVGPreserveAspectRatio.cpp             if (!skipString(ptr, end, "meet"))
end               157 Source/core/svg/SVGPreserveAspectRatio.cpp             skipOptionalSVGSpaces(ptr, end);
end               159 Source/core/svg/SVGPreserveAspectRatio.cpp             if (!skipString(ptr, end, "slice"))
end               161 Source/core/svg/SVGPreserveAspectRatio.cpp             skipOptionalSVGSpaces(ptr, end);
end               167 Source/core/svg/SVGPreserveAspectRatio.cpp     if (end != ptr && validate)
end               186 Source/core/svg/SVGPreserveAspectRatio.cpp         const LChar* end = ptr + string.length();
end               187 Source/core/svg/SVGPreserveAspectRatio.cpp         valid = parseInternal(ptr, end, true);
end               190 Source/core/svg/SVGPreserveAspectRatio.cpp         const UChar* end = ptr + string.length();
end               191 Source/core/svg/SVGPreserveAspectRatio.cpp         valid = parseInternal(ptr, end, true);
end               199 Source/core/svg/SVGPreserveAspectRatio.cpp bool SVGPreserveAspectRatio::parse(const LChar*& ptr, const LChar* end, bool validate)
end               201 Source/core/svg/SVGPreserveAspectRatio.cpp     return parseInternal(ptr, end, validate);
end               204 Source/core/svg/SVGPreserveAspectRatio.cpp bool SVGPreserveAspectRatio::parse(const UChar*& ptr, const UChar* end, bool validate)
end               206 Source/core/svg/SVGPreserveAspectRatio.cpp     return parseInternal(ptr, end, validate);
end                81 Source/core/svg/SVGPreserveAspectRatio.h     bool parse(const UChar*& ptr, const UChar* end, bool validate);
end                82 Source/core/svg/SVGPreserveAspectRatio.h     bool parse(const LChar*& ptr, const LChar* end, bool validate);
end                95 Source/core/svg/SVGPreserveAspectRatio.h     bool parseInternal(const CharType*& ptr, const CharType* end, bool validate);
end                67 Source/core/svg/SVGRect.cpp void SVGRect::parse(const CharType*& ptr, const CharType* end, ExceptionState& exceptionState)
end                71 Source/core/svg/SVGRect.cpp     skipOptionalSVGSpaces(ptr, end);
end                77 Source/core/svg/SVGRect.cpp     bool valid = parseNumber(ptr, end, x) && parseNumber(ptr, end, y) && parseNumber(ptr, end, width) && parseNumber(ptr, end, height, false);
end                80 Source/core/svg/SVGRect.cpp         exceptionState.throwDOMException(SyntaxError, "Problem parsing rect \"" + String(start, end - start) + "\"");
end                85 Source/core/svg/SVGRect.cpp     skipOptionalSVGSpaces(ptr, end);
end                86 Source/core/svg/SVGRect.cpp     if (ptr < end) { // nothing should come after the last, fourth number
end                87 Source/core/svg/SVGRect.cpp         exceptionState.throwDOMException(SyntaxError, "Problem parsing rect \"" + String(start, end - start) + "\"");
end               110 Source/core/svg/SVGRect.cpp         const LChar* end = ptr + string.length();
end               111 Source/core/svg/SVGRect.cpp         parse(ptr, end, exceptionState);
end               116 Source/core/svg/SVGRect.cpp     const UChar* end = ptr + string.length();
end               117 Source/core/svg/SVGRect.cpp     parse(ptr, end, exceptionState);
end                87 Source/core/svg/SVGRect.h     void parse(const CharType*& ptr, const CharType* end, ExceptionState&);
end                89 Source/core/svg/SVGStringList.cpp void SVGStringList::parseInternal(const CharType*& ptr, const CharType* end)
end                93 Source/core/svg/SVGStringList.cpp     while (ptr < end) {
end                95 Source/core/svg/SVGStringList.cpp         while (ptr < end && *ptr != delimiter && !isSVGSpace(*ptr))
end               100 Source/core/svg/SVGStringList.cpp         skipOptionalSVGSpacesOrDelimiter(ptr, end, delimiter);
end               119 Source/core/svg/SVGStringList.cpp         const LChar* end = ptr + data.length();
end               120 Source/core/svg/SVGStringList.cpp         parseInternal(ptr, end);
end               123 Source/core/svg/SVGStringList.cpp         const UChar* end = ptr + data.length();
end               124 Source/core/svg/SVGStringList.cpp         parseInternal(ptr, end);
end               140 Source/core/svg/SVGStringList.cpp     Vector<String>::const_iterator itEnd = m_values.end();
end                92 Source/core/svg/SVGStringList.h     void parseInternal(const CharType*& ptr, const CharType* end);
end                55 Source/core/svg/SVGTests.cpp         Vector<String>::const_iterator itEnd = requiredFeatures.end();
end                67 Source/core/svg/SVGTests.cpp         Vector<String>::const_iterator itEnd = systemLanguage.end();
end               193 Source/core/svg/SVGTextContentElement.cpp     VisiblePosition end(start);
end               195 Source/core/svg/SVGTextContentElement.cpp         end = end.next();
end               197 Source/core/svg/SVGTextContentElement.cpp     document().frame()->selection().setSelection(VisibleSelection(start, end));
end                70 Source/core/svg/SVGTransformList.cpp     ConstIterator itEnd = end();
end                87 Source/core/svg/SVGTransformList.cpp int parseTransformParamList(const CharType*& ptr, const CharType* end, float* values, int required, int optional)
end                94 Source/core/svg/SVGTransformList.cpp     skipOptionalSVGSpaces(ptr, end);
end                96 Source/core/svg/SVGTransformList.cpp         if (!parseNumber(ptr, end, values[parsedParams], false))
end               101 Source/core/svg/SVGTransformList.cpp         if (skipOptionalSVGSpaces(ptr, end) && *ptr == ',') {
end               103 Source/core/svg/SVGTransformList.cpp             skipOptionalSVGSpaces(ptr, end);
end               122 Source/core/svg/SVGTransformList.cpp PassRefPtr<SVGTransform> parseTransformOfType(unsigned type, const CharType*& ptr, const CharType* end)
end               129 Source/core/svg/SVGTransformList.cpp     if ((valueCount = parseTransformParamList(ptr, end, values, requiredValuesForType[type], optionalValuesForType[type])) < 0) {
end               171 Source/core/svg/SVGTransformList.cpp bool SVGTransformList::parseInternal(const CharType*& ptr, const CharType* end)
end               176 Source/core/svg/SVGTransformList.cpp     while (ptr < end) {
end               179 Source/core/svg/SVGTransformList.cpp         skipOptionalSVGSpaces(ptr, end);
end               181 Source/core/svg/SVGTransformList.cpp         if (!parseAndSkipTransformType(ptr, end, transformType))
end               184 Source/core/svg/SVGTransformList.cpp         if (!skipOptionalSVGSpaces(ptr, end) || *ptr != '(')
end               188 Source/core/svg/SVGTransformList.cpp         RefPtr<SVGTransform> transform = parseTransformOfType(transformType, ptr, end);
end               192 Source/core/svg/SVGTransformList.cpp         if (!skipOptionalSVGSpaces(ptr, end) || *ptr != ')')
end               198 Source/core/svg/SVGTransformList.cpp         skipOptionalSVGSpaces(ptr, end);
end               199 Source/core/svg/SVGTransformList.cpp         if (ptr < end && *ptr == ',') {
end               202 Source/core/svg/SVGTransformList.cpp             skipOptionalSVGSpaces(ptr, end);
end               209 Source/core/svg/SVGTransformList.cpp bool SVGTransformList::parse(const UChar*& ptr, const UChar* end)
end               211 Source/core/svg/SVGTransformList.cpp     return parseInternal(ptr, end);
end               214 Source/core/svg/SVGTransformList.cpp bool SVGTransformList::parse(const LChar*& ptr, const LChar* end)
end               216 Source/core/svg/SVGTransformList.cpp     return parseInternal(ptr, end);
end               224 Source/core/svg/SVGTransformList.cpp     ConstIterator itEnd = end();
end               245 Source/core/svg/SVGTransformList.cpp         const LChar* end = ptr + value.length();
end               246 Source/core/svg/SVGTransformList.cpp         valid = parse(ptr, end);
end               249 Source/core/svg/SVGTransformList.cpp         const UChar* end = ptr + value.length();
end               250 Source/core/svg/SVGTransformList.cpp         valid = parse(ptr, end);
end               271 Source/core/svg/SVGTransformList.cpp         const LChar* end = ptr + value.length();
end               272 Source/core/svg/SVGTransformList.cpp         transform = parseTransformOfType(transformType, ptr, end);
end               275 Source/core/svg/SVGTransformList.cpp         const UChar* end = ptr + value.length();
end               276 Source/core/svg/SVGTransformList.cpp         transform = parseTransformOfType(transformType, ptr, end);
end                66 Source/core/svg/SVGTransformList.h     bool parse(const UChar*& ptr, const UChar* end);
end                67 Source/core/svg/SVGTransformList.h     bool parse(const LChar*& ptr, const LChar* end);
end                81 Source/core/svg/SVGTransformList.h     bool parseInternal(const CharType*& ptr, const CharType* end);
end               274 Source/core/svg/SVGUseElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = elementInstances.end();
end               275 Source/core/svg/SVGUseElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = elementInstances.begin(); it != end; ++it) {
end               870 Source/core/svg/SVGUseElement.cpp     const HashSet<SVGElementInstance*>::const_iterator end = instances.end();
end               871 Source/core/svg/SVGUseElement.cpp     for (HashSet<SVGElementInstance*>::const_iterator it = instances.begin(); it != end; ++it) {
end               110 Source/core/svg/SVGViewSpec.cpp bool SVGViewSpec::parseViewSpecInternal(const CharType* ptr, const CharType* end)
end               112 Source/core/svg/SVGViewSpec.cpp     if (!skipString(ptr, end, svgViewSpec, WTF_ARRAY_LENGTH(svgViewSpec)))
end               115 Source/core/svg/SVGViewSpec.cpp     if (ptr >= end || *ptr != '(')
end               119 Source/core/svg/SVGViewSpec.cpp     while (ptr < end && *ptr != ')') {
end               121 Source/core/svg/SVGViewSpec.cpp             if (skipString(ptr, end, viewBoxSpec, WTF_ARRAY_LENGTH(viewBoxSpec))) {
end               122 Source/core/svg/SVGViewSpec.cpp                 if (ptr >= end || *ptr != '(')
end               129 Source/core/svg/SVGViewSpec.cpp                 if (!(parseNumber(ptr, end, x) && parseNumber(ptr, end, y) && parseNumber(ptr, end, width) && parseNumber(ptr, end, height, false)))
end               132 Source/core/svg/SVGViewSpec.cpp                 if (ptr >= end || *ptr != ')')
end               135 Source/core/svg/SVGViewSpec.cpp             } else if (skipString(ptr, end, viewTargetSpec, WTF_ARRAY_LENGTH(viewTargetSpec))) {
end               136 Source/core/svg/SVGViewSpec.cpp                 if (ptr >= end || *ptr != '(')
end               139 Source/core/svg/SVGViewSpec.cpp                 while (ptr < end && *ptr != ')')
end               141 Source/core/svg/SVGViewSpec.cpp                 if (ptr >= end)
end               148 Source/core/svg/SVGViewSpec.cpp             if (!skipString(ptr, end, zoomAndPanSpec, WTF_ARRAY_LENGTH(zoomAndPanSpec)))
end               150 Source/core/svg/SVGViewSpec.cpp             if (ptr >= end || *ptr != '(')
end               153 Source/core/svg/SVGViewSpec.cpp             if (!parseZoomAndPan(ptr, end))
end               155 Source/core/svg/SVGViewSpec.cpp             if (ptr >= end || *ptr != ')')
end               159 Source/core/svg/SVGViewSpec.cpp             if (!skipString(ptr, end, preserveAspectRatioSpec, WTF_ARRAY_LENGTH(preserveAspectRatioSpec)))
end               161 Source/core/svg/SVGViewSpec.cpp             if (ptr >= end || *ptr != '(')
end               164 Source/core/svg/SVGViewSpec.cpp             if (!preserveAspectRatio()->baseValue()->parse(ptr, end, false))
end               166 Source/core/svg/SVGViewSpec.cpp             if (ptr >= end || *ptr != ')')
end               170 Source/core/svg/SVGViewSpec.cpp             if (!skipString(ptr, end, transformSpec, WTF_ARRAY_LENGTH(transformSpec)))
end               172 Source/core/svg/SVGViewSpec.cpp             if (ptr >= end || *ptr != '(')
end               175 Source/core/svg/SVGViewSpec.cpp             m_transform->baseValue()->parse(ptr, end);
end               176 Source/core/svg/SVGViewSpec.cpp             if (ptr >= end || *ptr != ')')
end               182 Source/core/svg/SVGViewSpec.cpp         if (ptr < end && *ptr == ';')
end               186 Source/core/svg/SVGViewSpec.cpp     if (ptr >= end || *ptr != ')')
end               198 Source/core/svg/SVGViewSpec.cpp         const LChar* end = ptr + spec.length();
end               199 Source/core/svg/SVGViewSpec.cpp         return parseViewSpecInternal(ptr, end);
end               202 Source/core/svg/SVGViewSpec.cpp     const UChar* end = ptr + spec.length();
end               203 Source/core/svg/SVGViewSpec.cpp     return parseViewSpecInternal(ptr, end);
end                61 Source/core/svg/SVGViewSpec.h     bool parseViewSpecInternal(const CharType* ptr, const CharType* end);
end                56 Source/core/svg/SVGZoomAndPan.cpp static bool parseZoomAndPanInternal(const CharType*& start, const CharType* end, SVGZoomAndPanType& zoomAndPan)
end                58 Source/core/svg/SVGZoomAndPan.cpp     if (skipString(start, end, disable, WTF_ARRAY_LENGTH(disable))) {
end                62 Source/core/svg/SVGZoomAndPan.cpp     if (skipString(start, end, magnify, WTF_ARRAY_LENGTH(magnify))) {
end                69 Source/core/svg/SVGZoomAndPan.cpp bool SVGZoomAndPan::parseZoomAndPan(const LChar*& start, const LChar* end)
end                71 Source/core/svg/SVGZoomAndPan.cpp     return parseZoomAndPanInternal(start, end, m_zoomAndPan);
end                74 Source/core/svg/SVGZoomAndPan.cpp bool SVGZoomAndPan::parseZoomAndPan(const UChar*& start, const UChar* end)
end                76 Source/core/svg/SVGZoomAndPan.cpp     return parseZoomAndPanInternal(start, end, m_zoomAndPan);
end                59 Source/core/svg/SVGZoomAndPan.h     bool parseZoomAndPan(const LChar*& start, const LChar* end);
end                60 Source/core/svg/SVGZoomAndPan.h     bool parseZoomAndPan(const UChar*& start, const UChar* end);
end               232 Source/core/svg/animation/SMILTimeContainer.cpp     GroupedAnimationsMap::iterator end = m_scheduledAnimations.end();
end               233 Source/core/svg/animation/SMILTimeContainer.cpp     for (GroupedAnimationsMap::iterator it = m_scheduledAnimations.begin(); it != end; ++it) {
end               374 Source/core/svg/animation/SMILTimeContainer.cpp     GroupedAnimationsMap::iterator end = m_scheduledAnimations.end();
end               375 Source/core/svg/animation/SMILTimeContainer.cpp     for (GroupedAnimationsMap::iterator it = m_scheduledAnimations.begin(); it != end; ++it) {
end               382 Source/core/svg/animation/SMILTimeContainer.cpp         std::sort(scheduled->begin(), scheduled->end(), PriorityCompare(elapsed));
end               413 Source/core/svg/animation/SMILTimeContainer.cpp     std::sort(animationsToApply.begin(), animationsToApply.end(), PriorityCompare(elapsed));
end               412 Source/core/svg/animation/SVGSMILElement.cpp     std::sort(timeList.begin(), timeList.end());
end               825 Source/core/svg/animation/SVGSMILElement.cpp     const SMILTimeWithOrigin* result = std::lower_bound(list.begin(), list.end(), dummyTimeWithOrigin, compareTimes);
end               929 Source/core/svg/animation/SVGSMILElement.cpp     SMILTime end;
end               930 Source/core/svg/animation/SVGSMILElement.cpp     resolveInterval(true, begin, end);
end               933 Source/core/svg/animation/SVGSMILElement.cpp     if (!begin.isUnresolved() && (begin != m_intervalBegin || end != m_intervalEnd)) {
end               935 Source/core/svg/animation/SVGSMILElement.cpp         m_intervalEnd = end;
end               947 Source/core/svg/animation/SVGSMILElement.cpp     SMILTime end;
end               948 Source/core/svg/animation/SVGSMILElement.cpp     resolveInterval(false, begin, end);
end               953 Source/core/svg/animation/SVGSMILElement.cpp         m_intervalEnd = end;
end              1244 Source/core/svg/animation/SVGSMILElement.cpp     TimeDependentSet::iterator end = m_syncBaseDependents.end();
end              1245 Source/core/svg/animation/SVGSMILElement.cpp     for (TimeDependentSet::iterator it = m_syncBaseDependents.begin(); it != end; ++it) {
end                71 Source/core/svg/graphics/SVGImageCache.cpp     if (it == m_imageForContainerMap.end())
end                87 Source/core/svg/graphics/SVGImageCache.cpp     if (it == m_imageForContainerMap.end())
end                98 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp     HashSet<FilterEffect*>::iterator end = effectReferences.end();
end                99 Source/core/svg/graphics/filters/SVGFilterBuilder.cpp     for (HashSet<FilterEffect*>::iterator it = effectReferences.begin(); it != end; ++it)
end                66 Source/core/svg/graphics/filters/SVGFilterBuilder.h         HashMap<AtomicString, RefPtr<FilterEffect> >::iterator end = m_builtinEffects.end();
end                67 Source/core/svg/graphics/filters/SVGFilterBuilder.h         for (HashMap<AtomicString, RefPtr<FilterEffect> >::iterator iterator = m_builtinEffects.begin(); iterator != end; ++iterator)
end               106 Source/core/svg/properties/SVGListPropertyHelper.h     ConstIterator end() const
end               108 Source/core/svg/properties/SVGListPropertyHelper.h         return ConstIterator(m_values.end());
end               188 Source/core/svg/properties/SVGListPropertyHelper.h     typename Vector<RefPtr<ItemPropertyType> >::const_iterator itEnd = m_values.end();
end               363 Source/core/svg/properties/SVGListPropertyHelper.h     typename Vector<RefPtr<ItemPropertyType> >::const_iterator itEnd = from->m_values.end();
end               844 Source/core/testing/Internals.cpp     for (Vector<DocumentMarker*>::iterator iter = markers.begin(); iter != markers.end(); ++iter) {
end              1303 Source/core/testing/Internals.cpp     for (TouchEventTargetSet::const_iterator iter = touchHandlers->begin(); iter != touchHandlers->end(); ++iter)
end              1971 Source/core/testing/Internals.cpp     for (; iter != iconURLs.end(); ++iter)
end               105 Source/core/timing/Performance.cpp     std::sort(entries.begin(), entries.end(), PerformanceEntry::startTimeCompareLessThan);
end               114 Source/core/timing/Performance.cpp         for (PerformanceEntryVector::const_iterator resource = m_resourceTimingBuffer.begin(); resource != m_resourceTimingBuffer.end(); ++resource)
end               124 Source/core/timing/Performance.cpp     std::sort(entries.begin(), entries.end(), PerformanceEntry::startTimeCompareLessThan);
end               133 Source/core/timing/Performance.cpp         for (PerformanceEntryVector::const_iterator resource = m_resourceTimingBuffer.begin(); resource != m_resourceTimingBuffer.end(); ++resource)
end               144 Source/core/timing/Performance.cpp     std::sort(entries.begin(), entries.end(), PerformanceEntry::startTimeCompareLessThan);
end                81 Source/core/timing/PerformanceUserTiming.cpp     if (it != performanceEntryMap.end())
end               171 Source/core/timing/PerformanceUserTiming.cpp     for (PerformanceEntryMap::const_iterator it = performanceEntryMap.begin(); it != performanceEntryMap.end(); ++it)
end               182 Source/core/timing/PerformanceUserTiming.cpp     if (it != performanceEntryMap.end())
end               127 Source/core/workers/WorkerEventQueue.cpp     for (EventTaskMap::iterator it = m_eventTaskMap.begin(); it != m_eventTaskMap.end(); ++it) {
end               214 Source/core/workers/WorkerGlobalScope.cpp     Vector<String>::const_iterator urlsEnd = urls.end();
end               224 Source/core/workers/WorkerGlobalScope.cpp     Vector<KURL>::const_iterator end = completedURLs.end();
end               226 Source/core/workers/WorkerGlobalScope.cpp     for (Vector<KURL>::const_iterator it = completedURLs.begin(); it != end; ++it) {
end               253 Source/core/workers/WorkerThread.cpp     HashSet<WorkerThread*>::iterator end = threads.end();
end               254 Source/core/workers/WorkerThread.cpp     for (HashSet<WorkerThread*>::iterator it = threads.begin(); it != end; ++it)
end              1112 Source/core/xml/XMLHttpRequest.cpp     HTTPHeaderMap::const_iterator end = m_response.httpHeaderFields().end();
end              1113 Source/core/xml/XMLHttpRequest.cpp     for (HTTPHeaderMap::const_iterator it = m_response.httpHeaderFields().begin(); it!= end; ++it) {
end               149 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp     const WillBeHeapVector<RefPtrWillBeMember<Event> >::const_iterator end = deferredEvents.end();
end               150 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp     for (; it != end; ++it)
end               302 Source/core/xml/XPathFunctions.cpp     Vector<OwnPtr<Expression> >::iterator end = args.end();
end               303 Source/core/xml/XPathFunctions.cpp     for (Vector<OwnPtr<Expression> >::iterator it = args.begin(); it != end; ++it)
end               743 Source/core/xml/XPathFunctions.cpp     if (functionMapIter == functionMap->end() || !(functionRec = &functionMapIter->value)->args.contains(args.size()))
end               102 Source/core/xml/XPathParser.cpp     if (it == axisNames.end())
end               481 Source/core/xml/XPathParser.cpp         HashSet<Vector<OwnPtr<Predicate> >*>::iterator pend = m_predicateVectors.end();
end               486 Source/core/xml/XPathParser.cpp         HashSet<Vector<OwnPtr<Expression> >*>::iterator eend = m_expressionVectors.end();
end               198 Source/core/xml/XSLTProcessorLibxslt.cpp     XSLTProcessor::ParameterMap::iterator end = parameters.end();
end               200 Source/core/xml/XSLTProcessorLibxslt.cpp     for (XSLTProcessor::ParameterMap::iterator it = parameters.begin(); it != end; ++it) {
end                86 Source/core/xml/parser/SharedBufferReaderTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end                99 Source/core/xml/parser/SharedBufferReaderTest.cpp     EXPECT_TRUE(std::equal(testData.begin(), testData.end(), destinationVector.begin()));
end               105 Source/core/xml/parser/SharedBufferReaderTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               437 Source/core/xml/parser/XMLDocumentParser.cpp         end();
end               894 Source/core/xml/parser/XMLDocumentParser.cpp     const xmlChar* end;
end               902 Source/core/xml/parser/XMLDocumentParser.cpp         int valueLength = static_cast<int>(attributes[i].end - attributes[i].value);
end              1521 Source/core/xml/parser/XMLDocumentParser.cpp         end();
end              1576 Source/core/xml/parser/XMLDocumentParser.cpp         int valueLength = (int) (attributes[i].end - attributes[i].value);
end               120 Source/core/xml/parser/XMLDocumentParser.h         void end();
end               151 Source/modules/crypto/NormalizeAlgorithm.cpp bool isSorted(Iterator begin, Iterator end)
end               153 Source/modules/crypto/NormalizeAlgorithm.cpp     if (begin == end)
end               159 Source/modules/crypto/NormalizeAlgorithm.cpp     while (cur != end) {
end               190 Source/modules/crypto/NormalizeAlgorithm.cpp bool verifyAlgorithmNameMappings(const AlgorithmNameMapping* begin, const AlgorithmNameMapping* end)
end               192 Source/modules/crypto/NormalizeAlgorithm.cpp     for (const AlgorithmNameMapping* it = begin; it != end; ++it) {
end               202 Source/modules/crypto/NormalizeAlgorithm.cpp     return isSorted(begin, end);
end               245 Source/modules/crypto/NormalizeAlgorithm.cpp     const AlgorithmNameMapping* end = algorithmNameMappings + WTF_ARRAY_LENGTH(algorithmNameMappings);
end               247 Source/modules/crypto/NormalizeAlgorithm.cpp     ASSERT(verifyAlgorithmNameMappings(begin, end));
end               251 Source/modules/crypto/NormalizeAlgorithm.cpp         it = std::lower_bound(begin, end, algorithmName.impl(), &algorithmNameComparator<LChar>);
end               253 Source/modules/crypto/NormalizeAlgorithm.cpp         it = std::lower_bound(begin, end, algorithmName.impl(), &algorithmNameComparator<UChar>);
end               255 Source/modules/crypto/NormalizeAlgorithm.cpp     if (it == end)
end               268 Source/modules/crypto/NormalizeAlgorithm.cpp     const OperationParamsMapping* end = operationParamsMappings + WTF_ARRAY_LENGTH(operationParamsMappings);
end               270 Source/modules/crypto/NormalizeAlgorithm.cpp     ASSERT(isSorted(begin, end));
end               273 Source/modules/crypto/NormalizeAlgorithm.cpp     const OperationParamsMapping* it = std::lower_bound(begin, end, search);
end               274 Source/modules/crypto/NormalizeAlgorithm.cpp     if (it == end)
end               378 Source/modules/filesystem/InspectorFileSystemAgent.cpp     static PassRefPtr<FileContentRequest> create(PassRefPtr<RequestFileContentCallback> requestCallback, const String& url, bool readAsText, long long start, long long end, const String& charset)
end               380 Source/modules/filesystem/InspectorFileSystemAgent.cpp         return adoptRef(new FileContentRequest(requestCallback, url, readAsText, start, end, charset));
end               419 Source/modules/filesystem/InspectorFileSystemAgent.cpp     FileContentRequest(PassRefPtr<RequestFileContentCallback> requestCallback, const String& url, bool readAsText, long long start, long long end, const String& charset)
end               425 Source/modules/filesystem/InspectorFileSystemAgent.cpp         , m_end(end)
end               660 Source/modules/filesystem/InspectorFileSystemAgent.cpp void InspectorFileSystemAgent::requestFileContent(ErrorString* error, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<RequestFileContentCallback> requestCallback)
end               670 Source/modules/filesystem/InspectorFileSystemAgent.cpp     long long endPosition = end ? *end : std::numeric_limits<long long>::max();
end                55 Source/modules/filesystem/InspectorFileSystemAgent.h     virtual void requestFileContent(ErrorString*, const String& url, bool readAsText, const int* start, const int* end, const String* charset, PassRefPtr<RequestFileContentCallback>) OVERRIDE;
end               207 Source/modules/geolocation/Geolocation.cpp     if (iter == m_idToNotifierMap.end())
end               216 Source/modules/geolocation/Geolocation.cpp     if (iter == m_idToNotifierMap.end())
end               225 Source/modules/geolocation/Geolocation.cpp     if (iter == m_notifierToIdMap.end())
end               401 Source/modules/geolocation/Geolocation.cpp     GeoNotifierSet::const_iterator end = m_requestsAwaitingCachedPosition.end();
end               402 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierSet::const_iterator iter = m_requestsAwaitingCachedPosition.begin(); iter != end; ++iter) {
end               494 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::const_iterator end = notifiers.end();
end               495 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
end               501 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::const_iterator end = notifiers.end();
end               502 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
end               508 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::const_iterator end = notifiers.end();
end               509 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
end               537 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::const_iterator end = notifiers.end();
end               538 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it)
end               554 Source/modules/geolocation/Geolocation.cpp     GeoNotifierVector::iterator end = notifiers.end();
end               555 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierVector::const_iterator it = notifiers.begin(); it != end; ++it) {
end               568 Source/modules/geolocation/Geolocation.cpp      GeoNotifierVector::const_iterator end = src.end();
end               569 Source/modules/geolocation/Geolocation.cpp      for (GeoNotifierVector::const_iterator it = src.begin(); it != end; ++it) {
end               693 Source/modules/geolocation/Geolocation.cpp     GeoNotifierSet::const_iterator end = m_pendingForPermissionNotifiers.end();
end               694 Source/modules/geolocation/Geolocation.cpp     for (GeoNotifierSet::const_iterator iter = m_pendingForPermissionNotifiers.begin(); iter != end; ++iter) {
end               115 Source/modules/geolocation/testing/GeolocationClientMock.cpp     GeolocationSet::iterator end = m_pendingPermissions.end();
end               121 Source/modules/geolocation/testing/GeolocationClientMock.cpp     for (GeolocationSet::iterator it = m_pendingPermissions.begin(); it != end; ++it)
end               105 Source/modules/indexeddb/IDBDatabase.cpp     ASSERT_WITH_SECURITY_IMPLICATION(it != m_metadata.objectStores.end());
end               112 Source/modules/indexeddb/IDBDatabase.cpp     ASSERT_WITH_SECURITY_IMPLICATION(it != m_metadata.objectStores.end());
end               159 Source/modules/indexeddb/IDBDatabase.cpp     for (IDBDatabaseMetadata::ObjectStoreMap::const_iterator it = m_metadata.objectStores.begin(); it != m_metadata.objectStores.end(); ++it)
end               314 Source/modules/indexeddb/IDBDatabase.cpp     for (TransactionMap::const_iterator::Values it = m_transactions.begin().values(), end = m_transactions.end().values(); it != end; ++it)
end               394 Source/modules/indexeddb/IDBDatabase.cpp     for (IDBDatabaseMetadata::ObjectStoreMap::const_iterator it = m_metadata.objectStores.begin(); it != m_metadata.objectStores.end(); ++it) {
end                74 Source/modules/indexeddb/IDBObjectStore.cpp     for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it)
end               222 Source/modules/indexeddb/IDBObjectStore.cpp     for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
end               451 Source/modules/indexeddb/IDBObjectStore.cpp     if (it != m_indexMap.end())
end               461 Source/modules/indexeddb/IDBObjectStore.cpp     for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
end               505 Source/modules/indexeddb/IDBObjectStore.cpp     if (it != m_indexMap.end()) {
end               613 Source/modules/indexeddb/IDBObjectStore.cpp     for (IDBObjectStoreMetadata::IndexMap::const_iterator it = m_metadata.indexes.begin(); it != m_metadata.indexes.end(); ++it) {
end               135 Source/modules/indexeddb/IDBTransaction.cpp     if (it != m_objectStoreMap.end())
end               171 Source/modules/indexeddb/IDBTransaction.cpp     if (it != m_objectStoreMap.end()) {
end               255 Source/modules/indexeddb/IDBTransaction.cpp         for (IDBObjectStoreMetadataMap::iterator it = m_objectStoreCleanupMap.begin(); it != m_objectStoreCleanupMap.end(); ++it)
end               355 Source/modules/indexeddb/IDBTransaction.cpp     for (IDBObjectStoreMap::iterator it = m_objectStoreMap.begin(); it != m_objectStoreMap.end(); ++it)
end               358 Source/modules/indexeddb/IDBTransaction.cpp     for (IDBObjectStoreSet::iterator it = m_deletedObjectStores.begin(); it != m_deletedObjectStores.end(); ++it)
end               275 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp         for (IDBDatabaseMetadata::ObjectStoreMap::const_iterator it = databaseMetadata.objectStores.begin(); it != databaseMetadata.objectStores.end(); ++it) {
end               280 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp             for (IDBObjectStoreMetadata::IndexMap::const_iterator it = objectStoreMetadata.indexes.begin(); it != objectStoreMetadata.indexes.end(); ++it) {
end               413 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp             end(false);
end               433 Source/modules/indexeddb/InspectorIndexedDBAgent.cpp             end(true);
end               144 Source/modules/mediasource/MediaSourceBase.cpp             highestEndTime = std::max(highestEndTime, ranges[i]->end(length - 1, ASSERT_NO_EXCEPTION));
end                61 Source/modules/mediasource/MediaSourceRegistry.cpp     if (iter == m_mediaSources.end())
end               246 Source/modules/mediasource/SourceBuffer.cpp void SourceBuffer::setAppendWindowEnd(double end, ExceptionState& exceptionState)
end               258 Source/modules/mediasource/SourceBuffer.cpp     if (std::isnan(end)) {
end               259 Source/modules/mediasource/SourceBuffer.cpp         exceptionState.throwDOMException(InvalidAccessError, ExceptionMessages::notAFiniteNumber(end));
end               262 Source/modules/mediasource/SourceBuffer.cpp     if (end <= m_appendWindowStart) {
end               264 Source/modules/mediasource/SourceBuffer.cpp         exceptionState.throwDOMException(InvalidAccessError, "The value provided ('" + String::number(end) + "') is less than or equal to the minimum value (" + String::number(m_appendWindowStart) + ").");
end               268 Source/modules/mediasource/SourceBuffer.cpp     m_webSourceBuffer->setAppendWindowEnd(end);
end               271 Source/modules/mediasource/SourceBuffer.cpp     m_appendWindowEnd = end;
end               344 Source/modules/mediasource/SourceBuffer.cpp void SourceBuffer::remove(double start, double end, ExceptionState& exceptionState)
end               354 Source/modules/mediasource/SourceBuffer.cpp     if (end <= start) {
end               355 Source/modules/mediasource/SourceBuffer.cpp         exceptionState.throwDOMException(InvalidAccessError, "The end value provided (" + String::number(end) + ") must be greater than the start value provided (" + String::number(start) + ").");
end               380 Source/modules/mediasource/SourceBuffer.cpp     m_pendingRemoveEnd = end;
end                81 Source/modules/mediasource/SourceBuffer.h     void remove(double start, double end, ExceptionState&);
end                57 Source/modules/mediastream/MediaConstraintsImpl.cpp     for (Vector<String>::iterator it = names.begin(); it != names.end(); ++it) {
end                75 Source/modules/mediastream/MediaConstraintsImpl.cpp         for (; iter != mandatoryConstraintsHashMap.end(); ++iter)
end               135 Source/modules/mediastream/MediaStream.cpp     for (iter = audioTracks.begin(); iter != audioTracks.end(); ++iter) {
end               139 Source/modules/mediastream/MediaStream.cpp     for (iter = videoTracks.begin(); iter != videoTracks.end(); ++iter) {
end               154 Source/modules/mediastream/MediaStream.cpp     for (MediaStreamTrackVector::iterator iter = m_audioTracks.begin(); iter != m_audioTracks.end(); ++iter)
end               157 Source/modules/mediastream/MediaStream.cpp     for (MediaStreamTrackVector::iterator iter = m_videoTracks.begin(); iter != m_videoTracks.end(); ++iter)
end               240 Source/modules/mediastream/MediaStream.cpp     for (MediaStreamTrackVector::iterator iter = m_audioTracks.begin(); iter != m_audioTracks.end(); ++iter) {
end               245 Source/modules/mediastream/MediaStream.cpp     for (MediaStreamTrackVector::iterator iter = m_videoTracks.begin(); iter != m_videoTracks.end(); ++iter) {
end               256 Source/modules/mediastream/MediaStream.cpp     for (MediaStreamTrackVector::iterator iter = m_audioTracks.begin(); iter != m_audioTracks.end(); ++iter)
end               258 Source/modules/mediastream/MediaStream.cpp     for (MediaStreamTrackVector::iterator iter = m_videoTracks.begin(); iter != m_videoTracks.end(); ++iter)
end               276 Source/modules/mediastream/MediaStream.cpp     for (MediaStreamTrackVector::iterator iter = m_audioTracks.begin(); iter != m_audioTracks.end(); ++iter) {
end               281 Source/modules/mediastream/MediaStream.cpp     for (MediaStreamTrackVector::iterator iter = m_videoTracks.begin(); iter != m_videoTracks.end(); ++iter) {
end               385 Source/modules/mediastream/MediaStream.cpp     for (; it != events.end(); ++it)
end               179 Source/modules/mediastream/MediaStreamTrack.cpp     for (Vector<Observer*>::iterator iter = m_observers.begin(); iter != m_observers.end(); ++iter)
end               165 Source/modules/mediastream/RTCDTMFSender.cpp     for (; it != events.end(); ++it)
end               311 Source/modules/mediastream/RTCDataChannel.cpp     for (; it != events.end(); ++it)
end               147 Source/modules/mediastream/RTCPeerConnection.cpp         for (Vector<String>::iterator iter = urlStrings.begin(); iter != urlStrings.end(); ++iter) {
end               463 Source/modules/mediastream/RTCPeerConnection.cpp     for (MediaStreamVector::iterator iter = m_localStreams.begin(); iter != m_localStreams.end(); ++iter) {
end               468 Source/modules/mediastream/RTCPeerConnection.cpp     for (MediaStreamVector::iterator iter = m_remoteStreams.begin(); iter != m_remoteStreams.end(); ++iter) {
end               513 Source/modules/mediastream/RTCPeerConnection.cpp     for (MediaStreamVector::iterator iter = m_localStreams.begin(); iter != m_localStreams.end(); ++iter) {
end               665 Source/modules/mediastream/RTCPeerConnection.cpp     for (; i != m_dataChannels.end(); ++i)
end               708 Source/modules/mediastream/RTCPeerConnection.cpp     for (; it != events.end(); ++it)
end                49 Source/modules/mediastream/RTCStatsReport.cpp     for (HashMap<String, String>::const_iterator it = m_stats.begin(); it != m_stats.end(); ++it) {
end                43 Source/modules/mediastream/RTCStatsResponse.cpp     if (m_idmap.find(name) != m_idmap.end())
end               143 Source/modules/mediastream/UserMediaRequest.cpp     for (MediaStreamTrackVector::iterator iter = audioTracks.begin(); iter != audioTracks.end(); ++iter) {
end               148 Source/modules/mediastream/UserMediaRequest.cpp     for (MediaStreamTrackVector::iterator iter = videoTracks.begin(); iter != videoTracks.end(); ++iter) {
end               143 Source/modules/speech/SpeechRecognition.cpp         dispatchEvent(Event::create(EventTypeNames::end));
end               101 Source/modules/speech/SpeechRecognition.h     DEFINE_ATTRIBUTE_EVENT_LISTENER(end);
end               168 Source/modules/speech/SpeechSynthesis.cpp     fireEvent(errorOccurred ? EventTypeNames::error : EventTypeNames::end, utterance, 0, String());
end                69 Source/modules/speech/SpeechSynthesisUtterance.h     DEFINE_ATTRIBUTE_EVENT_LISTENER(end);
end               920 Source/modules/webaudio/AudioContext.cpp     for (HashSet<AudioSummingJunction*>::iterator i = m_dirtySummingJunctions.begin(); i != m_dirtySummingJunctions.end(); ++i)
end               930 Source/modules/webaudio/AudioContext.cpp     for (HashSet<AudioNodeOutput*>::iterator i = m_dirtyAudioNodeOutputs.begin(); i != m_dirtyAudioNodeOutputs.end(); ++i)
end               965 Source/modules/webaudio/AudioContext.cpp         for (HashSet<AudioNode*>::iterator i = m_automaticPullNodes.begin(); i != m_automaticPullNodes.end(); ++i, ++j) {
end               158 Source/modules/webaudio/AudioNodeInput.cpp     for (HashSet<AudioNodeOutput*>::iterator i = m_outputs.begin(); i != m_outputs.end(); ++i) {
end                99 Source/modules/webaudio/AudioNodeOutput.cpp         for (InputsIterator i = m_inputs.begin(); i != m_inputs.end(); ++i) {
end               226 Source/modules/webaudio/AudioNodeOutput.cpp         for (InputsIterator i = m_inputs.begin(); i != m_inputs.end(); ++i) {
end               239 Source/modules/webaudio/AudioNodeOutput.cpp         for (InputsIterator i = m_inputs.begin(); i != m_inputs.end(); ++i) {
end                68 Source/modules/webaudio/AudioSummingJunction.cpp         for (HashSet<AudioNodeOutput*>::iterator i = m_outputs.begin(); i != m_outputs.end(); ++i, ++j) {
end               541 Source/modules/webaudio/PannerNode.cpp                 if (iterator == visitedNodes.end()) {
end               335 Source/modules/webdatabase/DatabaseBackendBase.cpp         if (entry != guidToVersionMap().end()) {
end               120 Source/modules/webdatabase/DatabaseThread.cpp         WillBeHeapHashSet<RefPtrWillBeMember<DatabaseBackend> >::iterator end = openSetCopy.end();
end               121 Source/modules/webdatabase/DatabaseThread.cpp         for (WillBeHeapHashSet<RefPtrWillBeMember<DatabaseBackend> >::iterator it = openSetCopy.begin(); it != end; ++it)
end               149 Source/modules/webdatabase/DatabaseTracker.cpp     if (found == databaseSet->end())
end               211 Source/modules/webdatabase/DatabaseTracker.cpp     DatabaseNameMap::const_iterator dbNameMapEndIt = nameMap->end();
end               214 Source/modules/webdatabase/DatabaseTracker.cpp         DatabaseSet::const_iterator end = databaseSet->end();
end               215 Source/modules/webdatabase/DatabaseTracker.cpp         for (DatabaseSet::const_iterator it = databaseSet->begin(); it != end; ++it) {
end               264 Source/modules/webdatabase/DatabaseTracker.cpp     for (DatabaseSet::iterator it = databaseSet->begin(); it != databaseSet->end(); ++it)
end               285 Source/modules/webdatabase/DatabaseTracker.cpp         if (found == databaseSet->end())
end               242 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     DatabaseResourcesHeapMap::iterator databasesEnd = m_resources.end();
end               301 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     for (DatabaseResourcesHeapMap::iterator it = m_resources.begin(); it != m_resources.end(); ++it) {
end               311 Source/modules/webdatabase/InspectorDatabaseAgent.cpp     if (it == m_resources.end())
end                83 Source/modules/webdatabase/SQLTransactionCoordinator.cpp     if (coordinationInfoIterator == m_coordinationInfoMap.end()) {
end               104 Source/modules/webdatabase/SQLTransactionCoordinator.cpp     ASSERT_WITH_SECURITY_IMPLICATION(coordinationInfoIterator != m_coordinationInfoMap.end());
end               126 Source/modules/webdatabase/SQLTransactionCoordinator.cpp          coordinationInfoIterator != m_coordinationInfoMap.end(); ++coordinationInfoIterator) {
end               136 Source/modules/webdatabase/SQLTransactionCoordinator.cpp              activeReadTransactionsIterator != info.activeReadTransactions.end();
end               150 Source/modules/websockets/ThreadableWebSocketChannelClientWrapper.cpp     for (Vector<OwnPtr<ExecutionContextTask> >::const_iterator iter = tasks.begin(); iter != tasks.end(); ++iter)
end                87 Source/modules/websockets/WebSocketDeflateFramer.cpp     if (parameter != serverParameters.end()) {
end                98 Source/modules/websockets/WebSocketDeflateFramer.cpp     if (parameter != serverParameters.end()) {
end                82 Source/modules/websockets/WebSocketExtensionDispatcher.cpp     for (HashMap<String, String>::const_iterator iterator = extensionParameters.begin(); iterator != extensionParameters.end(); ++iterator) {
end               105 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     EXPECT_TRUE(parameter != m_parsedParameters[0].end());
end               108 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp     EXPECT_TRUE(parameter != m_parsedParameters[0].end());
end               133 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp         for (HashMap<String, String>::const_iterator iterator = expectedParameters.begin(); iterator != expectedParameters.end(); ++iterator) {
end               135 Source/modules/websockets/WebSocketExtensionDispatcherTest.cpp             EXPECT_TRUE(parsed != parsedParameters.end());
end                42 Source/modules/websockets/WebSocketExtensionParser.h     WebSocketExtensionParser(const char* start, const char* end)
end                44 Source/modules/websockets/WebSocketExtensionParser.h         , m_end(end)
end               419 Source/modules/websockets/WebSocketHandshake.cpp     const char* end = p + 1;
end               420 Source/modules/websockets/WebSocketHandshake.cpp     int lineLength = end - header;
end               427 Source/modules/websockets/WebSocketHandshake.cpp     if (lineLength < 2 || *(end - 2) != '\r') {
end               451 Source/modules/websockets/WebSocketHandshake.cpp     statusText = String(space2 + 1, end - space2 - 3); // Exclude "\r\n".
end               455 Source/modules/websockets/WebSocketHandshake.cpp const char* WebSocketHandshake::readHTTPHeaders(const char* start, const char* end)
end               464 Source/modules/websockets/WebSocketHandshake.cpp     for (; p < end; p++) {
end               465 Source/modules/websockets/WebSocketHandshake.cpp         size_t consumedLength = parseHTTPHeader(p, end - p, m_failureReason, name, value);
end               106 Source/modules/websockets/WebSocketHandshake.h     const char* readHTTPHeaders(const char* start, const char* end);
end                94 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (clientNoContextTakeover != parameters.end()) {
end               102 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (clientMaxWindowBits != parameters.end()) {
end               115 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (serverNoContextTakeover != parameters.end()) {
end               122 Source/modules/websockets/WebSocketPerMessageDeflate.cpp     if (serverMaxWindowBits != parameters.end()) {
end               244 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     std::copy(&f1.payload[0], &f1.payload[f1.payloadLength], std::inserter(compressed, compressed.end()));
end               256 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     std::copy(&f3.payload[0], &f3.payload[f3.payloadLength], std::inserter(compressed, compressed.end()));
end               331 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     std::copy(&f1.payload[0], &f1.payload[f1.payloadLength], std::inserter(decompressed, decompressed.end()));
end               341 Source/modules/websockets/WebSocketPerMessageDeflateTest.cpp     std::copy(&f3.payload[0], &f3.payload[f3.payloadLength], std::inserter(decompressed, decompressed.end()));
end                51 Source/platform/ContentType.cpp                 size_t end = strippedType.find('\"', start + 2);
end                52 Source/platform/ContentType.cpp                 if (quote != kNotFound && end != kNotFound) {
end                55 Source/platform/ContentType.cpp                     end = strippedType.find(';', start + 1);
end                56 Source/platform/ContentType.cpp                     if (end == kNotFound)
end                57 Source/platform/ContentType.cpp                         end = strippedType.length();
end                59 Source/platform/ContentType.cpp                 parameterValue = strippedType.substring(start + 1, end - (start + 1)).stripWhiteSpace();
end               107 Source/platform/DateComponents.cpp     unsigned end = current + parseLength;
end               110 Source/platform/DateComponents.cpp     for (; current < end; ++current) {
end               122 Source/platform/DateComponents.cpp bool DateComponents::parseYear(const String& src, unsigned start, unsigned& end)
end               134 Source/platform/DateComponents.cpp     end = start + digitsLength;
end               277 Source/platform/DateComponents.cpp bool DateComponents::parseTimeZone(const String& src, unsigned start, unsigned& end)
end               283 Source/platform/DateComponents.cpp         end = index + 1;
end               318 Source/platform/DateComponents.cpp     end = index;
end               322 Source/platform/DateComponents.cpp bool DateComponents::parseMonth(const String& src, unsigned start, unsigned& end)
end               338 Source/platform/DateComponents.cpp     end = index + 2;
end               343 Source/platform/DateComponents.cpp bool DateComponents::parseDate(const String& src, unsigned start, unsigned& end)
end               361 Source/platform/DateComponents.cpp     end = index + 2;
end               366 Source/platform/DateComponents.cpp bool DateComponents::parseWeek(const String& src, unsigned start, unsigned& end)
end               388 Source/platform/DateComponents.cpp     end = index + 2;
end               393 Source/platform/DateComponents.cpp bool DateComponents::parseTime(const String& src, unsigned start, unsigned& end)
end               443 Source/platform/DateComponents.cpp     end = index;
end               448 Source/platform/DateComponents.cpp bool DateComponents::parseDateTimeLocal(const String& src, unsigned start, unsigned& end)
end               458 Source/platform/DateComponents.cpp     if (!parseTime(src, index, end))
end               466 Source/platform/DateComponents.cpp bool DateComponents::parseDateTime(const String& src, unsigned start, unsigned& end)
end               478 Source/platform/DateComponents.cpp     if (!parseTimeZone(src, index, end))
end               106 Source/platform/DateComponents.h     bool parseMonth(const String&, unsigned start, unsigned& end);
end               108 Source/platform/DateComponents.h     bool parseDate(const String&, unsigned start, unsigned& end);
end               110 Source/platform/DateComponents.h     bool parseWeek(const String&, unsigned start, unsigned& end);
end               112 Source/platform/DateComponents.h     bool parseTime(const String&, unsigned start, unsigned& end);
end               114 Source/platform/DateComponents.h     bool parseDateTimeLocal(const String&, unsigned start, unsigned& end);
end               116 Source/platform/DateComponents.h     bool parseDateTime(const String&, unsigned start, unsigned& end);
end               176 Source/platform/DateComponents.h     bool parseYear(const String&, unsigned start, unsigned& end);
end               179 Source/platform/DateComponents.h     bool parseTimeZone(const String&, unsigned start, unsigned& end);
end               308 Source/platform/JSONValues.cpp     if (it == m_data.end())
end               329 Source/platform/JSONValues.cpp         ASSERT_WITH_SECURITY_IMPLICATION(it != m_data.end());
end               366 Source/platform/JSONValues.cpp     for (Vector<RefPtr<JSONValue> >::const_iterator it = m_data.begin(); it != m_data.end(); ++it) {
end               199 Source/platform/JSONValues.h     iterator end() { return m_data.end(); }
end               201 Source/platform/JSONValues.h     const_iterator end() const { return m_data.end(); }
end               240 Source/platform/JSONValues.h     using JSONObjectBase::end;
end               273 Source/platform/JSONValues.h     iterator end() { return m_data.end(); }
end               275 Source/platform/JSONValues.h     const_iterator end() const { return m_data.end(); }
end               304 Source/platform/JSONValues.h     using JSONArrayBase::end;
end                83 Source/platform/LengthBox.h     const Length& end(WritingMode, TextDirection) const;
end                92 Source/platform/LifecycleNotifier.h     for (typename ObserverSet::iterator it = m_observers.begin(); it != m_observers.end(); it = m_observers.begin()) {
end               123 Source/platform/PODFreeListArenaTest.cpp     for (std::set<TestClass1*>::iterator it = objects.begin(); it != objects.end(); ++it) {
end               128 Source/platform/PODFreeListArenaTest.cpp         EXPECT_TRUE(objects.find(cur) != objects.end());
end               146 Source/platform/PODFreeListArenaTest.cpp     for (std::vector<TestClass1*>::iterator it = objects.begin(); it != objects.end(); ++it) {
end               160 Source/platform/PODFreeListArenaTest.cpp     for (std::set<TestClass2*>::iterator it = objects.begin(); it != objects.end(); ++it) {
end               165 Source/platform/PODFreeListArenaTest.cpp         EXPECT_TRUE(objects.find(cur) != objects.end());
end                35 Source/platform/ParsingUtilities.h bool skipExactly(const CharType*& position, const CharType* end, CharType delimiter)
end                37 Source/platform/ParsingUtilities.h     if (position < end && *position == delimiter) {
end                45 Source/platform/ParsingUtilities.h bool skipExactly(const CharType*& position, const CharType* end)
end                47 Source/platform/ParsingUtilities.h     if (position < end && characterPredicate(*position)) {
end                55 Source/platform/ParsingUtilities.h void skipUntil(const CharType*& position, const CharType* end, CharType delimiter)
end                57 Source/platform/ParsingUtilities.h     while (position < end && *position != delimiter)
end                62 Source/platform/ParsingUtilities.h void skipUntil(const CharType*& position, const CharType* end)
end                64 Source/platform/ParsingUtilities.h     while (position < end && !characterPredicate(*position))
end                69 Source/platform/ParsingUtilities.h void skipWhile(const CharType*& position, const CharType* end)
end                71 Source/platform/ParsingUtilities.h     while (position < end && characterPredicate(*position))
end                89 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               120 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               146 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               170 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               196 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               210 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               239 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               254 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               293 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               311 Source/platform/PurgeableVectorTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               115 Source/platform/SharedBuffer.cpp     for (HashSet<SharedBuffer*>::const_iterator iter = liveBuffers().begin(); iter != liveBuffers().end(); ++iter)
end               117 Source/platform/SharedBuffer.cpp     std::sort(buffers.begin(), buffers.end(), sizeComparator);
end               103 Source/platform/SharedBufferTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               136 Source/platform/SharedBufferTest.cpp     std::generate(testData.begin(), testData.end(), &std::rand);
end               152 Source/platform/SharedBufferTest.cpp     std::generate(testData.begin() + previousTestDataSize, testData.end(), &std::rand);
end               202 Source/platform/animation/TimingFunction.h                 DEFINE_STATIC_REF(StepsTimingFunction, end, (adoptRef(new StepsTimingFunction(End, 1, StepAtEnd))));
end               203 Source/platform/animation/TimingFunction.h                 return end;
end               121 Source/platform/audio/AudioArray.h     void zeroRange(unsigned start, unsigned end)
end               123 Source/platform/audio/AudioArray.h         bool isSafe = (start <= end) && (end <= this->size());
end               130 Source/platform/audio/AudioArray.h         memset(this->data() + start, 0, sizeof(T) * (end - start));
end               133 Source/platform/audio/AudioArray.h     void copyToRange(const T* sourceData, unsigned start, unsigned end)
end               135 Source/platform/audio/AudioArray.h         bool isSafe = (start <= end) && (end <= this->size());
end               142 Source/platform/audio/AudioArray.h         memcpy(this->data() + start, sourceData, sizeof(T) * (end - start));
end                73 Source/platform/audio/HRTFElevation.cpp     if (iterator == audioBusMap.end()) {
end               145 Source/platform/blob/BlobData.cpp     for (Vector<BlobDataItem>::const_iterator it = m_items.begin(); it != m_items.end(); ++it) {
end               223 Source/platform/exported/WebMediaStreamSource.cpp     for (Vector<RefPtr<AudioDestinationConsumer> >::const_iterator it = consumers.begin(); it != consumers.end(); ++it) {
end                81 Source/platform/exported/WebURLLoadTiming.cpp void WebURLLoadTiming::setProxyEnd(double end)
end                83 Source/platform/exported/WebURLLoadTiming.cpp     m_private->proxyEnd = end;
end               101 Source/platform/exported/WebURLLoadTiming.cpp void WebURLLoadTiming::setDNSEnd(double end)
end               103 Source/platform/exported/WebURLLoadTiming.cpp     m_private->dnsEnd = end;
end               121 Source/platform/exported/WebURLLoadTiming.cpp void WebURLLoadTiming::setConnectEnd(double end)
end               123 Source/platform/exported/WebURLLoadTiming.cpp     m_private->connectEnd = end;
end               141 Source/platform/exported/WebURLLoadTiming.cpp void WebURLLoadTiming::setSendEnd(double end)
end               143 Source/platform/exported/WebURLLoadTiming.cpp     m_private->sendEnd = end;
end               151 Source/platform/exported/WebURLLoadTiming.cpp void WebURLLoadTiming::setReceiveHeadersEnd(double end)
end               153 Source/platform/exported/WebURLLoadTiming.cpp     m_private->receiveHeadersEnd = end;
end               171 Source/platform/exported/WebURLLoadTiming.cpp void WebURLLoadTiming::setSSLEnd(double end)
end               173 Source/platform/exported/WebURLLoadTiming.cpp     m_private->sslEnd = end;
end               193 Source/platform/exported/WebURLRequest.cpp     for (HTTPHeaderMap::const_iterator it = map.begin(); it != map.end(); ++it)
end               270 Source/platform/exported/WebURLResponse.cpp     for (HTTPHeaderMap::const_iterator it = map.begin(); it != map.end(); ++it)
end               101 Source/platform/fonts/FontCache.cpp     if (it == gFontPlatformDataCache->end()) {
end               136 Source/platform/fonts/FontCache.cpp     if (result != fontVerticalDataCache.end())
end               195 Source/platform/fonts/FontCache.cpp     FontPlatformDataCache::iterator platformDataEnd = gFontPlatformDataCache->end();
end               212 Source/platform/fonts/FontCache.cpp         FontVerticalDataCache::iterator verticalDataEnd = fontVerticalDataCache.end();
end               289 Source/platform/fonts/FontCache.cpp     HashSet<FontCacheClient*>::iterator end = gClients->end();
end               290 Source/platform/fonts/FontCache.cpp     for (HashSet<FontCacheClient*>::iterator it = gClients->begin(); it != end; ++it)
end                54 Source/platform/fonts/FontDataCache.cpp     if (result == m_cache.end()) {
end                88 Source/platform/fonts/FontDataCache.cpp     ASSERT(it != m_cache.end());
end                89 Source/platform/fonts/FontDataCache.cpp     if (it == m_cache.end())
end               100 Source/platform/fonts/FontDataCache.cpp     Cache::iterator end = m_cache.end();
end               101 Source/platform/fonts/FontDataCache.cpp     for (Cache::iterator fontData = m_cache.begin(); fontData != end; ++fontData) {
end               129 Source/platform/fonts/FontDataCache.cpp     ListHashSet<RefPtr<SimpleFontData> >::iterator end = m_inactiveFontData.end();
end               131 Source/platform/fonts/FontDataCache.cpp     for (int i = 0; i < count && it != end; ++it, ++i) {
end               138 Source/platform/fonts/FontDataCache.cpp     if (it == end) {
end                42 Source/platform/fonts/FontTest.cpp     UChar end[1];
end                48 Source/platform/fonts/FontTest.cpp     end[0] = rangeEnd;
end                54 Source/platform/fonts/FontTest.cpp     EXPECT_EQ(ComplexPath, Character::characterRangeCodePath(end, 1));
end                64 Source/platform/fonts/GenericFontFamilySettings.cpp         if (it == fontMap.end())
end                67 Source/platform/fonts/GenericFontFamilySettings.cpp     } else if (it != fontMap.end() && it->value == family) {
end                77 Source/platform/fonts/GenericFontFamilySettings.cpp     if (it != fontMap.end())
end               119 Source/platform/fonts/GlyphBuffer.h         for (unsigned i = from, end = from + length - 1; i < end; ++i, --end)
end               120 Source/platform/fonts/GlyphBuffer.h             swap(i, end);
end                75 Source/platform/fonts/GlyphPageTreeNode.cpp         HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end();
end                76 Source/platform/fonts/GlyphPageTreeNode.cpp         for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it)
end                89 Source/platform/fonts/GlyphPageTreeNode.cpp     GlyphPageTreeNodeMap::const_iterator end = m_children.end();
end                90 Source/platform/fonts/GlyphPageTreeNode.cpp     for (GlyphPageTreeNodeMap::const_iterator it = m_children.begin(); it != end; ++it)
end               100 Source/platform/fonts/GlyphPageTreeNode.cpp         HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end();
end               101 Source/platform/fonts/GlyphPageTreeNode.cpp         for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it)
end               112 Source/platform/fonts/GlyphPageTreeNode.cpp         HashMap<int, GlyphPageTreeNode*>::iterator end = roots->end();
end               113 Source/platform/fonts/GlyphPageTreeNode.cpp         for (HashMap<int, GlyphPageTreeNode*>::iterator it = roots->begin(); it != end; ++it)
end               370 Source/platform/fonts/GlyphPageTreeNode.cpp     GlyphPageTreeNodeMap::iterator end = m_children.end();
end               371 Source/platform/fonts/GlyphPageTreeNode.cpp     for (GlyphPageTreeNodeMap::iterator it = m_children.begin(); it != end; ++it)
end               395 Source/platform/fonts/GlyphPageTreeNode.cpp     GlyphPageTreeNodeMap::iterator end = m_children.end();
end               396 Source/platform/fonts/GlyphPageTreeNode.cpp     for (GlyphPageTreeNodeMap::iterator it = m_children.begin(); it != end; ++it)
end               407 Source/platform/fonts/GlyphPageTreeNode.cpp         GlyphPageTreeNodeMap::iterator end = m_children.end();
end               408 Source/platform/fonts/GlyphPageTreeNode.cpp         for (GlyphPageTreeNodeMap::iterator it = m_children.begin(); it != end; ++it) {
end               426 Source/platform/fonts/GlyphPageTreeNode.cpp     HashMap<int, WebCore::GlyphPageTreeNode*>::iterator end = WebCore::GlyphPageTreeNode::roots->end();
end               427 Source/platform/fonts/GlyphPageTreeNode.cpp     for (HashMap<int, WebCore::GlyphPageTreeNode*>::iterator it = WebCore::GlyphPageTreeNode::roots->begin(); it != end; ++it) {
end               118 Source/platform/fonts/SVGGlyph.cpp     Vector<SVGGlyph::ArabicForm>::const_iterator realEnd = chars.end();
end               123 Source/platform/fonts/SVGGlyph.cpp     Vector<SVGGlyph::ArabicForm>::const_iterator end = chars.begin() + endPosition;
end               124 Source/platform/fonts/SVGGlyph.cpp     if (end >= realEnd)
end               125 Source/platform/fonts/SVGGlyph.cpp         end = realEnd;
end               127 Source/platform/fonts/SVGGlyph.cpp     for (; it != end; ++it) {
end               170 Source/platform/fonts/SVGGlyph.cpp         Vector<String>::const_iterator end = identifier.languages.end();
end               173 Source/platform/fonts/SVGGlyph.cpp         for (; it != end; ++it) {
end                42 Source/platform/fonts/SegmentedFontData.cpp     Vector<FontDataRange>::const_iterator end = m_ranges.end();
end                43 Source/platform/fonts/SegmentedFontData.cpp     for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
end                52 Source/platform/fonts/SegmentedFontData.cpp     Vector<FontDataRange>::const_iterator end = m_ranges.end();
end                53 Source/platform/fonts/SegmentedFontData.cpp     for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
end                68 Source/platform/fonts/SegmentedFontData.cpp     Vector<FontDataRange>::const_iterator end = m_ranges.end();
end                69 Source/platform/fonts/SegmentedFontData.cpp     for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
end                79 Source/platform/fonts/SegmentedFontData.cpp     Vector<FontDataRange>::const_iterator end = m_ranges.end();
end                80 Source/platform/fonts/SegmentedFontData.cpp     for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
end                94 Source/platform/fonts/SegmentedFontData.cpp     Vector<FontDataRange>::const_iterator end = m_ranges.end();
end                95 Source/platform/fonts/SegmentedFontData.cpp     for (Vector<FontDataRange>::const_iterator it = m_ranges.begin(); it != end; ++it) {
end                96 Source/platform/fonts/harfbuzz/HarfBuzzFace.cpp     ASSERT_WITH_SECURITY_IMPLICATION(result != harfBuzzFaceCache()->end());
end               147 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     for (CachedShapingResultsMap::iterator it = m_harfBuzzRunMap.begin(); it != m_harfBuzzRunMap.end(); ++it)
end               149 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     for (CachedShapingResultsLRU::iterator it = m_harfBuzzRunLRU.begin(); it != m_harfBuzzRunLRU.end(); ++it)
end               164 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     data->lru = --m_harfBuzzRunLRU.end();
end               182 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     return it != m_harfBuzzRunMap.end() ? it->second : 0;
end               200 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     node->lru = --m_harfBuzzRunLRU.end();
end               532 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         feature.end = static_cast<unsigned>(-1);
end               591 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     unsigned end;
end               755 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         addHarfBuzzRun(run.start, lastMatchingRun.end, run.fontData, run.script);
end               199 Source/platform/fonts/mac/ComplexTextController.cpp static bool advanceByCombiningCharacterSequence(const UChar*& iterator, const UChar* end, UChar32& baseCharacter, unsigned& markCount)
end               201 Source/platform/fonts/mac/ComplexTextController.cpp     ASSERT(iterator < end);
end               210 Source/platform/fonts/mac/ComplexTextController.cpp         if (iterator == end)
end               219 Source/platform/fonts/mac/ComplexTextController.cpp     while (iterator < end) {
end               222 Source/platform/fonts/mac/ComplexTextController.cpp         U16_NEXT(iterator, markLength, end - iterator, nextCharacter);
end               252 Source/platform/fonts/mac/ComplexTextController.cpp     const UChar* end = cp + m_end;
end               262 Source/platform/fonts/mac/ComplexTextController.cpp     if (!advanceByCombiningCharacterSequence(curr, end, baseCharacter, markCount))
end               281 Source/platform/fonts/mac/ComplexTextController.cpp     while (curr < end) {
end               287 Source/platform/fonts/mac/ComplexTextController.cpp         if (!advanceByCombiningCharacterSequence(curr, end, baseCharacter, markCount))
end               128 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp         OpenType::GlyphID end;
end               195 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp                     uint16_t fromEnd = coverage2->ranges[i].end + 1; // OpenType "end" is inclusive
end               523 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     for (float* end = &(outXYArray[count * 2]); outXYArray != end; ++glyphs, outXYArray += 2) {
end               562 Source/platform/fonts/opentype/OpenTypeVerticalData.cpp     for (unsigned index = offset, end = offset + length; index < end; ++index) {
end                70 Source/platform/geometry/FloatPolygonTest.cpp     std::sort(result.begin(), result.end(), compareEdgeIndex);
end               134 Source/platform/geometry/IntRect.cpp static inline int distanceToInterval(int pos, int start, int end)
end               138 Source/platform/geometry/IntRect.cpp     if (pos > end)
end               139 Source/platform/geometry/IntRect.cpp         return end - pos;
end                65 Source/platform/geometry/LayoutBoxExtent.h     LayoutUnit end(WritingMode, TextDirection) const;
end                53 Source/platform/geometry/Region.cpp     for (Shape::SpanIterator span = m_shape.spansBegin(), end = m_shape.spansEnd(); span != end && span + 1 != end; ++span) {
end                57 Source/platform/geometry/Region.cpp         for (Shape::SegmentIterator segment = m_shape.segmentsBegin(span), end = m_shape.segmentsEnd(span); segment != end && segment + 1 != end; segment += 2) {
end                81 Source/platform/geometry/Region.cpp     for (Shape::SpanIterator span = m_shape.spansBegin(), end = m_shape.spansEnd(); span != end && span + 1 != end; ++span) {
end                90 Source/platform/geometry/Region.cpp         for (Shape::SegmentIterator segment = m_shape.segmentsBegin(span), end = m_shape.segmentsEnd(span); segment != end && segment + 1 != end; segment += 2) {
end               241 Source/platform/geometry/Region.cpp bool Region::Shape::canCoalesce(SegmentIterator begin, SegmentIterator end)
end               250 Source/platform/geometry/Region.cpp     if (lastSpanEnd - lastSpanBegin != end - begin)
end               254 Source/platform/geometry/Region.cpp     if (!std::equal(begin, end, lastSpanBegin))
end               261 Source/platform/geometry/Region.cpp void Region::Shape::appendSpan(int y, SegmentIterator begin, SegmentIterator end)
end               263 Source/platform/geometry/Region.cpp     if (canCoalesce(begin, end))
end               267 Source/platform/geometry/Region.cpp     m_segments.appendRange(begin, end);
end               270 Source/platform/geometry/Region.cpp void Region::Shape::appendSpans(const Shape& shape, SpanIterator begin, SpanIterator end)
end               272 Source/platform/geometry/Region.cpp     for (SpanIterator it = begin; it != end; ++it)
end               322 Source/platform/geometry/Region.cpp     for (Shape::SpanIterator span = spansBegin(), end = spansEnd(); span != end; ++span) {
end               325 Source/platform/geometry/Region.cpp         for (Shape::SegmentIterator segment = segmentsBegin(span), end = segmentsEnd(span); segment != end; ++segment)
end               121 Source/platform/geometry/Region.h         void appendSpan(int y, SegmentIterator begin, SegmentIterator end);
end               122 Source/platform/geometry/Region.h         void appendSpans(const Shape&, SpanIterator begin, SpanIterator end);
end               124 Source/platform/geometry/Region.h         bool canCoalesce(SegmentIterator begin, SegmentIterator end);
end               123 Source/platform/graphics/Canvas2DLayerBridge.cpp     for (mailboxInfo = m_mailboxes.begin(); mailboxInfo < m_mailboxes.end(); ++mailboxInfo) {
end               449 Source/platform/graphics/Canvas2DLayerBridge.cpp     for (mailboxInfo = m_mailboxes.begin(); mailboxInfo < m_mailboxes.end(); mailboxInfo++) {
end               466 Source/platform/graphics/Canvas2DLayerBridge.cpp     ASSERT(mailboxInfo < m_mailboxes.end());
end               474 Source/platform/graphics/Canvas2DLayerBridge.cpp     for (mailboxInfo = m_mailboxes.begin(); mailboxInfo < m_mailboxes.end(); ++mailboxInfo) {
end               101 Source/platform/graphics/Gradient.cpp     std::stable_sort(m_stops.begin(), m_stops.end(), compareStops);
end               218 Source/platform/graphics/GraphicsContext.cpp     AnnotationList::const_iterator end = annotations.end();
end               219 Source/platform/graphics/GraphicsContext.cpp     for (AnnotationList::const_iterator it = annotations.begin(); it != end; ++it)
end               505 Source/platform/graphics/GraphicsLayer.cpp         if (repaintIt == repaintRectMap().end()) {
end               522 Source/platform/graphics/GraphicsLayer.cpp     if (repaintIt != repaintRectMap().end())
end               592 Source/platform/graphics/GraphicsLayer.cpp         if (it == renderingContextMap.end())
end                99 Source/platform/graphics/ImageDecodingStore.cpp         if (iter == m_imageCacheMap.end())
end               112 Source/platform/graphics/ImageDecodingStore.cpp         ASSERT_WITH_SECURITY_IMPLICATION(iter != m_imageCacheMap.end());
end               149 Source/platform/graphics/ImageDecodingStore.cpp         if (iter != m_imageCacheMap.end()) {
end               170 Source/platform/graphics/ImageDecodingStore.cpp     if (iter == m_decoderCacheMap.end())
end               186 Source/platform/graphics/ImageDecodingStore.cpp     ASSERT_WITH_SECURITY_IMPLICATION(iter != m_decoderCacheMap.end());
end               214 Source/platform/graphics/ImageDecodingStore.cpp         ASSERT_WITH_SECURITY_IMPLICATION(iter != m_decoderCacheMap.end());
end               234 Source/platform/graphics/ImageDecodingStore.cpp     if (iter == m_imageCacheMap.end())
end               394 Source/platform/graphics/ImageDecodingStore.cpp     ASSERT(iter != identifierMap->end());
end               423 Source/platform/graphics/ImageDecodingStore.cpp     if (iter == identifierMap->end())
end                35 Source/platform/graphics/PathTraversalState.cpp static inline float distanceLine(const FloatPoint& start, const FloatPoint& end)
end                37 Source/platform/graphics/PathTraversalState.cpp     return sqrtf((end.x() - start.x()) * (end.x() - start.x()) + (end.y() - start.y()) * (end.y() - start.y()));
end                45 Source/platform/graphics/PathTraversalState.cpp         , end(e)
end                51 Source/platform/graphics/PathTraversalState.cpp         return distanceLine(start, control) + distanceLine(control, end);
end                57 Source/platform/graphics/PathTraversalState.cpp         right.control = midPoint(control, end);
end                60 Source/platform/graphics/PathTraversalState.cpp         left.end = leftControlToRightControl;
end                64 Source/platform/graphics/PathTraversalState.cpp         right.end = end;
end                69 Source/platform/graphics/PathTraversalState.cpp     FloatPoint end;
end                78 Source/platform/graphics/PathTraversalState.cpp         , end(e)
end                84 Source/platform/graphics/PathTraversalState.cpp         return distanceLine(start, control1) + distanceLine(control1, control2) + distanceLine(control2, end);
end                95 Source/platform/graphics/PathTraversalState.cpp         right.control2 = midPoint(control2, end);
end                97 Source/platform/graphics/PathTraversalState.cpp         right.end = end;
end               100 Source/platform/graphics/PathTraversalState.cpp         left.end = leftControl2ToRightControl1;
end               107 Source/platform/graphics/PathTraversalState.cpp     FloatPoint end;
end               127 Source/platform/graphics/PathTraversalState.cpp         if ((length - distanceLine(curve.start, curve.end)) > kPathSegmentLengthTolerance && curveStack.size() <= curveStackDepthLimit) {
end               137 Source/platform/graphics/PathTraversalState.cpp                 traversalState.m_current = curve.end;
end               228 Source/platform/graphics/filters/FEColorMatrix.cpp         const Vector<float>::const_iterator end = m_values.end();
end               229 Source/platform/graphics/filters/FEColorMatrix.cpp         while (ptr < end) {
end               232 Source/platform/graphics/filters/FEColorMatrix.cpp             if (ptr < end)
end               375 Source/platform/graphics/filters/FilterEffect.cpp             unsigned char* end = sourceComponent + (m_absolutePaintRect.width() * m_absolutePaintRect.height() * 4);
end               376 Source/platform/graphics/filters/FilterEffect.cpp             while (sourceComponent < end) {
end               409 Source/platform/graphics/filters/FilterEffect.cpp             unsigned char* end = sourceComponent + (m_absolutePaintRect.width() * m_absolutePaintRect.height() * 4);
end               410 Source/platform/graphics/filters/FilterEffect.cpp             while (sourceComponent < end) {
end                74 Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp     if (it != m_map.end()) {
end               185 Source/platform/heap/Heap.cpp         Address end = base + allocationSize;
end               202 Source/platform/heap/Heap.cpp         if (blinkPageEnd < end)
end               203 Source/platform/heap/Heap.cpp             MemoryRegion(blinkPageEnd, end - blinkPageEnd).release();
end               745 Source/platform/heap/Heap.cpp         Address end = page->end();
end               747 Source/platform/heap/Heap.cpp         for (headerAddress = page->payload(); headerAddress < end; ) {
end               755 Source/platform/heap/Heap.cpp         ASSERT(headerAddress == end);
end               756 Source/platform/heap/Heap.cpp         addToFreeList(page->payload(), end - page->payload());
end               866 Source/platform/heap/Heap.cpp     ASSERT(headerAddress != end());
end               873 Source/platform/heap/Heap.cpp         ASSERT(headerAddress <= end());
end               874 Source/platform/heap/Heap.cpp     } while (headerAddress < end());
end               890 Source/platform/heap/Heap.cpp     for (Address headerAddress = startOfGap; headerAddress < end(); ) {
end               919 Source/platform/heap/Heap.cpp     if (startOfGap != end())
end               920 Source/platform/heap/Heap.cpp         heap()->addToFreeList(startOfGap, end() - startOfGap);
end               926 Source/platform/heap/Heap.cpp     for (Address headerAddress = payload(); headerAddress < end();) {
end               940 Source/platform/heap/Heap.cpp     for (Address headerAddress = start; headerAddress < end();) {
end               949 Source/platform/heap/Heap.cpp         ASSERT(headerAddress <= end());
end              1011 Source/platform/heap/Heap.cpp     for (Address headerAddress = payload(); headerAddress < end(); ) {
end              1251 Source/platform/heap/Heap.cpp     for (ThreadState::AttachedThreadStateSet::iterator it = threads.begin(), end = threads.end(); it != end; ++it) {
end              1263 Source/platform/heap/Heap.cpp     for (ThreadState::AttachedThreadStateSet::iterator it = threads.begin(), end = threads.end(); it != end; ++it) {
end              1309 Source/platform/heap/Heap.cpp     for (ThreadState::AttachedThreadStateSet::iterator it = threads.begin(), end = threads.end(); it != end; ++it)
end              1357 Source/platform/heap/Heap.cpp     for (ThreadStateIterator it = threads.begin(), end = threads.end(); it != end; ++it) {
end              1368 Source/platform/heap/Heap.cpp     for (ThreadState::AttachedThreadStateSet::iterator it = threads.begin(), end = threads.end(); it != end; ++it) {
end              1379 Source/platform/heap/Heap.cpp     for (ThreadState::AttachedThreadStateSet::iterator it = threads.begin(), end = threads.end(); it != end; ++it)
end               441 Source/platform/heap/Heap.h     Address end() { return payload() + payloadSize(); }
end                19 Source/platform/heap/HeapTerminatedArray.h     using TerminatedArray<T>::end;
end                23 Source/platform/heap/HeapTerminatedArray.h         for (typename TerminatedArray<T>::iterator it = begin(); it != end(); ++it)
end              2204 Source/platform/heap/HeapTest.cpp void MapIteratorCheck(T& it, const T& end, int expected)
end              2207 Source/platform/heap/HeapTest.cpp     while (it != end) {
end              2219 Source/platform/heap/HeapTest.cpp void SetIteratorCheck(T& it, const T& end, int expected)
end              2222 Source/platform/heap/HeapTest.cpp     while (it != end) {
end              2592 Source/platform/heap/HeapTest.cpp                     MapIteratorCheck(it1, weakStrong->end(), 64);
end              2595 Source/platform/heap/HeapTest.cpp                     MapIteratorCheck(it2, strongWeak->end(), 64);
end              2598 Source/platform/heap/HeapTest.cpp                     MapIteratorCheck(it3, weakWeak->end(), 64);
end              2601 Source/platform/heap/HeapTest.cpp                     SetIteratorCheck(it4, weakSet->end(), 64);
end              2656 Source/platform/heap/HeapTest.cpp                 MapIteratorCheck(it1, weakStrong->end(), (collectionNumber == weakStrongIndex ? count : 0) + added);
end              2657 Source/platform/heap/HeapTest.cpp                 MapIteratorCheck(it2, strongWeak->end(), (collectionNumber == strongWeakIndex ? count : 0) + added);
end              2658 Source/platform/heap/HeapTest.cpp                 MapIteratorCheck(it3, weakWeak->end(), (collectionNumber == weakWeakIndex ? count : 0) + added);
end              2659 Source/platform/heap/HeapTest.cpp                 SetIteratorCheck(it4, weakSet->end(), (collectionNumber == weakSetIndex ? count : 0) + added);
end              3103 Source/platform/heap/HeapTest.cpp     for (HashSet<RawPtr<int> >::iterator it = set.begin(); it != set.end(); ++it)
end               121 Source/platform/heap/ThreadState.cpp         for (ThreadState::AttachedThreadStateSet::iterator it = threads.begin(), end = threads.end(); it != end; ++it) {
end               148 Source/platform/heap/ThreadState.cpp         for (ThreadState::AttachedThreadStateSet::iterator it = threads.begin(), end = threads.end(); it != end; ++it) {
end               345 Source/platform/heap/ThreadState.cpp     for (AttachedThreadStateSet::iterator it = threads.begin(), end = threads.end(); it != end; ++it)
end               354 Source/platform/heap/ThreadState.cpp     Address* end = reinterpret_cast<Address*>(m_endOfStack);
end               366 Source/platform/heap/ThreadState.cpp         if (realFrameForFakeFrame > end && start > realFrameForFakeFrame) {
end               386 Source/platform/heap/ThreadState.cpp     Address* end = reinterpret_cast<Address*>(m_endOfStack);
end               388 Source/platform/heap/ThreadState.cpp     Address* current = safePointScopeMarker ? safePointScopeMarker : end;
end               399 Source/platform/heap/ThreadState.cpp     for (Vector<Address>::iterator it = m_safePointStackCopy.begin(); it != m_safePointStackCopy.end(); ++it) {
end               664 Source/platform/heap/ThreadState.cpp     Address end = reinterpret_cast<Address>(&start);
end               665 Source/platform/heap/ThreadState.cpp     RELEASE_ASSERT(end < start);
end               667 Source/platform/heap/ThreadState.cpp     if (end <= scopeMarker && scopeMarker < start)
end               672 Source/platform/heap/ThreadState.cpp     if (start - end < bytesToCopy)
end               675 Source/platform/heap/ThreadState.cpp     return end + bytesToCopy;
end               409 Source/platform/heap/Visitor.h             for (typename HashSet::iterator it = iterSet.begin(), end = iterSet.end(); it != end; ++it)
end               425 Source/platform/heap/Visitor.h         for (typename ListHashSet::iterator it = iterSet.begin(), end = iterSet.end(); it != end; ++it)
end               440 Source/platform/heap/Visitor.h             for (typename HashMap::iterator it = iterMap.begin(), end = iterMap.end(); it != end; ++it) {
end               461 Source/platform/heap/Visitor.h         for (typename Vector::const_iterator it = vector.begin(), end = vector.end(); it != end; ++it)
end               474 Source/platform/heap/Visitor.h         for (typename Deque::const_iterator it = deque.begin(), end = deque.end(); it != end; ++it)
end               206 Source/platform/image-decoders/gif/GIFImageReader.cpp     if (rowIter == rowBuffer.end())
end               315 Source/platform/image-decoders/gif/GIFImageReader.cpp     for (Table::iterator iter = m_table.begin(); iter != m_table.end(); ++iter) {
end                67 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     for (BMPReaders::iterator i(m_bmpReaders.begin()); i != m_bmpReaders.end(); ++i) {
end               275 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     for (IconDirectoryEntries::iterator i(m_dirEntries.begin()); i != m_dirEntries.end(); ++i)
end               280 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     for (IconDirectoryEntries::iterator i(m_dirEntries.begin()); i != m_dirEntries.end(); ++i) {
end               286 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     std::sort(m_dirEntries.begin(), m_dirEntries.end(), compareEntries);
end               195 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         JOCTET* end = marker->data + marker->data_length;
end               196 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         if (end - ifd < 2)
end               205 Source/platform/image-decoders/jpeg/JPEGImageDecoder.cpp         for (unsigned i = 0; i < tagCount && end - ifd >= ifdEntrySize; ++i, ifd += ifdEntrySize) {
end                32 Source/platform/mac/EmptyProtocolDefinitions.h @end
end                49 Source/platform/mac/NSScrollerImpDetails.h @end
end                83 Source/platform/mac/NSScrollerImpDetails.h @end
end               108 Source/platform/mac/NSScrollerImpDetails.h @end
end                33 Source/platform/mac/ThemeMac.h @end
end                36 Source/platform/mac/WebCoreNSCellExtras.h @end
end                36 Source/platform/mac/WebFontCache.h @end
end               121 Source/platform/mediastream/MediaStreamDescriptor.cpp     for (MediaStreamComponentVector::const_iterator iter = audioComponents.begin(); iter != audioComponents.end(); ++iter)
end               123 Source/platform/mediastream/MediaStreamDescriptor.cpp     for (MediaStreamComponentVector::const_iterator iter = videoComponents.begin(); iter != videoComponents.end(); ++iter)
end                55 Source/platform/mediastream/MediaStreamSource.cpp         for (Vector<Observer*>::iterator i = m_observers.begin(); i != m_observers.end(); ++i)
end                95 Source/platform/mediastream/MediaStreamSource.cpp     for (Vector<RefPtr<AudioDestinationConsumer> >::iterator it = m_audioConsumers.begin(); it != m_audioConsumers.end(); ++it)
end               103 Source/platform/mediastream/MediaStreamSource.cpp     for (Vector<RefPtr<AudioDestinationConsumer> >::iterator it = m_audioConsumers.begin(); it != m_audioConsumers.end(); ++it)
end                47 Source/platform/mhtml/ArchiveResourceCollection.cpp     for (Vector<RefPtr<ArchiveResource> >::const_iterator iterator = subresources.begin(); iterator != subresources.end(); ++iterator)
end                51 Source/platform/mhtml/ArchiveResourceCollection.cpp     for (Vector<RefPtr<MHTMLArchive> >::const_iterator iterator = subframes.begin(); iterator != subframes.end(); ++iterator) {
end               225 Source/platform/mhtml/MHTMLArchive.cpp     for (Vector<RefPtr<MHTMLArchive> >::iterator it = m_subframeArchives.begin(); it != m_subframeArchives.end(); ++it) {
end               106 Source/platform/mhtml/MHTMLParser.cpp             if (keyValuePairs.find(key) != keyValuePairs.end())
end               131 Source/platform/mhtml/MHTMLParser.cpp     if (mimeParametersIterator != keyValuePairs.end()) {
end               150 Source/platform/mhtml/MHTMLParser.cpp     if (mimeParametersIterator != keyValuePairs.end())
end               154 Source/platform/mhtml/MHTMLParser.cpp     if (mimeParametersIterator != keyValuePairs.end())
end                87 Source/platform/network/FormDataBuilder.cpp     Vector<String>::const_iterator end = charsets.end();
end                88 Source/platform/network/FormDataBuilder.cpp     for (Vector<String>::const_iterator it = charsets.begin(); it != end; ++it) {
end                52 Source/platform/network/HTTPHeaderMap.cpp     HTTPHeaderMap::const_iterator endIt = end();
end               100 Source/platform/network/HTTPHeaderMap.cpp     if (i == end())
end               107 Source/platform/network/HTTPHeaderMap.cpp     return find<CaseFoldingCStringTranslator>(name) != end();
end               583 Source/platform/network/HTTPParsers.cpp     const char* end = p + 1;
end               584 Source/platform/network/HTTPParsers.cpp     if (*(end - 2) != '\r') {
end               596 Source/platform/network/HTTPParsers.cpp     String httpVersionString(space2 + 1, end - space2 - 3); // For length subtract 1 for space, and 2 for "\r\n".
end               606 Source/platform/network/HTTPParsers.cpp     return end - data;
end               612 Source/platform/network/HTTPParsers.cpp     const char* end = start + length;
end               619 Source/platform/network/HTTPParsers.cpp     for (; p < end; p++) {
end               623 Source/platform/network/HTTPParsers.cpp                 if (p + 1 < end && *(p + 1) == '\n')
end               625 Source/platform/network/HTTPParsers.cpp                 failureReason = "CR doesn't follow LF at " + trimInputSample(p, end - p);
end               645 Source/platform/network/HTTPParsers.cpp     for (; p < end && *p == 0x20; p++) { }
end               647 Source/platform/network/HTTPParsers.cpp     for (; p < end; p++) {
end               662 Source/platform/network/HTTPParsers.cpp     if (p >= end || *p != '\n') {
end               663 Source/platform/network/HTTPParsers.cpp         failureReason = "CR doesn't follow LF after value at " + trimInputSample(p, end - p);
end                81 Source/platform/network/HTTPRequest.cpp     const char* end = data + length;
end                85 Source/platform/network/HTTPRequest.cpp         size_t consumedLength = parseHTTPHeader(p, end - p, failureReason, name, value);
end               250 Source/platform/network/ResourceRequest.cpp     HTTPHeaderMap::const_iterator end = headerFields.end();
end               251 Source/platform/network/ResourceRequest.cpp     for (HTTPHeaderMap::const_iterator it = headerFields.begin(); it != end; ++it)
end               711 Source/platform/scroll/ScrollView.cpp     HashSet<RefPtr<Widget> >::const_iterator end = m_children.end();
end               712 Source/platform/scroll/ScrollView.cpp     for (HashSet<RefPtr<Widget> >::const_iterator current = m_children.begin(); current != end; ++current)
end              1062 Source/platform/scroll/ScrollView.cpp     HashSet<RefPtr<Widget> >::iterator end = m_children.end();
end              1063 Source/platform/scroll/ScrollView.cpp     for (HashSet<RefPtr<Widget> >::iterator it = m_children.begin(); it != end; ++it)
end              1072 Source/platform/scroll/ScrollView.cpp             HashSet<RefPtr<Widget> >::iterator end = m_children.end();
end              1073 Source/platform/scroll/ScrollView.cpp             for (HashSet<RefPtr<Widget> >::iterator it = m_children.begin(); it != end; ++it)
end              1085 Source/platform/scroll/ScrollView.cpp             HashSet<RefPtr<Widget> >::iterator end = m_children.end();
end              1086 Source/platform/scroll/ScrollView.cpp             for (HashSet<RefPtr<Widget> >::iterator it = m_children.begin(); it != end; ++it)
end               112 Source/platform/scroll/ScrollbarThemeNonMacCommon.cpp     for (Vector<IntRect>::const_iterator i = tickmarks.begin(); i != tickmarks.end(); ++i) {
end               248 Source/platform/text/BidiResolver.h     void createBidiRunsForLine(const Iterator& end, VisualDirectionOverride = NoVisualOverride, bool hardLineBreak = false, bool reorderRuns = true);
end               258 Source/platform/text/BidiResolver.h     bool isEndOfLine(const Iterator& end) { return m_current == end || m_current.atEnd(); }
end               613 Source/platform/text/BidiResolver.h             unsigned end = i - 1;
end               614 Source/platform/text/BidiResolver.h             m_runs.reverseRuns(start, end);
end               664 Source/platform/text/BidiResolver.h void BidiResolver<Iterator, Run>::createBidiRunsForLine(const Iterator& end, VisualDirectionOverride override, bool hardLineBreak, bool reorderRuns)
end               671 Source/platform/text/BidiResolver.h     m_endOfLine = end;
end               677 Source/platform/text/BidiResolver.h         while (m_current != end && !m_current.atEnd()) {
end               703 Source/platform/text/BidiResolver.h         if (!lastLineEnded && isEndOfLine(end)) {
end              1024 Source/platform/text/BidiResolver.h             m_current = end;
end              1048 Source/platform/text/BidiResolver.h                 m_current = end;
end               157 Source/platform/text/BidiResolverTest.cpp     std::copy(actual.begin(), actual.end(), std::ostream_iterator<int>(diff, " "));
end               159 Source/platform/text/BidiResolverTest.cpp     std::copy(expected.begin(), expected.end(), std::ostream_iterator<int>(diff, " "));
end                58 Source/platform/text/BidiRunList.h     void reverseRuns(unsigned start, unsigned end);
end               201 Source/platform/text/BidiRunList.h void BidiRunList<Run>::reverseRuns(unsigned start, unsigned end)
end               204 Source/platform/text/BidiRunList.h     if (start >= end)
end               207 Source/platform/text/BidiRunList.h     ASSERT(end < m_runCount);
end               221 Source/platform/text/BidiRunList.h     while (i < end) {
end               231 Source/platform/text/BidiRunList.h     while (i <= end) {
end               168 Source/platform/text/LocaleToScriptMapping.cpp     if (it != scriptNameCodeMap.end())
end               391 Source/platform/text/LocaleToScriptMapping.cpp         if (it != localeScriptMap.end())
end               116 Source/platform/text/LocaleWin.cpp         if (iterator != map.end())
end                30 Source/platform/text/ParserUtilities.h inline bool skipString(const CharType*& ptr, const CharType* end, const CharType* name, int length)
end                32 Source/platform/text/ParserUtilities.h     if (end - ptr < length)
end                40 Source/platform/text/ParserUtilities.h inline bool skipString(const UChar*& ptr, const UChar* end, const LChar* name, int length)
end                42 Source/platform/text/ParserUtilities.h     if (end - ptr < length)
end                53 Source/platform/text/ParserUtilities.h inline bool skipString(const CharType*& ptr, const CharType* end, const char* str)
end                56 Source/platform/text/ParserUtilities.h     if (end - ptr < length)
end                35 Source/platform/text/SegmentedString.cpp         Deque<SegmentedSubstring>::const_iterator e = m_substrings.end();
end                47 Source/platform/text/SegmentedString.cpp         Deque<SegmentedSubstring>::iterator e = m_substrings.end();
end               126 Source/platform/text/SegmentedString.cpp         Deque<SegmentedSubstring>::const_iterator e = s.m_substrings.end();
end               177 Source/platform/text/SegmentedString.cpp         Deque<SegmentedSubstring>::const_iterator e = m_substrings.end();
end                93 Source/platform/text/TextBoundaries.cpp void findWordBoundary(const UChar* chars, int len, int position, int* start, int* end)
end                96 Source/platform/text/TextBoundaries.cpp     *end = it->following(position);
end                97 Source/platform/text/TextBoundaries.cpp     if (*end < 0)
end                98 Source/platform/text/TextBoundaries.cpp         *end = it->last();
end                42 Source/platform/text/TextBoundaries.h PLATFORM_EXPORT void findWordBoundary(const UChar*, int len, int position, int* start, int* end);
end               311 Source/platform/weborigin/KURL.cpp     if (path.len > 0 && m_string[path.end() - 1] == '/')
end               795 Source/platform/weborigin/KURL.cpp     const CHAR* end = begin + scheme.len;
end               797 Source/platform/weborigin/KURL.cpp     while (begin != end && *protocol) {
end               805 Source/platform/weborigin/KURL.cpp     return begin == end && !*protocol;
end               139 Source/platform/weborigin/SecurityPolicy.cpp     if (it == map.end())
end               114 Source/web/AssociatedURLLoader.cpp         HTTPHeaderSet::const_iterator end = m_exposedHeaders.end();
end               115 Source/web/AssociatedURLLoader.cpp         for (HTTPHeaderSet::const_iterator it = m_exposedHeaders.begin(); it != end; ++it)
end               217 Source/web/AssociatedURLLoader.cpp         HTTPHeaderSet::const_iterator end = blockedHeaders.end();
end               218 Source/web/AssociatedURLLoader.cpp         for (HTTPHeaderSet::const_iterator it = blockedHeaders.begin(); it != end; ++it)
end               812 Source/web/PopupListBox.cpp     for (Vector<PopupItem*>::iterator it = m_items.begin(); it != m_items.end(); ++it)
end               449 Source/web/TextFinder.cpp     for (Vector<FindMatch>::iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
end               464 Source/web/TextFinder.cpp         for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
end               501 Source/web/TextFinder.cpp     for (Vector<FindMatch>::const_iterator it = m_findMatchesCache.begin(); it != m_findMatchesCache.end(); ++it) {
end                61 Source/web/WebDOMEventListenerPrivate.cpp     for (iter = m_listenerWrappers.begin(); iter != m_listenerWrappers.end(); ++iter) {
end                74 Source/web/WebDOMEventListenerPrivate.cpp     for (iter = m_listenerWrappers.begin(); iter != m_listenerWrappers.end(); ++iter)
end               130 Source/web/WebDevToolsAgentImpl.cpp         HashSet<Page*>::const_iterator end = pages.end();
end               131 Source/web/WebDevToolsAgentImpl.cpp         for (HashSet<Page*>::const_iterator it =  pages.begin(); it != end; ++it) {
end               150 Source/web/WebDevToolsAgentImpl.cpp         for (Vector<WebViewImpl*>::iterator it = views.begin(); it != views.end(); ++it) {
end               470 Source/web/WebDevToolsAgentImpl.cpp             return i == m_map.end() ? 0 : i->value;
end               146 Source/web/WebFormControlElement.cpp void WebFormControlElement::setSelectionRange(int start, int end)
end               149 Source/web/WebFormControlElement.cpp         unwrap<HTMLInputElement>()->setSelectionRange(start, end);
end               151 Source/web/WebFormControlElement.cpp         unwrap<HTMLTextAreaElement>()->setSelectionRange(start, end);
end                92 Source/web/WebFormElement.cpp     for (Vector<FormAssociatedElement*>::const_iterator it = associatedElements.begin(); it != associatedElements.end(); ++it) {
end               301 Source/web/WebFrameImpl.cpp         PrintContext::end();
end              1239 Source/web/WebFrameImpl.cpp     return frame()->selection().start() != frame()->selection().end();
end              1326 Source/web/WebFrameImpl.cpp bool WebFrameImpl::setEditableSelectionOffsets(int start, int end)
end              1328 Source/web/WebFrameImpl.cpp     return frame()->inputMethodController().setEditableSelectionOffsets(PlainTextRange(start, end));
end              1433 Source/web/WebFrameImpl.cpp     m_printContext->end();
end              1658 Source/web/WebFrameImpl.cpp     HashSet<WebFrameImpl*>::iterator end = m_openedFrames.end();
end              1659 Source/web/WebFrameImpl.cpp     for (HashSet<WebFrameImpl*>::iterator it = m_openedFrames.begin(); it != end; ++it)
end               188 Source/web/WebFrameImpl.h     virtual bool setEditableSelectionOffsets(int start, int end) OVERRIDE;
end                59 Source/web/WebGeolocationPermissionRequestManager.cpp     if (it == m_private->m_geolocationIdMap.end())
end                70 Source/web/WebGeolocationPermissionRequestManager.cpp     if (it == m_private->m_idGeolocationMap.end())
end                47 Source/web/WebIDBMetadata.cpp     for (IDBDatabaseMetadata::ObjectStoreMap::const_iterator storeIterator = metadata.objectStores.begin(); storeIterator != metadata.objectStores.end(); ++storeIterator) {
end                58 Source/web/WebIDBMetadata.cpp         for (IDBObjectStoreMetadata::IndexMap::const_iterator indexIterator = objectStore.indexes.begin(); indexIterator != objectStore.indexes.end(); ++indexIterator) {
end               162 Source/web/WebPageSerializer.cpp     for (Vector<SerializedResource>::const_iterator iter = resources.begin(); iter != resources.end(); ++iter) {
end                59 Source/web/WebSearchableFormData.cpp     for (Vector<String>::const_iterator i(charsets.begin()); i != charsets.end(); ++i) {
end                84 Source/web/WebSearchableFormData.cpp     for (Vector<FormAssociatedElement*>::const_iterator i(element.begin()); i != element.end(); ++i) {
end               104 Source/web/WebSearchableFormData.cpp         for (Vector<HTMLElement*>::const_iterator i(listItems.begin()); i != listItems.end(); ++i) {
end               117 Source/web/WebSearchableFormData.cpp     for (Vector<HTMLElement*>::const_iterator i(listItems.begin()); i != listItems.end(); ++i) {
end               159 Source/web/WebSearchableFormData.cpp     for (Vector<FormAssociatedElement*>::const_iterator i(element.begin()); i != element.end(); ++i) {
end               202 Source/web/WebSearchableFormData.cpp     for (Vector<FormAssociatedElement*>::const_iterator i(elements.begin()); i != elements.end(); ++i) {
end               217 Source/web/WebSearchableFormData.cpp         for (WillBeHeapVector<FormDataList::Item>::const_iterator j(items.begin()); j != items.end(); ++j) {
end              2057 Source/web/WebViewImpl.cpp             info.selectionEnd = plainTextRange.end();
end              2065 Source/web/WebViewImpl.cpp             info.compositionEnd = plainTextRange.end();
end              2237 Source/web/WebViewImpl.cpp bool WebViewImpl::selectionTextDirection(WebTextDirection& start, WebTextDirection& end) const
end              2246 Source/web/WebViewImpl.cpp     end = selection.end().primaryDirection() == RTL ? WebTextDirectionRightToLeft : WebTextDirectionLeftToRight;
end               157 Source/web/WebViewImpl.h     virtual bool selectionTextDirection(WebTextDirection& start, WebTextDirection& end) const OVERRIDE;
end                57 Source/web/painting/ContinuousPainter.cpp     for (it = children.begin(); it != children.end(); ++it)
end                76 Source/web/tests/LocaleMacTest.cpp         unsigned end;
end                77 Source/web/tests/LocaleMacTest.cpp         date.parseWeek(isoString, 0, end);
end                85 Source/web/tests/LocaleMacTest.cpp         unsigned end;
end                86 Source/web/tests/LocaleMacTest.cpp         date.parseMonth(isoString, 0, end);
end               100 Source/web/tests/PopupMenuTest.cpp     virtual bool itemIsEnabled(unsigned listIndex) const { return m_disabledIndexSet.find(listIndex) == m_disabledIndexSet.end(); }
end               135 Source/web/tests/PrerenderingTest.cpp         return std::count_if(m_addedPrerenders.begin(), m_addedPrerenders.end(), std::bind1st(WebPrerenderEqual(), prerender));
end               140 Source/web/tests/PrerenderingTest.cpp         return std::count_if(m_canceledPrerenders.begin(), m_canceledPrerenders.end(), std::bind1st(WebPrerenderEqual(), prerender));
end               145 Source/web/tests/PrerenderingTest.cpp         return std::count_if(m_abandonedPrerenders.begin(), m_abandonedPrerenders.end(), std::bind1st(WebPrerenderEqual(), prerender));
end                57 Source/wtf/ArrayBuffer.h     inline PassRefPtr<ArrayBuffer> slice(int begin, int end) const;
end                74 Source/wtf/ArrayBuffer.h     inline PassRefPtr<ArrayBuffer> sliceImpl(unsigned begin, unsigned end) const;
end               152 Source/wtf/ArrayBuffer.h PassRefPtr<ArrayBuffer> ArrayBuffer::slice(int begin, int end) const
end               154 Source/wtf/ArrayBuffer.h     return sliceImpl(clampIndex(begin), clampIndex(end));
end               162 Source/wtf/ArrayBuffer.h PassRefPtr<ArrayBuffer> ArrayBuffer::sliceImpl(unsigned begin, unsigned end) const
end               164 Source/wtf/ArrayBuffer.h     unsigned size = begin <= end ? end - begin : 0;
end                88 Source/wtf/ArrayBufferView.h     static inline void calculateOffsetAndLength(int start, int end, unsigned arraySize,
end               187 Source/wtf/ArrayBufferView.h void ArrayBufferView::calculateOffsetAndLength(int start, int end, unsigned arraySize,
end               194 Source/wtf/ArrayBufferView.h     if (end < 0)
end               195 Source/wtf/ArrayBufferView.h         end += arraySize;
end               196 Source/wtf/ArrayBufferView.h     if (end < 0)
end               197 Source/wtf/ArrayBufferView.h         end = 0;
end               198 Source/wtf/ArrayBufferView.h     if (static_cast<unsigned>(end) > arraySize)
end               199 Source/wtf/ArrayBufferView.h         end = arraySize;
end               200 Source/wtf/ArrayBufferView.h     if (end < start)
end               201 Source/wtf/ArrayBufferView.h         end = start;
end               203 Source/wtf/ArrayBufferView.h     *length = static_cast<unsigned>(end - start);
end                68 Source/wtf/Deque.h         iterator end() { return iterator(this, m_end); }
end                70 Source/wtf/Deque.h         const_iterator end() const { return const_iterator(this, m_end); }
end                71 Source/wtf/Deque.h         reverse_iterator rbegin() { return reverse_iterator(end()); }
end                73 Source/wtf/Deque.h         const_reverse_iterator rbegin() const { return const_reverse_iterator(end()); }
end                80 Source/wtf/Deque.h         T& last() { ASSERT(m_start != m_end); return *(--end()); }
end                81 Source/wtf/Deque.h         const T& last() const { ASSERT(m_start != m_end); return *(--end()); }
end               228 Source/wtf/Deque.h         iterator end = collection.end();
end               229 Source/wtf/Deque.h         for (iterator it = collection.begin(); it != end; ++it)
end               283 Source/wtf/Deque.h         iterator end_iterator = end();
end                55 Source/wtf/Float32Array.h     inline PassRefPtr<Float32Array> subarray(int start, int end) const;
end               100 Source/wtf/Float32Array.h PassRefPtr<Float32Array> Float32Array::subarray(int start, int end) const
end               102 Source/wtf/Float32Array.h     return subarrayImpl<Float32Array>(start, end);
end                55 Source/wtf/Float64Array.h     inline PassRefPtr<Float64Array> subarray(int start, int end) const;
end               100 Source/wtf/Float64Array.h PassRefPtr<Float64Array> Float64Array::subarray(int start, int end) const
end               102 Source/wtf/Float64Array.h     return subarrayImpl<Float64Array>(start, end);
end                51 Source/wtf/HashCountedSet.h         iterator end();
end                53 Source/wtf/HashCountedSet.h         const_iterator end() const;
end               112 Source/wtf/HashCountedSet.h     inline typename HashCountedSet<Value, HashFunctions, Traits>::iterator HashCountedSet<Value, HashFunctions, Traits>::end()
end               114 Source/wtf/HashCountedSet.h         return m_impl.end();
end               124 Source/wtf/HashCountedSet.h     inline typename HashCountedSet<Value, HashFunctions, Traits>::const_iterator HashCountedSet<Value, HashFunctions, Traits>::end() const
end               126 Source/wtf/HashCountedSet.h         return m_impl.end();
end               170 Source/wtf/HashCountedSet.h         if (it == end())
end               194 Source/wtf/HashCountedSet.h         if (it == end())
end               214 Source/wtf/HashCountedSet.h         iterator end = collection.end();
end               215 Source/wtf/HashCountedSet.h         for (unsigned i = 0; it != end; ++it, ++i)
end               227 Source/wtf/HashCountedSet.h         iterator end = collection.end();
end               228 Source/wtf/HashCountedSet.h         for (unsigned i = 0; it != end; ++it, ++i)
end               114 Source/wtf/HashMap.h         iterator end();
end               116 Source/wtf/HashMap.h         const_iterator end() const;
end               188 Source/wtf/HashMap.h             iterator end()
end               190 Source/wtf/HashMap.h                 return HashMapType::end().keys();
end               198 Source/wtf/HashMap.h             const_iterator end() const
end               200 Source/wtf/HashMap.h                 return HashMapType::end().keys();
end               226 Source/wtf/HashMap.h             iterator end()
end               228 Source/wtf/HashMap.h                 return HashMapType::end().values();
end               236 Source/wtf/HashMap.h             const_iterator end() const
end               238 Source/wtf/HashMap.h                 return HashMapType::end().values();
end               306 Source/wtf/HashMap.h     inline typename HashMap<T, U, V, W, X, Y>::iterator HashMap<T, U, V, W, X, Y>::end()
end               308 Source/wtf/HashMap.h         return m_impl.end();
end               318 Source/wtf/HashMap.h     inline typename HashMap<T, U, V, W, X, Y>::const_iterator HashMap<T, U, V, W, X, Y>::end() const
end               320 Source/wtf/HashMap.h         return m_impl.end();
end               432 Source/wtf/HashMap.h         if (it == end())
end               464 Source/wtf/HashMap.h         const_iterator aEnd = a.end();
end               465 Source/wtf/HashMap.h         const_iterator bEnd = b.end();
end               485 Source/wtf/HashMap.h         iterator end = collection.end();
end               486 Source/wtf/HashMap.h         for (iterator it = collection.begin(); it != end; ++it)
end               494 Source/wtf/HashMap.h         iterator end = collection.end();
end               495 Source/wtf/HashMap.h         for (iterator it = collection.begin(); it != end; ++it)
end               507 Source/wtf/HashMap.h         iterator end = collection.end().keys();
end               508 Source/wtf/HashMap.h         for (unsigned i = 0; it != end; ++it, ++i)
end               520 Source/wtf/HashMap.h         iterator end = collection.end().values();
end               521 Source/wtf/HashMap.h         for (unsigned i = 0; it != end; ++it, ++i)
end                43 Source/wtf/HashMapTest.cpp     ASSERT_TRUE(map.begin() != map.end());
end                44 Source/wtf/HashMapTest.cpp     ASSERT_FALSE(map.begin() == map.end());
end                49 Source/wtf/HashMapTest.cpp     ASSERT_TRUE(begin != map.end());
end                50 Source/wtf/HashMapTest.cpp     ASSERT_TRUE(map.end() != begin);
end                53 Source/wtf/HashMapTest.cpp     ASSERT_FALSE(begin == map.end());
end                54 Source/wtf/HashMapTest.cpp     ASSERT_FALSE(map.end() == begin);
end               119 Source/wtf/HashMapTest.cpp     for (OwnPtrHashMap::iterator iter = map.begin(); iter != map.end(); ++iter) {
end               173 Source/wtf/HashMapTest.cpp     ASSERT_NE(map.end(), map.find(rawPtr));
end               175 Source/wtf/HashMapTest.cpp     ASSERT_NE(map.end(), map.find(ptr));
end                87 Source/wtf/HashSet.h         iterator end() const;
end               169 Source/wtf/HashSet.h     inline typename HashSet<T, U, V, W>::iterator HashSet<T, U, V, W>::end() const
end               171 Source/wtf/HashSet.h         return m_impl.end();
end               254 Source/wtf/HashSet.h         iterator end = collection.end();
end               255 Source/wtf/HashSet.h         for (iterator it = collection.begin(); it != end; ++it)
end               273 Source/wtf/HashSet.h         iterator end = collection.end();
end               274 Source/wtf/HashSet.h         for (unsigned i = 0; it != end; ++it, ++i)
end               181 Source/wtf/HashTable.h         HashTableIterator(PointerType pos, PointerType end, const HashTableType* container) : m_iterator(pos, end, container) { }
end               182 Source/wtf/HashTable.h         HashTableIterator(PointerType pos, PointerType end, const HashTableType* container, HashItemKnownGoodTag tag) : m_iterator(pos, end, container, tag) { }
end               338 Source/wtf/HashTable.h         iterator begin() { return isEmpty() ? end() : makeIterator(m_table); }
end               339 Source/wtf/HashTable.h         iterator end() { return makeKnownGoodIterator(m_table + m_tableSize); }
end               340 Source/wtf/HashTable.h         const_iterator begin() const { return isEmpty() ? end() : makeConstIterator(m_table); }
end               341 Source/wtf/HashTable.h         const_iterator end() const { return makeKnownGoodConstIterator(m_table + m_tableSize); }
end               848 Source/wtf/HashTable.h             return end();
end               859 Source/wtf/HashTable.h             return end();
end               893 Source/wtf/HashTable.h         if (it == end())
end               902 Source/wtf/HashTable.h         if (it == end())
end              1043 Source/wtf/HashTable.h         const_iterator end = other.end();
end              1044 Source/wtf/HashTable.h         for (const_iterator it = other.begin(); it != end; ++it)
end               106 Source/wtf/InstanceCounter.cpp     ASSERT(it != m_counterMap.end());
end               121 Source/wtf/InstanceCounter.cpp     HashMap<String, int>::iterator itEnd = m_counterMap.end();
end                49 Source/wtf/Int16Array.h     inline PassRefPtr<Int16Array> subarray(int start, int end) const;
end                94 Source/wtf/Int16Array.h PassRefPtr<Int16Array> Int16Array::subarray(int start, int end) const
end                96 Source/wtf/Int16Array.h     return subarrayImpl<Int16Array>(start, end);
end                48 Source/wtf/Int32Array.h     inline PassRefPtr<Int32Array> subarray(int start, int end) const;
end                93 Source/wtf/Int32Array.h PassRefPtr<Int32Array> Int32Array::subarray(int start, int end) const
end                95 Source/wtf/Int32Array.h     return subarrayImpl<Int32Array>(start, end);
end                50 Source/wtf/Int8Array.h     inline PassRefPtr<Int8Array> subarray(int start, int end) const;
end                95 Source/wtf/Int8Array.h PassRefPtr<Int8Array> Int8Array::subarray(int start, int end) const
end                97 Source/wtf/Int8Array.h     return subarrayImpl<Int8Array>(start, end);
end               107 Source/wtf/ListHashSet.h         iterator end();
end               109 Source/wtf/ListHashSet.h         const_iterator end() const;
end               546 Source/wtf/ListHashSet.h         const_iterator end = other.end();
end               547 Source/wtf/ListHashSet.h         for (const_iterator it = other.begin(); it != end; ++it)
end               613 Source/wtf/ListHashSet.h     inline typename ListHashSet<T, inlineCapacity, U>::iterator ListHashSet<T, inlineCapacity, U>::end()
end               625 Source/wtf/ListHashSet.h     inline typename ListHashSet<T, inlineCapacity, U>::const_iterator ListHashSet<T, inlineCapacity, U>::end() const
end               702 Source/wtf/ListHashSet.h         if (it == m_impl.end())
end               703 Source/wtf/ListHashSet.h             return end();
end               711 Source/wtf/ListHashSet.h         if (it == m_impl.end())
end               712 Source/wtf/ListHashSet.h             return end();
end               727 Source/wtf/ListHashSet.h         if (it == m_impl.end())
end               728 Source/wtf/ListHashSet.h             return end();
end               737 Source/wtf/ListHashSet.h         if (it == m_impl.end())
end               738 Source/wtf/ListHashSet.h             return end();
end               814 Source/wtf/ListHashSet.h         if (it == end())
end               953 Source/wtf/ListHashSet.h         iterator end = collection.end();
end               954 Source/wtf/ListHashSet.h         for (iterator it = collection.begin(); it != end; ++it)
end               159 Source/wtf/MessageQueue.h         ASSERT_WITH_SECURITY_IMPLICATION(found != m_queue.end());
end                35 Source/wtf/NonCopyingSort.h inline void siftDown(RandomAccessIterator array, ptrdiff_t start, ptrdiff_t end, Predicate compareLess)
end                39 Source/wtf/NonCopyingSort.h     while (root * 2 + 1 <= end) {
end                41 Source/wtf/NonCopyingSort.h         if (child < end && compareLess(array[child], array[child + 1]))
end                64 Source/wtf/NonCopyingSort.h void heapSort(RandomAccessIterator start, RandomAccessIterator end, Predicate compareLess)
end                66 Source/wtf/NonCopyingSort.h     ptrdiff_t count = end - start;
end                78 Source/wtf/NonCopyingSort.h inline void nonCopyingSort(RandomAccessIterator start, RandomAccessIterator end, Predicate compareLess)
end                82 Source/wtf/NonCopyingSort.h     heapSort(start, end, compareLess);
end                55 Source/wtf/TerminatedArray.h     iterator end() { return iterator(0); }
end                56 Source/wtf/TerminatedArray.h     const_iterator end() const { return const_iterator(0); }
end                61 Source/wtf/TerminatedArray.h         for (const_iterator it = begin(); it != end(); ++it)
end               149 Source/wtf/ThreadingPthreads.cpp     for (; i != threadMap().end(); ++i) {
end               132 Source/wtf/TypedArrayBase.h     PassRefPtr<Subclass> subarrayImpl(int start, int end) const
end               135 Source/wtf/TypedArrayBase.h         calculateOffsetAndLength(start, end, m_length, &offset, &length);
end                50 Source/wtf/Uint16Array.h     inline PassRefPtr<Uint16Array> subarray(int start, int end) const;
end                95 Source/wtf/Uint16Array.h PassRefPtr<Uint16Array> Uint16Array::subarray(int start, int end) const
end                97 Source/wtf/Uint16Array.h     return subarrayImpl<Uint16Array>(start, end);
end                50 Source/wtf/Uint32Array.h     inline PassRefPtr<Uint32Array> subarray(int start, int end) const;
end                95 Source/wtf/Uint32Array.h PassRefPtr<Uint32Array> Uint32Array::subarray(int start, int end) const
end                97 Source/wtf/Uint32Array.h     return subarrayImpl<Uint32Array>(start, end);
end                50 Source/wtf/Uint8Array.h     inline PassRefPtr<Uint8Array> subarray(int start, int end) const;
end                95 Source/wtf/Uint8Array.h PassRefPtr<Uint8Array> Uint8Array::subarray(int start, int end) const
end                97 Source/wtf/Uint8Array.h     return subarrayImpl<Uint8Array>(start, end);
end                55 Source/wtf/Uint8ClampedArray.h     inline PassRefPtr<Uint8ClampedArray> subarray(int start, int end) const;
end               116 Source/wtf/Uint8ClampedArray.h PassRefPtr<Uint8ClampedArray> Uint8ClampedArray::subarray(int start, int end) const
end               118 Source/wtf/Uint8ClampedArray.h     return subarrayImpl<Uint8ClampedArray>(start, end);
end                58 Source/wtf/Vector.h         static void destruct(T* begin, T* end)
end                60 Source/wtf/Vector.h             for (T* cur = begin; cur != end; ++cur)
end                75 Source/wtf/Vector.h         static void clear(T* begin, T* end)
end                79 Source/wtf/Vector.h             memset(begin, 0, sizeof(T) * (end - begin));
end                95 Source/wtf/Vector.h         static void initialize(T* begin, T* end)
end                97 Source/wtf/Vector.h             for (T* cur = begin; cur != end; ++cur)
end               105 Source/wtf/Vector.h         static void initialize(T* begin, T* end)
end               107 Source/wtf/Vector.h             memset(begin, 0, reinterpret_cast<char*>(end) - reinterpret_cast<char*>(begin));
end               249 Source/wtf/Vector.h         static void destruct(T* begin, T* end)
end               251 Source/wtf/Vector.h             VectorDestructor<VectorTraits<T>::needsDestruction, T>::destruct(begin, end);
end               254 Source/wtf/Vector.h         static void initialize(T* begin, T* end)
end               256 Source/wtf/Vector.h             VectorInitializer<VectorTraits<T>::needsInitialization, VectorTraits<T>::canInitializeWithMemset, T>::initialize(begin, end);
end               588 Source/wtf/Vector.h             TypeOperations::initialize(begin(), end());
end               602 Source/wtf/Vector.h                 TypeOperations::destruct(begin(), end());
end               654 Source/wtf/Vector.h         iterator end() { return begin() + m_size; }
end               656 Source/wtf/Vector.h         const_iterator end() const { return begin() + m_size; }
end               658 Source/wtf/Vector.h         reverse_iterator rbegin() { return reverse_iterator(end()); }
end               660 Source/wtf/Vector.h         const_reverse_iterator rbegin() const { return const_reverse_iterator(end()); }
end               707 Source/wtf/Vector.h             TypeOperations::uninitializedFill(begin(), end(), val);
end               713 Source/wtf/Vector.h         template<typename Iterator> void appendRange(Iterator start, Iterator end);
end               745 Source/wtf/Vector.h         TypeOperations::uninitializedCopy(other.begin(), other.end(), begin());
end               754 Source/wtf/Vector.h         TypeOperations::uninitializedCopy(other.begin(), other.end(), begin());
end               778 Source/wtf/Vector.h         TypeOperations::uninitializedCopy(other.begin() + size(), other.end(), end());
end               810 Source/wtf/Vector.h         TypeOperations::uninitializedCopy(other.begin() + size(), other.end(), end());
end               846 Source/wtf/Vector.h         const T* e = end();
end               859 Source/wtf/Vector.h         const T* iter = end();
end               879 Source/wtf/Vector.h         std::fill(begin(), end(), val);
end               880 Source/wtf/Vector.h         TypeOperations::uninitializedFill(end(), begin() + newSize, val);
end               886 Source/wtf/Vector.h     void Vector<T, inlineCapacity, Allocator>::appendRange(Iterator start, Iterator end)
end               888 Source/wtf/Vector.h         for (Iterator it = start; it != end; ++it)
end               917 Source/wtf/Vector.h         if (ptr < begin() || ptr >= end()) {
end               937 Source/wtf/Vector.h             TypeOperations::destruct(begin() + size, end());
end               941 Source/wtf/Vector.h             TypeOperations::initialize(end(), begin() + size);
end               951 Source/wtf/Vector.h         TypeOperations::destruct(begin() + size, end());
end               952 Source/wtf/Vector.h         clearUnusedSlots(begin() + size, end());
end               962 Source/wtf/Vector.h         TypeOperations::initialize(end(), begin() + size);
end               972 Source/wtf/Vector.h         T* oldEnd = end();
end              1002 Source/wtf/Vector.h             T* oldEnd = end();
end              1026 Source/wtf/Vector.h         T* dest = end();
end              1035 Source/wtf/Vector.h             new (NotNull, end()) T(val);
end              1052 Source/wtf/Vector.h         new (NotNull, end()) T(*ptr);
end              1064 Source/wtf/Vector.h         new (NotNull, end()) T(*ptr);
end              1085 Source/wtf/Vector.h         TypeOperations::moveOverlapping(spot, end(), spot + dataSize);
end              1100 Source/wtf/Vector.h         TypeOperations::moveOverlapping(spot, end(), spot + 1);
end              1135 Source/wtf/Vector.h         TypeOperations::moveOverlapping(spot + 1, end(), spot);
end              1136 Source/wtf/Vector.h         clearUnusedSlots(end() - 1, end());
end              1148 Source/wtf/Vector.h         TypeOperations::moveOverlapping(endSpot, end(), beginSpot);
end              1149 Source/wtf/Vector.h         clearUnusedSlots(end() - length, end());
end              1164 Source/wtf/Vector.h         iterator end = collection.end();
end              1165 Source/wtf/Vector.h         for (iterator it = collection.begin(); it != end; ++it)
end                77 Source/wtf/VectorTest.cpp     Vector<int>::iterator end = intVector.end();
end                78 Source/wtf/VectorTest.cpp     EXPECT_TRUE(end != it);
end                89 Source/wtf/VectorTest.cpp     EXPECT_TRUE(end == it);
end               101 Source/wtf/VectorTest.cpp     Vector<int>::reverse_iterator end = intVector.rend();
end               102 Source/wtf/VectorTest.cpp     EXPECT_TRUE(end != it);
end               113 Source/wtf/VectorTest.cpp     EXPECT_TRUE(end == it);
end               148 Source/wtf/VectorTest.cpp     for (OwnPtrVector::iterator iter = vector.begin(); iter != vector.end(); ++iter) {
end               433 Source/wtf/dtoa/double-conversion.cc         const char* end = input + length;
end               444 Source/wtf/dtoa/double-conversion.cc         if (current == end) return 0.0;
end               462 Source/wtf/dtoa/double-conversion.cc             if (current == end) return 0.0;
end               468 Source/wtf/dtoa/double-conversion.cc             if (current == end) {
end               478 Source/wtf/dtoa/double-conversion.cc                 if (current == end) {
end               496 Source/wtf/dtoa/double-conversion.cc             if (current == end) goto parsing_done;
end               501 Source/wtf/dtoa/double-conversion.cc             if (current == end) {
end               514 Source/wtf/dtoa/double-conversion.cc                     if (current == end) {
end               534 Source/wtf/dtoa/double-conversion.cc                 if (current == end) goto parsing_done;
end               549 Source/wtf/dtoa/double-conversion.cc             if (current == end) {
end               557 Source/wtf/dtoa/double-conversion.cc                 if (current == end) {
end               583 Source/wtf/dtoa/double-conversion.cc             } while (current != end && *current >= '0' && *current <= '9');
end                79 Source/wtf/text/ASCIIFastPath.h     const CharacterType* end = characters + length;
end                82 Source/wtf/text/ASCIIFastPath.h     while (!isAlignedToMachineWord(characters) && characters != end) {
end                88 Source/wtf/text/ASCIIFastPath.h     const CharacterType* wordEnd = alignToMachineWord(end);
end                96 Source/wtf/text/ASCIIFastPath.h     while (characters != end) {
end               138 Source/wtf/text/ASCIIFastPath.h     const LChar* const end = destination + length;
end               148 Source/wtf/text/ASCIIFastPath.h         const uintptr_t lengthLeft = end - destination;
end               149 Source/wtf/text/ASCIIFastPath.h         const LChar* const simdEnd = end - (lengthLeft % memoryAccessSize);
end               159 Source/wtf/text/ASCIIFastPath.h     while (destination != end)
end                77 Source/wtf/text/AtomicString.cpp         for (; it != staticStrings.end(); ++it) {
end                84 Source/wtf/text/AtomicString.cpp         HashSet<StringImpl*>::iterator end = table->m_table.end();
end                85 Source/wtf/text/AtomicString.cpp         for (HashSet<StringImpl*>::iterator iter = table->m_table.begin(); iter != end; ++iter) {
end               450 Source/wtf/text/AtomicString.cpp     if (iterator == atomicStrings().end())
end               462 Source/wtf/text/AtomicString.cpp     RELEASE_ASSERT(iterator != atomicStrings().end());
end                69 Source/wtf/text/IntegerToStringConversion.h     LChar* end = buf + WTF_ARRAY_LENGTH(buf);
end                70 Source/wtf/text/IntegerToStringConversion.h     LChar* p = end;
end                80 Source/wtf/text/IntegerToStringConversion.h     return ConversionTrait<T>::flush(p, static_cast<unsigned>(end - p), additionalArgument);
end               308 Source/wtf/text/StringBuilder.cpp             const LChar* end = characters + length;
end               309 Source/wtf/text/StringBuilder.cpp             while (characters < end)
end               314 Source/wtf/text/StringBuilder.cpp         const LChar* end = characters + length;
end               315 Source/wtf/text/StringBuilder.cpp         while (characters < end)
end               193 Source/wtf/text/StringImpl.cpp     for (HashSet<void*>::iterator iter = strings.begin(); iter != strings.end(); ++iter) {
end               196 Source/wtf/text/StringImpl.cpp         RefPtr<PerStringStats> value = entry == stats.end() ? RefPtr<PerStringStats>(PerStringStats::create()) : entry->value;
end               202 Source/wtf/text/StringImpl.cpp     for (HashMap<StringImpl*, RefPtr<PerStringStats> >::iterator iter = stats.begin(); iter != stats.end(); ++iter)
end               205 Source/wtf/text/StringImpl.cpp     std::sort(all.begin(), all.end());
end               206 Source/wtf/text/StringImpl.cpp     std::reverse(all.begin(), all.end());
end               371 Source/wtf/text/StringImpl.cpp     if (it != staticStrings().end()) {
end               508 Source/wtf/text/StringImpl.cpp         const LChar* end = characters8() + m_length;
end               509 Source/wtf/text/StringImpl.cpp         for (const LChar* chp = characters8(); chp != end; ++chp) {
end               538 Source/wtf/text/StringImpl.cpp     const UChar* end = characters16() + m_length;
end               539 Source/wtf/text/StringImpl.cpp     for (const UChar* chp = characters16(); chp != end; ++chp) {
end               847 Source/wtf/text/StringImpl.cpp     unsigned end = m_length - 1;
end               850 Source/wtf/text/StringImpl.cpp     while (start <= end && predicate(is8Bit() ? characters8()[start] : characters16()[start]))
end               854 Source/wtf/text/StringImpl.cpp     if (start > end)
end               858 Source/wtf/text/StringImpl.cpp     while (end && predicate(is8Bit() ? characters8()[end] : characters16()[end]))
end               859 Source/wtf/text/StringImpl.cpp         --end;
end               861 Source/wtf/text/StringImpl.cpp     if (!start && end == m_length - 1)
end               864 Source/wtf/text/StringImpl.cpp         return create(characters8() + start, end + 1 - start);
end               865 Source/wtf/text/StringImpl.cpp     return create(characters16() + start, end + 1 - start);
end               483 Source/wtf/text/TextCodecICU.cpp     const UChar* end = input.end();
end               511 Source/wtf/text/TextCodecICU.cpp         ucnv_fromUnicode(m_converterICU, &target, targetLimit, &source, end, 0, true, &err);
end               129 Source/wtf/text/TextCodecLatin1.cpp     const uint8_t* end = reinterpret_cast<const uint8_t*>(bytes + length);
end               130 Source/wtf/text/TextCodecLatin1.cpp     const uint8_t* alignedEnd = alignToMachineWord(end);
end               133 Source/wtf/text/TextCodecLatin1.cpp     while (source < end) {
end               148 Source/wtf/text/TextCodecLatin1.cpp                 if (source == end)
end               184 Source/wtf/text/TextCodecLatin1.cpp     while (source < end) {
end               199 Source/wtf/text/TextCodecLatin1.cpp                 if (source == end)
end               175 Source/wtf/text/TextCodecUTF8.cpp bool TextCodecUTF8::handlePartialSequence<LChar>(LChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool, bool&)
end               189 Source/wtf/text/TextCodecUTF8.cpp             if (count - m_partialSequenceSize > end - source) {
end               193 Source/wtf/text/TextCodecUTF8.cpp                     memcpy(m_partialSequence + m_partialSequenceSize, source, end - source);
end               194 Source/wtf/text/TextCodecUTF8.cpp                     m_partialSequenceSize += end - source;
end               218 Source/wtf/text/TextCodecUTF8.cpp bool TextCodecUTF8::handlePartialSequence<UChar>(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError)
end               235 Source/wtf/text/TextCodecUTF8.cpp             if (count - m_partialSequenceSize > end - source) {
end               239 Source/wtf/text/TextCodecUTF8.cpp                     memcpy(m_partialSequence + m_partialSequenceSize, source, end - source);
end               240 Source/wtf/text/TextCodecUTF8.cpp                     m_partialSequenceSize += end - source;
end               276 Source/wtf/text/TextCodecUTF8.cpp     const uint8_t* end = source + length;
end               277 Source/wtf/text/TextCodecUTF8.cpp     const uint8_t* alignedEnd = alignToMachineWord(end);
end               287 Source/wtf/text/TextCodecUTF8.cpp             if (handlePartialSequence(destinationForHandlePartialSequence, sourceForHandlePartialSequence, end, flush, stopOnError, sawError)) {
end               297 Source/wtf/text/TextCodecUTF8.cpp         while (source < end) {
end               309 Source/wtf/text/TextCodecUTF8.cpp                     if (source == end)
end               322 Source/wtf/text/TextCodecUTF8.cpp                 if (count > end - source) {
end               323 Source/wtf/text/TextCodecUTF8.cpp                     ASSERT_WITH_SECURITY_IMPLICATION(end - source < static_cast<ptrdiff_t>(sizeof(m_partialSequence)));
end               325 Source/wtf/text/TextCodecUTF8.cpp                     m_partialSequenceSize = end - source;
end               327 Source/wtf/text/TextCodecUTF8.cpp                     source = end;
end               367 Source/wtf/text/TextCodecUTF8.cpp             handlePartialSequence(destinationForHandlePartialSequence, sourceForHandlePartialSequence, end, flush, stopOnError, sawError);
end               374 Source/wtf/text/TextCodecUTF8.cpp         while (source < end) {
end               386 Source/wtf/text/TextCodecUTF8.cpp                     if (source == end)
end               399 Source/wtf/text/TextCodecUTF8.cpp                 if (count > end - source) {
end               400 Source/wtf/text/TextCodecUTF8.cpp                     ASSERT_WITH_SECURITY_IMPLICATION(end - source < static_cast<ptrdiff_t>(sizeof(m_partialSequence)));
end               402 Source/wtf/text/TextCodecUTF8.cpp                     m_partialSequenceSize = end - source;
end               404 Source/wtf/text/TextCodecUTF8.cpp                     source = end;
end                50 Source/wtf/text/TextCodecUTF8.h     bool handlePartialSequence(CharType*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError);
end               189 Source/wtf/text/TextEncodingRegistry.cpp         TextEncodingNameMap::const_iterator end = textEncodingNameMap->end();
end               190 Source/wtf/text/TextEncodingRegistry.cpp         for (; it != end; ++it) {
end               356 Source/wtf/text/TextEncodingRegistry.cpp     TextEncodingNameMap::const_iterator end = textEncodingNameMap->end();
end               357 Source/wtf/text/TextEncodingRegistry.cpp     for (; it != end; ++it)
end                59 Source/wtf/text/TextPosition.cpp     const unsigned* foundLineEnding = std::lower_bound(lineEndings.begin(), lineEndings.end(), offset);
end                42 public/platform/WebInbandTextTrackClient.h     virtual void addWebVTTCue(double start, double end, const WebString& id, const WebString& content, const WebString& settings) = 0;
end                54 public/platform/WebSourceBuffer.h     virtual void remove(double start, double end) = 0;
end                39 public/platform/WebTimeRange.h     WebTimeRange() : start(0), end(0) { }
end                40 public/platform/WebTimeRange.h     WebTimeRange(float s, float e) : start(s), end(e) { }
end                43 public/platform/WebTimeRange.h     float end;
end                95 public/web/WebFormControlElement.h     BLINK_EXPORT void setSelectionRange(int start, int end);
end               477 public/web/WebFrame.h     virtual bool setEditableSelectionOffsets(int start, int end) = 0;
end               206 public/web/WebWidget.h     virtual bool selectionTextDirection(WebTextDirection& start, WebTextDirection& end) const { return false; }