first               2 LayoutTests/http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php $first = True;
first               4 LayoutTests/http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php     if (!$first)
first               7 LayoutTests/http/tests/xmlhttprequest/resources/multipart-post-echo-filenames.php     $first = False;
first              17 Source/bindings/templates/attributes.cpp     {# perform lookup first #}
first              61 Source/bindings/v8/ScriptEventListener.cpp     TextPosition position(OrdinalNumber::fromZeroBasedInt(1), OrdinalNumber::first());
first              79 Source/core/accessibility/AXARIAGridCell.cpp         rowRange.first = toAXTableRow(parent)->rowIndex();
first              91 Source/core/accessibility/AXARIAGridCell.cpp                 rowRange.first = k / columnCount;
first             114 Source/core/accessibility/AXARIAGridCell.cpp             columnRange.first = k;
first             684 Source/core/accessibility/AXObjectCache.cpp         AXObject* obj = m_notificationsToPost[i].first.get();
first             495 Source/core/accessibility/AXTable.cpp             if ((column >= columnRange.first && column < (columnRange.first + columnRange.second))
first             496 Source/core/accessibility/AXTable.cpp                 && (row >= rowRange.first && row < (rowRange.first + rowRange.second)))
first             108 Source/core/accessibility/AXTableCell.cpp     rowRange.first = renderCell->rowIndex();
first             126 Source/core/accessibility/AXTableCell.cpp     rowRange.first += rowOffset;
first             135 Source/core/accessibility/AXTableCell.cpp     columnRange.first = renderCell->col();
first              85 Source/core/animation/AnimatableColorTest.cpp     RefPtrWillBeRawPtr<AnimatableColor> first = AnimatableColor::create(AnimatableColorImpl(Color(0xFF53647C)), AnimatableColorImpl(Color(0xFF000000)));
first              87 Source/core/animation/AnimatableColorTest.cpp     EXPECT_NEAR(13.0 / 255, AnimatableValue::distance(first.get(), second.get()), 0.00000001);
first              93 Source/core/animation/AnimatableDoubleTest.cpp     RefPtrWillBeRawPtr<AnimatableDouble> first = AnimatableDouble::create(-1.5);
first              97 Source/core/animation/AnimatableDoubleTest.cpp     EXPECT_DOUBLE_EQ(3.75, AnimatableValue::distance(first.get(), second.get()));
first              99 Source/core/animation/AnimatableDoubleTest.cpp     EXPECT_DOUBLE_EQ(4.5, AnimatableValue::distance(third.get(), first.get()));
first             245 Source/core/animation/KeyframeEffectModel.cpp     if (m_keyframes.first()->offset() != 0.0)
first             246 Source/core/animation/KeyframeEffectModel.cpp         m_keyframes.insert(0, m_keyframes.first()->neutralKeyframe(0, nullptr));
first             172 Source/core/animation/css/CSSAnimations.cpp     ASSERT(!keyframes.first()->offset());
first             431 Source/core/animation/css/CSSAnimations.cpp             RefPtr<Animation> oldAnimation = oldTransition.first;
first             144 Source/core/css/BasicShapeFunctions.cpp     return LengthSize(convertToLength(state, pair->first()), convertToLength(state, pair->second()));
first             158 Source/core/css/BasicShapeFunctions.cpp         keyword = pair->first()->getValueID();
first              72 Source/core/css/CSSBasicShapes.cpp     if ((offset.first()->getValueID() == CSSValueLeft && other.first()->getValueID() == CSSValueTop)
first              73 Source/core/css/CSSBasicShapes.cpp         || (offset.first()->getValueID() == CSSValueTop && other.first()->getValueID() == CSSValueLeft))
first              88 Source/core/css/CSSBasicShapes.cpp         side = pair->first()->getValueID();
first             348 Source/core/css/CSSBasicShapes.cpp     width = radius->first() ? radius->first()->cssText() : String("0");
first              72 Source/core/css/CSSFontFace.cpp     if (!isValid() || source != m_sources.first())
first              94 Source/core/css/CSSFontFace.cpp     if (!isValid() || source != m_sources.first())
first             106 Source/core/css/CSSFontFace.cpp         OwnPtr<CSSFontFaceSource>& source = m_sources.first();
first             143 Source/core/css/CSSFontFace.cpp         OwnPtr<CSSFontFaceSource>& source = m_sources.first();
first             109 Source/core/css/CSSFontFace.h     bool hadBlankText() { return isValid() && m_sources.first()->hadBlankText(); }
first             266 Source/core/css/CSSGradientValue.cpp             stops.first().offset = 0;
first             267 Source/core/css/CSSGradientValue.cpp             stops.first().color = stops.last().color;
first              76 Source/core/css/CSSImageSetValue.h     static inline bool compareByScaleFactor(ImageWithScale first, ImageWithScale second) { return first.scaleFactor < second.scaleFactor; }
first             119 Source/core/css/CSSSelector.cpp             return selectorList()->first()->specificityForOneSelector();
first             603 Source/core/css/CSSSelector.cpp                 str.append(cs->selectorList()->first()->selectorText());
first             615 Source/core/css/CSSSelector.cpp                 const CSSSelector* firstSubSelector = cs->selectorList()->first();
first             627 Source/core/css/CSSSelector.cpp                     const CSSSelector* firstSubSelector = cs->selectorList()->first();
first             115 Source/core/css/CSSSelectorList.cpp     for (const CSSSelector* s = first(); s; s = next(*s)) {
first             116 Source/core/css/CSSSelectorList.cpp         if (s != first())
first             132 Source/core/css/CSSSelectorList.cpp             for (const CSSSelector* subSelector = selectorList->first(); subSelector; subSelector = CSSSelectorList::next(*subSelector)) {
first             145 Source/core/css/CSSSelectorList.cpp     for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector)) {
first              47 Source/core/css/CSSSelectorList.h     const CSSSelector* first() const { return m_selectorArray; }
first              70 Source/core/css/CSSStyleRule.cpp     for (const CSSSelector* selector = m_styleRule->selectorList().first(); selector; selector = CSSSelectorList::next(*selector)) {
first              71 Source/core/css/CSSStyleRule.cpp         if (selector != m_styleRule->selectorList().first())
first             130 Source/core/css/CSSValue.cpp inline static bool compareCSSValues(const CSSValue& first, const CSSValue& second)
first             132 Source/core/css/CSSValue.cpp     return static_cast<const ChildClassType&>(first).equals(static_cast<const ChildClassType&>(second));
first             242 Source/core/css/CSSValue.h inline bool compareCSSValuePtr(const RefPtr<CSSValueType>& first, const RefPtr<CSSValueType>& second)
first             244 Source/core/css/CSSValue.h     return first ? second && first->equals(*second) : !second;
first             248 Source/core/css/CSSValue.h inline bool compareCSSValuePtr(const RawPtr<CSSValueType>& first, const RawPtr<CSSValueType>& second)
first             250 Source/core/css/CSSValue.h     return first ? second && first->equals(*second) : !second;
first             254 Source/core/css/CSSValue.h inline bool compareCSSValuePtr(const Member<CSSValueType>& first, const Member<CSSValueType>& second)
first             256 Source/core/css/CSSValue.h     return first ? second && first->equals(*second) : !second;
first              92 Source/core/css/CSSValueList.h     CSSValue* first() const { return item(0); }
first             117 Source/core/css/FontFaceCache.cpp static inline bool compareFontFaces(CSSSegmentedFontFace* first, CSSSegmentedFontFace* second, FontTraits desiredTraits)
first             119 Source/core/css/FontFaceCache.cpp     const FontTraits& firstTraits = first->traits();
first             160 Source/core/css/MediaList.cpp     bool first = true;
first             162 Source/core/css/MediaList.cpp         if (!first)
first             165 Source/core/css/MediaList.cpp             first = false;
first              39 Source/core/css/Pair.h     static PassRefPtrWillBeRawPtr<Pair> create(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second,
first              42 Source/core/css/Pair.h         return adoptRefWillBeNoop(new Pair(first, second, identicalValuesPolicy));
first              45 Source/core/css/Pair.h     CSSPrimitiveValue* first() const { return m_first.get(); }
first              49 Source/core/css/Pair.h     void setFirst(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first) { m_first = first; }
first              55 Source/core/css/Pair.h         return generateCSSString(first()->cssText(), second()->cssText(), m_identicalValuesPolicy);
first              73 Source/core/css/Pair.h     Pair(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second, IdenticalValuesPolicy identicalValuesPolicy)
first              74 Source/core/css/Pair.h         : m_first(first)
first              78 Source/core/css/Pair.h     static String generateCSSString(const String& first, const String& second, IdenticalValuesPolicy identicalValuesPolicy)
first              80 Source/core/css/Pair.h         if (identicalValuesPolicy == DropIdenticalValues && first == second)
first              81 Source/core/css/Pair.h             return first;
first              82 Source/core/css/Pair.h         return first + ' ' + second;
first             119 Source/core/css/RuleFeature.cpp                 for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector)) {
first             201 Source/core/css/RuleFeature.cpp                 for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector))
first             228 Source/core/css/RuleFeature.cpp                 for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector))
first             323 Source/core/css/RuleFeature.cpp     for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector))
first              76 Source/core/css/RuleSet.cpp     for (const CSSSelector* selector = selectorList->first(); selector; selector = CSSSelectorList::next(*selector)) {
first             545 Source/core/css/SelectorChecker.cpp             for (subContext.selector = selector.selectorList()->first(); subContext.selector; subContext.selector = subContext.selector->tagHistory()) {
first             737 Source/core/css/SelectorChecker.cpp                 for (subContext.selector = selector.selectorList()->first(); subContext.selector; subContext.selector = CSSSelectorList::next(*subContext.selector)) {
first             933 Source/core/css/SelectorChecker.cpp                 for (subContext.selector = selector.selectorList()->first(); subContext.selector; subContext.selector = CSSSelectorList::next(*subContext.selector)) {
first             992 Source/core/css/SelectorChecker.cpp         for (subContext.selector = contextSelector->selectorList()->first(); subContext.selector; subContext.selector = CSSSelectorList::next(*subContext.selector)) {
first            1095 Source/core/css/SelectorChecker.cpp                 for (const CSSSelector* subSelector = current->selectorList()->first(); subSelector; subSelector = subSelector->tagHistory()) {
first             158 Source/core/css/StyleRule.h     const CSSSelector* selector() const { return m_selectorList.first(); }
first              49 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp     for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector)) {
first            1108 Source/core/css/parser/BisonCSSParser-in.cpp     CSSValue* value = parser.m_parsedProperties.first().value();
first            1126 Source/core/css/parser/BisonCSSParser-in.cpp     return !m_parsedProperties.isEmpty() && m_parsedProperties.first().id() == CSSPropertyColor;
first             120 Source/core/css/parser/CSSPropertyParser.cpp static PassRefPtrWillBeRawPtr<CSSPrimitiveValue> createPrimitiveValuePair(PassRefPtrWillBeRawPtr<CSSPrimitiveValue> first, PassRefPtrWillBeRawPtr<CSSPrimitiveValue> second, Pair::IdenticalValuesPolicy identicalValuesPolicy = Pair::DropIdenticalValues)
first             122 Source/core/css/parser/CSSPropertyParser.cpp     return cssValuePool().createValue(Pair::create(first, second, identicalValuesPolicy));
first            2655 Source/core/css/parser/CSSPropertyParser.cpp     CSSPrimitiveValue* first = toCSSPrimitiveValue(value1.get());
first            2657 Source/core/css/parser/CSSPropertyParser.cpp     ident1 = first->getPairValue()->first()->getValueID();
first            2658 Source/core/css/parser/CSSPropertyParser.cpp     ident2 = second->getPairValue()->first()->getValueID();
first            7978 Source/core/css/parser/CSSPropertyParser.cpp bool CSSPropertyParser::parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important)
first            7988 Source/core/css/parser/CSSPropertyParser.cpp     if (!parseViewportProperty(first, important))
first              88 Source/core/css/parser/CSSPropertyParser.h     bool parseViewportShorthand(CSSPropertyID propId, CSSPropertyID first, CSSPropertyID second, bool important);
first              35 Source/core/css/parser/MediaQueryTokenizer.cpp static bool twoCharsAreValidEscape(UChar first, UChar second)
first              37 Source/core/css/parser/MediaQueryTokenizer.cpp     return ((first == '\\') && (second != '\n') && (second != kEndOfFileMarker));
first             449 Source/core/css/parser/MediaQueryTokenizer.cpp     UChar first = m_input.currentInputChar();
first             451 Source/core/css/parser/MediaQueryTokenizer.cpp     if (isASCIIDigit(first))
first             453 Source/core/css/parser/MediaQueryTokenizer.cpp     if (first == '+' || first == '-')
first             455 Source/core/css/parser/MediaQueryTokenizer.cpp     if (first =='.')
first             211 Source/core/css/resolver/CSSToStyleMap.cpp         firstLength = pair->first()->convertToLength<AnyConversion>(cssToLengthConversionData());
first             244 Source/core/css/resolver/CSSToStyleMap.cpp         layer->setBackgroundXOrigin(*(pair->first()));
first             268 Source/core/css/resolver/CSSToStyleMap.cpp         layer->setBackgroundYOrigin(*(pair->first()));
first             646 Source/core/css/resolver/CSSToStyleMap.cpp     if (!pair || !pair->first() || !pair->second())
first             649 Source/core/css/resolver/CSSToStyleMap.cpp     CSSValueID firstIdentifier = pair->first()->getValueID();
first              41 Source/core/css/resolver/MatchResult.h     int first() const { return m_firstRuleIndex; }
first              69 Source/core/css/resolver/MatchResult.h     return a.first() == b.first() && a.last() == b.last();
first              99 Source/core/css/resolver/StyleBuilderConverter.cpp     Length x = pair->first()->convertToLength<FixedConversion | PercentConversion>(state.cssToLengthConversionData());
first             117 Source/core/css/resolver/StyleBuilderConverter.cpp     Length radiusWidth = pair->first()->convertToLength<FixedConversion | PercentConversion>(state.cssToLengthConversionData());
first             462 Source/core/css/resolver/StyleBuilderCustom.cpp         if (!inspector.first()->isPrimitiveValue() || !inspector.second()->isPrimitiveValue())
first             464 Source/core/css/resolver/StyleBuilderCustom.cpp         CSSPrimitiveValue* first = toCSSPrimitiveValue(inspector.first());
first             466 Source/core/css/resolver/StyleBuilderCustom.cpp         if (first->isLength()) {
first             470 Source/core/css/resolver/StyleBuilderCustom.cpp             width = first->computeLength<Length>(state.cssToLengthConversionData().copyWithAdjustedZoom(1.0));
first             475 Source/core/css/resolver/StyleBuilderCustom.cpp             if (!getPageSizeFromName(first, second, width, height))
first             483 Source/core/css/resolver/StyleBuilderCustom.cpp         if (!inspector.first()->isPrimitiveValue())
first             485 Source/core/css/resolver/StyleBuilderCustom.cpp         CSSPrimitiveValue* primitiveValue = toCSSPrimitiveValue(inspector.first());
first            1394 Source/core/css/resolver/StyleBuilderCustom.cpp                 CSSValue* first = list->itemWithoutBoundsCheck(i);
first            1399 Source/core/css/resolver/StyleBuilderCustom.cpp                 String startQuote = toCSSPrimitiveValue(first)->getStringValue();
first            1829 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setJustifySelf(*pairValue->first());
first            1841 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setAlignSelf(*pairValue->first());
first            1853 Source/core/css/resolver/StyleBuilderCustom.cpp             state.style()->setAlignItems(*pairValue->first());
first             451 Source/core/css/resolver/StyleResolver.cpp     if (resolvers.isEmpty() || resolvers.first()->treeScope() != element->treeScope())
first            1215 Source/core/css/resolver/StyleResolver.cpp         for (int i = range.first(); i <= range.last(); ++i) {
first            1228 Source/core/css/resolver/StyleResolver.cpp     for (int i = range.first(); i <= range.last(); ++i) {
first             134 Source/core/dom/CSSSelectorWatch.cpp     for (const CSSSelector* selector = selectorList.first(); selector; selector = selectorList.next(*selector)) {
first              96 Source/core/dom/DocumentOrderedMap.cpp             ASSERT(entry->orderedList.isEmpty() || entry->orderedList.first() == element);
first             156 Source/core/dom/DocumentOrderedMap.cpp             entry->element = entry->orderedList.first();
first             403 Source/core/dom/Node.cpp         Node* first = currentElement->pseudoElement(BEFORE);
first             404 Source/core/dom/Node.cpp         if (first)
first             405 Source/core/dom/Node.cpp             return first;
first             406 Source/core/dom/Node.cpp         first = currentElement->firstChild();
first             407 Source/core/dom/Node.cpp         if (!first)
first             408 Source/core/dom/Node.cpp             first = currentElement->pseudoElement(AFTER);
first             409 Source/core/dom/Node.cpp         return first;
first              90 Source/core/dom/NodeRareData.h             return DefaultHash<StringImpl*>::Hash::hash(entry.second) + entry.first;
first             195 Source/core/dom/NodeRenderingTraversal.cpp         Node* first = currentElement->pseudoElement(BEFORE);
first             196 Source/core/dom/NodeRenderingTraversal.cpp         if (first)
first             197 Source/core/dom/NodeRenderingTraversal.cpp             return first;
first             198 Source/core/dom/NodeRenderingTraversal.cpp         first = firstChild(currentElement);
first             199 Source/core/dom/NodeRenderingTraversal.cpp         if (!first)
first             200 Source/core/dom/NodeRenderingTraversal.cpp             first = currentElement->pseudoElement(AFTER);
first             201 Source/core/dom/NodeRenderingTraversal.cpp         return first;
first             115 Source/core/dom/PresentationAttributeStyle.cpp     return p1.first < p2.first;
first             105 Source/core/dom/SelectorQuery.cpp     for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector))
first             111 Source/core/dom/SelectorQuery.cpp     for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector), ++index) {
first             492 Source/core/dom/SelectorQuery.cpp     if (!selectorList.first()) {
first             280 Source/core/dom/Text.cpp         RenderObject* first = parent.firstChild();
first             281 Source/core/dom/Text.cpp         while (first && first->isFloatingOrOutOfFlowPositioned() && maxSiblingsToVisit--)
first             282 Source/core/dom/Text.cpp             first = first->nextSibling();
first             283 Source/core/dom/Text.cpp         if (!first || NodeRenderingTraversal::nextSiblingRenderer(this) == first)
first              73 Source/core/dom/shadow/ComposedTreeWalker.cpp     if (Node* found = traverseDistributedNodes(direction == TraversalDirectionForward ? insertionPoint->first() : insertionPoint->last(), insertionPoint, direction))
first              45 Source/core/dom/shadow/ContentDistribution.h     PassRefPtr<Node> first() const { return m_nodes.first(); }
first             364 Source/core/dom/shadow/ElementShadow.cpp         for (const CSSSelector* selector = list.first(); selector; selector = CSSSelectorList::next(*selector)) {
first              66 Source/core/dom/shadow/InsertionPoint.h     Node* first() const { return m_distribution.isEmpty() ? 0 : m_distribution.first().get(); }
first             170 Source/core/editing/BreakBlockquoteCommand.cpp         for (ancestor = ancestors.first(), clonedParent = clonedAncestor->parentElement();
first             176 Source/core/editing/BreakBlockquoteCommand.cpp         Node* originalParent = ancestors.first().get();
first             438 Source/core/editing/CompositeEditCommand.cpp     RefPtr<Element> first = prpFirst;
first             440 Source/core/editing/CompositeEditCommand.cpp     ASSERT(!first->isDescendantOf(second.get()) && second != first);
first             441 Source/core/editing/CompositeEditCommand.cpp     if (first->nextSibling() != second) {
first             443 Source/core/editing/CompositeEditCommand.cpp         insertNodeAfter(second, first);
first             445 Source/core/editing/CompositeEditCommand.cpp     applyCommandToComposite(MergeIdenticalElementsCommand::create(first, second));
first              76 Source/core/editing/CompositeEditCommand.h     bool isFirstCommand(EditCommand* command) { return !m_commands.isEmpty() && m_commands.first() == command; }
first              35 Source/core/editing/MergeIdenticalElementsCommand.cpp MergeIdenticalElementsCommand::MergeIdenticalElementsCommand(PassRefPtr<Element> first, PassRefPtr<Element> second)
first              36 Source/core/editing/MergeIdenticalElementsCommand.cpp     : SimpleEditCommand(first->document())
first              37 Source/core/editing/MergeIdenticalElementsCommand.cpp     , m_element1(first)
first              81 Source/core/editing/UndoStack.cpp         UndoStep* step = stack.first().get();
first             605 Source/core/editing/VisibleSelection.cpp             VisiblePosition first = firstEditablePositionAfterPositionInRoot(m_start, baseRoot);
first             606 Source/core/editing/VisibleSelection.cpp             m_start = first.deepEquivalent();
first             396 Source/core/editing/VisibleUnits.cpp         iter->first();
first            1036 Source/core/editing/htmlediting.cpp bool isVisiblyAdjacent(const Position& first, const Position& second)
first            1038 Source/core/editing/htmlediting.cpp     return VisiblePosition(first) == VisiblePosition(second.upstream());
first            1068 Source/core/editing/htmlediting.cpp bool areIdenticalElements(const Node* first, const Node* second)
first            1070 Source/core/editing/htmlediting.cpp     if (!first->isElementNode() || !second->isElementNode())
first            1073 Source/core/editing/htmlediting.cpp     const Element* firstElement = toElement(first);
first             162 Source/core/editing/htmlediting.h bool isVisiblyAdjacent(const Position& first, const Position& second);
first             760 Source/core/editing/markup.cpp     bool first = true;
first             771 Source/core/editing/markup.cpp             RefPtr<Node> textNode = document.createTextNode(stringWithRebalancedWhitespace(s, first, i + 1 == numEntries));
first             782 Source/core/editing/markup.cpp         first = false;
first              72 Source/core/events/EventListenerMap.cpp         if (m_entries[i].first == eventType)
first              81 Source/core/events/EventListenerMap.cpp         if (m_entries[i].first == eventType) {
first             105 Source/core/events/EventListenerMap.cpp         types.uncheckedAppend(m_entries[i].first);
first             126 Source/core/events/EventListenerMap.cpp         if (m_entries[i].first == eventType)
first             149 Source/core/events/EventListenerMap.cpp         if (m_entries[i].first == eventType) {
first             165 Source/core/events/EventListenerMap.cpp         if (m_entries[i].first == eventType)
first             192 Source/core/events/EventListenerMap.cpp         if (m_entries[i].first == eventType) {
first             216 Source/core/events/EventListenerMap.cpp         copyListenersNotCreatedFromMarkupToTarget(m_entries[i].first, m_entries[i].second.get(), target);
first             125 Source/core/fetch/ImageResource.cpp             revalidatedImageResource->setContainerSizeForRenderer(it->key, it->value.first, it->value.second);
first             180 Source/core/fetch/ImageResource.cpp         return brokenImage(1).first;
first             197 Source/core/fetch/ImageResource.cpp         return brokenImage(1).first;
first             328 Source/core/fetch/ImageResource.cpp                 setContainerSizeForRenderer(it->key, it->value.first, it->value.second);
first             521 Source/core/frame/csp/ContentSecurityPolicy.cpp     bool first = true;
first             524 Source/core/frame/csp/ContentSecurityPolicy.cpp             if (first)
first             392 Source/core/html/HTMLCollection.cpp         return idResults->first();
first             396 Source/core/html/HTMLCollection.cpp         return nameResults->first();
first              95 Source/core/html/HTMLContentElement.cpp     for (const CSSSelector* selector = m_selectorList.first(); selector; selector = m_selectorList.next(*selector)) {
first             114 Source/core/html/HTMLContentElement.cpp     for (const CSSSelector* selector = selectorList().first(); selector; selector = CSSSelectorList::next(*selector)) {
first             202 Source/core/html/HTMLFormControlsCollection.cpp         element = namedItems.first();
first             724 Source/core/html/HTMLFormElement.cpp     if (namedItems.size() && namedItems.first() != elementFromPast) {
first             725 Source/core/html/HTMLFormElement.cpp         addToPastNamesMap(namedItems.first().get(), name);
first             774 Source/core/html/HTMLFormElement.cpp     bool onlyMatchImg = !elements.isEmpty() && isHTMLImageElement(*elements.first());
first             911 Source/core/html/HTMLMediaElement.cpp     if (a.first != b.first)
first             912 Source/core/html/HTMLMediaElement.cpp         return a.first - b.first < 0;
first            1106 Source/core/html/HTMLMediaElement.cpp             if (eventTasks[i].first == eventTasks[i].second->startTime())
first              99 Source/core/html/MediaController.cpp     RefPtr<TimeRanges> bufferedRanges = m_mediaElements.first()->buffered();
first             113 Source/core/html/MediaController.cpp     RefPtr<TimeRanges> seekableRanges = m_mediaElements.first()->seekable();
first             127 Source/core/html/MediaController.cpp     RefPtr<TimeRanges> playedRanges = m_mediaElements.first()->played();
first             388 Source/core/html/MediaController.cpp         newReadyState = m_mediaElements.first()->readyState();
first             164 Source/core/html/MediaFragmentURIParser.cpp         ASSERT(fragment.first.is8Bit());
first             170 Source/core/html/MediaFragmentURIParser.cpp         if (fragment.first != "t")
first              75 Source/core/html/TimeRanges.cpp         double start = m_ranges.first().m_start;
first              70 Source/core/html/canvas/ANGLEInstancedArrays.cpp void ANGLEInstancedArrays::drawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
first              75 Source/core/html/canvas/ANGLEInstancedArrays.cpp     m_context->drawArraysInstancedANGLE(mode, first, count, primcount);
first              50 Source/core/html/canvas/ANGLEInstancedArrays.h     void drawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
first             220 Source/core/html/canvas/CanvasRenderingContext2D.cpp     m_stateStack.first() = adoptPtrWillBeNoop(new State());
first             125 Source/core/html/canvas/WebGLRenderingContextBase.cpp     WebGLRenderingContextBase* candidate = activeContexts().first();
first             184 Source/core/html/canvas/WebGLRenderingContextBase.cpp         WebGLRenderingContextBase* evictedContext = forciblyEvictedContexts().first();
first            1762 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::drawArrays(GLenum mode, GLint first, GLsizei count)
first            1764 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateDrawArrays("drawArrays", mode, first, count))
first            1770 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->drawArrays(mode, first, count);
first            1788 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::drawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount)
first            1790 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (!validateDrawArrays("drawArraysInstancedANGLE", mode, first, count))
first            1799 Source/core/html/canvas/WebGLRenderingContextBase.cpp     m_context->drawArraysInstancedANGLE(mode, first, count, primcount);
first            2090 Source/core/html/canvas/WebGLRenderingContextBase.cpp         GLenum err = m_lostContextErrors.first();
first            5162 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateDrawArrays(const char* functionName, GLenum mode, GLint first, GLsizei count)
first            5170 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (first < 0 || count < 0) {
first             167 Source/core/html/canvas/WebGLRenderingContextBase.h     void drawArrays(GLenum mode, GLint first, GLsizei count);
first             170 Source/core/html/canvas/WebGLRenderingContextBase.h     void drawArraysInstancedANGLE(GLenum mode, GLint first, GLsizei count, GLsizei primcount);
first             832 Source/core/html/canvas/WebGLRenderingContextBase.h     bool validateDrawArrays(const char* functionName, GLenum mode, GLint first, GLsizei count);
first             281 Source/core/html/canvas/WebGLTexture.cpp     const LevelInfo& first = m_info[0][0];
first             285 Source/core/html/canvas/WebGLTexture.cpp             || info.width != first.width || info.height != first.height
first             286 Source/core/html/canvas/WebGLTexture.cpp             || info.internalFormat != first.internalFormat || info.type != first.type
first             324 Source/core/html/canvas/WebGLTexture.cpp     const LevelInfo& first = m_info[0][0];
first             325 Source/core/html/canvas/WebGLTexture.cpp     GLint levelCount = computeLevelCount(first.width, first.height);
first             332 Source/core/html/canvas/WebGLTexture.cpp                 || info0.width != first.width || info0.height != first.height
first             333 Source/core/html/canvas/WebGLTexture.cpp                 || info0.internalFormat != first.internalFormat || info0.type != first.type
first              91 Source/core/html/parser/HTMLFormattingElementList.cpp     size_t index = bookmark.mark() - first();
first             129 Source/core/html/parser/HTMLFormattingElementList.h     Entry* first() { return &at(0); }
first             329 Source/core/html/parser/HTMLParserIdioms.cpp         const String& attributeName = iter->first;
first             233 Source/core/html/parser/HTMLScriptRunner.cpp         ASSERT(m_scriptsToExecuteAfterParsing.first().resource());
first             234 Source/core/html/parser/HTMLScriptRunner.cpp         if (!m_scriptsToExecuteAfterParsing.first().resource()->isLoaded()) {
first             235 Source/core/html/parser/HTMLScriptRunner.cpp             watchForLoad(m_scriptsToExecuteAfterParsing.first());
first             238 Source/core/html/parser/HTMLScriptRunner.cpp         PendingScript first = m_scriptsToExecuteAfterParsing.takeFirst();
first             239 Source/core/html/parser/HTMLScriptRunner.cpp         executePendingScriptAndDispatchEvent(first, PendingScriptDeferred);
first              39 Source/core/html/parser/HTMLSrcsetParser.cpp static bool compareByScaleFactor(const ImageCandidate& first, const ImageCandidate& second)
first              41 Source/core/html/parser/HTMLSrcsetParser.cpp     return first.scaleFactor() < second.scaleFactor();
first              67 Source/core/html/parser/HTMLTreeBuilder.cpp     return TextPosition(OrdinalNumber::fromOneBasedInt(-1), OrdinalNumber::first());
first             164 Source/core/html/track/vtt/VTTCue.cpp     setInlineStyleProperty(CSSPropertyLeft, position.first, CSSPrimitiveValue::CSS_PERCENTAGE);
first             193 Source/core/html/track/vtt/VTTCue.cpp             String::format("translate(-%.2f%%, -%.2f%%)", position.first, position.second));
first             599 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = m_textPosition;
first             601 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = 100 - m_textPosition - m_displaySize;
first             605 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = 100 - m_textPosition;
first             607 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = m_textPosition - m_displaySize;
first             611 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = m_textPosition;
first             613 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = 100 - m_textPosition;
first             617 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = m_textPosition - m_displaySize;
first             619 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = 100 - m_textPosition - m_displaySize;
first             623 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = m_textPosition - m_displaySize / 2;
first             625 Source/core/html/track/vtt/VTTCue.cpp                 m_displayPosition.first = 100 - m_textPosition - m_displaySize / 2;
first             662 Source/core/html/track/vtt/VTTCue.cpp     if (m_snapToLines && m_displayPosition.first == undefinedPosition
first             664 Source/core/html/track/vtt/VTTCue.cpp         m_displayPosition.first = 0;
first             667 Source/core/html/track/vtt/VTTCue.cpp         m_displayPosition.first = m_computedLinePosition;
first             805 Source/core/html/track/vtt/VTTCue.cpp         coordinates.first = m_textPosition;
first             812 Source/core/html/track/vtt/VTTCue.cpp         coordinates.first = 100 - m_textPosition;
first             819 Source/core/html/track/vtt/VTTCue.cpp         coordinates.first = 100 - m_computedLinePosition;
first             826 Source/core/html/track/vtt/VTTCue.cpp         coordinates.first = m_computedLinePosition;
first             113 Source/core/inspector/AsyncCallStackTracker.cpp             if (vector[i].first == item) {
first             125 Source/core/inspector/ContentSearchUtils.cpp         result->addItem(buildObjectForSearchMatch(it->first, it->second));
first             222 Source/core/inspector/DOMPatchSupport.cpp         oldMap[i].first = 0;
first             227 Source/core/inspector/DOMPatchSupport.cpp         newMap[i].first = 0;
first             233 Source/core/inspector/DOMPatchSupport.cpp         oldMap[i].first = oldList[i].get();
first             235 Source/core/inspector/DOMPatchSupport.cpp         newMap[i].first = newList[i].get();
first             241 Source/core/inspector/DOMPatchSupport.cpp         oldMap[oldIndex].first = oldList[oldIndex].get();
first             243 Source/core/inspector/DOMPatchSupport.cpp         newMap[newIndex].first = newList[newIndex].get();
first             272 Source/core/inspector/DOMPatchSupport.cpp         if (!newMap[i].first || newMap[i + 1].first)
first             276 Source/core/inspector/DOMPatchSupport.cpp         if (j < oldMap.size() && !oldMap[j].first && newList[i + 1]->m_sha1 == oldList[j]->m_sha1) {
first             283 Source/core/inspector/DOMPatchSupport.cpp         if (!newMap[i].first || newMap[i - 1].first || newMap[i].second <= 0)
first             287 Source/core/inspector/DOMPatchSupport.cpp         if (!oldMap[j].first && newList[i - 1]->m_sha1 == oldList[j]->m_sha1) {
first             304 Source/core/inspector/DOMPatchSupport.cpp     ResultMap& oldMap = resultMaps.first;
first             314 Source/core/inspector/DOMPatchSupport.cpp         if (oldMap[i].first) {
first             317 Source/core/inspector/DOMPatchSupport.cpp             oldMap[i].first = 0;
first             333 Source/core/inspector/DOMPatchSupport.cpp         if (!m_unusedNodesMap.contains(oldList[i]->m_sha1) && (!i || oldMap[i - 1].first) && (i == oldMap.size() - 1 || oldMap[i + 1].first)) {
first             351 Source/core/inspector/DOMPatchSupport.cpp         if (!newMap[i].first)
first             356 Source/core/inspector/DOMPatchSupport.cpp             newMap[i].first = 0;
first             361 Source/core/inspector/DOMPatchSupport.cpp         markNodeAsUsed(newMap[i].first);
first             382 Source/core/inspector/DOMPatchSupport.cpp         if (newMap[i].first || merges.contains(newList[i].get()))
first             390 Source/core/inspector/DOMPatchSupport.cpp         if (!oldMap[i].first)
first             392 Source/core/inspector/DOMPatchSupport.cpp         RefPtr<Node> node = oldMap[i].first->m_node;
first             496 Source/core/inspector/DOMPatchSupport.cpp         Digest* first = queue.takeFirst();
first             497 Source/core/inspector/DOMPatchSupport.cpp         m_unusedNodesMap.remove(first->m_sha1);
first             498 Source/core/inspector/DOMPatchSupport.cpp         for (size_t i = 0; i < first->m_children.size(); ++i)
first             499 Source/core/inspector/DOMPatchSupport.cpp             queue.append(first->m_children[i].get());
first             515 Source/core/inspector/DOMPatchSupport.cpp         fprintf(stderr, "%s[%lu]: %s (%p) - [%lu]\n", name.utf8().data(), i, map[i].first ? nodeName(map[i].first->m_node).utf8().data() : "", map[i].first, map[i].second);
first            1308 Source/core/inspector/InspectorCSSAgent.cpp         for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector)) {
first            2078 Source/core/inspector/InspectorDOMAgent.cpp         Node* node = backendIdToNodeIterator->value.first;
first            1201 Source/core/inspector/InspectorDebuggerAgent.cpp             const String& localId = breakpointIterator->value.first;
first             118 Source/core/inspector/InspectorInspectorAgent.cpp     if (m_pendingInspectData.first)
first             119 Source/core/inspector/InspectorInspectorAgent.cpp         inspect(m_pendingInspectData.first, m_pendingInspectData.second);
first             122 Source/core/inspector/InspectorInspectorAgent.cpp         m_frontend->inspector()->evaluateForTestInFrontend(static_cast<int>((*it).first), (*it).second);
first             161 Source/core/inspector/InspectorInspectorAgent.cpp         m_pendingInspectData.first = nullptr;
first             165 Source/core/inspector/InspectorInspectorAgent.cpp     m_pendingInspectData.first = objectToInspect;
first             344 Source/core/inspector/InspectorStyleSheet.cpp     WillBeHeapVector<CSSPropertySourceData>& commentPropertyData = sourceData.first()->styleSourceData->propertyData;
first             560 Source/core/inspector/InspectorStyleSheet.cpp     WillBeHeapVector<CSSPropertySourceData>& propertyData = sourceData.first()->styleSourceData->propertyData;
first             772 Source/core/inspector/InspectorStyleSheet.cpp         m_format.first = "\n";
first             821 Source/core/inspector/InspectorStyleSheet.cpp     m_format.first = formatLineFeed.toString();
first            1205 Source/core/inspector/InspectorStyleSheet.cpp         for (const CSSSelector* selector = selectorList.first(); selector; selector = CSSSelectorList::next(*selector))
first            1656 Source/core/inspector/InspectorStyleSheet.cpp     return ruleSourceDataResult.first().release();
first              86 Source/core/inspector/InspectorStyleTextEditor.cpp     const String& formatLineFeed = m_format.first;
first             122 Source/core/inspector/InspectorStyleTextEditor.cpp     String fullPrefix = m_format.first + m_format.second;
first             176 Source/core/inspector/PageRuntimeAgent.cpp             notifyContextCreated(frameId, isolatedContexts[i].first, isolatedContexts[i].second, false);
first             160 Source/core/page/TouchAdjustment.cpp         int lastOffset = wordIterator->first();
first             135 Source/core/rendering/AbstractInlineTextBox.cpp     int pos = iterator->first();
first             286 Source/core/rendering/CounterNode.cpp     CounterNode* first = newChild->m_firstChild;
first             288 Source/core/rendering/CounterNode.cpp     if (first) {
first             290 Source/core/rendering/CounterNode.cpp         newChild->m_nextSibling = first;
first             294 Source/core/rendering/CounterNode.cpp         first->m_previousSibling = newChild;
first             311 Source/core/rendering/CounterNode.cpp         for (next = first; ; next = next->m_nextSibling) {
first             321 Source/core/rendering/CounterNode.cpp     first->recount();
first             462 Source/core/rendering/InlineFlowBox.cpp                 usedFonts = it == textBoxDataMap.end() ? 0 : &it->value.first;
first            1618 Source/core/rendering/InlineFlowBox.cpp             Vector<InlineBox*>::iterator first = it;
first            1627 Source/core/rendering/InlineFlowBox.cpp                 (*customReverseImplementation)(userData, first, last);
first            1629 Source/core/rendering/InlineFlowBox.cpp                 std::reverse(first, last);
first              88 Source/core/rendering/InlineFlowBox.h     typedef void (*CustomInlineBoxRangeReverse)(void* userData, Vector<InlineBox*>::iterator first, Vector<InlineBox*>::iterator last);
first              82 Source/core/rendering/InlineTextBox.h     static inline bool compareByStart(const InlineTextBox* first, const InlineTextBox* second) { return first->start() < second->start(); }
first              51 Source/core/rendering/OrderIterator.h     RenderBox* first();
first            4236 Source/core/rendering/RenderBlock.cpp         RenderObject* currentRenderer = it->first;
first             496 Source/core/rendering/RenderBlockLineLayout.cpp         ASSERT(it->value.first.isEmpty());
first             497 Source/core/rendering/RenderBlockLineLayout.cpp         copyToVector(fallbackFonts, it->value.first);
first            2989 Source/core/rendering/RenderBox.cpp     InlineFlowBox* first = flow->firstLineBox();
first            2993 Source/core/rendering/RenderBox.cpp     if (!first || !last)
first            2999 Source/core/rendering/RenderBox.cpp         fromLeft = first->logicalLeft() + first->borderLogicalLeft();
first            3002 Source/core/rendering/RenderBox.cpp         fromRight = first->logicalLeft() + first->logicalWidth() - first->borderLogicalRight();
first            3032 Source/core/rendering/RenderBox.cpp     InlineFlowBox* first = flow->firstLineBox();
first            3036 Source/core/rendering/RenderBox.cpp     if (!first || !last)
first              88 Source/core/rendering/RenderCounter.cpp static inline bool areRenderersElementsSiblings(RenderObject& first, RenderObject& second)
first              90 Source/core/rendering/RenderCounter.cpp     return parentElement(first) == parentElement(second);
first             317 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             368 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             406 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (!iterator.first() && hasLineIfEmpty())
first             420 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             509 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             514 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             530 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     for (RenderBox* child = iterator.first(); child && spaceAvailableThisPass && totalFlex; child = iterator.next()) {
first             552 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                         for (RenderBox* child = iterator.first(); child && groupRemainingSpace; child = iterator.next()) {
first             580 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             591 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             612 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             658 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             722 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp         if (!iterator.first() && hasLineIfEmpty())
first             763 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             768 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             784 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                     for (RenderBox* child = iterator.first(); child && spaceAvailableThisPass && totalFlex; child = iterator.next()) {
first             803 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                         for (RenderBox* child = iterator.first(); child && groupRemainingSpace; child = iterator.next()) {
first             830 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             842 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp                 for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             862 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp             for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             881 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             908 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             979 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp     for (RenderBox* child = iterator.first(); child; child = iterator.next()) {
first             155 Source/core/rendering/RenderFlexibleBox.cpp     for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) {
first             285 Source/core/rendering/RenderFlexibleBox.cpp     for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) {
first             294 Source/core/rendering/RenderFlexibleBox.cpp     for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) {
first             310 Source/core/rendering/RenderFlexibleBox.cpp     for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next())
first             677 Source/core/rendering/RenderFlexibleBox.cpp     m_orderIterator.first();
first            1234 Source/core/rendering/RenderFlexibleBox.cpp     RenderBox* child = m_orderIterator.first();
first            1268 Source/core/rendering/RenderFlexibleBox.cpp     RenderBox* child = m_orderIterator.first();
first            1335 Source/core/rendering/RenderFlexibleBox.cpp     child = m_orderIterator.first();
first            1382 Source/core/rendering/RenderFlexibleBox.cpp     for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) {
first            1396 Source/core/rendering/RenderFlexibleBox.cpp     RenderBox* child = m_orderIterator.first();
first             233 Source/core/rendering/RenderFlowThread.cpp         return m_regionList.isEmpty() ? 0 : m_regionList.first();
first             416 Source/core/rendering/RenderFlowThread.cpp     return m_regionList.first();
first             777 Source/core/rendering/RenderGrid.cpp     for (RenderBox* child = m_orderIterator.first(); child; child = m_orderIterator.next()) {
first            1309 Source/core/rendering/RenderGrid.cpp         GridCoordinate first = m_renderer->cachedGridCoordinate(firstItem);
first            1312 Source/core/rendering/RenderGrid.cpp         if (first.rows.initialPositionIndex < second.rows.initialPositionIndex)
first            1314 Source/core/rendering/RenderGrid.cpp         if (first.rows.initialPositionIndex > second.rows.initialPositionIndex)
first            1316 Source/core/rendering/RenderGrid.cpp         return first.columns.finalPositionIndex < second.columns.finalPositionIndex;
first            1393 Source/core/rendering/RenderGrid.cpp     for (RenderBox* child = paintIterator.first(); child; child = paintIterator.next())
first             106 Source/core/rendering/RenderImage.cpp         imageSize = brokenImageAndImageScaleFactor.first->size();
first             328 Source/core/rendering/RenderImage.cpp                 image = brokenImageAndImageScaleFactor.first;
first             581 Source/core/rendering/RenderLayer.h     void setFirstChild(RenderLayer* first) { m_first = first; }
first              90 Source/core/rendering/RenderLayerStackingNode.cpp static inline bool compareZIndex(RenderLayerStackingNode* first, RenderLayerStackingNode* second)
first              92 Source/core/rendering/RenderLayerStackingNode.cpp     return first->zIndex() < second->zIndex();
first            1603 Source/core/rendering/RenderTableSection.cpp void RenderTableSection::splitColumn(unsigned pos, unsigned first)
first            1618 Source/core/rendering/RenderTableSection.cpp             if (first > colleft)
first            1621 Source/core/rendering/RenderTableSection.cpp               r[pos + 1].inColSpan = first + r[pos].inColSpan;
first             175 Source/core/rendering/RenderTableSection.h     void splitColumn(unsigned pos, unsigned first);
first             127 Source/core/rendering/RenderText.cpp     int32_t startOfWord = boundary->first();
first             637 Source/core/rendering/RootInlineBox.cpp         usedFonts = it == textBoxDataMap.end() ? 0 : &it->value.first;
first             822 Source/core/rendering/TextAutosizer.cpp bool clusterWiderThanComparisonFn(const TextAutosizingClusterInfo& first, const TextAutosizingClusterInfo& second)
first             824 Source/core/rendering/TextAutosizer.cpp     return first.root->contentLogicalWidth() > second.root->contentLogicalWidth();
first              74 Source/core/rendering/shapes/ShapeOutsideInfo.cpp                 LayoutUnit rawLeftMarginBoxDelta = segments.first().logicalLeft + logicalLeftMargin;
first              53 Source/core/rendering/style/QuotesData.cpp         return m_quotePairs.last().first;
first              54 Source/core/rendering/style/QuotesData.cpp     return m_quotePairs.at(index).first;
first             167 Source/core/rendering/svg/SVGRenderTreeAsText.cpp         if (value == it->first)
first             221 Source/core/rendering/svg/SVGRootInlineBox.cpp                                                       SVGTextLayoutAttributes*& first, SVGTextLayoutAttributes*& last)
first             223 Source/core/rendering/svg/SVGRootInlineBox.cpp     first = 0;
first             229 Source/core/rendering/svg/SVGRootInlineBox.cpp         if (!first && firstContext == current->context())
first             230 Source/core/rendering/svg/SVGRootInlineBox.cpp             first = current;
first             233 Source/core/rendering/svg/SVGRootInlineBox.cpp         if (first && last)
first             237 Source/core/rendering/svg/SVGRootInlineBox.cpp     ASSERT(first);
first             241 Source/core/rendering/svg/SVGRootInlineBox.cpp static inline void reverseInlineBoxRangeAndValueListsIfNeeded(void* userData, Vector<InlineBox*>::iterator first, Vector<InlineBox*>::iterator last)
first             248 Source/core/rendering/svg/SVGRootInlineBox.cpp         if (first == last || first == --last)
first             251 Source/core/rendering/svg/SVGRootInlineBox.cpp         if (!(*last)->isSVGInlineTextBox() || !(*first)->isSVGInlineTextBox()) {
first             252 Source/core/rendering/svg/SVGRootInlineBox.cpp             InlineBox* temp = *first;
first             253 Source/core/rendering/svg/SVGRootInlineBox.cpp             *first = *last;
first             255 Source/core/rendering/svg/SVGRootInlineBox.cpp             ++first;
first             259 Source/core/rendering/svg/SVGRootInlineBox.cpp         SVGInlineTextBox* firstTextBox = toSVGInlineTextBox(*first);
first             273 Source/core/rendering/svg/SVGRootInlineBox.cpp         InlineBox* temp = *first;
first             274 Source/core/rendering/svg/SVGRootInlineBox.cpp         *first = *last;
first             277 Source/core/rendering/svg/SVGRootInlineBox.cpp         ++first;
first             197 Source/core/rendering/svg/SVGTextChunkBuilder.cpp                     buildSpacingAndGlyphsTransform(isVerticalText, textLengthScale, fragments.first(), spacingAndGlyphsTransform);
first             178 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp     GlyphData glyphData = pair.first;
first              27 Source/core/svg/ColorDistance.cpp Color ColorDistance::addColors(const Color& first, const Color& second)
first              29 Source/core/svg/ColorDistance.cpp     return Color(first.red() + second.red(), first.green() + second.green(), first.blue() + second.blue());
first              65 Source/core/svg/SVGEnumeration.cpp         if (m_value == it->first)
first              95 Source/core/svg/SVGEnumeration.cpp             m_value = it->first;
first              53 Source/core/svg/SVGEnumeration.h     unsigned short maxEnumValue() const { return m_entries.last().first; }
first             265 Source/core/svg/SVGFontData.cpp         pageToFill->setGlyphDataForIndex(offset + i, glyphs.first().tableEntry, fontData);
first             290 Source/core/svg/SVGFontData.cpp         pageToFill->setGlyphDataForIndex(offset + i, glyphs.first().tableEntry, fontData);
first             103 Source/core/svg/SVGGlyphMap.h     static inline bool compareGlyphPriority(const SVGGlyph& first, const SVGGlyph& second)
first             105 Source/core/svg/SVGGlyphMap.h         return first.priority < second.priority;
first             148 Source/core/svg/SVGGlyphMap.h         for (unsigned character = unicodeRange.first; character <= unicodeRange.second; ++character) {
first             311 Source/core/svg/SVGParserUtilities.cpp         range.first = startRange;
first             332 Source/core/svg/SVGParserUtilities.cpp     range.first = startRange;
first             116 Source/core/svg/SVGTransformDistance.cpp     RefPtr<SVGTransform> first = passFirst;
first             118 Source/core/svg/SVGTransformDistance.cpp     ASSERT(first->transformType() == second->transformType());
first             122 Source/core/svg/SVGTransformDistance.cpp     switch (first->transformType()) {
first             128 Source/core/svg/SVGTransformDistance.cpp         transform->setRotate(first->angle() + second->angle() * repeatCount, first->rotationCenter().x() + second->rotationCenter().x() * repeatCount, first->rotationCenter().y() + second->rotationCenter().y() * repeatCount);
first             132 Source/core/svg/SVGTransformDistance.cpp         float dx = first->translate().x() + second->translate().x() * repeatCount;
first             133 Source/core/svg/SVGTransformDistance.cpp         float dy = first->translate().y() + second->translate().y() * repeatCount;
first             140 Source/core/svg/SVGTransformDistance.cpp         scale += first->scale();
first             145 Source/core/svg/SVGTransformDistance.cpp         transform->setSkewX(first->angle() + second->angle() * repeatCount);
first             148 Source/core/svg/SVGTransformDistance.cpp         transform->setSkewY(first->angle() + second->angle() * repeatCount);
first             890 Source/core/svg/animation/SVGSMILElement.cpp void SVGSMILElement::resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const
first             893 Source/core/svg/animation/SVGSMILElement.cpp     SMILTime beginAfter = first ? -numeric_limits<double>::infinity() : m_intervalEnd;
first             896 Source/core/svg/animation/SVGSMILElement.cpp         bool equalsMinimumOK = !first || m_intervalEnd > m_intervalBegin;
first             905 Source/core/svg/animation/SVGSMILElement.cpp             if ((first && tempBegin == tempEnd && tempEnd == lastIntervalTempEnd) || (!first && tempEnd == m_intervalEnd))
first             913 Source/core/svg/animation/SVGSMILElement.cpp         if (!first || (tempEnd > 0 || (!tempBegin.value() && !tempEnd.value()))) {
first            1325 Source/core/svg/animation/SVGSMILElement.cpp         unsigned repeatEventCount = m_repeatEventCountList.first();
first             149 Source/core/svg/animation/SVGSMILElement.h     void resolveInterval(bool first, SMILTime& beginResult, SMILTime& endResult) const;
first             209 Source/core/xml/XPathNodeSet.cpp     for (Node* n = findRootNode(m_nodes.first().get()); n; n = NodeTraversal::next(*n)) {
first              76 Source/core/xml/XPathStep.cpp void optimizeStepPair(Step* first, Step* second, bool& dropSecondStep)
first              80 Source/core/xml/XPathStep.cpp     if (first->m_axis == Step::DescendantOrSelfAxis
first              81 Source/core/xml/XPathStep.cpp         && first->m_nodeTest.kind() == Step::NodeTest::AnyNodeTest
first              82 Source/core/xml/XPathStep.cpp         && !first->m_predicates.size()
first              83 Source/core/xml/XPathStep.cpp         && !first->m_nodeTest.mergedPredicates().size()) {
first              85 Source/core/xml/XPathStep.cpp         ASSERT(first->m_nodeTest.data().isEmpty());
first              86 Source/core/xml/XPathStep.cpp         ASSERT(first->m_nodeTest.namespaceURI().isEmpty());
first              90 Source/core/xml/XPathStep.cpp             first->m_axis = Step::DescendantAxis;
first              91 Source/core/xml/XPathStep.cpp             first->m_nodeTest = Step::NodeTest(second->m_nodeTest.kind(), second->m_nodeTest.data(), second->m_nodeTest.namespaceURI());
first              92 Source/core/xml/XPathStep.cpp             swap(second->m_nodeTest.mergedPredicates(), first->m_nodeTest.mergedPredicates());
first              93 Source/core/xml/XPathStep.cpp             swap(second->m_predicates, first->m_predicates);
first              94 Source/core/xml/XPathStep.cpp             first->optimize();
first             169 Source/modules/indexeddb/IDBFactory.cpp     RefPtr<IDBKey> first = scriptValueToIDBKey(&requestState, firstValue);
first             172 Source/modules/indexeddb/IDBFactory.cpp     ASSERT(first);
first             175 Source/modules/indexeddb/IDBFactory.cpp     if (!first->isValid() || !second->isValid()) {
first             180 Source/modules/indexeddb/IDBFactory.cpp     return static_cast<short>(first->compare(second.get()));
first              60 Source/modules/indexeddb/IDBFactory.h     short cmp(ExecutionContext*, const ScriptValue& first, const ScriptValue& second, ExceptionState&);
first             227 Source/modules/speech/SpeechSynthesis.cpp         return m_utteranceQueue.first().get();
first              62 Source/modules/webdatabase/SQLTransactionCoordinator.cpp     RefPtrWillBeRawPtr<SQLTransactionBackend> firstPendingTransaction = info.pendingTransactions.first();
first              68 Source/modules/webdatabase/SQLTransactionCoordinator.cpp         } while (!info.pendingTransactions.isEmpty() && info.pendingTransactions.first()->isReadOnly());
first             145 Source/modules/webdatabase/SQLTransactionCoordinator.cpp             RefPtrWillBeRawPtr<SQLTransactionBackend> transaction = info.pendingTransactions.first();
first             276 Source/modules/websockets/NewWebSocketChannelImpl.cpp         const Message& message = m_messages.first();
first             482 Source/modules/websockets/NewWebSocketChannelImpl.cpp     ASSERT(m_messages.size() > 0 && m_messages.first().type == MessageTypeBlob);
first             484 Source/modules/websockets/NewWebSocketChannelImpl.cpp     m_messages.first() = Message(buffer);
first              91 Source/platform/ThreadTimers.cpp         double nextFireTime = m_timerHeap.first()->m_nextFireTime;
first             124 Source/platform/ThreadTimers.cpp     while (!m_timerHeap.isEmpty() && m_timerHeap.first()->m_nextFireTime <= fireTime) {
first             125 Source/platform/ThreadTimers.cpp         TimerBase& timer = *m_timerHeap.first();
first             305 Source/platform/Timer.cpp     ASSERT(this == timerHeap().first());
first              44 Source/platform/animation/TimingFunctionTest.cpp         << a.first \
first              47 Source/platform/animation/TimingFunctionTest.cpp         << b.first \
first             135 Source/platform/audio/AudioDSPKernelProcessor.cpp         return !m_kernels.isEmpty() ? m_kernels.first()->tailTime() : 0;
first             148 Source/platform/audio/AudioDSPKernelProcessor.cpp         return !m_kernels.isEmpty() ? m_kernels.first()->latencyTime() : 0;
first             236 Source/platform/audio/Reverb.cpp     return !m_convolvers.isEmpty() ? m_convolvers.first()->latencyFrames() : 0;
first              84 Source/platform/fonts/Font.cpp     FontSelector* first = m_fontFallbackList ? m_fontFallbackList->fontSelector() : 0;
first              87 Source/platform/fonts/Font.cpp     return first == second
first             120 Source/platform/fonts/Font.h         return glyphDataAndPageForCharacter(c, mirror, variant).first;
first              58 Source/platform/fonts/FontDataCache.cpp             m_inactiveFontData.add(newValue.first);
first              59 Source/platform/fonts/FontDataCache.cpp         return newValue.first.release();
first              63 Source/platform/fonts/FontDataCache.cpp         ASSERT(m_inactiveFontData.contains(result.get()->value.first));
first              64 Source/platform/fonts/FontDataCache.cpp         m_inactiveFontData.remove(result.get()->value.first);
first              72 Source/platform/fonts/FontDataCache.cpp         m_inactiveFontData.add(result.get()->value.first);
first              75 Source/platform/fonts/FontDataCache.cpp     return result.get()->value.first;
first              94 Source/platform/fonts/FontDataCache.cpp         m_inactiveFontData.add(it->value.first);
first             102 Source/platform/fonts/FontDataCache.cpp         OpenTypeVerticalData* verticalData = const_cast<OpenTypeVerticalData*>(fontData->value.first->verticalData());
first             104 Source/platform/fonts/SVGGlyph.cpp             forms.prepend(processArabicFormDetection(input[i], lastCharShapesRight, forms.isEmpty() ? 0 : &forms.first()));
first             126 Source/platform/fonts/WidthIterator.cpp         int spaceOffset = charactersTreatedAsSpace[i].first;
first             161 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     CachedShapingResultsLRUNode* node = new CachedShapingResultsLRUNode(results.first);
first            1023 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         m_startOffset = m_harfBuzzRuns.first()->offsets()[0];
first             220 Source/platform/graphics/GraphicsContext.cpp         canvas()->addComment(it->first, it->second.ascii().data());
first              30 Source/platform/graphics/PathTraversalState.cpp static inline FloatPoint midPoint(const FloatPoint& first, const FloatPoint& second)
first              32 Source/platform/graphics/PathTraversalState.cpp     return FloatPoint((first.x() + second.x()) / 2.0f, (first.y() + second.y()) / 2.0f);
first             108 Source/platform/graphics/test/MockWebGraphicsContext3D.h     virtual void drawArrays(WGC3Denum mode, WGC3Dint first, WGC3Dsizei count) { }
first             579 Source/platform/heap/Handle.h         StdPairHelper<firstNeedsTracing, T>::trace(visitor, &pair->first);
first            1102 Source/platform/heap/Heap.cpp void CallbackStack::init(CallbackStack** first)
first            1105 Source/platform/heap/Heap.cpp     *first = 0;
first            1106 Source/platform/heap/Heap.cpp     *first = new CallbackStack(first);
first            1109 Source/platform/heap/Heap.cpp void CallbackStack::shutdown(CallbackStack** first)
first            1112 Source/platform/heap/Heap.cpp     for (CallbackStack* current = *first; current; current = next) {
first            1116 Source/platform/heap/Heap.cpp     *first = 0;
first            1139 Source/platform/heap/Heap.cpp bool CallbackStack::popAndInvokeCallback(CallbackStack** first, Visitor* visitor)
first            1149 Source/platform/heap/Heap.cpp         *first = nextStack;
first            1151 Source/platform/heap/Heap.cpp         return nextStack->popAndInvokeCallback(first, visitor);
first             547 Source/platform/heap/Heap.h     CallbackStack(CallbackStack** first)
first             550 Source/platform/heap/Heap.h         , m_next(*first)
first             555 Source/platform/heap/Heap.h         *first = this;
first             579 Source/platform/heap/Heap.h     static void init(CallbackStack** first);
first             580 Source/platform/heap/Heap.h     static void shutdown(CallbackStack** first);
first             581 Source/platform/heap/Heap.h     bool popAndInvokeCallback(CallbackStack** first, Visitor*);
first             583 Source/platform/heap/Heap.h     Item* allocateEntry(CallbackStack** first)
first             587 Source/platform/heap/Heap.h         return (new CallbackStack(first))->allocateEntry(first);
first            2433 Source/platform/heap/HeapTest.cpp     if (p.first == two && p.second == two)
first            2435 Source/platform/heap/HeapTest.cpp     if (p2.first == two && p2.second == two)
first            2437 Source/platform/heap/HeapTest.cpp     if (p3.first == two && p3.second == 2)
first            2439 Source/platform/heap/HeapTest.cpp     if (p4.first == 2 && p4.second == two)
first            2447 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(p.first->value(), 1);
first            2449 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(p3.first->value(), 1);
first            2452 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(p.first, nullWrapper);
first            2454 Source/platform/heap/HeapTest.cpp         EXPECT_EQ(p3.first, nullWrapper);
first            2459 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(p2.first->value(), 2);
first            2461 Source/platform/heap/HeapTest.cpp     EXPECT_EQ(p4.first, 2);
first              77 Source/platform/image-decoders/bmp/BMPImageDecoder.cpp         m_frameBufferCache.first().setPremultiplyAlpha(m_premultiplyAlpha);
first              80 Source/platform/image-decoders/bmp/BMPImageDecoder.cpp     ImageFrame* buffer = &m_frameBufferCache.first();
first             106 Source/platform/image-decoders/bmp/BMPImageDecoder.cpp     else if (!m_frameBufferCache.isEmpty() && (m_frameBufferCache.first().status() == ImageFrame::FrameComplete))
first             122 Source/platform/image-decoders/bmp/BMPImageDecoder.cpp         m_reader->setBuffer(&m_frameBufferCache.first());
first             289 Source/platform/image-decoders/ico/ICOImageDecoder.cpp     const IconDirectoryEntry& dirEntry = m_dirEntries.first();
first             511 Source/platform/image-decoders/png/PNGImageDecoder.cpp         m_frameBufferCache.first().setStatus(ImageFrame::FrameComplete);
first              60 Source/platform/image-decoders/png/PNGImageDecoder.h         return !m_frameBufferCache.isEmpty() && (m_frameBufferCache.first().status() == ImageFrame::FrameComplete);
first              65 Source/platform/network/HTTPHeaderMap.cpp         set(AtomicString(header.first), AtomicString(header.second));
first              81 Source/platform/network/ParsedContentType.cpp     return string.substring(range.first, range.second);
first             352 Source/platform/network/ResourceResponse.cpp             if (equalIgnoringCase(directives[i].first, noCacheDirective) && directives[i].second.isEmpty())
first             354 Source/platform/network/ResourceResponse.cpp             else if (equalIgnoringCase(directives[i].first, noStoreDirective))
first             356 Source/platform/network/ResourceResponse.cpp             else if (equalIgnoringCase(directives[i].first, mustRevalidateDirective))
first             358 Source/platform/network/ResourceResponse.cpp             else if (equalIgnoringCase(directives[i].first, maxAgeDirective)) {
first              41 Source/platform/text/TextBoundaries.cpp         int first = i;
first              45 Source/platform/text/TextBoundaries.cpp             return first;
first              57 Source/platform/text/TextBreakIteratorICU.cpp             if (m_pool[i].first == locale) {
first             321 Source/platform/text/UnicodeUtilities.cpp static inline size_t compareKanaLetterAndComposedVoicedSoundMarks(const UChar* first, const UChar* firstEnd, const UChar* second, const UChar* secondEnd)
first             323 Source/platform/text/UnicodeUtilities.cpp     const UChar* start = first;
first             325 Source/platform/text/UnicodeUtilities.cpp     if (isSmallKanaLetter(*first) != isSmallKanaLetter(*second))
first             327 Source/platform/text/UnicodeUtilities.cpp     if (composedVoicedSoundMark(*first) != composedVoicedSoundMark(*second))
first             329 Source/platform/text/UnicodeUtilities.cpp     ++first;
first             335 Source/platform/text/UnicodeUtilities.cpp         if (first == firstEnd || !isCombiningVoicedSoundMark(*first)) {
first             336 Source/platform/text/UnicodeUtilities.cpp             return secondIsNotSoundMark ? first - start : kNotFound;
first             340 Source/platform/text/UnicodeUtilities.cpp         if (*first != *second)
first             342 Source/platform/text/UnicodeUtilities.cpp         ++first;
first            1047 Source/web/WebAXObject.cpp     return columnRange.first;
first            1073 Source/web/WebAXObject.cpp     return rowRange.first;
first             765 Source/web/WebFrameImpl.cpp     TextPosition position(OrdinalNumber::fromOneBasedInt(source.startLine), OrdinalNumber::first());
first             777 Source/web/WebFrameImpl.cpp         TextPosition position(OrdinalNumber::fromOneBasedInt(sourcesIn[i].startLine), OrdinalNumber::first());
first             847 Source/web/WebFrameImpl.cpp     TextPosition position(OrdinalNumber::fromOneBasedInt(source.startLine), OrdinalNumber::first());
first             860 Source/web/WebFrameImpl.cpp         TextPosition position(OrdinalNumber::fromOneBasedInt(sourcesIn[i].startLine), OrdinalNumber::first());
first             512 Source/web/WebPluginContainerImpl.cpp     return nodes.first().get() == m_element;
first              49 Source/web/WebSelector.cpp         for (const CSSSelector* selector = selectorList.first(); selector; selector = selectorList.next(*selector)) {
first             151 Source/web/tests/PrerenderingTest.cpp         bool operator()(const WebPrerender& first, const WebPrerender& second) const
first             153 Source/web/tests/PrerenderingTest.cpp             return first.toPrerender() == second.toPrerender();
first              85 Source/wtf/BloomFilter.h     uint8_t& first = firstSlot(hash);
first              87 Source/wtf/BloomFilter.h     if (LIKELY(first < maximumCount()))
first              88 Source/wtf/BloomFilter.h         ++first;
first              96 Source/wtf/BloomFilter.h     uint8_t& first = firstSlot(hash);
first              98 Source/wtf/BloomFilter.h     ASSERT(first);
first             101 Source/wtf/BloomFilter.h     if (LIKELY(first < maximumCount()))
first             102 Source/wtf/BloomFilter.h         --first;
first              76 Source/wtf/Deque.h         T& first() { ASSERT(m_start != m_end); return m_buffer.buffer()[m_start]; }
first              77 Source/wtf/Deque.h         const T& first() const { ASSERT(m_start != m_end); return m_buffer.buffer()[m_start]; }
first             326 Source/wtf/Deque.h         T oldFirst = Pass::transfer(first());
first             162 Source/wtf/HashFunctions.h             return pairIntHash(DefaultHash<T>::Hash::hash(p.first), DefaultHash<U>::Hash::hash(p.second));
first             166 Source/wtf/HashFunctions.h             return DefaultHash<T>::Hash::equal(a.first, b.first) && DefaultHash<U>::Hash::equal(a.second, b.second);
first             173 Source/wtf/HashFunctions.h         static unsigned hash(const std::pair<T, U>& p) { return pairIntHash(p.first, p.second); }
first             801 Source/wtf/HashTable.h         ValueType* entry = lookupResult.first.first;
first             802 Source/wtf/HashTable.h         bool found = lookupResult.first.second;
first             829 Source/wtf/HashTable.h         ASSERT(!isDeletedBucket(*(lookupForWriting(Extractor::extract(entry)).first)));
first             836 Source/wtf/HashTable.h         Value* newEntry = lookupForWriting(Extractor::extract(entry)).first;
first             248 Source/wtf/HashTraits.h         static void constructDeletedValue(TraitType& slot) { FirstTraits::constructDeletedValue(slot.first); }
first             249 Source/wtf/HashTraits.h         static bool isDeletedValue(const TraitType& value) { return FirstTraits::isDeletedValue(value.first); }
first             116 Source/wtf/ListHashSet.h         ValueType& first();
first             117 Source/wtf/ListHashSet.h         const ValueType& first() const;
first             655 Source/wtf/ListHashSet.h     inline T& ListHashSet<T, inlineCapacity, U>::first()
first             670 Source/wtf/ListHashSet.h     inline const T& ListHashSet<T, inlineCapacity, U>::first() const
first              43 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(1, list.first());
first              46 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(2, list.first());
first              49 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(3, list.first());
first             154 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(1, list.first());
first             157 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(2, list.first());
first             205 Source/wtf/ListHashSetTest.cpp     ASSERT_EQ(ptr, list.first());
first              88 Source/wtf/PartitionAllocTest.cpp     void* first = 0;
first              95 Source/wtf/PartitionAllocTest.cpp             first = WTF::partitionCookieFreePointerAdjust(ptr);
first              99 Source/wtf/PartitionAllocTest.cpp     EXPECT_EQ(WTF::partitionPointerToPage(first), WTF::partitionPointerToPage(last));
first             101 Source/wtf/PartitionAllocTest.cpp         EXPECT_EQ(reinterpret_cast<size_t>(first) & WTF::kPartitionPageBaseMask, reinterpret_cast<size_t>(last) & WTF::kPartitionPageBaseMask);
first              80 Source/wtf/StreamBuffer.h         ASSERT(m_readOffset + size <= m_buffer.first()->size());
first              83 Source/wtf/StreamBuffer.h         if (m_readOffset >= m_buffer.first()->size()) {
first              96 Source/wtf/StreamBuffer.h         return &m_buffer.first()->data()[m_readOffset];
first             104 Source/wtf/StreamBuffer.h         return m_buffer.first()->size() - m_readOffset;
first             168 Source/wtf/TreeNode.h     typename TreeNode<T>::NodeType* first = current->here();
first             169 Source/wtf/TreeNode.h     while (first->firstChild())
first             170 Source/wtf/TreeNode.h         first = first->firstChild();
first             171 Source/wtf/TreeNode.h     return first;
first             663 Source/wtf/Vector.h         T& first() { return at(0); }
first             664 Source/wtf/Vector.h         const T& first() const { return at(0); }
first             141 Source/wtf/VectorTest.cpp     OwnPtr<DestructCounter>& counter0 = vector.first();
first             170 Source/wtf/dtoa/utils.h         T& first() { return start_[0]; }
first              53 Source/wtf/text/TextPosition.cpp     unsigned lineStartOffset = m_line != OrdinalNumber::first() ? lineEndings.at(m_line.zeroBasedInt() - 1) + 1 : 0;
first              50 Source/wtf/text/TextPosition.h     static OrdinalNumber first() { return OrdinalNumber(0); }
first              74 Source/wtf/text/TextPosition.h     static TextPosition minimumPosition() { return TextPosition(OrdinalNumber::first(), OrdinalNumber::first()); }
first             388 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c                 int first = frame->f_code->co_firstlineno;
first             389 Tools/Scripts/webkitpy/thirdparty/coverage/tracer.c                 if (CTracer_record_pair(self, self->last_line, -first) < 0) {
first             247 public/platform/WebGraphicsContext3D.h     virtual void drawArrays(WGC3Denum mode, WGC3Dint first, WGC3Dsizei count) = 0;
first             465 public/platform/WebGraphicsContext3D.h     virtual void drawArraysInstancedANGLE(WGC3Denum mode, WGC3Dint first, WGC3Dsizei count, WGC3Dsizei primcount) { }