position           61 Source/bindings/v8/ScriptEventListener.cpp     TextPosition position(OrdinalNumber::fromZeroBasedInt(1), OrdinalNumber::first());
position           70 Source/bindings/v8/ScriptEventListener.cpp         position = scriptController.eventHandlerPosition();
position           76 Source/bindings/v8/ScriptEventListener.cpp     return V8LazyEventListener::create(name.localName(), eventParameterName(node->isSVGElement()), value, sourceURL, position, node, isolate);
position           91 Source/bindings/v8/ScriptEventListener.cpp     TextPosition position = scriptController.eventHandlerPosition();
position           94 Source/bindings/v8/ScriptEventListener.cpp     return V8LazyEventListener::create(name.localName(), eventParameterName(frame->document()->isSVGDocument()), value, sourceURL, position, 0, toIsolate(frame));
position          871 Source/bindings/v8/SerializedScriptValue.cpp     uint8_t* byteAt(int position)
position          873 Source/bindings/v8/SerializedScriptValue.cpp         return reinterpret_cast<uint8_t*>(m_buffer.data()) + position;
position           55 Source/bindings/v8/V8LazyEventListener.cpp V8LazyEventListener::V8LazyEventListener(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate)
position           62 Source/bindings/v8/V8LazyEventListener.cpp     , m_position(position)
position           51 Source/bindings/v8/V8LazyEventListener.h         static PassRefPtr<V8LazyEventListener> create(const AtomicString& functionName, const AtomicString& eventParameterName, const String& code, const String& sourceURL, const TextPosition& position, Node* node, v8::Isolate* isolate)
position           53 Source/bindings/v8/V8LazyEventListener.h             return adoptRef(new V8LazyEventListener(functionName, eventParameterName, code, sourceURL, position, node, isolate));
position           55 Source/bindings/v8/custom/V8ElementCustom.cpp     V8TRYCATCH_EXCEPTION_VOID(int, position, toInt32(value, exceptionState), exceptionState);
position           56 Source/bindings/v8/custom/V8ElementCustom.cpp     impl->setScrollLeft(position);
position           71 Source/bindings/v8/custom/V8ElementCustom.cpp     V8TRYCATCH_EXCEPTION_VOID(int, position, toInt32(value, exceptionState), exceptionState);
position           72 Source/bindings/v8/custom/V8ElementCustom.cpp     impl->setScrollTop(position);
position           52 Source/core/accessibility/AXProgressIndicator.cpp     if (element()->position() >= 0)
position         1716 Source/core/accessibility/AXRenderObject.cpp int AXRenderObject::index(const VisiblePosition& position) const
position         1718 Source/core/accessibility/AXRenderObject.cpp     if (position.isNull() || !isTextControl())
position         1721 Source/core/accessibility/AXRenderObject.cpp     if (renderObjectContainsPosition(m_renderer, position.deepEquivalent()))
position         1722 Source/core/accessibility/AXRenderObject.cpp         return indexForVisiblePosition(position);
position           19 Source/core/animation/AnimationHelpers.h     size_t position = 0;
position           21 Source/core/animation/AnimationHelpers.h     while ((end = propertyName.find(isASCIIUpper, position)) != kNotFound) {
position           22 Source/core/animation/AnimationHelpers.h         builder.append(propertyName.substring(position, end - position) + "-" + toASCIILower((propertyName)[end]));
position           23 Source/core/animation/AnimationHelpers.h         position = end + 1;
position           25 Source/core/animation/AnimationHelpers.h     builder.append(propertyName.substring(position));
position           49 Source/core/animation/AnimationStack.h         size_t position = m_activeAnimations.find(animation);
position           50 Source/core/animation/AnimationStack.h         ASSERT(position != kNotFound);
position           51 Source/core/animation/AnimationStack.h         m_activeAnimations.remove(position);
position          100 Source/core/animation/InterpolableValue.h     void set(size_t position, PassOwnPtrWillBeRawPtr<InterpolableValue> value)
position          102 Source/core/animation/InterpolableValue.h         ASSERT(position < m_size);
position          103 Source/core/animation/InterpolableValue.h         m_values[position] = value;
position          105 Source/core/animation/InterpolableValue.h     const InterpolableValue* get(size_t position) const
position          107 Source/core/animation/InterpolableValue.h         ASSERT(position < m_size);
position          108 Source/core/animation/InterpolableValue.h         return m_values[position].get();
position          922 Source/core/css/CSSComputedStyleDeclaration.cpp static PassRefPtrWillBeRawPtr<CSSValue> valueForGridPosition(const GridPosition& position)
position          924 Source/core/css/CSSComputedStyleDeclaration.cpp     if (position.isAuto())
position          927 Source/core/css/CSSComputedStyleDeclaration.cpp     if (position.isNamedGridArea())
position          928 Source/core/css/CSSComputedStyleDeclaration.cpp         return cssValuePool().createValue(position.namedGridLine(), CSSPrimitiveValue::CSS_STRING);
position          931 Source/core/css/CSSComputedStyleDeclaration.cpp     if (position.isSpan()) {
position          933 Source/core/css/CSSComputedStyleDeclaration.cpp         list->append(cssValuePool().createValue(position.spanPosition(), CSSPrimitiveValue::CSS_NUMBER));
position          935 Source/core/css/CSSComputedStyleDeclaration.cpp         list->append(cssValuePool().createValue(position.integerPosition(), CSSPrimitiveValue::CSS_NUMBER));
position          937 Source/core/css/CSSComputedStyleDeclaration.cpp     if (!position.namedGridLine().isNull())
position          938 Source/core/css/CSSComputedStyleDeclaration.cpp         list->append(cssValuePool().createValue(position.namedGridLine(), CSSPrimitiveValue::CSS_STRING));
position         2171 Source/core/css/CSSComputedStyleDeclaration.cpp             return cssValuePool().createValue(style->position());
position           32 Source/core/css/CSSParserValues.cpp AtomicString CSSParserString::atomicSubstring(unsigned position, unsigned length) const
position           34 Source/core/css/CSSParserValues.cpp     ASSERT(m_length >= position + length);
position           37 Source/core/css/CSSParserValues.cpp         return AtomicString(characters8() + position, length);
position           38 Source/core/css/CSSParserValues.cpp     return AtomicString(characters16() + position, length);
position          124 Source/core/css/CSSParserValues.h     AtomicString atomicSubstring(unsigned position, unsigned length) const;
position         2982 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(RubyPosition position)
position         2986 Source/core/css/CSSPrimitiveValueMappings.h     switch (position) {
position         3012 Source/core/css/CSSPrimitiveValueMappings.h template<> inline CSSPrimitiveValue::CSSPrimitiveValue(TextEmphasisPosition position)
position         3016 Source/core/css/CSSPrimitiveValueMappings.h     switch (position) {
position           51 Source/core/css/CSSTestHelper.cpp     TextPosition position;
position           52 Source/core/css/CSSTestHelper.cpp     m_styleSheet = CSSStyleSheet::createInline(m_document.get(), KURL(), position, "UTF-8");
position           64 Source/core/css/CSSTestHelper.cpp     TextPosition position;
position           66 Source/core/css/CSSTestHelper.cpp     ASSERT_TRUE(m_styleSheet->contents()->parseStringAtPosition(cssText, position, true));
position          321 Source/core/css/ElementRuleCollector.cpp     return matchedRule1.position() < matchedRule2.position();
position           61 Source/core/css/ElementRuleCollector.h         m_position = ((uint64_t)cascadeOrder << (BitsForStyleSheetIndex + BitsForPositionInRuleData)) + ((uint64_t)styleSheetIndex << BitsForPositionInRuleData)+ m_ruleData->position();
position           66 Source/core/css/ElementRuleCollector.h     uint64_t position() const { return m_position; }
position          143 Source/core/css/ElementRuleCollector.h     void sortMatchedRulesFrom(unsigned position);
position          124 Source/core/css/RuleSet.cpp RuleData::RuleData(StyleRule* rule, unsigned selectorIndex, unsigned position, AddRuleFlags addRuleFlags)
position          128 Source/core/css/RuleSet.cpp     , m_position(position)
position          137 Source/core/css/RuleSet.cpp     ASSERT(m_position == position);
position           74 Source/core/css/RuleSet.h     RuleData(StyleRule*, unsigned selectorIndex, unsigned position, AddRuleFlags);
position           76 Source/core/css/RuleSet.h     unsigned position() const { return m_position; }
position         4160 Source/core/css/parser/CSSPropertyParser.cpp     RefPtrWillBeRawPtr<CSSPrimitiveValue> position = nullptr;
position         4163 Source/core/css/parser/CSSPropertyParser.cpp         position = cssValuePool().createIdentifierValue(value->id);
position         4176 Source/core/css/parser/CSSPropertyParser.cpp                 position = cssValuePool().createIdentifierValue(value->id);
position         4187 Source/core/css/parser/CSSPropertyParser.cpp     ASSERT(position);
position         4189 Source/core/css/parser/CSSPropertyParser.cpp         addProperty(propId, createPrimitiveValuePair(position, overflowAlignmentKeyword), important);
position         4191 Source/core/css/parser/CSSPropertyParser.cpp         addProperty(propId, position.release(), important);
position         4944 Source/core/css/parser/CSSPropertyParser.cpp     int position = 0;
position         4949 Source/core/css/parser/CSSPropertyParser.cpp     for (; position < length; ++position) {
position         4950 Source/core/css/parser/CSSPropertyParser.cpp         if (string[position] == '.')
position         4952 Source/core/css/parser/CSSPropertyParser.cpp         localValue = localValue * 10 + string[position] - '0';
position         4955 Source/core/css/parser/CSSPropertyParser.cpp     if (++position == length) {
position         4963 Source/core/css/parser/CSSPropertyParser.cpp     while (position < length && scale < MAX_SCALE) {
position         4964 Source/core/css/parser/CSSPropertyParser.cpp         fraction = fraction * 10 + string[position++] - '0';
position           46 Source/core/css/resolver/MatchResult.h     void setLast(int position) { m_lastRuleIndex = position; }
position           48 Source/core/css/resolver/MatchResult.h     void shiftLast(int position)
position           50 Source/core/css/resolver/MatchResult.h         m_lastRuleIndex = position;
position           52 Source/core/css/resolver/MatchResult.h             m_firstRuleIndex = position;
position          208 Source/core/css/resolver/StyleAdjuster.cpp         if (isInTopLayer(e, style) && (style->position() == StaticPosition || style->position() == RelativePosition))
position          219 Source/core/css/resolver/StyleAdjuster.cpp     if (style->position() == StaticPosition && !parentStyleForcesZIndexToCreateStackingContext(parentStyle))
position          234 Source/core/css/resolver/StyleAdjuster.cpp         || style->position() == StickyPosition
position          235 Source/core/css/resolver/StyleAdjuster.cpp         || style->position() == FixedPosition
position          440 Source/core/css/resolver/StyleAdjuster.cpp         && style->position() == RelativePosition)
position          446 Source/core/css/resolver/StyleAdjuster.cpp         && style->position() == StickyPosition)
position         1111 Source/core/css/resolver/StyleBuilderCustom.cpp static bool createGridPosition(CSSValue* value, GridPosition& position)
position         1121 Source/core/css/resolver/StyleBuilderCustom.cpp             position.setNamedGridArea(primitiveValue->getStringValue());
position         1158 Source/core/css/resolver/StyleBuilderCustom.cpp         position.setSpanPosition(gridLineNumber, gridLineName);
position         1160 Source/core/css/resolver/StyleBuilderCustom.cpp         position.setExplicitPosition(gridLineNumber, gridLineName);
position          214 Source/core/dom/DOMTokenList.cpp     unsigned position = 0; // 4
position          217 Source/core/dom/DOMTokenList.cpp     while (position < inputLength) {
position          218 Source/core/dom/DOMTokenList.cpp         if (isHTMLSpace<UChar>(input[position])) { // 6
position          219 Source/core/dom/DOMTokenList.cpp             output.append(input[position++]); // 6.1, 6.2
position          225 Source/core/dom/DOMTokenList.cpp         while (position < inputLength && isNotHTMLSpace<UChar>(input[position]))
position          226 Source/core/dom/DOMTokenList.cpp             tokenBuilder.append(input[position++]);
position          232 Source/core/dom/DOMTokenList.cpp             while (position < inputLength && isHTMLSpace<UChar>(input[position]))
position          233 Source/core/dom/DOMTokenList.cpp                 ++position;
position          242 Source/core/dom/DOMTokenList.cpp             if (position < inputLength && !output.isEmpty())
position         1251 Source/core/dom/Document.cpp     if (positionWithAffinity.position().isNull())
position         1254 Source/core/dom/Document.cpp     Position rangeCompliantPosition = positionWithAffinity.position().parentAnchoredEquivalent();
position         4918 Source/core/dom/Document.cpp     size_t position = m_topLayerElements.find(element);
position         4919 Source/core/dom/Document.cpp     ASSERT(position != kNotFound);
position         4920 Source/core/dom/Document.cpp     m_topLayerElements.remove(position);
position           50 Source/core/dom/DocumentOrderedList.cpp         unsigned short position = n->compareDocumentPositionInternal(node, Node::TreatShadowTreesAsComposed);
position           51 Source/core/dom/DocumentOrderedList.cpp         if (position & Node::DOCUMENT_POSITION_FOLLOWING) {
position          732 Source/core/dom/Element.cpp     int position;
position          733 Source/core/dom/Element.cpp     if (!scrollOptionsHorizontal.get("x", position)) {
position          739 Source/core/dom/Element.cpp     setScrollLeft(position);
position          778 Source/core/dom/Element.cpp     int position;
position          779 Source/core/dom/Element.cpp     if (!scrollOptionsVertical.get("y", position)) {
position          785 Source/core/dom/Element.cpp     setScrollTop(position);
position          249 Source/core/dom/NodeRenderingTraversal.cpp     size_t position = topLayerElements.find(element);
position          250 Source/core/dom/NodeRenderingTraversal.cpp     ASSERT(position != kNotFound);
position          251 Source/core/dom/NodeRenderingTraversal.cpp     for (size_t i = position + 1; i < topLayerElements.size(); ++i) {
position           86 Source/core/dom/PendingScript.h     void setStartingPosition(const TextPosition& position) { m_startingPosition = position; }
position         1133 Source/core/dom/Position.cpp static Position downstreamIgnoringEditingBoundaries(Position position)
position         1136 Source/core/dom/Position.cpp     while (position != lastPosition) {
position         1137 Source/core/dom/Position.cpp         lastPosition = position;
position         1138 Source/core/dom/Position.cpp         position = position.downstream(CanCrossEditingBoundary);
position         1140 Source/core/dom/Position.cpp     return position;
position         1143 Source/core/dom/Position.cpp static Position upstreamIgnoringEditingBoundaries(Position position)
position         1146 Source/core/dom/Position.cpp     while (position != lastPosition) {
position         1147 Source/core/dom/Position.cpp         lastPosition = position;
position         1148 Source/core/dom/Position.cpp         position = position.upstream(CanCrossEditingBoundary);
position         1150 Source/core/dom/Position.cpp     return position;
position          327 Source/core/dom/Position.h     PositionWithAffinity(const Position& position, EAffinity affinity = DOWNSTREAM)
position          328 Source/core/dom/Position.h         : m_position(position)
position          334 Source/core/dom/Position.h     const Position& position() const { return m_position; }
position          240 Source/core/dom/ScriptLoader.cpp         TextPosition position = elementDocument.isInDocumentWrite() ? TextPosition() : scriptStartPosition;
position          242 Source/core/dom/ScriptLoader.cpp         executeScript(ScriptSourceCode(scriptContent(), scriptURL, position));
position          131 Source/core/dom/StyleEngine.cpp         unsigned short position = n->comparePosition(*treeScope);
position          132 Source/core/dom/StyleEngine.cpp         if (position & Node::DOCUMENT_POSITION_FOLLOWING) {
position          156 Source/core/editing/ApplyBlockElementCommand.cpp static bool isNewLineAtPosition(const Position& position)
position          158 Source/core/editing/ApplyBlockElementCommand.cpp     Node* textNode = position.containerNode();
position          159 Source/core/editing/ApplyBlockElementCommand.cpp     int offset = position.offsetInContainerNode();
position          171 Source/core/editing/ApplyBlockElementCommand.cpp static RenderStyle* renderStyleOfEnclosingTextNode(const Position& position)
position          173 Source/core/editing/ApplyBlockElementCommand.cpp     if (position.anchorType() != Position::PositionIsOffsetInAnchor || !position.containerNode() || !position.containerNode()->isTextNode())
position          175 Source/core/editing/ApplyBlockElementCommand.cpp     return position.containerNode()->renderStyle();
position          244 Source/core/editing/ApplyBlockElementCommand.cpp     Position position = endOfNextParagraph.deepEquivalent();
position          245 Source/core/editing/ApplyBlockElementCommand.cpp     RenderStyle* style = renderStyleOfEnclosingTextNode(position);
position          249 Source/core/editing/ApplyBlockElementCommand.cpp     RefPtr<Text> text = position.containerText();
position          250 Source/core/editing/ApplyBlockElementCommand.cpp     if (!style->preserveNewline() || !position.offsetInContainerNode() || !isNewLineAtPosition(firstPositionInNode(text.get())))
position          259 Source/core/editing/ApplyBlockElementCommand.cpp         ASSERT(start.offsetInContainerNode() < position.offsetInContainerNode());
position          263 Source/core/editing/ApplyBlockElementCommand.cpp         ASSERT(end.offsetInContainerNode() < position.offsetInContainerNode());
position          267 Source/core/editing/ApplyBlockElementCommand.cpp         if (m_endOfLastParagraph.offsetInContainerNode() < position.offsetInContainerNode()) {
position          276 Source/core/editing/ApplyBlockElementCommand.cpp     return VisiblePosition(Position(text.get(), position.offsetInContainerNode() - 1));
position         1246 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::isValidCaretPositionInTextNode(const Position& position)
position         1248 Source/core/editing/ApplyStyleCommand.cpp     Node* node = position.containerNode();
position         1249 Source/core/editing/ApplyStyleCommand.cpp     if (position.anchorType() != Position::PositionIsOffsetInAnchor || !node->isTextNode())
position         1251 Source/core/editing/ApplyStyleCommand.cpp     int offsetInText = position.offsetInContainerNode();
position          107 Source/core/editing/ApplyStyleCommand.h     bool isValidCaretPositionInTextNode(const Position& position);
position           59 Source/core/editing/Caret.cpp void DragCaretController::setCaretPosition(const VisiblePosition& position)
position           63 Source/core/editing/Caret.cpp     m_position = position;
position           76 Source/core/editing/Caret.cpp static bool removingNodeRemovesPosition(Node& node, const Position& position)
position           78 Source/core/editing/Caret.cpp     if (!position.anchorNode())
position           81 Source/core/editing/Caret.cpp     if (position.anchorNode() == node)
position           88 Source/core/editing/Caret.cpp     return element.containsIncludingShadowDOM(position.anchorNode());
position          398 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::updatePositionForNodeRemovalPreservingChildren(Position& position, Node& node)
position          400 Source/core/editing/CompositeEditCommand.cpp     int offset = (position.anchorType() == Position::PositionIsOffsetInAnchor) ? position.offsetInContainerNode() : 0;
position          401 Source/core/editing/CompositeEditCommand.cpp     updatePositionForNodeRemoval(position, node);
position          403 Source/core/editing/CompositeEditCommand.cpp         position.moveToOffset(offset);
position          589 Source/core/editing/CompositeEditCommand.cpp bool CompositeEditCommand::canRebalance(const Position& position) const
position          591 Source/core/editing/CompositeEditCommand.cpp     Node* node = position.containerNode();
position          592 Source/core/editing/CompositeEditCommand.cpp     if (position.anchorType() != Position::PositionIsOffsetInAnchor || !node || !node->isTextNode())
position          607 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::rebalanceWhitespaceAt(const Position& position)
position          609 Source/core/editing/CompositeEditCommand.cpp     Node* node = position.containerNode();
position          610 Source/core/editing/CompositeEditCommand.cpp     if (!canRebalance(position))
position          614 Source/core/editing/CompositeEditCommand.cpp     int offset = position.deprecatedEditingOffset();
position          622 Source/core/editing/CompositeEditCommand.cpp     rebalanceWhitespaceOnTextSubstring(toText(node), position.offsetInContainerNode(), position.offsetInContainerNode());
position          659 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::prepareWhitespaceAtPositionForSplit(Position& position)
position          661 Source/core/editing/CompositeEditCommand.cpp     Node* node = position.deprecatedNode();
position          673 Source/core/editing/CompositeEditCommand.cpp     Position upstreamPos = position.upstream();
position          674 Source/core/editing/CompositeEditCommand.cpp     deleteInsignificantText(upstreamPos, position.downstream());
position          675 Source/core/editing/CompositeEditCommand.cpp     position = upstreamPos.downstream();
position          677 Source/core/editing/CompositeEditCommand.cpp     VisiblePosition visiblePos(position);
position          876 Source/core/editing/CompositeEditCommand.cpp PassRefPtr<Node> CompositeEditCommand::insertNewDefaultParagraphElementAt(const Position& position)
position          880 Source/core/editing/CompositeEditCommand.cpp     insertNodeAt(paragraphElement, position);
position         1044 Source/core/editing/CompositeEditCommand.cpp         Position position = caretAfterDelete.deepEquivalent().downstream();
position         1045 Source/core/editing/CompositeEditCommand.cpp         Node* node = position.deprecatedNode();
position         1062 Source/core/editing/CompositeEditCommand.cpp             if (!position.rendersInDifferentPosition(destination.deepEquivalent())) {
position         1068 Source/core/editing/CompositeEditCommand.cpp         else if (lineBreakExistsAtPosition(position)) {
position         1075 Source/core/editing/CompositeEditCommand.cpp                 deleteTextFromNode(textNode, position.deprecatedEditingOffset(), 1);
position          397 Source/core/editing/DeleteSelectionCommand.cpp static void updatePositionForTextRemoval(Node* node, int offset, int count, Position& position)
position          399 Source/core/editing/DeleteSelectionCommand.cpp     if (position.anchorType() != Position::PositionIsOffsetInAnchor || position.containerNode() != node)
position          402 Source/core/editing/DeleteSelectionCommand.cpp     if (position.offsetInContainerNode() > offset + count)
position          403 Source/core/editing/DeleteSelectionCommand.cpp         position.moveToOffset(position.offsetInContainerNode() - count);
position          404 Source/core/editing/DeleteSelectionCommand.cpp     else if (position.offsetInContainerNode() > offset)
position          405 Source/core/editing/DeleteSelectionCommand.cpp         position.moveToOffset(offset);
position           86 Source/core/editing/EditCommand.cpp void EditCommand::setStartingSelection(const VisiblePosition& position)
position           88 Source/core/editing/EditCommand.cpp     setStartingSelection(VisibleSelection(position));
position          102 Source/core/editing/EditCommand.cpp void EditCommand::setEndingSelection(const VisiblePosition& position)
position          104 Source/core/editing/EditCommand.cpp     setEndingSelection(VisibleSelection(position));
position          347 Source/core/editing/EditingStyle.cpp EditingStyle::EditingStyle(const Position& position, PropertiesToInclude propertiesToInclude)
position          351 Source/core/editing/EditingStyle.cpp     init(position.deprecatedNode(), propertiesToInclude);
position          931 Source/core/editing/EditingStyle.cpp void EditingStyle::prepareToApplyAt(const Position& position, ShouldPreserveWritingDirection shouldPreserveWritingDirection)
position          939 Source/core/editing/EditingStyle.cpp     RefPtr<EditingStyle> editingStyleAtPosition = EditingStyle::create(position, EditingPropertiesInEffect);
position          958 Source/core/editing/EditingStyle.cpp         || cssValueToRGBA(m_mutableStyle->getPropertyCSSValue(CSSPropertyBackgroundColor).get()) == rgbaBackgroundColorInEffect(position.containerNode()))
position         1240 Source/core/editing/EditingStyle.cpp     Position position = adjustedSelectionStartForStyleComputation(selection);
position         1246 Source/core/editing/EditingStyle.cpp     Node* positionNode = position.containerNode();
position         1247 Source/core/editing/EditingStyle.cpp     if (selection.isRange() && positionNode && positionNode->isTextNode() && position.computeOffsetInContainerNode() == positionNode->maxCharacterOffset())
position         1248 Source/core/editing/EditingStyle.cpp         position = nextVisuallyDistinctCandidate(position);
position         1250 Source/core/editing/EditingStyle.cpp     Element* element = position.element();
position         1276 Source/core/editing/EditingStyle.cpp     Position position = selection.start().downstream();
position         1278 Source/core/editing/EditingStyle.cpp     Node* node = position.deprecatedNode();
position         1287 Source/core/editing/EditingStyle.cpp         Node* pastLast = Range::create(*end.document(), position.parentAnchoredEquivalent(), end.parentAnchoredEquivalent())->pastLastNode();
position         1372 Source/core/editing/EditingStyle.cpp StyleChange::StyleChange(EditingStyle* style, const Position& position)
position         1380 Source/core/editing/EditingStyle.cpp     Document* document = position.document();
position         1384 Source/core/editing/EditingStyle.cpp     RefPtr<CSSComputedStyleDeclaration> computedStyle = position.computedStyle();
position         1393 Source/core/editing/EditingStyle.cpp     if (isTabSpanTextNode(position.deprecatedNode()) || isTabSpanNode((position.deprecatedNode())))
position           81 Source/core/editing/EditingStyle.h     static PassRefPtr<EditingStyle> create(const Position& position, PropertiesToInclude propertiesToInclude = OnlyEditingInheritableProperties)
position           83 Source/core/editing/EditingStyle.h         return adoptRef(new EditingStyle(position, propertiesToInclude));
position          298 Source/core/editing/FrameSelection.cpp static bool removingNodeRemovesPosition(Node& node, const Position& position)
position          300 Source/core/editing/FrameSelection.cpp     if (!position.anchorNode())
position          303 Source/core/editing/FrameSelection.cpp     if (position.anchorNode() == node)
position          310 Source/core/editing/FrameSelection.cpp     return element.containsIncludingShadowDOM(position.anchorNode());
position          376 Source/core/editing/FrameSelection.cpp static Position updatePositionAfterAdoptingTextReplacement(const Position& position, CharacterData* node, unsigned offset, unsigned oldLength, unsigned newLength)
position          378 Source/core/editing/FrameSelection.cpp     if (!position.anchorNode() || position.anchorNode() != node || position.anchorType() != Position::PositionIsOffsetInAnchor)
position          379 Source/core/editing/FrameSelection.cpp         return position;
position          382 Source/core/editing/FrameSelection.cpp     ASSERT(position.offsetInContainerNode() >= 0);
position          383 Source/core/editing/FrameSelection.cpp     unsigned positionOffset = static_cast<unsigned>(position.offsetInContainerNode());
position          412 Source/core/editing/FrameSelection.cpp static Position updatePostionAfterAdoptingTextNodesMerged(const Position& position, const Text& oldNode, unsigned offset)
position          414 Source/core/editing/FrameSelection.cpp     if (!position.anchorNode() || position.anchorType() != Position::PositionIsOffsetInAnchor)
position          415 Source/core/editing/FrameSelection.cpp         return position;
position          417 Source/core/editing/FrameSelection.cpp     ASSERT(position.offsetInContainerNode() >= 0);
position          418 Source/core/editing/FrameSelection.cpp     unsigned positionOffset = static_cast<unsigned>(position.offsetInContainerNode());
position          420 Source/core/editing/FrameSelection.cpp     if (position.anchorNode() == &oldNode)
position          423 Source/core/editing/FrameSelection.cpp     if (position.anchorNode() == oldNode.parentNode() && positionOffset == offset)
position          426 Source/core/editing/FrameSelection.cpp     return position;
position          440 Source/core/editing/FrameSelection.cpp static Position updatePostionAfterAdoptingTextNodeSplit(const Position& position, const Text& oldNode)
position          442 Source/core/editing/FrameSelection.cpp     if (!position.anchorNode() || position.anchorNode() != &oldNode || position.anchorType() != Position::PositionIsOffsetInAnchor)
position          443 Source/core/editing/FrameSelection.cpp         return position;
position          445 Source/core/editing/FrameSelection.cpp     ASSERT(position.offsetInContainerNode() >= 0);
position          446 Source/core/editing/FrameSelection.cpp     unsigned positionOffset = static_cast<unsigned>(position.offsetInContainerNode());
position          449 Source/core/editing/FrameSelection.cpp         return position;
position          949 Source/core/editing/FrameSelection.cpp     VisiblePosition position;
position          953 Source/core/editing/FrameSelection.cpp             position = modifyMovingRight(granularity);
position          955 Source/core/editing/FrameSelection.cpp             position = modifyExtendingRight(granularity);
position          959 Source/core/editing/FrameSelection.cpp             position = modifyExtendingForward(granularity);
position          961 Source/core/editing/FrameSelection.cpp             position = modifyMovingForward(granularity);
position          965 Source/core/editing/FrameSelection.cpp             position = modifyMovingLeft(granularity);
position          967 Source/core/editing/FrameSelection.cpp             position = modifyExtendingLeft(granularity);
position          971 Source/core/editing/FrameSelection.cpp             position = modifyExtendingBackward(granularity);
position          973 Source/core/editing/FrameSelection.cpp             position = modifyMovingBackward(granularity);
position          977 Source/core/editing/FrameSelection.cpp     if (position.isNull())
position          981 Source/core/editing/FrameSelection.cpp         if (!wasRange && alter == AlterationMove && position == originalStartPosition)
position          993 Source/core/editing/FrameSelection.cpp         moveTo(position, userTriggered);
position         1005 Source/core/editing/FrameSelection.cpp             newSelection.setExtent(position);
position         1007 Source/core/editing/FrameSelection.cpp                 position = m_selection.visibleBase();
position         1013 Source/core/editing/FrameSelection.cpp             setExtent(position, userTriggered);
position         1017 Source/core/editing/FrameSelection.cpp                 setEnd(position, userTriggered);
position         1019 Source/core/editing/FrameSelection.cpp                 setStart(position, userTriggered);
position           34 Source/core/editing/MoveSelectionCommand.cpp MoveSelectionCommand::MoveSelectionCommand(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert, bool smartDelete)
position           35 Source/core/editing/MoveSelectionCommand.cpp     : CompositeEditCommand(*position.document()), m_fragment(fragment), m_position(position), m_smartInsert(smartInsert), m_smartDelete(smartDelete)
position           37 Source/core/editing/MoveSelectionCommand.h     static PassRefPtr<MoveSelectionCommand> create(PassRefPtr<DocumentFragment> fragment, const Position& position, bool smartInsert = false, bool smartDelete = false)
position           39 Source/core/editing/MoveSelectionCommand.h         return adoptRef(new MoveSelectionCommand(fragment, position, smartInsert, smartDelete));
position           39 Source/core/editing/RenderedPosition.cpp static inline RenderObject* rendererFromPosition(const Position& position)
position           41 Source/core/editing/RenderedPosition.cpp     ASSERT(position.isNotNull());
position           43 Source/core/editing/RenderedPosition.cpp     switch (position.anchorType()) {
position           45 Source/core/editing/RenderedPosition.cpp         rendererNode = position.computeNodeAfterPosition();
position           47 Source/core/editing/RenderedPosition.cpp             rendererNode = position.anchorNode()->lastChild();
position           55 Source/core/editing/RenderedPosition.cpp         rendererNode = position.anchorNode()->firstChild();
position           58 Source/core/editing/RenderedPosition.cpp         rendererNode = position.anchorNode()->lastChild();
position           62 Source/core/editing/RenderedPosition.cpp         rendererNode = position.anchorNode();
position           66 Source/core/editing/RenderedPosition.cpp RenderedPosition::RenderedPosition(const VisiblePosition& position)
position           73 Source/core/editing/RenderedPosition.cpp     if (position.isNull())
position           75 Source/core/editing/RenderedPosition.cpp     position.getInlineBoxAndOffset(m_inlineBox, m_offset);
position           79 Source/core/editing/RenderedPosition.cpp         m_renderer = rendererFromPosition(position.deepEquivalent());
position           82 Source/core/editing/RenderedPosition.cpp RenderedPosition::RenderedPosition(const Position& position, EAffinity affinity)
position           89 Source/core/editing/RenderedPosition.cpp     if (position.isNull())
position           91 Source/core/editing/RenderedPosition.cpp     position.getInlineBoxAndOffset(affinity, m_inlineBox, m_offset);
position           95 Source/core/editing/RenderedPosition.cpp         m_renderer = rendererFromPosition(position);
position          234 Source/core/editing/RenderedPosition.cpp bool renderObjectContainsPosition(RenderObject* target, const Position& position)
position          236 Source/core/editing/RenderedPosition.cpp     for (RenderObject* renderer = rendererFromPosition(position); renderer && renderer->node(); renderer = renderer->parent()) {
position         1353 Source/core/editing/ReplaceSelectionCommand.cpp void ReplaceSelectionCommand::mergeTextNodesAroundPosition(Position& position, Position& positionOnlyToBeUpdated)
position         1355 Source/core/editing/ReplaceSelectionCommand.cpp     bool positionIsOffsetInAnchor = position.anchorType() == Position::PositionIsOffsetInAnchor;
position         1358 Source/core/editing/ReplaceSelectionCommand.cpp     if (positionIsOffsetInAnchor && position.containerNode() && position.containerNode()->isTextNode())
position         1359 Source/core/editing/ReplaceSelectionCommand.cpp         text = toText(position.containerNode());
position         1361 Source/core/editing/ReplaceSelectionCommand.cpp         Node* before = position.computeNodeBeforePosition();
position         1365 Source/core/editing/ReplaceSelectionCommand.cpp             Node* after = position.computeNodeAfterPosition();
position         1378 Source/core/editing/ReplaceSelectionCommand.cpp             position.moveToOffset(previous->length() + position.offsetInContainerNode());
position         1380 Source/core/editing/ReplaceSelectionCommand.cpp             updatePositionForNodeRemoval(position, *previous);
position         1399 Source/core/editing/ReplaceSelectionCommand.cpp             updatePositionForNodeRemoval(position, *next);
position          173 Source/core/editing/SpellChecker.cpp     Position position = spellingSearchRange->startPosition();
position          174 Source/core/editing/SpellChecker.cpp     if (!isEditablePosition(position)) {
position          181 Source/core/editing/SpellChecker.cpp         position = firstEditablePositionAfterPositionInRoot(position, m_frame.document()->documentElement()).deepEquivalent();
position          182 Source/core/editing/SpellChecker.cpp         if (position.isNull())
position          185 Source/core/editing/SpellChecker.cpp         Position rangeCompliantPosition = position.parentAnchoredEquivalent();
position          191 Source/core/editing/SpellChecker.cpp     Node* topNode = highestEditableRoot(position);
position           53 Source/core/editing/SurroundingText.cpp     Position position = visiblePosition.deepEquivalent().parentAnchoredEquivalent();
position           54 Source/core/editing/SurroundingText.cpp     Document* document = position.document();
position           57 Source/core/editing/SurroundingText.cpp     if (!forwardRange || !Range::create(*document, position, forwardRange->startPosition())->text().length()) {
position           72 Source/core/editing/SurroundingText.cpp     m_positionOffsetInContent = Range::create(*document, backwardsRange->endPosition(), position)->text().length();
position          164 Source/core/editing/TextCheckingHelper.cpp int TextCheckingParagraph::offsetTo(const Position& position, ExceptionState& exceptionState) const
position          168 Source/core/editing/TextCheckingHelper.cpp     range->setEnd(position.containerNode(), position.computeOffsetInContainerNode(), exceptionState);
position          554 Source/core/editing/TextIterator.cpp String TextIterator::substring(unsigned position, unsigned length) const
position          556 Source/core/editing/TextIterator.cpp     ASSERT_WITH_SECURITY_IMPLICATION(position <= static_cast<unsigned>(this->length()));
position          557 Source/core/editing/TextIterator.cpp     ASSERT_WITH_SECURITY_IMPLICATION(position + length <= static_cast<unsigned>(this->length()));
position          561 Source/core/editing/TextIterator.cpp         ASSERT(!position);
position          565 Source/core/editing/TextIterator.cpp     return string().substring(startOffset() + position, length);
position          568 Source/core/editing/TextIterator.cpp void TextIterator::appendTextToStringBuilder(StringBuilder& builder, unsigned position, unsigned maxLength) const
position          570 Source/core/editing/TextIterator.cpp     unsigned lengthToAppend = std::min(static_cast<unsigned>(length()) - position, maxLength);
position          574 Source/core/editing/TextIterator.cpp         ASSERT(!position);
position          577 Source/core/editing/TextIterator.cpp         builder.append(string(), startOffset() + position, lengthToAppend);
position         1710 Source/core/editing/TextIterator.cpp String WordAwareIterator::substring(unsigned position, unsigned length) const
position         1713 Source/core/editing/TextIterator.cpp         return String(m_buffer.data() + position, length);
position         1714 Source/core/editing/TextIterator.cpp     return m_textIterator.substring(position, length);
position           88 Source/core/editing/TextIterator.h     String substring(unsigned position, unsigned length) const;
position           89 Source/core/editing/TextIterator.h     void appendTextToStringBuilder(StringBuilder&, unsigned position = 0, unsigned maxLength = UINT_MAX) const;
position           92 Source/core/editing/TextIterator.h     void appendTextTo(BufferType& output, unsigned position = 0)
position           94 Source/core/editing/TextIterator.h         ASSERT_WITH_SECURITY_IMPLICATION(position <= static_cast<unsigned>(length()));
position           95 Source/core/editing/TextIterator.h         unsigned lengthToAppend = length() - position;
position           99 Source/core/editing/TextIterator.h             ASSERT(!position);
position          103 Source/core/editing/TextIterator.h             string().appendTo(output, startOffset() + position, lengthToAppend);
position          355 Source/core/editing/TextIterator.h     String substring(unsigned position, unsigned length) const;
position           58 Source/core/editing/VisiblePosition.cpp     init(positionWithAffinity.position(), positionWithAffinity.affinity());
position           61 Source/core/editing/VisiblePosition.cpp void VisiblePosition::init(const Position& position, EAffinity affinity)
position           65 Source/core/editing/VisiblePosition.cpp     m_deepPosition = canonicalPosition(position);
position           68 Source/core/editing/VisiblePosition.cpp     if (m_affinity == UPSTREAM && (isNull() || inSameLine(VisiblePosition(position, DOWNSTREAM), *this)))
position          563 Source/core/editing/VisiblePosition.cpp     Position position = passedPosition;
position          570 Source/core/editing/VisiblePosition.cpp     if (position.isNull())
position          573 Source/core/editing/VisiblePosition.cpp     ASSERT(position.document());
position          574 Source/core/editing/VisiblePosition.cpp     position.document()->updateLayoutIgnorePendingStylesheets();
position          576 Source/core/editing/VisiblePosition.cpp     Node* node = position.containerNode();
position          578 Source/core/editing/VisiblePosition.cpp     Position candidate = position.upstream();
position          581 Source/core/editing/VisiblePosition.cpp     candidate = position.downstream();
position          587 Source/core/editing/VisiblePosition.cpp     Position next = canonicalizeCandidate(nextCandidate(position));
position          588 Source/core/editing/VisiblePosition.cpp     Position prev = canonicalizeCandidate(previousCandidate(position));
position          597 Source/core/editing/VisiblePosition.cpp     Node* editingRoot = editableRootForPosition(position);
position          601 Source/core/editing/VisiblePosition.cpp     if (isHTMLHtmlElement(editingRoot) || position.deprecatedNode()->isDocumentNode())
position          148 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setBase(const Position& position)
position          151 Source/core/editing/VisibleSelection.cpp     m_base = position;
position          166 Source/core/editing/VisibleSelection.cpp void VisibleSelection::setExtent(const Position& position)
position          169 Source/core/editing/VisibleSelection.cpp     m_extent = position;
position          225 Source/core/editing/VisibleUnits.cpp         Position position = previousRootInlineBoxCandidatePosition(startNode, visiblePosition, ContentIsEditable);
position          226 Source/core/editing/VisibleUnits.cpp         if (position.isNull())
position          229 Source/core/editing/VisibleUnits.cpp         RenderedPosition renderedPosition(position, DOWNSTREAM);
position          266 Source/core/editing/VisibleUnits.cpp         Position position = nextRootInlineBoxCandidatePosition(startNode, visiblePosition, ContentIsEditable);
position          267 Source/core/editing/VisibleUnits.cpp         if (position.isNull())
position          270 Source/core/editing/VisibleUnits.cpp         RenderedPosition renderedPosition(position, DOWNSTREAM);
position          329 Source/core/editing/VisibleUnits.cpp static bool isLogicalStartOfWord(TextBreakIterator* iter, int position, bool hardLineBreak)
position          331 Source/core/editing/VisibleUnits.cpp     bool boundary = hardLineBreak ? true : iter->isBoundary(position);
position          335 Source/core/editing/VisibleUnits.cpp     iter->following(position);
position          340 Source/core/editing/VisibleUnits.cpp static bool islogicalEndOfWord(TextBreakIterator* iter, int position, bool hardLineBreak)
position          342 Source/core/editing/VisibleUnits.cpp     bool boundary = iter->isBoundary(position);
position          942 Source/core/editing/VisibleUnits.cpp         Position position = previousRootInlineBoxCandidatePosition(node, visiblePosition, editableType);
position          943 Source/core/editing/VisibleUnits.cpp         if (position.isNotNull()) {
position          944 Source/core/editing/VisibleUnits.cpp             RenderedPosition renderedPosition((VisiblePosition(position)));
position          947 Source/core/editing/VisibleUnits.cpp                 return VisiblePosition(position);
position         1000 Source/core/editing/VisibleUnits.cpp         Position position = nextRootInlineBoxCandidatePosition(node, visiblePosition, editableType);
position         1001 Source/core/editing/VisibleUnits.cpp         if (position.isNotNull()) {
position         1002 Source/core/editing/VisibleUnits.cpp             RenderedPosition renderedPosition((VisiblePosition(position)));
position         1005 Source/core/editing/VisibleUnits.cpp                 return VisiblePosition(position);
position         1290 Source/core/editing/VisibleUnits.cpp     Position position = visiblePosition.deepEquivalent();
position         1292 Source/core/editing/VisibleUnits.cpp     if (!position.containerNode() || !(startBlock = enclosingBlock(position.containerNode(), rule)))
position         1299 Source/core/editing/VisibleUnits.cpp     Position position = visiblePosition.deepEquivalent();
position         1301 Source/core/editing/VisibleUnits.cpp     if (!position.containerNode() || !(endBlock = enclosingBlock(position.containerNode(), rule)))
position          108 Source/core/editing/htmlediting.cpp     return comparePositions(a.position(), b.position());
position          116 Source/core/editing/htmlediting.cpp Node* highestEditableRoot(const Position& position, EditableType editableType)
position          118 Source/core/editing/htmlediting.cpp     Node* node = position.deprecatedNode();
position          122 Source/core/editing/htmlediting.cpp     Node* highestRoot = editableRootForPosition(position, editableType);
position          215 Source/core/editing/htmlediting.cpp Position nextCandidate(const Position& position)
position          217 Source/core/editing/htmlediting.cpp     PositionIterator p = position;
position          226 Source/core/editing/htmlediting.cpp Position nextVisuallyDistinctCandidate(const Position& position)
position          228 Source/core/editing/htmlediting.cpp     Position p = position;
position          238 Source/core/editing/htmlediting.cpp Position previousCandidate(const Position& position)
position          240 Source/core/editing/htmlediting.cpp     PositionIterator p = position;
position          249 Source/core/editing/htmlediting.cpp Position previousVisuallyDistinctCandidate(const Position& position)
position          251 Source/core/editing/htmlediting.cpp     Position p = position;
position          261 Source/core/editing/htmlediting.cpp VisiblePosition firstEditablePositionAfterPositionInRoot(const Position& position, Node* highestRoot)
position          264 Source/core/editing/htmlediting.cpp     if (comparePositions(position, firstPositionInNode(highestRoot)) == -1 && highestRoot->rendererIsEditable())
position          267 Source/core/editing/htmlediting.cpp     Position p = position;
position          269 Source/core/editing/htmlediting.cpp     if (position.deprecatedNode()->treeScope() != highestRoot->treeScope()) {
position          286 Source/core/editing/htmlediting.cpp VisiblePosition lastEditablePositionBeforePositionInRoot(const Position& position, Node* highestRoot)
position          289 Source/core/editing/htmlediting.cpp     if (comparePositions(position, lastPositionInNode(highestRoot)) == 1)
position          292 Source/core/editing/htmlediting.cpp     Position p = position;
position          294 Source/core/editing/htmlediting.cpp     if (position.deprecatedNode()->treeScope() != highestRoot->treeScope()) {
position          333 Source/core/editing/htmlediting.cpp TextDirection directionOfEnclosingBlock(const Position& position)
position          335 Source/core/editing/htmlediting.cpp     Node* enclosingBlockNode = enclosingBlock(position.containerNode());
position          889 Source/core/editing/htmlediting.cpp void updatePositionForNodeRemoval(Position& position, Node& node)
position          891 Source/core/editing/htmlediting.cpp     if (position.isNull())
position          893 Source/core/editing/htmlediting.cpp     switch (position.anchorType()) {
position          895 Source/core/editing/htmlediting.cpp         if (position.containerNode() == node)
position          896 Source/core/editing/htmlediting.cpp             position = positionInParentBeforeNode(node);
position          899 Source/core/editing/htmlediting.cpp         if (position.containerNode() == node)
position          900 Source/core/editing/htmlediting.cpp             position = positionInParentAfterNode(node);
position          903 Source/core/editing/htmlediting.cpp         if (position.containerNode() == node.parentNode() && static_cast<unsigned>(position.offsetInContainerNode()) > node.nodeIndex())
position          904 Source/core/editing/htmlediting.cpp             position.moveToOffset(position.offsetInContainerNode() - 1);
position          905 Source/core/editing/htmlediting.cpp         else if (node.containsIncludingShadowDOM(position.containerNode()))
position          906 Source/core/editing/htmlediting.cpp             position = positionInParentBeforeNode(node);
position          909 Source/core/editing/htmlediting.cpp         if (node.containsIncludingShadowDOM(position.anchorNode()))
position          910 Source/core/editing/htmlediting.cpp             position = positionInParentAfterNode(node);
position          913 Source/core/editing/htmlediting.cpp         if (node.containsIncludingShadowDOM(position.anchorNode()))
position          914 Source/core/editing/htmlediting.cpp             position = positionInParentBeforeNode(node);
position          950 Source/core/editing/htmlediting.cpp bool lineBreakExistsAtPosition(const Position& position)
position          952 Source/core/editing/htmlediting.cpp     if (position.isNull())
position          955 Source/core/editing/htmlediting.cpp     if (isHTMLBRElement(*position.anchorNode()) && position.atFirstEditingPositionForNode())
position          958 Source/core/editing/htmlediting.cpp     if (!position.anchorNode()->renderer())
position          961 Source/core/editing/htmlediting.cpp     if (!position.anchorNode()->isTextNode() || !position.anchorNode()->renderer()->style()->preserveNewline())
position          964 Source/core/editing/htmlediting.cpp     Text* textNode = toText(position.anchorNode());
position          965 Source/core/editing/htmlediting.cpp     unsigned offset = position.offsetInContainerNode();
position           68 Source/core/events/GestureEvent.cpp     return adoptRefWillBeNoop(new GestureEvent(eventType, view, event.globalPosition().x(), event.globalPosition().y(), event.position().x(), event.position().y(), event.ctrlKey(), event.altKey(), event.shiftKey(), event.metaKey(), deltaX, deltaY));
position           62 Source/core/events/MouseEvent.cpp         detail, event.globalPosition().x(), event.globalPosition().y(), event.position().x(), event.position().y(),
position          149 Source/core/events/WheelEvent.cpp         deltaMode(event), view, event.globalPosition(), event.position(),
position           84 Source/core/fetch/CachedMetadata.h     unsigned readUnsigned(size_t position) const
position           86 Source/core/fetch/CachedMetadata.h         if (m_serializedData.size() < position + sizeof(unsigned))
position           88 Source/core/fetch/CachedMetadata.h         return *reinterpret_cast_ptr<unsigned*>(const_cast<char*>(m_serializedData.data() + position));
position           37 Source/core/fetch/FetchInitiatorInfo.h         , position(TextPosition::belowRangePosition())
position           43 Source/core/fetch/FetchInitiatorInfo.h     TextPosition position;
position          309 Source/core/frame/LocalFrame.cpp     VisiblePosition position = visiblePositionForPoint(framePoint);
position          310 Source/core/frame/LocalFrame.cpp     if (position.isNull())
position          313 Source/core/frame/LocalFrame.cpp     VisiblePosition previous = position.previous();
position          315 Source/core/frame/LocalFrame.cpp         RefPtrWillBeRawPtr<Range> previousCharacterRange = makeRange(previous, position);
position          321 Source/core/frame/LocalFrame.cpp     VisiblePosition next = position.next();
position          322 Source/core/frame/LocalFrame.cpp     if (RefPtrWillBeRawPtr<Range> nextCharacterRange = makeRange(position, next)) {
position          401 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* position = begin;
position          402 Source/core/frame/csp/CSPDirectiveList.cpp     while (position < end) {
position          403 Source/core/frame/csp/CSPDirectiveList.cpp         const UChar* directiveBegin = position;
position          404 Source/core/frame/csp/CSPDirectiveList.cpp         skipUntil<UChar>(position, end, ';');
position          407 Source/core/frame/csp/CSPDirectiveList.cpp         if (parseDirective(directiveBegin, position, name, value)) {
position          412 Source/core/frame/csp/CSPDirectiveList.cpp         ASSERT(position == end || *position == ';');
position          413 Source/core/frame/csp/CSPDirectiveList.cpp         skipExactly<UChar>(position, end, ';');
position          426 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* position = begin;
position          427 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
position          430 Source/core/frame/csp/CSPDirectiveList.cpp     if (position == end)
position          433 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* nameBegin = position;
position          434 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isCSPDirectiveNameCharacter>(position, end);
position          437 Source/core/frame/csp/CSPDirectiveList.cpp     if (nameBegin == position) {
position          438 Source/core/frame/csp/CSPDirectiveList.cpp         skipWhile<UChar, isNotASCIISpace>(position, end);
position          439 Source/core/frame/csp/CSPDirectiveList.cpp         m_policy->reportUnsupportedDirective(String(nameBegin, position - nameBegin));
position          443 Source/core/frame/csp/CSPDirectiveList.cpp     name = String(nameBegin, position - nameBegin);
position          445 Source/core/frame/csp/CSPDirectiveList.cpp     if (position == end)
position          448 Source/core/frame/csp/CSPDirectiveList.cpp     if (!skipExactly<UChar, isASCIISpace>(position, end)) {
position          449 Source/core/frame/csp/CSPDirectiveList.cpp         skipWhile<UChar, isNotASCIISpace>(position, end);
position          450 Source/core/frame/csp/CSPDirectiveList.cpp         m_policy->reportUnsupportedDirective(String(nameBegin, position - nameBegin));
position          454 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
position          456 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* valueBegin = position;
position          457 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isCSPDirectiveValueCharacter>(position, end);
position          459 Source/core/frame/csp/CSPDirectiveList.cpp     if (position != end) {
position          465 Source/core/frame/csp/CSPDirectiveList.cpp     if (valueBegin == position)
position          468 Source/core/frame/csp/CSPDirectiveList.cpp     value = String(valueBegin, position - valueBegin);
position          482 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* position = characters.data();
position          483 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* end = position + characters.size();
position          485 Source/core/frame/csp/CSPDirectiveList.cpp     while (position < end) {
position          486 Source/core/frame/csp/CSPDirectiveList.cpp         skipWhile<UChar, isASCIISpace>(position, end);
position          488 Source/core/frame/csp/CSPDirectiveList.cpp         const UChar* urlBegin = position;
position          489 Source/core/frame/csp/CSPDirectiveList.cpp         skipWhile<UChar, isNotASCIISpace>(position, end);
position          491 Source/core/frame/csp/CSPDirectiveList.cpp         if (urlBegin < position) {
position          492 Source/core/frame/csp/CSPDirectiveList.cpp             String url = String(urlBegin, position - urlBegin);
position          543 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* position = characters.data();
position          544 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* end = position + characters.size();
position          546 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
position          547 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* begin = position;
position          548 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isNotASCIISpace>(position, end);
position          552 Source/core/frame/csp/CSPDirectiveList.cpp     if (equalIgnoringCase("allow", begin, position - begin)) {
position          554 Source/core/frame/csp/CSPDirectiveList.cpp     } else if (equalIgnoringCase("filter", begin, position - begin)) {
position          556 Source/core/frame/csp/CSPDirectiveList.cpp     } else if (equalIgnoringCase("block", begin, position - begin)) {
position          564 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
position          565 Source/core/frame/csp/CSPDirectiveList.cpp     if (position == end && m_reflectedXSSDisposition != ReflectedXSSUnset)
position          593 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* position = characters.data();
position          594 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* end = position + characters.size();
position          596 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
position          597 Source/core/frame/csp/CSPDirectiveList.cpp     const UChar* begin = position;
position          598 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isNotASCIISpace>(position, end);
position          602 Source/core/frame/csp/CSPDirectiveList.cpp     if (equalIgnoringCase("always", begin, position - begin)) {
position          604 Source/core/frame/csp/CSPDirectiveList.cpp     } else if (equalIgnoringCase("default", begin, position - begin)) {
position          606 Source/core/frame/csp/CSPDirectiveList.cpp     } else if (equalIgnoringCase("never", begin, position - begin)) {
position          608 Source/core/frame/csp/CSPDirectiveList.cpp     } else if (equalIgnoringCase("origin", begin, position - begin)) {
position          616 Source/core/frame/csp/CSPDirectiveList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
position          617 Source/core/frame/csp/CSPDirectiveList.cpp     if (position == end)
position           52 Source/core/frame/csp/CSPSourceList.cpp     const UChar* position = begin;
position           53 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isSourceCharacter>(position, end);
position           54 Source/core/frame/csp/CSPSourceList.cpp     if (!equalIgnoringCase("'none'", begin, position - begin))
position           57 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isASCIISpace>(position, end);
position           58 Source/core/frame/csp/CSPSourceList.cpp     if (position != end)
position          128 Source/core/frame/csp/CSPSourceList.cpp     const UChar* position = begin;
position          129 Source/core/frame/csp/CSPSourceList.cpp     while (position < end) {
position          130 Source/core/frame/csp/CSPSourceList.cpp         skipWhile<UChar, isASCIISpace>(position, end);
position          131 Source/core/frame/csp/CSPSourceList.cpp         if (position == end)
position          134 Source/core/frame/csp/CSPSourceList.cpp         const UChar* beginSource = position;
position          135 Source/core/frame/csp/CSPSourceList.cpp         skipWhile<UChar, isSourceCharacter>(position, end);
position          142 Source/core/frame/csp/CSPSourceList.cpp         if (parseSource(beginSource, position, scheme, host, port, path, hostHasWildcard, portHasWildcard)) {
position          152 Source/core/frame/csp/CSPSourceList.cpp             m_policy->reportInvalidSourceExpression(m_directiveName, String(beginSource, position - beginSource));
position          155 Source/core/frame/csp/CSPSourceList.cpp         ASSERT(position == end || isASCIISpace(*position));
position          209 Source/core/frame/csp/CSPSourceList.cpp     const UChar* position = begin;
position          214 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isNotColonOrSlash>(position, end);
position          216 Source/core/frame/csp/CSPSourceList.cpp     if (position == end) {
position          219 Source/core/frame/csp/CSPSourceList.cpp         return parseHost(beginHost, position, host, hostHasWildcard);
position          222 Source/core/frame/csp/CSPSourceList.cpp     if (position < end && *position == '/') {
position          225 Source/core/frame/csp/CSPSourceList.cpp         return parseHost(beginHost, position, host, hostHasWildcard) && parsePath(position, end, path);
position          228 Source/core/frame/csp/CSPSourceList.cpp     if (position < end && *position == ':') {
position          229 Source/core/frame/csp/CSPSourceList.cpp         if (end - position == 1) {
position          232 Source/core/frame/csp/CSPSourceList.cpp             return parseScheme(begin, position, scheme);
position          235 Source/core/frame/csp/CSPSourceList.cpp         if (position[1] == '/') {
position          238 Source/core/frame/csp/CSPSourceList.cpp             if (!parseScheme(begin, position, scheme)
position          239 Source/core/frame/csp/CSPSourceList.cpp                 || !skipExactly<UChar>(position, end, ':')
position          240 Source/core/frame/csp/CSPSourceList.cpp                 || !skipExactly<UChar>(position, end, '/')
position          241 Source/core/frame/csp/CSPSourceList.cpp                 || !skipExactly<UChar>(position, end, '/'))
position          243 Source/core/frame/csp/CSPSourceList.cpp             if (position == end)
position          245 Source/core/frame/csp/CSPSourceList.cpp             beginHost = position;
position          246 Source/core/frame/csp/CSPSourceList.cpp             skipWhile<UChar, isNotColonOrSlash>(position, end);
position          249 Source/core/frame/csp/CSPSourceList.cpp         if (position < end && *position == ':') {
position          252 Source/core/frame/csp/CSPSourceList.cpp             beginPort = position;
position          253 Source/core/frame/csp/CSPSourceList.cpp             skipUntil<UChar>(position, end, '/');
position          257 Source/core/frame/csp/CSPSourceList.cpp     if (position < end && *position == '/') {
position          260 Source/core/frame/csp/CSPSourceList.cpp         if (position == beginHost)
position          262 Source/core/frame/csp/CSPSourceList.cpp         beginPath = position;
position          293 Source/core/frame/csp/CSPSourceList.cpp     const UChar* position = begin + noncePrefix.length();
position          294 Source/core/frame/csp/CSPSourceList.cpp     const UChar* nonceBegin = position;
position          296 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isNonceCharacter>(position, end);
position          297 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(nonceBegin <= position);
position          299 Source/core/frame/csp/CSPSourceList.cpp     if ((position + 1) != end || *position != '\'' || !(position - nonceBegin))
position          302 Source/core/frame/csp/CSPSourceList.cpp     nonce = String(nonceBegin, position - nonceBegin);
position          344 Source/core/frame/csp/CSPSourceList.cpp     const UChar* position = begin + prefix.length();
position          345 Source/core/frame/csp/CSPSourceList.cpp     const UChar* hashBegin = position;
position          347 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isBase64EncodedCharacter>(position, end);
position          348 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(hashBegin <= position);
position          351 Source/core/frame/csp/CSPSourceList.cpp     skipExactly<UChar>(position, position + 1, '=');
position          352 Source/core/frame/csp/CSPSourceList.cpp     skipExactly<UChar>(position, position + 1, '=');
position          354 Source/core/frame/csp/CSPSourceList.cpp     if ((position + 1) != end || *position != '\'' || !(position - hashBegin))
position          358 Source/core/frame/csp/CSPSourceList.cpp     base64Decode(hashBegin, position - hashBegin, hashVector);
position          376 Source/core/frame/csp/CSPSourceList.cpp     const UChar* position = begin;
position          378 Source/core/frame/csp/CSPSourceList.cpp     if (!skipExactly<UChar, isASCIIAlpha>(position, end))
position          381 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isSchemeContinuationCharacter>(position, end);
position          383 Source/core/frame/csp/CSPSourceList.cpp     if (position != end)
position          403 Source/core/frame/csp/CSPSourceList.cpp     const UChar* position = begin;
position          405 Source/core/frame/csp/CSPSourceList.cpp     if (skipExactly<UChar>(position, end, '*')) {
position          408 Source/core/frame/csp/CSPSourceList.cpp         if (position == end)
position          411 Source/core/frame/csp/CSPSourceList.cpp         if (!skipExactly<UChar>(position, end, '.'))
position          415 Source/core/frame/csp/CSPSourceList.cpp     const UChar* hostBegin = position;
position          417 Source/core/frame/csp/CSPSourceList.cpp     while (position < end) {
position          418 Source/core/frame/csp/CSPSourceList.cpp         if (!skipExactly<UChar, isHostCharacter>(position, end))
position          421 Source/core/frame/csp/CSPSourceList.cpp         skipWhile<UChar, isHostCharacter>(position, end);
position          423 Source/core/frame/csp/CSPSourceList.cpp         if (position < end && !skipExactly<UChar>(position, end, '.'))
position          427 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(position == end);
position          437 Source/core/frame/csp/CSPSourceList.cpp     const UChar* position = begin;
position          438 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isPathComponentCharacter>(position, end);
position          441 Source/core/frame/csp/CSPSourceList.cpp     if (position < end)
position          442 Source/core/frame/csp/CSPSourceList.cpp         m_policy->reportInvalidPathCharacter(m_directiveName, String(begin, end - begin), *position);
position          444 Source/core/frame/csp/CSPSourceList.cpp     path = decodeURLEscapeSequences(String(begin, position - begin));
position          446 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(position <= end);
position          447 Source/core/frame/csp/CSPSourceList.cpp     ASSERT(position == end || (*position == '#' || *position == '?'));
position          471 Source/core/frame/csp/CSPSourceList.cpp     const UChar* position = begin;
position          472 Source/core/frame/csp/CSPSourceList.cpp     skipWhile<UChar, isASCIIDigit>(position, end);
position          474 Source/core/frame/csp/CSPSourceList.cpp     if (position != end)
position          191 Source/core/frame/csp/ContentSecurityPolicy.cpp     const UChar* position = begin;
position          192 Source/core/frame/csp/ContentSecurityPolicy.cpp     while (position < end) {
position          193 Source/core/frame/csp/ContentSecurityPolicy.cpp         skipUntil<UChar>(position, end, ',');
position          197 Source/core/frame/csp/ContentSecurityPolicy.cpp         OwnPtr<CSPDirectiveList> policy = CSPDirectiveList::create(this, begin, position, type, source);
position          206 Source/core/frame/csp/ContentSecurityPolicy.cpp         ASSERT(position == end || *position == ',');
position          207 Source/core/frame/csp/ContentSecurityPolicy.cpp         skipExactly<UChar>(position, end, ',');
position          208 Source/core/frame/csp/ContentSecurityPolicy.cpp         begin = position;
position           31 Source/core/frame/csp/MediaListDirective.cpp     const UChar* position = begin;
position           34 Source/core/frame/csp/MediaListDirective.cpp     if (position == end) {
position           39 Source/core/frame/csp/MediaListDirective.cpp     while (position < end) {
position           42 Source/core/frame/csp/MediaListDirective.cpp         skipWhile<UChar, isASCIISpace>(position, end);
position           43 Source/core/frame/csp/MediaListDirective.cpp         if (position == end)
position           48 Source/core/frame/csp/MediaListDirective.cpp         begin = position;
position           49 Source/core/frame/csp/MediaListDirective.cpp         if (!skipExactly<UChar, isMediaTypeCharacter>(position, end)) {
position           50 Source/core/frame/csp/MediaListDirective.cpp             skipWhile<UChar, isNotASCIISpace>(position, end);
position           51 Source/core/frame/csp/MediaListDirective.cpp             policy()->reportInvalidPluginTypes(String(begin, position - begin));
position           54 Source/core/frame/csp/MediaListDirective.cpp         skipWhile<UChar, isMediaTypeCharacter>(position, end);
position           58 Source/core/frame/csp/MediaListDirective.cpp         if (!skipExactly<UChar>(position, end, '/')) {
position           59 Source/core/frame/csp/MediaListDirective.cpp             skipWhile<UChar, isNotASCIISpace>(position, end);
position           60 Source/core/frame/csp/MediaListDirective.cpp             policy()->reportInvalidPluginTypes(String(begin, position - begin));
position           66 Source/core/frame/csp/MediaListDirective.cpp         if (!skipExactly<UChar, isMediaTypeCharacter>(position, end)) {
position           67 Source/core/frame/csp/MediaListDirective.cpp             skipWhile<UChar, isNotASCIISpace>(position, end);
position           68 Source/core/frame/csp/MediaListDirective.cpp             policy()->reportInvalidPluginTypes(String(begin, position - begin));
position           71 Source/core/frame/csp/MediaListDirective.cpp         skipWhile<UChar, isMediaTypeCharacter>(position, end);
position           75 Source/core/frame/csp/MediaListDirective.cpp         if (position < end && isNotASCIISpace(*position)) {
position           76 Source/core/frame/csp/MediaListDirective.cpp             skipWhile<UChar, isNotASCIISpace>(position, end);
position           77 Source/core/frame/csp/MediaListDirective.cpp             policy()->reportInvalidPluginTypes(String(begin, position - begin));
position           80 Source/core/frame/csp/MediaListDirective.cpp         m_pluginTypes.add(String(begin, position - begin));
position           82 Source/core/frame/csp/MediaListDirective.cpp         ASSERT(position == end || isASCIISpace(*position));
position           53 Source/core/html/HTMLDimension.cpp     size_t position = lastParsedIndex;
position           54 Source/core/html/HTMLDimension.cpp     while (position < endOfCurrentToken && isASCIIDigit(characters[position]))
position           55 Source/core/html/HTMLDimension.cpp         ++position;
position           57 Source/core/html/HTMLDimension.cpp     if (position > lastParsedIndex) {
position           59 Source/core/html/HTMLDimension.cpp         unsigned integerValue = charactersToUIntStrict(characters + lastParsedIndex, position - lastParsedIndex, &ok);
position           63 Source/core/html/HTMLDimension.cpp         if (position < endOfCurrentToken && characters[position] == '.') {
position           64 Source/core/html/HTMLDimension.cpp             ++position;
position           66 Source/core/html/HTMLDimension.cpp             while (position < endOfCurrentToken && (isASCIIDigit(characters[position]) || isASCIISpace(characters[position]))) {
position           67 Source/core/html/HTMLDimension.cpp                 if (isASCIIDigit(characters[position]))
position           68 Source/core/html/HTMLDimension.cpp                     fractionNumbers.append(characters[position]);
position           69 Source/core/html/HTMLDimension.cpp                 ++position;
position           81 Source/core/html/HTMLDimension.cpp     while (position < endOfCurrentToken && isASCIISpace(characters[position]))
position           82 Source/core/html/HTMLDimension.cpp         ++position;
position           84 Source/core/html/HTMLDimension.cpp     if (position < endOfCurrentToken) {
position           85 Source/core/html/HTMLDimension.cpp         if (characters[position] == '*')
position           87 Source/core/html/HTMLDimension.cpp         else if (characters[position] == '%')
position           59 Source/core/html/HTMLFontElement.cpp     const CharacterType* position = characters;
position           63 Source/core/html/HTMLFontElement.cpp     while (position < end) {
position           64 Source/core/html/HTMLFontElement.cpp         if (!isHTMLSpace<CharacterType>(*position))
position           66 Source/core/html/HTMLFontElement.cpp         ++position;
position           70 Source/core/html/HTMLFontElement.cpp     if (position == end)
position           72 Source/core/html/HTMLFontElement.cpp     ASSERT(position < end);
position           81 Source/core/html/HTMLFontElement.cpp     switch (*position) {
position           84 Source/core/html/HTMLFontElement.cpp         ++position;
position           88 Source/core/html/HTMLFontElement.cpp         ++position;
position           98 Source/core/html/HTMLFontElement.cpp     while (position < end) {
position           99 Source/core/html/HTMLFontElement.cpp         if (!isASCIIDigit(*position))
position          101 Source/core/html/HTMLFontElement.cpp         digits.append(*position++);
position          140 Source/core/html/HTMLProgressElement.cpp     m_value->setWidthPercentage(position() * 100);
position           45 Source/core/html/HTMLProgressElement.h     double position() const;
position          591 Source/core/html/HTMLTextFormControlElement.cpp             unsigned position = 0;
position          593 Source/core/html/HTMLTextFormControlElement.cpp                 if (breakOffset > position) {
position          594 Source/core/html/HTMLTextFormControlElement.cpp                     result.append(data, position, breakOffset - position);
position          595 Source/core/html/HTMLTextFormControlElement.cpp                     position = breakOffset;
position          600 Source/core/html/HTMLTextFormControlElement.cpp             result.append(data, position, length - position);
position          608 Source/core/html/HTMLTextFormControlElement.cpp HTMLTextFormControlElement* enclosingTextFormControl(const Position& position)
position          610 Source/core/html/HTMLTextFormControlElement.cpp     ASSERT(position.isNull() || position.anchorType() == Position::PositionIsOffsetInAnchor
position          611 Source/core/html/HTMLTextFormControlElement.cpp         || position.containerNode() || !position.anchorNode()->shadowHost()
position          612 Source/core/html/HTMLTextFormControlElement.cpp         || (position.anchorNode()->parentNode() && position.anchorNode()->parentNode()->isShadowRoot()));
position          614 Source/core/html/HTMLTextFormControlElement.cpp     Node* container = position.containerNode();
position           40 Source/core/html/MediaFragmentURIParser.cpp static String collectDigits(const LChar* input, unsigned length, unsigned& position)
position           46 Source/core/html/MediaFragmentURIParser.cpp     while (position < length && isASCIIDigit(input[position]))
position           47 Source/core/html/MediaFragmentURIParser.cpp         digits.append(input[position++]);
position           51 Source/core/html/MediaFragmentURIParser.cpp static String collectFraction(const LChar* input, unsigned length, unsigned& position)
position           57 Source/core/html/MediaFragmentURIParser.cpp     if (input[position] != '.')
position           60 Source/core/html/MediaFragmentURIParser.cpp     digits.append(input[position++]);
position           61 Source/core/html/MediaFragmentURIParser.cpp     while (position < length && isASCIIDigit(input[position]))
position           62 Source/core/html/MediaFragmentURIParser.cpp         digits.append(input[position++]);
position          166 Source/core/html/canvas/WebGLRenderingContextBase.cpp     size_t position = activeContexts().find(context);
position          167 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (position != WTF::kNotFound)
position          168 Source/core/html/canvas/WebGLRenderingContextBase.cpp         activeContexts().remove(position);
position          176 Source/core/html/canvas/WebGLRenderingContextBase.cpp     size_t position = forciblyEvictedContexts().find(context);
position          177 Source/core/html/canvas/WebGLRenderingContextBase.cpp     if (position != WTF::kNotFound)
position          178 Source/core/html/canvas/WebGLRenderingContextBase.cpp         forciblyEvictedContexts().remove(position);
position          212 Source/core/html/parser/BackgroundHTMLParser.cpp             TextPosition position = TextPosition(m_input.current().currentLine(), m_input.current().currentColumn());
position          215 Source/core/html/parser/BackgroundHTMLParser.cpp                 xssInfo->m_textPosition = position;
position          217 Source/core/html/parser/CSSPreloadScanner.cpp             TextPosition position = TextPosition(source.currentLine(), source.currentColumn());
position          218 Source/core/html/parser/CSSPreloadScanner.cpp             OwnPtr<PreloadRequest> request = PreloadRequest::create(FetchInitiatorTypeNames::css, position, url, baseElementURL, Resource::CSSStyleSheet);
position          143 Source/core/html/parser/HTMLParserIdioms.cpp static bool parseHTMLIntegerInternal(const CharacterType* position, const CharacterType* end, int& value)
position          149 Source/core/html/parser/HTMLParserIdioms.cpp     while (position < end) {
position          150 Source/core/html/parser/HTMLParserIdioms.cpp         if (!isHTMLSpace<CharacterType>(*position))
position          152 Source/core/html/parser/HTMLParserIdioms.cpp         ++position;
position          156 Source/core/html/parser/HTMLParserIdioms.cpp     if (position == end)
position          158 Source/core/html/parser/HTMLParserIdioms.cpp     ASSERT(position < end);
position          161 Source/core/html/parser/HTMLParserIdioms.cpp     if (*position == '-') {
position          163 Source/core/html/parser/HTMLParserIdioms.cpp         ++position;
position          164 Source/core/html/parser/HTMLParserIdioms.cpp     } else if (*position == '+')
position          165 Source/core/html/parser/HTMLParserIdioms.cpp         ++position;
position          166 Source/core/html/parser/HTMLParserIdioms.cpp     if (position == end)
position          168 Source/core/html/parser/HTMLParserIdioms.cpp     ASSERT(position < end);
position          171 Source/core/html/parser/HTMLParserIdioms.cpp     if (!isASCIIDigit(*position))
position          176 Source/core/html/parser/HTMLParserIdioms.cpp     while (position < end) {
position          177 Source/core/html/parser/HTMLParserIdioms.cpp         if (!isASCIIDigit(*position))
position          179 Source/core/html/parser/HTMLParserIdioms.cpp         digits.append(*position++);
position          207 Source/core/html/parser/HTMLParserIdioms.cpp static bool parseHTMLNonNegativeIntegerInternal(const CharacterType* position, const CharacterType* end, unsigned& value)
position          210 Source/core/html/parser/HTMLParserIdioms.cpp     while (position < end) {
position          211 Source/core/html/parser/HTMLParserIdioms.cpp         if (!isHTMLSpace<CharacterType>(*position))
position          213 Source/core/html/parser/HTMLParserIdioms.cpp         ++position;
position          217 Source/core/html/parser/HTMLParserIdioms.cpp     if (position == end)
position          219 Source/core/html/parser/HTMLParserIdioms.cpp     ASSERT(position < end);
position          222 Source/core/html/parser/HTMLParserIdioms.cpp     if (*position == '+')
position          223 Source/core/html/parser/HTMLParserIdioms.cpp         ++position;
position          226 Source/core/html/parser/HTMLParserIdioms.cpp     if (position == end)
position          228 Source/core/html/parser/HTMLParserIdioms.cpp     ASSERT(position < end);
position          231 Source/core/html/parser/HTMLParserIdioms.cpp     if (!isASCIIDigit(*position))
position          236 Source/core/html/parser/HTMLParserIdioms.cpp     while (position < end) {
position          237 Source/core/html/parser/HTMLParserIdioms.cpp         if (!isASCIIDigit(*position))
position          239 Source/core/html/parser/HTMLParserIdioms.cpp         digits.append(*position++);
position          153 Source/core/html/parser/HTMLPreloadScanner.cpp         TextPosition position = TextPosition(source.currentLine(), source.currentColumn());
position          154 Source/core/html/parser/HTMLPreloadScanner.cpp         OwnPtr<PreloadRequest> request = PreloadRequest::create(initiatorFor(m_tagImpl), position, m_urlToLoad, predictedBaseURL, resourceType());
position           56 Source/core/html/parser/HTMLResourcePreloader.cpp     initiatorInfo.position = m_initiatorPosition;
position           53 Source/core/html/parser/HTMLSrcsetParser.cpp     const CharType* position = descriptorsStart;
position           57 Source/core/html/parser/HTMLSrcsetParser.cpp     while (position < descriptorsEnd) {
position           59 Source/core/html/parser/HTMLSrcsetParser.cpp         skipWhile<CharType, isHTMLSpace<CharType> >(position, descriptorsEnd);
position           60 Source/core/html/parser/HTMLSrcsetParser.cpp         const CharType* currentDescriptorStart = position;
position           61 Source/core/html/parser/HTMLSrcsetParser.cpp         skipWhile<CharType, isNotHTMLSpace<CharType> >(position, descriptorsEnd);
position           62 Source/core/html/parser/HTMLSrcsetParser.cpp         const CharType* currentDescriptorEnd = position;
position           64 Source/core/html/parser/HTMLSrcsetParser.cpp         ++position;
position           84 Source/core/html/parser/HTMLSrcsetParser.cpp     const CharType* position = attributeStart;
position           85 Source/core/html/parser/HTMLSrcsetParser.cpp     const CharType* attributeEnd = position + length;
position           87 Source/core/html/parser/HTMLSrcsetParser.cpp     while (position < attributeEnd) {
position           91 Source/core/html/parser/HTMLSrcsetParser.cpp         skipWhile<CharType, isHTMLSpace<CharType> >(position, attributeEnd);
position           92 Source/core/html/parser/HTMLSrcsetParser.cpp         if (position == attributeEnd)
position           94 Source/core/html/parser/HTMLSrcsetParser.cpp         const CharType* imageURLStart = position;
position           97 Source/core/html/parser/HTMLSrcsetParser.cpp         if (*position == ',') {
position           98 Source/core/html/parser/HTMLSrcsetParser.cpp             ++position;
position          103 Source/core/html/parser/HTMLSrcsetParser.cpp         skipUntil<CharType, isHTMLSpace<CharType> >(position, attributeEnd);
position          104 Source/core/html/parser/HTMLSrcsetParser.cpp         const CharType* imageURLEnd = position;
position          106 Source/core/html/parser/HTMLSrcsetParser.cpp         if (position != attributeEnd && *(position - 1) == ',') {
position          110 Source/core/html/parser/HTMLSrcsetParser.cpp             skipWhile<CharType, isHTMLSpace<CharType> >(position, attributeEnd);
position          111 Source/core/html/parser/HTMLSrcsetParser.cpp             const CharType* descriptorsStart = position;
position          112 Source/core/html/parser/HTMLSrcsetParser.cpp             skipUntil<CharType, isComma<CharType> >(position, attributeEnd);
position          113 Source/core/html/parser/HTMLSrcsetParser.cpp             const CharType* descriptorsEnd = position;
position         2620 Source/core/html/parser/HTMLTreeBuilder.cpp     TextPosition position = m_parser->textPosition();
position         2622 Source/core/html/parser/HTMLTreeBuilder.cpp     m_scriptToProcessStartPosition = position;
position          648 Source/core/html/parser/XSSAuditor.cpp         size_t position = 0;
position          649 Source/core/html/parser/XSSAuditor.cpp         if ((position = decodedSnippet.find("=")) != kNotFound
position          650 Source/core/html/parser/XSSAuditor.cpp             && (position = decodedSnippet.find(isNotHTMLSpace<UChar>, position + 1)) != kNotFound
position          651 Source/core/html/parser/XSSAuditor.cpp             && (position = decodedSnippet.find(isTerminatingCharacter, isHTMLQuote(decodedSnippet[position]) ? position + 1 : position)) != kNotFound) {
position          652 Source/core/html/parser/XSSAuditor.cpp             decodedSnippet.truncate(position);
position          261 Source/core/html/shadow/SliderThumbElement.cpp     LayoutUnit position;
position          273 Source/core/html/shadow/SliderThumbElement.cpp         position = offset.y() - renderBox()->height() / 2 - trackBoundingBox.y() + inputBoundingBox.y() - renderBox()->marginBottom();
position          277 Source/core/html/shadow/SliderThumbElement.cpp         position = offset.x() - renderBox()->width() / 2 - trackBoundingBox.x() + inputBoundingBox.x();
position          278 Source/core/html/shadow/SliderThumbElement.cpp         position -= isLeftToRightDirection ? renderBox()->marginLeft() : renderBox()->marginRight();
position          281 Source/core/html/shadow/SliderThumbElement.cpp     position = max<LayoutUnit>(0, min(position, trackSize));
position          282 Source/core/html/shadow/SliderThumbElement.cpp     const Decimal ratio = Decimal::fromDouble(static_cast<double>(position) / trackSize);
position          293 Source/core/html/shadow/SliderThumbElement.cpp         if ((closestPosition - position).abs() <= snappingThreshold)
position          158 Source/core/html/track/vtt/VTTCue.cpp     std::pair<float, float> position = m_cue->getCSSPosition();
position          161 Source/core/html/track/vtt/VTTCue.cpp     setInlineStyleProperty(CSSPropertyTop, position.second, CSSPrimitiveValue::CSS_PERCENTAGE);
position          164 Source/core/html/track/vtt/VTTCue.cpp     setInlineStyleProperty(CSSPropertyLeft, position.first, CSSPrimitiveValue::CSS_PERCENTAGE);
position          193 Source/core/html/track/vtt/VTTCue.cpp             String::format("translate(-%.2f%%, -%.2f%%)", position.first, position.second));
position          300 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::setLine(int position, ExceptionState& exceptionState)
position          305 Source/core/html/track/vtt/VTTCue.cpp     if (!m_snapToLines && (position < 0 || position > 100)) {
position          306 Source/core/html/track/vtt/VTTCue.cpp         exceptionState.throwDOMException(IndexSizeError, "The snap-to-lines flag is not set, and the value provided (" + String::number(position) + ") is not between 0 and 100.");
position          311 Source/core/html/track/vtt/VTTCue.cpp     if (m_linePosition == position)
position          315 Source/core/html/track/vtt/VTTCue.cpp     m_linePosition = position;
position          320 Source/core/html/track/vtt/VTTCue.cpp void VTTCue::setPosition(int position, ExceptionState& exceptionState)
position          325 Source/core/html/track/vtt/VTTCue.cpp     if (isInvalidPercentage(position, exceptionState))
position          329 Source/core/html/track/vtt/VTTCue.cpp     if (m_textPosition == position)
position          333 Source/core/html/track/vtt/VTTCue.cpp     m_textPosition = position;
position           79 Source/core/html/track/vtt/VTTCue.h     int position() const { return m_textPosition; }
position           71 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.start() == position());
position           98 Source/core/html/track/vtt/VTTScanner.cpp     ASSERT(run.start() == position());
position          113 Source/core/html/track/vtt/VTTScanner.cpp     Run rest(position(), end(), m_is8Bit);
position          146 Source/core/html/track/vtt/VTTScanner.cpp     Run decimalRun(position(), position(), m_is8Bit);
position          159 Source/core/html/track/vtt/VTTScanner.cpp     size_t lengthOfFloat = Run(integerRun.start(), position(), m_is8Bit).length();
position           74 Source/core/html/track/vtt/VTTScanner.h     bool isAt(Position checkPosition) const { return position() == checkPosition; }
position           76 Source/core/html/track/vtt/VTTScanner.h     bool isAtEnd() const { return position() == end(); }
position          133 Source/core/html/track/vtt/VTTScanner.h     Position position() const { return m_data.characters8; }
position          190 Source/core/html/track/vtt/VTTScanner.h         return Run(position(), current, m_is8Bit);
position          194 Source/core/html/track/vtt/VTTScanner.h     return Run(position(), reinterpret_cast<Position>(current), m_is8Bit);
position          203 Source/core/html/track/vtt/VTTScanner.h         return Run(position(), current, m_is8Bit);
position          207 Source/core/html/track/vtt/VTTScanner.h     return Run(position(), reinterpret_cast<Position>(current), m_is8Bit);
position          210 Source/core/html/track/vtt/VTTScanner.h inline void VTTScanner::seekTo(Position position)
position          212 Source/core/html/track/vtt/VTTScanner.h     ASSERT(position <= end());
position          213 Source/core/html/track/vtt/VTTScanner.h     m_data.characters8 = position;
position          218 Source/core/html/track/vtt/VTTScanner.h     ASSERT(position() < end());
position          224 Source/core/html/track/vtt/VTTScanner.h     ASSERT(position() < end());
position          104 Source/core/inspector/ContentSearchUtils.cpp     int position;
position          107 Source/core/inspector/ContentSearchUtils.cpp     while ((position = regex->match(content, start, &matchLength)) != -1) {
position          112 Source/core/inspector/ContentSearchUtils.cpp         start = position + 1;
position          165 Source/core/inspector/InspectorDOMAgent.cpp     return hoveredNodeForPoint(frame, event.position(), ignorePointerEventsNone);
position          170 Source/core/inspector/InspectorDOMAgent.cpp     return hoveredNodeForPoint(frame, event.position(), ignorePointerEventsNone);
position          104 Source/core/inspector/InspectorLayerTreeAgent.cpp         blink::WebRect webRect(webLayer->position().x, webLayer->position().y, webLayer->bounds().width, webLayer->bounds().height);
position          115 Source/core/inspector/InspectorLayerTreeAgent.cpp         .setOffsetX(webLayer->position().x)
position          116 Source/core/inspector/InspectorLayerTreeAgent.cpp         .setOffsetY(webLayer->position().y)
position          522 Source/core/inspector/InspectorResourceAgent.cpp         if (TextPosition::belowRangePosition() != initiatorInfo.position)
position          523 Source/core/inspector/InspectorResourceAgent.cpp             initiatorObject->setLineNumber(initiatorInfo.position.m_line.oneBasedInt());
position          906 Source/core/inspector/InspectorStyleSheet.cpp     TextPosition position(OrdinalNumber::fromZeroBasedInt(lineNumber), OrdinalNumber::fromZeroBasedInt(columnNumber));
position          907 Source/core/inspector/InspectorStyleSheet.cpp     *offset = position.toOffset(*endings).zeroBasedInt();
position          507 Source/core/page/DOMSelection.cpp Node* DOMSelection::shadowAdjustedNode(const Position& position) const
position          509 Source/core/page/DOMSelection.cpp     if (position.isNull())
position          512 Source/core/page/DOMSelection.cpp     Node* containerNode = position.containerNode();
position          525 Source/core/page/DOMSelection.cpp int DOMSelection::shadowAdjustedOffset(const Position& position) const
position          527 Source/core/page/DOMSelection.cpp     if (position.isNull())
position          530 Source/core/page/DOMSelection.cpp     Node* containerNode = position.containerNode();
position          537 Source/core/page/DOMSelection.cpp         return position.computeOffsetInContainerNode();
position          861 Source/core/page/DragController.cpp     IntPoint mouseDraggedPoint = src->view()->windowToContents(dragEvent.position());
position          192 Source/core/page/EventHandler.cpp         m_pos = event.position();
position          565 Source/core/page/EventHandler.cpp         LayoutPoint vPoint = view->windowToContents(event.event().position());
position          640 Source/core/page/EventHandler.cpp         if (scrollView->isPointInScrollbarCorner(event.event().position()))
position          663 Source/core/page/EventHandler.cpp             toSVGDocument(m_frame->document())->startPan(m_frame->view()->windowToContents(event.event().position()));
position          676 Source/core/page/EventHandler.cpp     m_dragStartPos = event.event().position();
position          841 Source/core/page/EventHandler.cpp             && m_dragStartPos == event.event().position()
position         1320 Source/core/page/EventHandler.cpp         m_mouseDownPos = view->windowToContents(mouseEvent.position());
position         1333 Source/core/page/EventHandler.cpp     LayoutPoint documentPoint = documentPointForWindowPoint(m_frame, mouseEvent.position());
position         1374 Source/core/page/EventHandler.cpp         IntPoint p = view->windowToContents(mouseEvent.position());
position         1414 Source/core/page/EventHandler.cpp         Scrollbar* scrollbar = view ? view->scrollbarAtPoint(mouseEvent.position()) : 0;
position         1564 Source/core/page/EventHandler.cpp             scrollbar = view->scrollbarAtPoint(mouseEvent.position());
position         1754 Source/core/page/EventHandler.cpp         0, event.globalPosition().x(), event.globalPosition().y(), event.position().x(), event.position().y(),
position         1828 Source/core/page/EventHandler.cpp         controller->updateDragAndDrop(newTarget.get(), event.position(), event.timestamp());
position         1930 Source/core/page/EventHandler.cpp     return m_frame->document()->prepareMouseEvent(request, documentPointForWindowPoint(m_frame, mev.position()), mev);
position         2058 Source/core/page/EventHandler.cpp         if (view->scrollbarAtPoint(mouseEvent.position()))
position         2089 Source/core/page/EventHandler.cpp     if (!element && isInsideScrollbar(mouseEvent.position()))
position         2158 Source/core/page/EventHandler.cpp     LayoutPoint vPoint = view->windowToContents(e.position());
position         2265 Source/core/page/EventHandler.cpp     IntPoint adjustedPoint = gestureEvent.position();
position         2342 Source/core/page/EventHandler.cpp             scrollbar = view ? view->scrollbarAtPoint(gestureEvent.position()) : 0;
position         2463 Source/core/page/EventHandler.cpp         m_mouseDownPos = m_frame->view()->windowToContents(mouseDragEvent.position());
position         2477 Source/core/page/EventHandler.cpp         IntPoint hitTestPoint = m_frame->view()->windowToContents(gestureEvent.position());
position         2505 Source/core/page/EventHandler.cpp         IntPoint p = m_frame->view()->windowToContents(gestureEvent.position());
position         2576 Source/core/page/EventHandler.cpp     LayoutPoint viewPoint = view->windowToContents(gestureEvent.position());
position         2656 Source/core/page/EventHandler.cpp     IntPoint point(gestureEvent.position().x(), gestureEvent.position().y());
position         2765 Source/core/page/EventHandler.cpp         bestClickableNodeForTouchPoint(gestureEvent.position(), IntSize(gestureEvent.area().width() / 2, gestureEvent.area().height() / 2), adjustedPoint, targetNode);
position         2770 Source/core/page/EventHandler.cpp         bestContextMenuNodeForTouchPoint(gestureEvent.position(), IntSize(gestureEvent.area().width() / 2, gestureEvent.area().height() / 2), adjustedPoint, targetNode);
position         2788 Source/core/page/EventHandler.cpp     LayoutPoint viewportPos = v->windowToContents(event.position());
position         2861 Source/core/page/EventHandler.cpp     IntPoint position = shouldTranslateToRootView ? view->contentsToRootView(location) : location;
position         2862 Source/core/page/EventHandler.cpp     IntPoint globalPosition = view->hostWindow()->rootViewToScreen(IntRect(position, IntSize())).location();
position         2869 Source/core/page/EventHandler.cpp     HitTestResult result(position);
position         2882 Source/core/page/EventHandler.cpp     PlatformMouseEvent mouseEvent(position, globalPosition, RightButton, eventType, 1, false, false, false, false, WTF::currentTime());
position         2896 Source/core/page/EventHandler.cpp     IntPoint adjustedPoint = event.position();
position         3332 Source/core/page/EventHandler.cpp     if (checkDragHysteresis == ShouldCheckDragHysteresis && !dragHysteresisExceeded(event.event().position()))
position         3831 Source/core/page/EventHandler.cpp     const IntPoint& position = event.position();
position         3842 Source/core/page/EventHandler.cpp             m_lastSyntheticPinchAnchorCss = adoptPtr(new IntPoint(view->scrollPosition() + position));
position         3843 Source/core/page/EventHandler.cpp             m_lastSyntheticPinchAnchorDip = adoptPtr(new IntPoint(position));
position         3852 Source/core/page/EventHandler.cpp                 float dy = m_lastSyntheticPinchAnchorDip->y() - position.y() * pageScaleFactor;
position         3873 Source/core/page/EventHandler.cpp                 int dx = m_lastSyntheticPanLocation ? position.x() - m_lastSyntheticPanLocation->x() : 0;
position         3874 Source/core/page/EventHandler.cpp                 int dy = m_lastSyntheticPanLocation ? position.y() - m_lastSyntheticPanLocation->y() : 0;
position         3878 Source/core/page/EventHandler.cpp                 m_lastSyntheticPanLocation = adoptPtr(new IntPoint(position));
position         3905 Source/core/page/EventHandler.cpp     IntPoint anchorBeforeCss(view->scrollPosition() + event.position());
position         3906 Source/core/page/EventHandler.cpp     IntPoint anchorBeforeDip(event.position());
position         3970 Source/core/page/EventHandler.cpp     m_lastKnownMousePosition = event.position();
position         3980 Source/core/page/EventHandler.cpp     IntPoint p = m_frame->view()->windowToContents(mev.event().position());
position          416 Source/core/page/FocusController.cpp         Position position = firstPositionInOrBeforeNode(element);
position          417 Source/core/page/FocusController.cpp         VisibleSelection newSelection(position, position, DOWNSTREAM);
position          197 Source/core/page/scrolling/ScrollingCoordinator.cpp         if (layer->renderer()->style()->position() == FixedPosition) {
position           84 Source/core/plugins/PluginOcclusionSupport.cpp             if (ro2->style()->position() == StaticPosition) {
position          633 Source/core/rendering/FastTextAutosizer.cpp         data.m_packedStyleProperties |= (style->position() << 1);
position           77 Source/core/rendering/InlineIterator.h     void setNextBreakablePosition(int position) { m_nextBreakablePosition = position; }
position           80 Source/core/rendering/InlineIterator.h     void setOffset(unsigned position) { m_pos = position; }
position          385 Source/core/rendering/InlineIterator.h         && !endOfLineHasIsolatedObjectAncestor(resolver->endOfLine(), resolver->position())) {
position           45 Source/core/rendering/LayoutState.cpp     bool fixed = renderer.isOutOfFlowPositioned() && renderer.style()->position() == FixedPosition;
position          286 Source/core/rendering/RenderBlock.cpp     if (oldStyle && parent() && diff == StyleDifferenceLayout && oldStyle->position() != newStyle.position()) {
position          287 Source/core/rendering/RenderBlock.cpp         if (newStyle.position() == StaticPosition)
position          291 Source/core/rendering/RenderBlock.cpp         else if (oldStyle->position() == StaticPosition) {
position          295 Source/core/rendering/RenderBlock.cpp             while (cb && (cb->style()->position() == StaticPosition || (cb->isInline() && !cb->isReplaced())) && !cb->isRenderView()) {
position          296 Source/core/rendering/RenderBlock.cpp                 if (cb->style()->position() == RelativePosition && cb->isInline() && !cb->isReplaced()) {
position         1459 Source/core/rendering/RenderBlock.cpp         if (positionedObject->style()->position() != FixedPosition)
position         1577 Source/core/rendering/RenderBlock.cpp     if (child->style()->position() != FixedPosition)
position         1586 Source/core/rendering/RenderBlock.cpp     while (o && !o->isRenderView() && o->style()->position() != AbsolutePosition)
position         1588 Source/core/rendering/RenderBlock.cpp     if (o->style()->position() != AbsolutePosition)
position         2451 Source/core/rendering/RenderBlock.cpp LayoutUnit RenderBlock::logicalLeftSelectionOffset(RenderBlock* rootBlock, LayoutUnit position)
position         2455 Source/core/rendering/RenderBlock.cpp         return containingBlock()->logicalLeftSelectionOffset(rootBlock, position + logicalTop());
position         2459 Source/core/rendering/RenderBlock.cpp LayoutUnit RenderBlock::logicalRightSelectionOffset(RenderBlock* rootBlock, LayoutUnit position)
position         2463 Source/core/rendering/RenderBlock.cpp         return containingBlock()->logicalRightSelectionOffset(rootBlock, position + logicalTop());
position         4177 Source/core/rendering/RenderBlock.cpp     void advancePositionWhile(const String& text, unsigned& position)
position         4180 Source/core/rendering/RenderBlock.cpp         while (position < textLength && characterPredicate(text[position]))
position         4181 Source/core/rendering/RenderBlock.cpp             position++;
position          425 Source/core/rendering/RenderBlock.h     virtual LayoutUnit logicalLeftSelectionOffset(RenderBlock* rootBlock, LayoutUnit position);
position          426 Source/core/rendering/RenderBlock.h     virtual LayoutUnit logicalRightSelectionOffset(RenderBlock* rootBlock, LayoutUnit position);
position         1826 Source/core/rendering/RenderBlockFlow.cpp     if (oldStyle && parent() && diff == StyleDifferenceLayout && oldStyle->position() != newStyle.position()
position         2658 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit RenderBlockFlow::logicalLeftSelectionOffset(RenderBlock* rootBlock, LayoutUnit position)
position         2660 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit logicalLeft = logicalLeftOffsetForLine(position, false);
position         2662 Source/core/rendering/RenderBlockFlow.cpp         return RenderBlock::logicalLeftSelectionOffset(rootBlock, position);
position         2672 Source/core/rendering/RenderBlockFlow.cpp LayoutUnit RenderBlockFlow::logicalRightSelectionOffset(RenderBlock* rootBlock, LayoutUnit position)
position         2674 Source/core/rendering/RenderBlockFlow.cpp     LayoutUnit logicalRight = logicalRightOffsetForLine(position, false);
position         2676 Source/core/rendering/RenderBlockFlow.cpp         return RenderBlock::logicalRightSelectionOffset(rootBlock, position);
position           66 Source/core/rendering/RenderBlockFlow.h     LayoutUnit availableLogicalWidthForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
position           68 Source/core/rendering/RenderBlockFlow.h         return max<LayoutUnit>(0, logicalRightOffsetForLine(position, shouldIndentText, logicalHeight) - logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight));
position           70 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalRightOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
position           72 Source/core/rendering/RenderBlockFlow.h         return logicalRightOffsetForLine(position, logicalRightOffsetForContent(), shouldIndentText, logicalHeight);
position           74 Source/core/rendering/RenderBlockFlow.h     LayoutUnit logicalLeftOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
position           76 Source/core/rendering/RenderBlockFlow.h         return logicalLeftOffsetForLine(position, logicalLeftOffsetForContent(), shouldIndentText, logicalHeight);
position           78 Source/core/rendering/RenderBlockFlow.h     LayoutUnit pixelSnappedLogicalLeftOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
position           80 Source/core/rendering/RenderBlockFlow.h         return roundToInt(logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight));
position           82 Source/core/rendering/RenderBlockFlow.h     LayoutUnit pixelSnappedLogicalRightOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
position           88 Source/core/rendering/RenderBlockFlow.h         return floorToInt(logicalRightOffsetForLine(position, shouldIndentText, logicalHeight));
position           90 Source/core/rendering/RenderBlockFlow.h     LayoutUnit startOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
position           92 Source/core/rendering/RenderBlockFlow.h         return style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight)
position           93 Source/core/rendering/RenderBlockFlow.h             : logicalWidth() - logicalRightOffsetForLine(position, shouldIndentText, logicalHeight);
position           95 Source/core/rendering/RenderBlockFlow.h     LayoutUnit endOffsetForLine(LayoutUnit position, bool shouldIndentText, LayoutUnit logicalHeight = 0) const
position           97 Source/core/rendering/RenderBlockFlow.h         return !style()->isLeftToRightDirection() ? logicalLeftOffsetForLine(position, shouldIndentText, logicalHeight)
position           98 Source/core/rendering/RenderBlockFlow.h             : logicalWidth() - logicalRightOffsetForLine(position, shouldIndentText, logicalHeight);
position          101 Source/core/rendering/RenderBlockFlow.h     virtual LayoutUnit logicalLeftSelectionOffset(RenderBlock* rootBlock, LayoutUnit position) OVERRIDE;
position          102 Source/core/rendering/RenderBlockFlow.h     virtual LayoutUnit logicalRightSelectionOffset(RenderBlock* rootBlock, LayoutUnit position) OVERRIDE;
position          164 Source/core/rendering/RenderBlockFlow.h     LayoutUnit startAlignedOffsetForLine(LayoutUnit position, bool shouldIndentText);
position          769 Source/core/rendering/RenderBlockLineLayout.cpp     ASSERT(topResolver.position() != endOfLine);
position          770 Source/core/rendering/RenderBlockLineLayout.cpp     RenderObject* currentRoot = topResolver.position().root();
position          959 Source/core/rendering/RenderBlockLineLayout.cpp     InlineIterator endOfLine = resolver.position();
position          973 Source/core/rendering/RenderBlockLineLayout.cpp                 resolver.setPosition(InlineIterator(resolver.position().root(), 0, 0), 0);
position          990 Source/core/rendering/RenderBlockLineLayout.cpp         if (resolver.position().atEnd()) {
position          996 Source/core/rendering/RenderBlockLineLayout.cpp             resolver.setPosition(InlineIterator(resolver.position().root(), 0, 0), 0);
position         1000 Source/core/rendering/RenderBlockLineLayout.cpp         ASSERT(endOfLine != resolver.position());
position         1009 Source/core/rendering/RenderBlockLineLayout.cpp                 TextDirection direction = determinePlaintextDirectionality(resolver.position().root(), resolver.position().object(), resolver.position().offset());
position         1015 Source/core/rendering/RenderBlockLineLayout.cpp             ASSERT(resolver.position() == endOfLine);
position         2011 Source/core/rendering/RenderBlockLineLayout.cpp     if (resolver.position() == endLineStart) {
position         2023 Source/core/rendering/RenderBlockLineLayout.cpp         if (line->lineBreakObj() == resolver.position().object() && line->lineBreakPos() == resolver.position().offset()) {
position         2200 Source/core/rendering/RenderBlockLineLayout.cpp LayoutUnit RenderBlockFlow::startAlignedOffsetForLine(LayoutUnit position, bool firstLine)
position         2205 Source/core/rendering/RenderBlockLineLayout.cpp         return startOffsetForLine(position, firstLine);
position          158 Source/core/rendering/RenderBox.cpp         if (diff == StyleDifferenceLayout && parent() && oldStyle->position() != newStyle.position()) {
position          160 Source/core/rendering/RenderBox.cpp             if (oldStyle->position() == StaticPosition)
position          750 Source/core/rendering/RenderBox.cpp void RenderBox::autoscroll(const IntPoint& position)
position          760 Source/core/rendering/RenderBox.cpp     IntPoint currentDocumentPosition = frameView->windowToContents(position);
position         1315 Source/core/rendering/RenderBox.cpp     if (childStyle->position() != StaticPosition && childBox->containingBlock() != childBox->parent())
position         1353 Source/core/rendering/RenderBox.cpp             if (childBox->style()->position() == StaticPosition)
position         1832 Source/core/rendering/RenderBox.cpp     bool isFixedPos = style()->position() == FixedPosition;
position         1872 Source/core/rendering/RenderBox.cpp     bool isFixedPos = style()->position() == FixedPosition;
position         1912 Source/core/rendering/RenderBox.cpp     if (style()->position() == AbsolutePosition && o->isInFlowPositioned() && o->isRenderInline())
position         2013 Source/core/rendering/RenderBox.cpp         if (v->layoutStateEnabled() && !repaintContainer && styleToUse->position() != FixedPosition) {
position         2051 Source/core/rendering/RenderBox.cpp     EPosition position = styleToUse->position();
position         2056 Source/core/rendering/RenderBox.cpp         fixed = position == FixedPosition;
position         2060 Source/core/rendering/RenderBox.cpp     } else if (position == FixedPosition)
position         2063 Source/core/rendering/RenderBox.cpp     if (position == AbsolutePosition && o->isInFlowPositioned() && o->isRenderInline()) {
position         2073 Source/core/rendering/RenderBox.cpp     if (position != AbsolutePosition && position != FixedPosition && o->hasColumns() && o->isRenderBlockFlow()) {
position         2975 Source/core/rendering/RenderBox.cpp     if (style()->position() == FixedPosition && containingBlock->isRenderView()) {
position         3015 Source/core/rendering/RenderBox.cpp     if (style()->position() == FixedPosition && containingBlock->isRenderView()) {
position         4552 Source/core/rendering/RenderBox.cpp LayoutUnit RenderBox::flipForWritingMode(LayoutUnit position) const
position         4555 Source/core/rendering/RenderBox.cpp         return position;
position         4556 Source/core/rendering/RenderBox.cpp     return logicalHeight() - position;
position         4559 Source/core/rendering/RenderBox.cpp LayoutPoint RenderBox::flipForWritingMode(const LayoutPoint& position) const
position         4562 Source/core/rendering/RenderBox.cpp         return position;
position         4563 Source/core/rendering/RenderBox.cpp     return isHorizontalWritingMode() ? LayoutPoint(position.x(), height() - position.y()) : LayoutPoint(width() - position.x(), position.y());
position         4580 Source/core/rendering/RenderBox.cpp FloatPoint RenderBox::flipForWritingMode(const FloatPoint& position) const
position         4583 Source/core/rendering/RenderBox.cpp         return position;
position         4584 Source/core/rendering/RenderBox.cpp     return isHorizontalWritingMode() ? FloatPoint(position.x(), height() - position.y()) : FloatPoint(width() - position.x(), position.y());
position          559 Source/core/rendering/RenderBox.h     LayoutUnit flipForWritingMode(LayoutUnit position) const; // The offset is in the block direction (y for horizontal writing modes, x for vertical writing modes).
position          138 Source/core/rendering/RenderBoxModelObject.cpp     setPositionState(styleToUse->position());
position         2762 Source/core/rendering/RenderBoxModelObject.cpp     bool isFixedPos = !isInline && style()->position() == FixedPosition;
position          536 Source/core/rendering/RenderFrameSet.cpp void RenderFrameSet::startResizing(GridAxis& axis, int position)
position          538 Source/core/rendering/RenderFrameSet.cpp     int split = hitTestSplit(axis, position);
position          544 Source/core/rendering/RenderFrameSet.cpp     axis.m_splitResizeOffset = position - splitPosition(axis, split);
position          547 Source/core/rendering/RenderFrameSet.cpp void RenderFrameSet::continueResizing(GridAxis& axis, int position)
position          554 Source/core/rendering/RenderFrameSet.cpp     int delta = (position - currentSplitPosition) - axis.m_splitResizeOffset;
position          635 Source/core/rendering/RenderFrameSet.cpp     int position = 0;
position          637 Source/core/rendering/RenderFrameSet.cpp         position += axis.m_sizes[i] + borderThickness;
position          638 Source/core/rendering/RenderFrameSet.cpp     return position - borderThickness;
position          641 Source/core/rendering/RenderFrameSet.cpp int RenderFrameSet::hitTestSplit(const GridAxis& axis, int position) const
position          656 Source/core/rendering/RenderFrameSet.cpp         if (position >= splitPosition && position < splitPosition + borderThickness)
position          118 Source/core/rendering/RenderFrameSet.h     int hitTestSplit(const GridAxis&, int position) const;
position          120 Source/core/rendering/RenderFrameSet.h     void startResizing(GridAxis&, int position);
position          121 Source/core/rendering/RenderFrameSet.h     void continueResizing(GridAxis&, int position);
position          201 Source/core/rendering/RenderGeometryMap.cpp         if (style->position() == FixedPosition || style->isFlippedBlocksWritingMode())
position         1038 Source/core/rendering/RenderGrid.cpp size_t RenderGrid::resolveNamedGridLinePositionFromStyle(const GridPosition& position, GridPositionSide side) const
position         1040 Source/core/rendering/RenderGrid.cpp     ASSERT(!position.namedGridLine().isNull());
position         1043 Source/core/rendering/RenderGrid.cpp     NamedGridLinesMap::const_iterator it = gridLinesNames.find(position.namedGridLine());
position         1045 Source/core/rendering/RenderGrid.cpp         if (position.isPositive())
position         1052 Source/core/rendering/RenderGrid.cpp     if (position.isPositive())
position         1053 Source/core/rendering/RenderGrid.cpp         namedGridLineIndex = std::min<size_t>(position.integerPosition(), it->value.size()) - 1;
position         1055 Source/core/rendering/RenderGrid.cpp         namedGridLineIndex = std::max<int>(it->value.size() - abs(position.integerPosition()), 0);
position         1059 Source/core/rendering/RenderGrid.cpp size_t RenderGrid::resolveGridPositionFromStyle(const GridPosition& position, GridPositionSide side) const
position         1061 Source/core/rendering/RenderGrid.cpp     switch (position.type()) {
position         1063 Source/core/rendering/RenderGrid.cpp         ASSERT(position.integerPosition());
position         1065 Source/core/rendering/RenderGrid.cpp         if (!position.namedGridLine().isNull())
position         1066 Source/core/rendering/RenderGrid.cpp             return resolveNamedGridLinePositionFromStyle(position, side);
position         1069 Source/core/rendering/RenderGrid.cpp         if (position.isPositive())
position         1070 Source/core/rendering/RenderGrid.cpp             return GridPosition::adjustGridPositionForSide(position.integerPosition() - 1, side);
position         1072 Source/core/rendering/RenderGrid.cpp         size_t resolvedPosition = abs(position.integerPosition()) - 1;
position         1083 Source/core/rendering/RenderGrid.cpp         NamedGridAreaMap::const_iterator it = style()->namedGridArea().find(position.namedGridLine());
position         1110 Source/core/rendering/RenderGrid.cpp PassOwnPtr<GridSpan> RenderGrid::resolveGridPositionAgainstOppositePosition(size_t resolvedOppositePosition, const GridPosition& position, GridPositionSide side) const
position         1112 Source/core/rendering/RenderGrid.cpp     if (position.isAuto())
position         1115 Source/core/rendering/RenderGrid.cpp     ASSERT(position.isSpan());
position         1116 Source/core/rendering/RenderGrid.cpp     ASSERT(position.spanPosition() > 0);
position         1118 Source/core/rendering/RenderGrid.cpp     if (!position.namedGridLine().isNull()) {
position         1120 Source/core/rendering/RenderGrid.cpp         return resolveNamedGridLinePositionAgainstOppositePosition(resolvedOppositePosition, position, side);
position         1123 Source/core/rendering/RenderGrid.cpp     return GridSpan::createWithSpanAgainstOpposite(resolvedOppositePosition, position, side);
position         1126 Source/core/rendering/RenderGrid.cpp PassOwnPtr<GridSpan> RenderGrid::resolveNamedGridLinePositionAgainstOppositePosition(size_t resolvedOppositePosition, const GridPosition& position, GridPositionSide side) const
position         1128 Source/core/rendering/RenderGrid.cpp     ASSERT(position.isSpan());
position         1129 Source/core/rendering/RenderGrid.cpp     ASSERT(!position.namedGridLine().isNull());
position         1131 Source/core/rendering/RenderGrid.cpp     ASSERT(position.spanPosition() > 0);
position         1134 Source/core/rendering/RenderGrid.cpp     NamedGridLinesMap::const_iterator it = gridLinesNames.find(position.namedGridLine());
position         1141 Source/core/rendering/RenderGrid.cpp     return GridSpan::createWithNamedSpanAgainstOpposite(resolvedOppositePosition, position, side, it->value);
position          151 Source/core/rendering/RenderInline.cpp         if (!toRenderBlock(block)->isAnonymousBlockContinuation() || block->style()->position() == newStyle->position())
position          159 Source/core/rendering/RenderInline.cpp         blockStyle->setPosition(newStyle->position());
position          185 Source/core/rendering/RenderInline.cpp     if (continuation && oldStyle && newStyle->position() != oldStyle->position()
position          315 Source/core/rendering/RenderInline.cpp             newStyle->setPosition(positionedAncestor->style()->position());
position          399 Source/core/rendering/RenderLayer.cpp     const EPosition position = renderer()->style()->position();
position          400 Source/core/rendering/RenderLayer.cpp     const EPosition otherPosition = other->renderer()->style()->position();
position          422 Source/core/rendering/RenderLayer.cpp     const bool isRootFixedPos = position == FixedPosition && containingBlock->enclosingLayer() == rootLayer;
position         1601 Source/core/rendering/RenderLayer.cpp     EPosition position = renderer->style()->position();
position         1604 Source/core/rendering/RenderLayer.cpp     RenderFlowThread* fixedFlowThreadContainer = position == FixedPosition ? renderer->flowThreadContainingBlock() : 0;
position         1613 Source/core/rendering/RenderLayer.cpp     if (position == FixedPosition && !fixedFlowThreadContainer && (!ancestorLayer || ancestorLayer == renderer->view()->layer())) {
position         1624 Source/core/rendering/RenderLayer.cpp     if (position == FixedPosition && !fixedFlowThreadContainer) {
position         1658 Source/core/rendering/RenderLayer.cpp     if (position == AbsolutePosition || position == FixedPosition) {
position         3777 Source/core/rendering/RenderLayer.cpp     ASSERT(!oldStyle || renderer()->style()->position() != oldStyle->position());
position         3779 Source/core/rendering/RenderLayer.cpp     bool wasOutOfFlowPositioned = oldStyle && (oldStyle->position() == AbsolutePosition || oldStyle->position() == FixedPosition);
position         3901 Source/core/rendering/RenderLayer.cpp     if (!oldStyle || renderer()->style()->position() != oldStyle->position()) {
position          312 Source/core/rendering/RenderLayer.h     void setStaticInlinePosition(LayoutUnit position) { m_staticInlinePosition = position; }
position          313 Source/core/rendering/RenderLayer.h     void setStaticBlockPosition(LayoutUnit position) { m_staticBlockPosition = position; }
position          264 Source/core/rendering/RenderLayerClipper.cpp     if (m_renderer->style()->position() == FixedPosition) {
position          270 Source/core/rendering/RenderLayerClipper.cpp     } else if (m_renderer->style()->position() == AbsolutePosition) {
position          306 Source/core/rendering/RenderLayerClipper.cpp static inline ClipRect backgroundClipRectForPosition(const ClipRects& parentRects, EPosition position)
position          308 Source/core/rendering/RenderLayerClipper.cpp     if (position == FixedPosition)
position          311 Source/core/rendering/RenderLayerClipper.cpp     if (position == AbsolutePosition)
position          341 Source/core/rendering/RenderLayerClipper.cpp     ClipRect backgroundClipRect = backgroundClipRectForPosition(parentRects, m_renderer->style()->position());
position          116 Source/core/rendering/RenderLayerModelObject.cpp                     if (oldStyle->position() != newStyle.position()
position         1328 Source/core/rendering/RenderLayerScrollableArea.cpp         pos = static_cast<const PlatformMouseEvent*>(&evt)->position();
position         1332 Source/core/rendering/RenderLayerScrollableArea.cpp         pos = static_cast<const PlatformGestureEvent*>(&evt)->position();
position         1334 Source/core/rendering/RenderLayerScrollableArea.cpp         pos = gevt->position();
position          103 Source/core/rendering/RenderMenuList.h     virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
position          105 Source/core/rendering/RenderMenuList.h         return RenderBlock::baselinePosition(baseline, firstLine, direction, position);
position          755 Source/core/rendering/RenderObject.cpp     ASSERT(style()->position() == FixedPosition);
position          772 Source/core/rendering/RenderObject.cpp     if (!isText() && m_style->position() == FixedPosition) {
position          774 Source/core/rendering/RenderObject.cpp     } else if (!isText() && m_style->position() == AbsolutePosition) {
position          781 Source/core/rendering/RenderObject.cpp             if (o->style()->position() != StaticPosition && (!o->isInline() || o->isReplaced()))
position          815 Source/core/rendering/RenderObject.cpp         if (container->style()->position() == FixedPosition) {
position         2038 Source/core/rendering/RenderObject.cpp         else if (isOutOfFlowPositioned() && (m_style->position() != newStyle.position()))
position         2130 Source/core/rendering/RenderObject.cpp         if (needsLayout() && oldStyle->position() != m_style->position())
position         2176 Source/core/rendering/RenderObject.cpp             newStyle->setPosition(child->style()->position());
position         2544 Source/core/rendering/RenderObject.cpp     EPosition pos = m_style->position();
position         2552 Source/core/rendering/RenderObject.cpp             if (o->style()->position() != StaticPosition)
position         3168 Source/core/rendering/RenderObject.cpp     if (isOutOfFlowPositioned() && style()->position() == FixedPosition)
position         3208 Source/core/rendering/RenderObject.cpp             Position position = createLegacyEditingPosition(node, offset);
position         3209 Source/core/rendering/RenderObject.cpp             Position candidate = position.downstream(CanCrossEditingBoundary);
position         3212 Source/core/rendering/RenderObject.cpp             candidate = position.upstream(CanCrossEditingBoundary);
position         3256 Source/core/rendering/RenderObject.cpp PositionWithAffinity RenderObject::createPositionWithAffinity(const Position& position)
position         3258 Source/core/rendering/RenderObject.cpp     if (position.isNotNull())
position         3259 Source/core/rendering/RenderObject.cpp         return PositionWithAffinity(position);
position          648 Source/core/rendering/RenderObject.h     void setPositionState(EPosition position)
position          650 Source/core/rendering/RenderObject.h         ASSERT((position != AbsolutePosition && position != FixedPosition) || isBox());
position          651 Source/core/rendering/RenderObject.h         m_bitfields.setPositionedState(position);
position           52 Source/core/rendering/RenderProgress.cpp     if (m_position == element->position())
position           54 Source/core/rendering/RenderProgress.cpp     m_position = element->position();
position           68 Source/core/rendering/RenderProgress.cpp     return (HTMLProgressElement::IndeterminatePosition != position()
position           69 Source/core/rendering/RenderProgress.cpp             && HTMLProgressElement::InvalidPosition != position());
position           35 Source/core/rendering/RenderProgress.h     double position() const { return m_position; }
position          811 Source/core/rendering/RenderTable.cpp void RenderTable::splitColumn(unsigned position, unsigned firstSpan)
position          814 Source/core/rendering/RenderTable.cpp     ASSERT(m_columns[position].span > firstSpan);
position          815 Source/core/rendering/RenderTable.cpp     m_columns.insert(position, ColumnStruct(firstSpan));
position          816 Source/core/rendering/RenderTable.cpp     m_columns[position + 1].span -= firstSpan;
position          828 Source/core/rendering/RenderTable.cpp         section->splitColumn(position, firstSpan);
position          146 Source/core/rendering/RenderTable.h     void setColumnPosition(unsigned index, int position)
position          150 Source/core/rendering/RenderTable.h         m_columnLogicalWidthChanged |= m_columnPos[index] != position;
position          151 Source/core/rendering/RenderTable.h         m_columnPos[index] = position;
position          167 Source/core/rendering/RenderTable.h     void splitColumn(unsigned position, unsigned firstSpan);
position           80 Source/core/rendering/RenderText.h     String substring(unsigned position, unsigned length) const { return m_text.substring(position, length); }
position          100 Source/core/rendering/RenderTextControl.h     virtual int baselinePosition(FontBaseline baseline, bool firstLine, LineDirectionMode direction, LinePositionMode position) const OVERRIDE
position          102 Source/core/rendering/RenderTextControl.h         return RenderBlock::baselinePosition(baseline, firstLine, direction, position);
position          389 Source/core/rendering/RenderTextControlSingleLine.cpp void RenderTextControlSingleLine::autoscroll(const IntPoint& position)
position          395 Source/core/rendering/RenderTextControlSingleLine.cpp     renderer->autoscroll(position);
position          434 Source/core/rendering/RenderThemeChromiumSkia.cpp     int dx = rect.width() * renderProgress->position();
position           71 Source/core/rendering/RenderVTTCue.cpp bool RenderVTTCue::initializeLayoutParameters(InlineFlowBox* firstLineBox, LayoutUnit& step, LayoutUnit& position)
position           93 Source/core/rendering/RenderVTTCue.cpp     position = step * linePosition;
position           98 Source/core/rendering/RenderVTTCue.cpp         position -= width();
position           99 Source/core/rendering/RenderVTTCue.cpp         position += step;
position          106 Source/core/rendering/RenderVTTCue.cpp         position += m_cue->getWritingDirection() == VTTCue::Horizontal ? parentBlock->height() : parentBlock->width();
position          115 Source/core/rendering/RenderVTTCue.cpp void RenderVTTCue::placeBoxInDefaultPosition(LayoutUnit position, bool& switched)
position          120 Source/core/rendering/RenderVTTCue.cpp         setY(y() + position);
position          123 Source/core/rendering/RenderVTTCue.cpp         setX(x() + position);
position          219 Source/core/rendering/RenderVTTCue.cpp     LayoutUnit position;
position          224 Source/core/rendering/RenderVTTCue.cpp     if (!initializeLayoutParameters(firstLineBox, step, position))
position          228 Source/core/rendering/RenderVTTCue.cpp     placeBoxInDefaultPosition(position, switched);
position          122 Source/core/rendering/RenderView.cpp     return style->position() == AbsolutePosition && style->hasAutoTopAndBottom();
position          150 Source/core/rendering/RootInlineBox.cpp     float position = placeEllipsisBox(ltr, blockLeftEdge, blockRightEdge, ellipsisWidth, truncatedWidth, foundBox);
position          151 Source/core/rendering/RootInlineBox.cpp     ellipsisBox->setLogicalLeft(position);
position          135 Source/core/rendering/TextAutosizer.cpp         podForHash.packedStyleProperties |= (style->position() << 1);
position           54 Source/core/rendering/VerticalPositionCache.h     void set(RenderObject* renderer, FontBaseline baselineType, int position)
position           57 Source/core/rendering/VerticalPositionCache.h             m_alphabeticPositions.set(renderer, position);
position           59 Source/core/rendering/VerticalPositionCache.h             m_ideographicPositions.set(renderer, position);
position          383 Source/core/rendering/compositing/CompositedLayerMapping.cpp         if (renderer()->style()->position() == FixedPosition && renderer()->container() == view)
position          731 Source/core/rendering/compositing/CompositedLayerMapping.cpp             m_childClippingMaskLayer->setPosition(clipLayer->position());
position          826 Source/core/rendering/compositing/CompositedLayerMapping.cpp             m_childClippingMaskLayer->setPosition(m_scrollingLayer->position());
position          161 Source/core/rendering/compositing/CompositingReasonFinder.cpp         directReasons |= renderer->style()->position() == FixedPosition ? CompositingReasonPositionFixed : CompositingReasonPositionSticky;
position          197 Source/core/rendering/compositing/CompositingReasonFinder.cpp     if (layer->renderer()->style()->position() != FixedPosition)
position          203 Source/core/rendering/compositing/CompositingReasonFinder.cpp             && stackingContainer->layer()->renderer()->style()->position() == FixedPosition)
position          218 Source/core/rendering/compositing/CompositingReasonFinder.cpp     EPosition position = renderer->style()->position();
position          219 Source/core/rendering/compositing/CompositingReasonFinder.cpp     bool isFixed = renderer->isOutOfFlowPositioned() && position == FixedPosition;
position          224 Source/core/rendering/compositing/CompositingReasonFinder.cpp     bool isSticky = renderer->isInFlowPositioned() && position == StickyPosition;
position          764 Source/core/rendering/compositing/RenderLayerCompositor.cpp         ASSERT(layer->renderer()->style()->position() == FixedPosition);
position           31 Source/core/rendering/line/BreakingContext.cpp     if (m_lineBreak == m_resolver.position() && (!m_lineBreak.object() || !m_lineBreak.object()->isBR())) {
position           45 Source/core/rendering/line/BreakingContext.cpp     if (m_lineBreak == m_resolver.position())
position           67 Source/core/rendering/line/BreakingContextInlineHeaders.h         , m_current(resolver.position())
position           68 Source/core/rendering/line/BreakingContextInlineHeaders.h         , m_lineBreak(resolver.position())
position          435 Source/core/rendering/line/BreakingContextInlineHeaders.h         } else if (m_blockStyle->collapseWhiteSpace() && m_resolver.position().object() == m_current.object()
position          556 Source/core/rendering/line/BreakingContextInlineHeaders.h             ASSERT(iteratorIsBeyondEndOfRenderCombineText(m_resolver.position(), combineRenderer));
position          558 Source/core/rendering/line/BreakingContextInlineHeaders.h             m_resolver.position().increment(&m_resolver);
position          619 Source/core/rendering/line/BreakingContextInlineHeaders.h             hyphenWidth = measureHyphenWidth(renderText, font, textDirectionFromUnicode(m_resolver.position().direction()));
position           33 Source/core/rendering/line/LineBreaker.cpp     while (!resolver.position().atEnd() && !requiresLineBox(resolver.position(), lineInfo, LeadingWhitespace)) {
position           34 Source/core/rendering/line/LineBreaker.cpp         RenderObject* object = resolver.position().object();
position           48 Source/core/rendering/line/LineBreaker.cpp         resolver.position().increment(&resolver);
position           64 Source/core/rendering/line/LineBreaker.cpp     ASSERT(resolver.position().root() == m_block);
position           66 Source/core/rendering/line/LineBreaker.cpp     bool appliedStartWidth = resolver.position().offset() > 0;
position           72 Source/core/rendering/line/LineBreaker.cpp     if (resolver.position().atEnd())
position           73 Source/core/rendering/line/LineBreaker.cpp         return resolver.position();
position          104 Source/core/rendering/style/FillLayer.h     void setXPosition(Length position) { m_xPosition = position; m_xPosSet = true; m_backgroundXOriginSet = false; m_backgroundXOrigin = LeftEdge; }
position          105 Source/core/rendering/style/FillLayer.h     void setYPosition(Length position) { m_yPosition = position; m_yPosSet = true; m_backgroundYOriginSet = false; m_backgroundYOrigin = TopEdge; }
position           50 Source/core/rendering/style/GridCoordinate.h     static PassOwnPtr<GridSpan> createWithSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, GridPositionSide side)
position           54 Source/core/rendering/style/GridCoordinate.h         size_t positionOffset = position.spanPosition() - 1;
position           63 Source/core/rendering/style/GridCoordinate.h     static PassOwnPtr<GridSpan> createWithNamedSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, GridPositionSide side, const Vector<size_t>& gridLines)
position           66 Source/core/rendering/style/GridCoordinate.h             return createWithInitialNamedSpanAgainstOpposite(resolvedOppositePosition, position, gridLines);
position           68 Source/core/rendering/style/GridCoordinate.h         return createWithFinalNamedSpanAgainstOpposite(resolvedOppositePosition, position, gridLines);
position           71 Source/core/rendering/style/GridCoordinate.h     static PassOwnPtr<GridSpan> createWithInitialNamedSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, const Vector<size_t>& gridLines)
position           84 Source/core/rendering/style/GridCoordinate.h         size_t gridLineIndex = std::max<int>(0, firstLineBeforeOppositePositionIndex - position.spanPosition() + 1);
position           91 Source/core/rendering/style/GridCoordinate.h     static PassOwnPtr<GridSpan> createWithFinalNamedSpanAgainstOpposite(size_t resolvedOppositePosition, const GridPosition& position, const Vector<size_t>& gridLines)
position           98 Source/core/rendering/style/GridCoordinate.h         size_t gridLineIndex = std::min(gridLines.size() - 1, firstLineAfterOppositePositionIndex + position.spanPosition() - 1);
position           81 Source/core/rendering/style/GridPosition.h     void setExplicitPosition(int position, const String& namedGridLine)
position           84 Source/core/rendering/style/GridPosition.h         m_integerPosition = position;
position           97 Source/core/rendering/style/GridPosition.h     void setSpanPosition(int position, const String& namedGridLine)
position          100 Source/core/rendering/style/GridPosition.h         m_integerPosition = position;
position          580 Source/core/rendering/style/RenderStyle.cpp     if (position() != StaticPosition && surround->offset != other.surround->offset) {
position          582 Source/core/rendering/style/RenderStyle.cpp         if ((position() == AbsolutePosition || position() == FixedPosition)
position          597 Source/core/rendering/style/RenderStyle.cpp     if (position() != StaticPosition && (m_box->zIndex() != other.m_box->zIndex() || m_box->hasAutoZIndex() != other.m_box->hasAutoZIndex()
position          472 Source/core/rendering/style/RenderStyle.h     EPosition position() const { return static_cast<EPosition>(noninherited_flags._position); }
position          473 Source/core/rendering/style/RenderStyle.h     bool hasOutOfFlowPosition() const { return position() == AbsolutePosition || position() == FixedPosition; }
position          474 Source/core/rendering/style/RenderStyle.h     bool hasInFlowPosition() const { return position() == RelativePosition || position() == StickyPosition; }
position          475 Source/core/rendering/style/RenderStyle.h     bool hasViewportConstrainedPosition() const { return position() == FixedPosition || position() == StickyPosition; }
position         1334 Source/core/rendering/style/RenderStyle.h     void setTextEmphasisPosition(TextEmphasisPosition position) { SET_VAR(rareInheritedData, textEmphasisPosition, position); }
position         1338 Source/core/rendering/style/RenderStyle.h     void setObjectPosition(LengthPoint position) { SET_VAR(rareNonInheritedData, m_objectPosition, position); }
position         1340 Source/core/rendering/style/RenderStyle.h     void setRubyPosition(RubyPosition position) { SET_VAR(rareInheritedData, m_rubyPosition, position); }
position          141 Source/core/rendering/svg/RenderSVGInlineText.cpp bool RenderSVGInlineText::characterStartsNewTextChunk(int position) const
position          143 Source/core/rendering/svg/RenderSVGInlineText.cpp     ASSERT(position >= 0);
position          144 Source/core/rendering/svg/RenderSVGInlineText.cpp     ASSERT(position < static_cast<int>(textLength()));
position          147 Source/core/rendering/svg/RenderSVGInlineText.cpp     if (!position && parent()->isSVGTextPath() && !previousSibling())
position          150 Source/core/rendering/svg/RenderSVGInlineText.cpp     const SVGCharacterDataMap::const_iterator it = m_layoutAttributes.characterDataMap().find(static_cast<unsigned>(position + 1));
position           36 Source/core/rendering/svg/RenderSVGInlineText.h     bool characterStartsNewTextChunk(int position) const;
position          250 Source/core/rendering/svg/RenderSVGText.cpp     size_t position = m_layoutAttributes.find(text->layoutAttributes());
position          251 Source/core/rendering/svg/RenderSVGText.cpp     ASSERT(position != kNotFound);
position          252 Source/core/rendering/svg/RenderSVGText.cpp     m_layoutAttributes.remove(position);
position           89 Source/core/rendering/svg/SVGInlineTextBox.cpp int SVGInlineTextBox::offsetForPositionInFragment(const SVGTextFragment& fragment, float position, bool includePartialGlyphs) const
position          108 Source/core/rendering/svg/SVGInlineTextBox.cpp     return fragment.characterOffset - start() + textRenderer.scaledFont().offsetForPosition(textRun, position * scalingFactor, includePartialGlyphs);
position           62 Source/core/rendering/svg/SVGInlineTextBox.h     int offsetForPositionInFragment(const SVGTextFragment&, float position, bool includePartialGlyphs) const;
position          128 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp         TextPosition& position = m_textPositions[atPosition];
position          129 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp         ASSERT(!position.length);
position          130 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp         position.length = m_textLength - position.start;
position          180 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp void SVGTextLayoutAttributesBuilder::fillCharacterDataMap(const TextPosition& position)
position          182 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     RefPtr<SVGLengthList> xList = position.element->x()->currentValue();
position          183 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     RefPtr<SVGLengthList> yList = position.element->y()->currentValue();
position          184 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     RefPtr<SVGLengthList> dxList = position.element->dx()->currentValue();
position          185 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     RefPtr<SVGLengthList> dyList = position.element->dy()->currentValue();
position          186 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     RefPtr<SVGNumberList> rotateList = position.element->rotate()->currentValue();
position          197 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     SVGLengthContext lengthContext(position.element);
position          198 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     for (unsigned i = 0; i < position.length; ++i) {
position          207 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp         SVGCharacterDataMap::iterator it = m_characterDataMap.find(position.start + i + 1);
position          211 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp             m_characterDataMap.set(position.start + i + 1, data);
position          222 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp     for (unsigned i = rotateList->length(); i < position.length; ++i) {
position          223 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp         SVGCharacterDataMap::iterator it = m_characterDataMap.find(position.start + i + 1);
position          227 Source/core/rendering/svg/SVGTextLayoutAttributesBuilder.cpp             m_characterDataMap.set(position.start + i + 1, data);
position           63 Source/core/rendering/svg/SVGTextMetrics.cpp TextRun SVGTextMetrics::constructTextRun(RenderSVGInlineText* text, unsigned position, unsigned length)
position           78 Source/core/rendering/svg/SVGTextMetrics.cpp             run.setText(text->characters8() + position, length);
position           80 Source/core/rendering/svg/SVGTextMetrics.cpp             run.setText(text->characters16() + position, length);
position           92 Source/core/rendering/svg/SVGTextMetrics.cpp     run.setCharactersLength(text->textLength() - position);
position           97 Source/core/rendering/svg/SVGTextMetrics.cpp SVGTextMetrics SVGTextMetrics::measureCharacterRange(RenderSVGInlineText* text, unsigned position, unsigned length)
position          100 Source/core/rendering/svg/SVGTextMetrics.cpp     return SVGTextMetrics(text, constructTextRun(text, position, length));
position          103 Source/core/rendering/svg/SVGTextMetrics.cpp SVGTextMetrics::SVGTextMetrics(RenderSVGInlineText* text, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId)
position           40 Source/core/rendering/svg/SVGTextMetrics.h     SVGTextMetrics(RenderSVGInlineText*, unsigned position, unsigned length, float width, Glyph glyphNameGlyphId);
position           42 Source/core/rendering/svg/SVGTextMetrics.h     static SVGTextMetrics measureCharacterRange(RenderSVGInlineText*, unsigned position, unsigned length);
position           43 Source/core/rendering/svg/SVGTextMetrics.h     static TextRun constructTextRun(RenderSVGInlineText*, unsigned position, unsigned length);
position          313 Source/core/rendering/svg/SVGTextQuery.cpp         : position(queryPosition)
position          317 Source/core/rendering/svg/SVGTextQuery.cpp     unsigned position;
position          325 Source/core/rendering/svg/SVGTextQuery.cpp     int startPosition = data->position;
position          349 Source/core/rendering/svg/SVGTextQuery.cpp FloatPoint SVGTextQuery::startPositionOfCharacter(unsigned position) const
position          354 Source/core/rendering/svg/SVGTextQuery.cpp     StartPositionOfCharacterData data(position);
position          362 Source/core/rendering/svg/SVGTextQuery.cpp         : position(queryPosition)
position          366 Source/core/rendering/svg/SVGTextQuery.cpp     unsigned position;
position          374 Source/core/rendering/svg/SVGTextQuery.cpp     int startPosition = data->position;
position          396 Source/core/rendering/svg/SVGTextQuery.cpp FloatPoint SVGTextQuery::endPositionOfCharacter(unsigned position) const
position          401 Source/core/rendering/svg/SVGTextQuery.cpp     EndPositionOfCharacterData data(position);
position          409 Source/core/rendering/svg/SVGTextQuery.cpp         : position(queryPosition)
position          414 Source/core/rendering/svg/SVGTextQuery.cpp     unsigned position;
position          422 Source/core/rendering/svg/SVGTextQuery.cpp     int startPosition = data->position;
position          439 Source/core/rendering/svg/SVGTextQuery.cpp float SVGTextQuery::rotationOfCharacter(unsigned position) const
position          444 Source/core/rendering/svg/SVGTextQuery.cpp     RotationOfCharacterData data(position);
position          452 Source/core/rendering/svg/SVGTextQuery.cpp         : position(queryPosition)
position          456 Source/core/rendering/svg/SVGTextQuery.cpp     unsigned position;
position          488 Source/core/rendering/svg/SVGTextQuery.cpp     int startPosition = data->position;
position          497 Source/core/rendering/svg/SVGTextQuery.cpp FloatRect SVGTextQuery::extentOfCharacter(unsigned position) const
position          502 Source/core/rendering/svg/SVGTextQuery.cpp     ExtentOfCharacterData data(position);
position          510 Source/core/rendering/svg/SVGTextQuery.cpp         : position(queryPosition)
position          514 Source/core/rendering/svg/SVGTextQuery.cpp     FloatPoint position;
position          529 Source/core/rendering/svg/SVGTextQuery.cpp         if (extent.contains(data->position)) {
position          538 Source/core/rendering/svg/SVGTextQuery.cpp int SVGTextQuery::characterNumberAtPosition(const FloatPoint& position) const
position          543 Source/core/rendering/svg/SVGTextQuery.cpp     CharacterNumberAtPositionData data(position);
position           41 Source/core/rendering/svg/SVGTextQuery.h     FloatPoint startPositionOfCharacter(unsigned position) const;
position           42 Source/core/rendering/svg/SVGTextQuery.h     FloatPoint endPositionOfCharacter(unsigned position) const;
position           43 Source/core/rendering/svg/SVGTextQuery.h     float rotationOfCharacter(unsigned position) const;
position           44 Source/core/rendering/svg/SVGTextQuery.h     FloatRect extentOfCharacter(unsigned position) const;
position          275 Source/core/svg/SVGAnimateMotionElement.cpp     FloatPoint position;
position          277 Source/core/svg/SVGAnimateMotionElement.cpp     bool ok = m_animationPath.pointAndNormalAtLength(positionOnPath, position, angle);
position          285 Source/core/svg/SVGAnimateMotionElement.cpp             position.move(positionAtEndOfDuration.x() * repeatCount, positionAtEndOfDuration.y() * repeatCount);
position          288 Source/core/svg/SVGAnimateMotionElement.cpp     transform->translate(position.x(), position.y());
position          295 Source/core/svg/properties/SVGListPropertyHelper.h     RefPtr<ItemPropertyType>& position = m_values[index];
position          296 Source/core/svg/properties/SVGListPropertyHelper.h     ASSERT(position->ownerList() == this);
position          297 Source/core/svg/properties/SVGListPropertyHelper.h     position->setOwnerList(0);
position          298 Source/core/svg/properties/SVGListPropertyHelper.h     position = newItem;
position           57 Source/core/xml/XMLErrors.cpp void XMLErrors::handleError(ErrorType type, const char* message, TextPosition position)
position           59 Source/core/xml/XMLErrors.cpp     if (type == fatal || (m_errorCount < maxErrors && m_lastErrorPosition.m_line != position.m_line && m_lastErrorPosition.m_column != position.m_column)) {
position           62 Source/core/xml/XMLErrors.cpp             appendErrorMessage("warning", position, message);
position           66 Source/core/xml/XMLErrors.cpp             appendErrorMessage("error", position, message);
position           69 Source/core/xml/XMLErrors.cpp         m_lastErrorPosition = position;
position           74 Source/core/xml/XMLErrors.cpp void XMLErrors::appendErrorMessage(const String& typeString, TextPosition position, const char* message)
position           79 Source/core/xml/XMLErrors.cpp     m_errorMessages.appendNumber(position.m_line.oneBasedInt());
position           81 Source/core/xml/XMLErrors.cpp     m_errorMessages.appendNumber(position.m_column.oneBasedInt());
position           46 Source/core/xml/XMLHttpRequestProgressEvent.h     unsigned long long position() const { return loaded(); }
position           75 Source/core/xml/XPathExpression.cpp     evaluationContext.position = 1;
position           45 Source/core/xml/XPathExpressionNode.h             unsigned long position;
position          314 Source/core/xml/XPathFunctions.cpp     return Expression::evaluationContext().position;
position           63 Source/core/xml/XPathPath.cpp         evaluationContext.position = 0;
position           69 Source/core/xml/XPathPath.cpp             ++evaluationContext.position;
position          120 Source/core/xml/XPathStep.cpp     evaluationContext.position = 0;
position          137 Source/core/xml/XPathStep.cpp             evaluationContext.position = j + 1;
position          223 Source/core/xml/XPathStep.cpp     ++evaluationContext.position;
position          361 Source/core/xml/parser/XMLDocumentParser.cpp void XMLDocumentParser::handleError(XMLErrors::ErrorType type, const char* formattedMessage, TextPosition position)
position          363 Source/core/xml/parser/XMLDocumentParser.cpp     m_xmlErrors.handleError(type, formattedMessage, position);
position          861 Source/core/xml/parser/XMLDocumentParser.cpp         TextPosition position(OrdinalNumber::fromOneBasedInt(context->context()->input->line), OrdinalNumber::fromOneBasedInt(context->context()->input->col));
position          862 Source/core/xml/parser/XMLDocumentParser.cpp         handleError(XMLErrors::fatal, "Encoding error", position);
position           84 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java             return Integer.compare(record.position, other.record.position);
position          116 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/JsDocValidator.java                 return record.position == other.record.position;
position           16 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java                     return left.position - right.position;
position           61 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         SourcePosition position = getPosition(node, offsetInNodeText);
position           62 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         if (position == null) {
position           66 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         StringBuilder positionMarker = new StringBuilder(position.column + 1);
position           67 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         for (int i = position.column; i > 0; --i) {
position           74 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java                 position.line,
position           82 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         public final int position;
position           85 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java         public MessageRecord(int position, String text) {
position           86 Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/ValidatorContext.java             this.position = position;
position          123 Source/modules/filesystem/FileWriter.cpp void FileWriter::seek(long long position, ExceptionState& exceptionState)
position          133 Source/modules/filesystem/FileWriter.cpp     seekInternal(position);
position          136 Source/modules/filesystem/FileWriter.cpp void FileWriter::truncate(long long position, ExceptionState& exceptionState)
position          140 Source/modules/filesystem/FileWriter.cpp     if (m_readyState == WRITING || position < 0) {
position          152 Source/modules/filesystem/FileWriter.cpp     m_truncateLength = position;
position          187 Source/modules/filesystem/FileWriter.cpp     setPosition(position() + bytes);
position          188 Source/modules/filesystem/FileWriter.cpp     if (position() > length())
position          189 Source/modules/filesystem/FileWriter.cpp         setLength(position());
position          220 Source/modules/filesystem/FileWriter.cpp     if (position() > length())
position          263 Source/modules/filesystem/FileWriter.cpp         writer()->write(position(), m_blobBeingWritten->uuid());
position           63 Source/modules/filesystem/FileWriter.h     void seek(long long position, ExceptionState&);
position           59 Source/modules/filesystem/FileWriterBase.cpp void FileWriterBase::seekInternal(long long position)
position           61 Source/modules/filesystem/FileWriterBase.cpp     if (position > m_length)
position           62 Source/modules/filesystem/FileWriterBase.cpp         position = m_length;
position           63 Source/modules/filesystem/FileWriterBase.cpp     else if (position < 0)
position           64 Source/modules/filesystem/FileWriterBase.cpp         position = m_length + position;
position           65 Source/modules/filesystem/FileWriterBase.cpp     if (position < 0)
position           66 Source/modules/filesystem/FileWriterBase.cpp         position = 0;
position           67 Source/modules/filesystem/FileWriterBase.cpp     m_position = position;
position           48 Source/modules/filesystem/FileWriterBase.h     long long position() const
position           67 Source/modules/filesystem/FileWriterBase.h     void setPosition(long long position)
position           69 Source/modules/filesystem/FileWriterBase.h         m_position = position;
position           77 Source/modules/filesystem/FileWriterBase.h     void seekInternal(long long position);
position           53 Source/modules/filesystem/FileWriterSync.cpp     writer()->write(position(), data->uuid());
position           59 Source/modules/filesystem/FileWriterSync.cpp     setPosition(position() + data->size());
position           60 Source/modules/filesystem/FileWriterSync.cpp     if (position() > length())
position           61 Source/modules/filesystem/FileWriterSync.cpp         setLength(position());
position           64 Source/modules/filesystem/FileWriterSync.cpp void FileWriterSync::seek(long long position, ExceptionState& exceptionState)
position           68 Source/modules/filesystem/FileWriterSync.cpp     seekInternal(position);
position           86 Source/modules/filesystem/FileWriterSync.cpp     if (offset < position())
position           56 Source/modules/filesystem/FileWriterSync.h     void seek(long long position, ExceptionState&);
position           45 Source/modules/geolocation/Geolocation.cpp static PassRefPtrWillBeRawPtr<Geoposition> createGeoposition(GeolocationPosition* position)
position           47 Source/modules/geolocation/Geolocation.cpp     if (!position)
position           51 Source/modules/geolocation/Geolocation.cpp         position->latitude(),
position           52 Source/modules/geolocation/Geolocation.cpp         position->longitude(),
position           53 Source/modules/geolocation/Geolocation.cpp         position->canProvideAltitude(),
position           54 Source/modules/geolocation/Geolocation.cpp         position->altitude(),
position           55 Source/modules/geolocation/Geolocation.cpp         position->accuracy(),
position           56 Source/modules/geolocation/Geolocation.cpp         position->canProvideAltitudeAccuracy(),
position           57 Source/modules/geolocation/Geolocation.cpp         position->altitudeAccuracy(),
position           58 Source/modules/geolocation/Geolocation.cpp         position->canProvideHeading(),
position           59 Source/modules/geolocation/Geolocation.cpp         position->heading(),
position           60 Source/modules/geolocation/Geolocation.cpp         position->canProvideSpeed(),
position           61 Source/modules/geolocation/Geolocation.cpp         position->speed());
position           62 Source/modules/geolocation/Geolocation.cpp     return Geoposition::create(coordinates.release(), convertSecondsToDOMTimeStamp(position->timestamp()));
position          127 Source/modules/geolocation/Geolocation.cpp void Geolocation::GeoNotifier::runSuccessCallback(Geoposition* position)
position          134 Source/modules/geolocation/Geolocation.cpp     m_successCallback->handleEvent(position);
position          499 Source/modules/geolocation/Geolocation.cpp void Geolocation::sendPosition(GeoNotifierVector& notifiers, Geoposition* position)
position          503 Source/modules/geolocation/Geolocation.cpp         (*it)->runSuccessCallback(position);
position          124 Source/modules/geolocation/GeolocationController.cpp void GeolocationController::positionChanged(GeolocationPosition* position)
position          126 Source/modules/geolocation/GeolocationController.cpp     position = m_inspectorAgent->overrideGeolocationPosition(position);
position          127 Source/modules/geolocation/GeolocationController.cpp     if (!position) {
position          131 Source/modules/geolocation/GeolocationController.cpp     m_lastPosition = position;
position           56 Source/modules/geolocation/GeolocationInspectorAgent.cpp     GeolocationPosition* position = m_controller->lastPosition();
position           57 Source/modules/geolocation/GeolocationInspectorAgent.cpp     if (!m_geolocationOverridden && position)
position           58 Source/modules/geolocation/GeolocationInspectorAgent.cpp         m_platformGeolocationPosition = position;
position           80 Source/modules/geolocation/GeolocationInspectorAgent.cpp GeolocationPosition* GeolocationInspectorAgent::overrideGeolocationPosition(GeolocationPosition* position)
position           83 Source/modules/geolocation/GeolocationInspectorAgent.cpp         if (position)
position           84 Source/modules/geolocation/GeolocationInspectorAgent.cpp             m_platformGeolocationPosition = position;
position           87 Source/modules/geolocation/GeolocationInspectorAgent.cpp     return position;
position           62 Source/modules/geolocation/testing/GeolocationClientMock.cpp void GeolocationClientMock::setPosition(PassRefPtr<GeolocationPosition> position)
position           64 Source/modules/geolocation/testing/GeolocationClientMock.cpp     m_lastPosition = position;
position           50 Source/modules/webaudio/AudioListener.h     void setPosition(const FloatPoint3D &position) { m_position = position; }
position           51 Source/modules/webaudio/AudioListener.h     const FloatPoint3D& position() const { return m_position; }
position          238 Source/modules/webaudio/PannerNode.cpp     FloatPoint3D position = FloatPoint3D(x, y, z);
position          240 Source/modules/webaudio/PannerNode.cpp     if (m_position == position)
position          246 Source/modules/webaudio/PannerNode.cpp     m_position = position;
position          327 Source/modules/webaudio/PannerNode.cpp     FloatPoint3D listenerPosition = listener()->position();
position          401 Source/modules/webaudio/PannerNode.cpp             FloatPoint3D listenerPosition = listener()->position();
position          432 Source/modules/webaudio/PannerNode.cpp     FloatPoint3D listenerPosition = listener()->position();
position          483 Source/modules/webaudio/PannerNode.cpp     if (m_cachedListener->position() != listener()->position()
position          497 Source/modules/webaudio/PannerNode.cpp     if (m_cachedListener->position() != listener()->position())
position          509 Source/modules/webaudio/PannerNode.cpp     if (m_cachedListener->position() != listener()->position()
position          554 Source/modules/webaudio/PannerNode.cpp     m_cachedListener->setPosition(listener()->position());
position           61 Source/platform/OverscrollTheme.cpp         static_cast<int>(rootContentLayer->position().x()) - m_overhangShadow->width() / 2,
position           62 Source/platform/OverscrollTheme.cpp         static_cast<int>(rootContentLayer->position().y()) -  m_overhangShadow->height() / 2,
position           35 Source/platform/ParsingUtilities.h bool skipExactly(const CharType*& position, const CharType* end, CharType delimiter)
position           37 Source/platform/ParsingUtilities.h     if (position < end && *position == delimiter) {
position           38 Source/platform/ParsingUtilities.h         ++position;
position           45 Source/platform/ParsingUtilities.h bool skipExactly(const CharType*& position, const CharType* end)
position           47 Source/platform/ParsingUtilities.h     if (position < end && characterPredicate(*position)) {
position           48 Source/platform/ParsingUtilities.h         ++position;
position           55 Source/platform/ParsingUtilities.h void skipUntil(const CharType*& position, const CharType* end, CharType delimiter)
position           57 Source/platform/ParsingUtilities.h     while (position < end && *position != delimiter)
position           58 Source/platform/ParsingUtilities.h         ++position;
position           62 Source/platform/ParsingUtilities.h void skipUntil(const CharType*& position, const CharType* end)
position           64 Source/platform/ParsingUtilities.h     while (position < end && !characterPredicate(*position))
position           65 Source/platform/ParsingUtilities.h         ++position;
position           69 Source/platform/ParsingUtilities.h void skipWhile(const CharType*& position, const CharType* end)
position           71 Source/platform/ParsingUtilities.h     while (position < end && characterPredicate(*position))
position           72 Source/platform/ParsingUtilities.h         ++position;
position           46 Source/platform/PlatformGestureEvent.h     PlatformGestureEvent(Type type, const IntPoint& position, const IntPoint& globalPosition, const IntSize& area, double timestamp, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, float deltaX, float deltaY, float velocityX, float velocityY)
position           48 Source/platform/PlatformGestureEvent.h         , m_position(position)
position           63 Source/platform/PlatformGestureEvent.h     const IntPoint& position() const { return m_position; } // PlatformWindow coordinates.
position           53 Source/platform/PlatformMouseEvent.h     PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, double timestamp)
position           55 Source/platform/PlatformMouseEvent.h         , m_position(position)
position           64 Source/platform/PlatformMouseEvent.h     PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, Modifiers modifiers, SyntheticEventType synthesized, double timestamp)
position           66 Source/platform/PlatformMouseEvent.h         , m_position(position)
position           75 Source/platform/PlatformMouseEvent.h     PlatformMouseEvent(const IntPoint& position, const IntPoint& globalPosition, MouseButton button, PlatformEvent::Type type, int clickCount, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey, double timestamp)
position           77 Source/platform/PlatformMouseEvent.h         , m_position(position)
position           86 Source/platform/PlatformMouseEvent.h     const IntPoint& position() const { return m_position; }
position           82 Source/platform/PlatformWheelEvent.h     PlatformWheelEvent(IntPoint position, IntPoint globalPosition, float deltaX, float deltaY, float wheelTicksX, float wheelTicksY, PlatformWheelEventGranularity granularity, bool shiftKey, bool ctrlKey, bool altKey, bool metaKey)
position           84 Source/platform/PlatformWheelEvent.h         , m_position(position)
position          117 Source/platform/PlatformWheelEvent.h     const IntPoint& position() const { return m_position; } // PlatformWindow coordinates.
position           47 Source/platform/SharedBuffer.cpp static inline unsigned segmentIndex(unsigned position)
position           49 Source/platform/SharedBuffer.cpp     return position / segmentSize;
position           52 Source/platform/SharedBuffer.cpp static inline unsigned offsetInSegment(unsigned position)
position           54 Source/platform/SharedBuffer.cpp     return position & segmentPositionMask;
position          238 Source/platform/SharedBuffer.cpp     size_t position = 0;
position          239 Source/platform/SharedBuffer.cpp     while (size_t length = data->getSomeData(segment, position)) {
position          241 Source/platform/SharedBuffer.cpp         position += length;
position          307 Source/platform/SharedBuffer.cpp         unsigned position = m_buffer.size();
position          308 Source/platform/SharedBuffer.cpp         while (unsigned segmentSize = getSomeData(segment, position)) {
position          310 Source/platform/SharedBuffer.cpp             position += segmentSize;
position          312 Source/platform/SharedBuffer.cpp         ASSERT(position == clone->size());
position          333 Source/platform/SharedBuffer.cpp unsigned SharedBuffer::getSomeData(const char*& someData, unsigned position) const
position          337 Source/platform/SharedBuffer.cpp     if (position >= totalSize) {
position          342 Source/platform/SharedBuffer.cpp     ASSERT_WITH_SECURITY_IMPLICATION(position < m_size);
position          344 Source/platform/SharedBuffer.cpp     if (position < consecutiveSize) {
position          345 Source/platform/SharedBuffer.cpp         someData = m_buffer.data() + position;
position          346 Source/platform/SharedBuffer.cpp         return consecutiveSize - position;
position          349 Source/platform/SharedBuffer.cpp     position -= consecutiveSize;
position          352 Source/platform/SharedBuffer.cpp     unsigned segment = segmentIndex(position);
position          357 Source/platform/SharedBuffer.cpp         unsigned positionInSegment = offsetInSegment(position);
position          359 Source/platform/SharedBuffer.cpp         return segment == segments - 1 ? segmentedSize - position : segmentSize - positionInSegment;
position          370 Source/platform/SharedBuffer.cpp     unsigned position = 0;
position          371 Source/platform/SharedBuffer.cpp     while (unsigned segmentSize = getSomeData(segment, position)) {
position          372 Source/platform/SharedBuffer.cpp         memcpy(static_cast<char*>(arrayBuffer->data()) + position, segment, segmentSize);
position          373 Source/platform/SharedBuffer.cpp         position += segmentSize;
position          376 Source/platform/SharedBuffer.cpp     if (position != arrayBuffer->byteLength()) {
position          390 Source/platform/SharedBuffer.cpp     unsigned position = 0;
position          391 Source/platform/SharedBuffer.cpp     while (unsigned segmentSize = getSomeData(segment, position)) {
position          392 Source/platform/SharedBuffer.cpp         memcpy(buffer + position, segment, segmentSize);
position          393 Source/platform/SharedBuffer.cpp         position += segmentSize;
position          396 Source/platform/SharedBuffer.cpp     if (position != bufferLength) {
position           83 Source/platform/SharedBuffer.h     unsigned getSomeData(const char*& data, unsigned position = 0) const;
position           85 Source/platform/SharedBufferTest.cpp     int position = 0;
position           87 Source/platform/SharedBufferTest.cpp         EXPECT_EQ('a', static_cast<char*>(arrayBuffer->data())[position]);
position           88 Source/platform/SharedBufferTest.cpp         ++position;
position           91 Source/platform/SharedBufferTest.cpp         EXPECT_EQ('b', static_cast<char*>(arrayBuffer->data())[position]);
position           92 Source/platform/SharedBufferTest.cpp         ++position;
position           95 Source/platform/SharedBufferTest.cpp         EXPECT_EQ('c', static_cast<char*>(arrayBuffer->data())[position]);
position           96 Source/platform/SharedBufferTest.cpp         ++position;
position          101 Source/platform/fonts/Font.h     int offsetForPosition(const TextRun&, float position, bool includePartialGlyphs) const;
position          109 Source/platform/fonts/Font.h     float tabWidth(const SimpleFontData&, unsigned tabSize, float position) const;
position          110 Source/platform/fonts/Font.h     float tabWidth(unsigned tabSize, float position) const { return tabWidth(*primaryFont(), tabSize, position); }
position          141 Source/platform/fonts/Font.h     int offsetForPositionForSimpleText(const TextRun&, float position, bool includePartialGlyphs) const;
position          151 Source/platform/fonts/Font.h     int offsetForPositionForComplexText(const TextRun&, float position, bool includePartialGlyphs) const;
position          211 Source/platform/fonts/Font.h inline float Font::tabWidth(const SimpleFontData& fontData, unsigned tabSize, float position) const
position          216 Source/platform/fonts/Font.h     return tabWidth - fmodf(position, tabWidth);
position          327 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     float position = 0;
position          330 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp             position += m_advances[glyphIndex];
position          336 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp             position += m_advances[glyphIndex];
position          339 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         position += m_advances[glyphIndex];
position          342 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp             position += m_advances[glyphIndex];
position          346 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     return position;
position          351 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     unsigned position = 0;
position          362 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp     while (position < length) {
position          364 Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp         U16_NEXT(source, position, length, character);
position           77 Source/platform/fonts/opentype/OpenTypeTypes.h     static bool isValidEnd(const SharedBuffer& buffer, const void* position)
position           79 Source/platform/fonts/opentype/OpenTypeTypes.h         if (position < buffer.data())
position           81 Source/platform/fonts/opentype/OpenTypeTypes.h         size_t offset = reinterpret_cast<const char*>(position) - buffer.data();
position           85 Source/platform/fonts/opentype/OpenTypeTypes.h     template <typename T> static const T* validatePtr(const SharedBuffer& buffer, const void* position)
position           87 Source/platform/fonts/opentype/OpenTypeTypes.h         const T* casted = reinterpret_cast<const T*>(position);
position          336 Source/platform/graphics/GraphicsLayer.cpp void GraphicsLayer::setZPosition(float position)
position          338 Source/platform/graphics/GraphicsLayer.cpp     m_zPosition = position;
position          149 Source/platform/graphics/GraphicsLayer.h     const FloatPoint& position() const { return m_position; }
position          185 Source/platform/graphics/Path.cpp             SkPoint position;
position          187 Source/platform/graphics/Path.cpp             if (measure.getPosTan(length, &position, &tangent)) {
position          189 Source/platform/graphics/Path.cpp                 point = FloatPoint(SkScalarToFloat(position.fX), SkScalarToFloat(position.fY));
position          123 Source/platform/graphics/cpu/arm/filters/FELightingNEON.h         floatArguments.lightX = pointLightSource->position().x();
position          124 Source/platform/graphics/cpu/arm/filters/FELightingNEON.h         floatArguments.lightY = pointLightSource->position().y();
position          125 Source/platform/graphics/cpu/arm/filters/FELightingNEON.h         floatArguments.lightZ = pointLightSource->position().z();
position          130 Source/platform/graphics/cpu/arm/filters/FELightingNEON.h         floatArguments.lightX = spotLightSource->position().x();
position          131 Source/platform/graphics/cpu/arm/filters/FELightingNEON.h         floatArguments.lightY = spotLightSource->position().y();
position          132 Source/platform/graphics/cpu/arm/filters/FELightingNEON.h         floatArguments.lightZ = spotLightSource->position().z();
position          460 Source/platform/graphics/filters/FELighting.cpp         FloatPoint3D position = pointLightSource->position();
position          461 Source/platform/graphics/filters/FELighting.cpp         SkPoint3 skPosition(position.x(), position.y(), position.z());
position          468 Source/platform/graphics/filters/FELighting.cpp         SkPoint3 location(spotLightSource->position().x(), spotLightSource->position().y(), spotLightSource->position().z());
position          225 Source/platform/graphics/filters/FETurbulence.cpp             float position = component + s_perlinNoise;
position          226 Source/platform/graphics/filters/FETurbulence.cpp             noisePositionIntegerValue = static_cast<int>(position);
position          227 Source/platform/graphics/filters/FETurbulence.cpp             noisePositionFractionValue = position - noisePositionIntegerValue;
position           83 Source/platform/graphics/filters/PointLightSource.cpp     ts << "[position=\"" << position() << "\"]";
position           32 Source/platform/graphics/filters/PointLightSource.h     static PassRefPtr<PointLightSource> create(const FloatPoint3D& position)
position           34 Source/platform/graphics/filters/PointLightSource.h         return adoptRef(new PointLightSource(position));
position           39 Source/platform/graphics/filters/PointLightSource.h         FloatPoint3D position(m_position.x() * scale.x() - offset.width(), m_position.y() * scale.y() - offset.height(), m_position.z() * scale.z());
position           40 Source/platform/graphics/filters/PointLightSource.h         return adoptRef(new PointLightSource(position));
position           43 Source/platform/graphics/filters/PointLightSource.h     const FloatPoint3D& position() const { return m_position; }
position           54 Source/platform/graphics/filters/PointLightSource.h     PointLightSource(const FloatPoint3D& position)
position           56 Source/platform/graphics/filters/PointLightSource.h         , m_position(position)
position          174 Source/platform/graphics/filters/SpotLightSource.cpp     ts << "[position=\"" << position() << "\"]";
position           32 Source/platform/graphics/filters/SpotLightSource.h     static PassRefPtr<SpotLightSource> create(const FloatPoint3D& position,
position           35 Source/platform/graphics/filters/SpotLightSource.h         return adoptRef(new SpotLightSource(position, direction, specularExponent, limitingConeAngle));
position           40 Source/platform/graphics/filters/SpotLightSource.h         FloatPoint3D position(m_position.x() * scale.x() - offset.width(), m_position.y() * scale.y() - offset.height(), m_position.z() * scale.z());
position           42 Source/platform/graphics/filters/SpotLightSource.h         return adoptRef(new SpotLightSource(position, direction, m_specularExponent, m_limitingConeAngle));
position           45 Source/platform/graphics/filters/SpotLightSource.h     const FloatPoint3D& position() const { return m_position; }
position           66 Source/platform/graphics/filters/SpotLightSource.h     SpotLightSource(const FloatPoint3D& position, const FloatPoint3D& direction,
position           69 Source/platform/graphics/filters/SpotLightSource.h         , m_position(position)
position          138 Source/platform/image-decoders/gif/GIFImageReader.h     GIFLZWBlock(size_t position, size_t size)
position          139 Source/platform/image-decoders/gif/GIFImageReader.h         : blockPosition(position)
position          161 Source/platform/image-decoders/gif/GIFImageReader.h     void setTablePositionAndSize(size_t position, size_t colors)
position          163 Source/platform/image-decoders/gif/GIFImageReader.h         m_position = position;
position          207 Source/platform/image-decoders/gif/GIFImageReader.h     void addLzwBlock(size_t position, size_t size)
position          209 Source/platform/image-decoders/gif/GIFImageReader.h         m_lzwBlocks.append(GIFLZWBlock(position, size));
position          180 Source/platform/mhtml/MHTMLArchive.cpp             size_t position = 0;
position          181 Source/platform/mhtml/MHTMLArchive.cpp             while (size_t length = resource.data->getSomeData(data, position)) {
position          183 Source/platform/mhtml/MHTMLArchive.cpp                 position += length;
position          125 Source/platform/scroll/ScrollAnimator.cpp void ScrollAnimator::setCurrentPosition(const FloatPoint& position)
position          127 Source/platform/scroll/ScrollAnimator.cpp     m_currentPosX = position.x();
position          128 Source/platform/scroll/ScrollAnimator.cpp     m_currentPosY = position.y();
position          159 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::notifyScrollPositionChanged(const IntPoint& position)
position          161 Source/platform/scroll/ScrollableArea.cpp     scrollPositionChanged(position);
position          162 Source/platform/scroll/ScrollableArea.cpp     scrollAnimator()->setCurrentPosition(position);
position          165 Source/platform/scroll/ScrollableArea.cpp void ScrollableArea::scrollPositionChanged(const IntPoint& position)
position          171 Source/platform/scroll/ScrollableArea.cpp     setScrollOffset(position);
position          143 Source/platform/scroll/Scrollbar.cpp     float position = scrollableAreaCurrentPos();
position          144 Source/platform/scroll/Scrollbar.cpp     if (position == m_currentPos)
position          148 Source/platform/scroll/Scrollbar.cpp     m_currentPos = position;
position          351 Source/platform/scroll/Scrollbar.cpp         setPressedPart(theme()->hitTest(this, evt.position()));
position          352 Source/platform/scroll/Scrollbar.cpp         m_pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
position          398 Source/platform/scroll/Scrollbar.cpp                       convertFromContainingWindow(evt.position()).x() :
position          399 Source/platform/scroll/Scrollbar.cpp                       convertFromContainingWindow(evt.position()).y(), theme()->shouldDragDocumentInsteadOfThumb(this, evt));
position          405 Source/platform/scroll/Scrollbar.cpp         m_pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
position          407 Source/platform/scroll/Scrollbar.cpp     ScrollbarPart part = theme()->hitTest(this, evt.position());
position          452 Source/platform/scroll/Scrollbar.cpp         ScrollbarPart part = theme()->hitTest(this, mouseEvent.position());
position          464 Source/platform/scroll/Scrollbar.cpp     setPressedPart(theme()->hitTest(this, evt.position()));
position          465 Source/platform/scroll/Scrollbar.cpp     int pressedPos = orientation() == HorizontalScrollbar ? convertFromContainingWindow(evt.position()).x() : convertFromContainingWindow(evt.position()).y();
position          123 Source/platform/scroll/ScrollbarTheme.cpp ScrollbarPart ScrollbarTheme::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position)
position          129 Source/platform/scroll/ScrollbarTheme.cpp     IntPoint testPosition = scrollbar->convertFromContainingWindow(position);
position          231 Source/platform/scroll/ScrollbarTheme.cpp     IntPoint mousePosition = scrollbar->convertFromContainingWindow(evt.position());
position          156 Source/platform/scroll/ScrollbarThemeOverlay.cpp ScrollbarPart ScrollbarThemeOverlay::hitTest(ScrollbarThemeClient* scrollbar, const IntPoint& position)
position          161 Source/platform/scroll/ScrollbarThemeOverlay.cpp     return ScrollbarTheme::hitTest(scrollbar, position);
position          209 Source/platform/text/BidiResolver.h     const Iterator& position() const { return m_current; }
position          210 Source/platform/text/BidiResolver.h     Iterator& position() { return m_current; }
position          211 Source/platform/text/BidiResolver.h     void setPositionIgnoringNestedIsolates(const Iterator& position) { m_current = position; }
position          212 Source/platform/text/BidiResolver.h     void setPosition(const Iterator& position, unsigned nestedIsolatedCount)
position          214 Source/platform/text/BidiResolver.h         m_current = position;
position           75 Source/platform/text/LocaleICU.h     unsigned matchedDecimalSymbolIndex(const String& input, unsigned& position);
position          297 Source/platform/text/PlatformLocale.cpp static bool matches(const String& text, unsigned position, const String& part)
position          301 Source/platform/text/PlatformLocale.cpp     if (position + part.length() > text.length())
position          304 Source/platform/text/PlatformLocale.cpp         if (text[position + i] != part[i])
position          340 Source/platform/text/PlatformLocale.cpp unsigned Locale::matchedDecimalSymbolIndex(const String& input, unsigned& position)
position          343 Source/platform/text/PlatformLocale.cpp         if (m_decimalSymbols[symbolIndex].length() && matches(input, position, m_decimalSymbols[symbolIndex])) {
position          344 Source/platform/text/PlatformLocale.cpp             position += m_decimalSymbols[symbolIndex].length();
position          157 Source/platform/text/PlatformLocale.h     unsigned matchedDecimalSymbolIndex(const String& input, unsigned& position);
position           62 Source/platform/text/TextBoundaries.cpp int findNextWordFromIndex(const UChar* chars, int len, int position, bool forward)
position           67 Source/platform/text/TextBoundaries.cpp         position = it->following(position);
position           68 Source/platform/text/TextBoundaries.cpp         while (position != TextBreakDone) {
position           71 Source/platform/text/TextBoundaries.cpp             if (position < len && isAlphanumeric(chars[position - 1]))
position           72 Source/platform/text/TextBoundaries.cpp                 return position;
position           74 Source/platform/text/TextBoundaries.cpp             position = it->following(position);
position           79 Source/platform/text/TextBoundaries.cpp         position = it->preceding(position);
position           80 Source/platform/text/TextBoundaries.cpp         while (position != TextBreakDone) {
position           83 Source/platform/text/TextBoundaries.cpp             if (position > 0 && isAlphanumeric(chars[position]))
position           84 Source/platform/text/TextBoundaries.cpp                 return position;
position           86 Source/platform/text/TextBoundaries.cpp             position = it->preceding(position);
position           93 Source/platform/text/TextBoundaries.cpp void findWordBoundary(const UChar* chars, int len, int position, int* start, int* end)
position           96 Source/platform/text/TextBoundaries.cpp     *end = it->following(position);
position           42 Source/platform/text/TextBoundaries.h PLATFORM_EXPORT void findWordBoundary(const UChar*, int len, int position, int* start, int* end);
position           43 Source/platform/text/TextBoundaries.h PLATFORM_EXPORT int findNextWordFromIndex(const UChar*, int len, int position, bool forward);
position           91 Source/web/FindInPageCoordinates.cpp     if (renderer->style()->position() == FixedPosition && container->isRenderView())
position          340 Source/web/LinkHighlight.cpp             m_currentGraphicsLayer->addRepaintRect(FloatRect(layer()->position().x, layer()->position().y, layer()->bounds().width, layer()->bounds().height));
position           66 Source/web/PopupContainer.cpp     IntPoint pos = parent->convertSelfToChild(child, e.position());
position           70 Source/web/PopupContainer.cpp     IntPoint& relativePos = const_cast<IntPoint&>(relativeEvent.position());
position           78 Source/web/PopupContainer.cpp     IntPoint pos = parent->convertSelfToChild(child, e.position());
position           82 Source/web/PopupContainer.cpp     IntPoint& relativePos = const_cast<IntPoint&>(relativeEvent.position());
position          298 Source/web/PopupContainer.cpp         PlatformMouseEvent fakeMouseMove(gestureEvent.position(), gestureEvent.globalPosition(), NoButton, PlatformEvent::MouseMoved, /* clickCount */ 1, gestureEvent.shiftKey(), gestureEvent.ctrlKey(), gestureEvent.altKey(), gestureEvent.metaKey(), gestureEvent.timestamp());
position          299 Source/web/PopupContainer.cpp         PlatformMouseEvent fakeMouseDown(gestureEvent.position(), gestureEvent.globalPosition(), LeftButton, PlatformEvent::MousePressed, /* clickCount */ 1, gestureEvent.shiftKey(), gestureEvent.ctrlKey(), gestureEvent.altKey(), gestureEvent.metaKey(), gestureEvent.timestamp());
position          300 Source/web/PopupContainer.cpp         PlatformMouseEvent fakeMouseUp(gestureEvent.position(), gestureEvent.globalPosition(), LeftButton, PlatformEvent::MouseReleased, /* clickCount */ 1, gestureEvent.shiftKey(), gestureEvent.ctrlKey(), gestureEvent.altKey(), gestureEvent.metaKey(), gestureEvent.timestamp());
position          308 Source/web/PopupContainer.cpp         PlatformWheelEvent syntheticWheelEvent(gestureEvent.position(), gestureEvent.globalPosition(), gestureEvent.deltaX(), gestureEvent.deltaY(), gestureEvent.deltaX() / 120.0f, gestureEvent.deltaY() / 120.0f, ScrollByPixelWheelEvent, gestureEvent.shiftKey(), gestureEvent.ctrlKey(), gestureEvent.altKey(), gestureEvent.metaKey());
position           88 Source/web/PopupListBox.cpp     Scrollbar* scrollbar = scrollbarAtPoint(event.position());
position           95 Source/web/PopupListBox.cpp     if (!isPointInBounds(event.position()))
position          108 Source/web/PopupListBox.cpp     Scrollbar* scrollbar = scrollbarAtPoint(event.position());
position          121 Source/web/PopupListBox.cpp     if (!isPointInBounds(event.position()))
position          124 Source/web/PopupListBox.cpp     selectIndex(pointToRowIndex(event.position()));
position          136 Source/web/PopupListBox.cpp     if (!isPointInBounds(event.position()))
position          139 Source/web/PopupListBox.cpp     if (acceptIndex(pointToRowIndex(event.position())) && m_focusedElement) {
position          153 Source/web/PopupListBox.cpp     if (!isPointInBounds(event.position())) {
position          725 Source/web/WebAXObject.cpp     VisiblePosition position = m_private->visiblePositionForIndex(selectionEnd());
position          726 Source/web/WebAXObject.cpp     int lineNumber = m_private->lineForPosition(position);
position          737 Source/web/WebAXObject.cpp     VisiblePosition position = m_private->visiblePositionForIndex(selectionStart());
position          738 Source/web/WebAXObject.cpp     int lineNumber = m_private->lineForPosition(position);
position          117 Source/web/WebFontImpl.cpp int WebFontImpl::offsetForPosition(const WebTextRun& run, float position) const
position          120 Source/web/WebFontImpl.cpp     return m_font.offsetForPosition(run, position, true);
position           56 Source/web/WebFontImpl.h     virtual int offsetForPosition(const WebTextRun&, float position) const OVERRIDE;
position          765 Source/web/WebFrameImpl.cpp     TextPosition position(OrdinalNumber::fromOneBasedInt(source.startLine), OrdinalNumber::first());
position          766 Source/web/WebFrameImpl.cpp     frame()->script().executeScriptInMainWorld(ScriptSourceCode(source.code, source.url, position));
position          777 Source/web/WebFrameImpl.cpp         TextPosition position(OrdinalNumber::fromOneBasedInt(sourcesIn[i].startLine), OrdinalNumber::first());
position          778 Source/web/WebFrameImpl.cpp         sources.append(ScriptSourceCode(sourcesIn[i].code, sourcesIn[i].url, position));
position          847 Source/web/WebFrameImpl.cpp     TextPosition position(OrdinalNumber::fromOneBasedInt(source.startLine), OrdinalNumber::first());
position          848 Source/web/WebFrameImpl.cpp     return frame()->script().executeScriptInMainWorldAndReturnValue(ScriptSourceCode(source.code, source.url, position)).v8Value();
position          860 Source/web/WebFrameImpl.cpp         TextPosition position(OrdinalNumber::fromOneBasedInt(sourcesIn[i].startLine), OrdinalNumber::first());
position          861 Source/web/WebFrameImpl.cpp         sources.append(ScriptSourceCode(sourcesIn[i].code, sourcesIn[i].url, position));
position         1278 Source/web/WebFrameImpl.cpp void WebFrameImpl::selectWordAroundPosition(LocalFrame* frame, VisiblePosition position)
position         1280 Source/web/WebFrameImpl.cpp     VisibleSelection selection(position);
position         1322 Source/web/WebFrameImpl.cpp     VisiblePosition position = visiblePositionForWindowPoint(point);
position         1323 Source/web/WebFrameImpl.cpp     frame()->selection().moveTo(position, UserTriggered);
position           50 Source/web/WebGeolocationPosition.cpp WebGeolocationPosition& WebGeolocationPosition::operator=(PassRefPtr<GeolocationPosition> position)
position           52 Source/web/WebGeolocationPosition.cpp     m_private = position;
position          410 Source/web/WebInputEventConversion.cpp     m_pos = widget->convertFromContainingWindow(IntPoint((point.position.x - offset.width()) / scale, (point.position.y - offset.height()) / scale));
position          589 Source/web/WebInputEventConversion.cpp     IntPoint position = widget->convertToContainingWindow(event.position());
position          591 Source/web/WebInputEventConversion.cpp     position.scale(scale, scale);
position          592 Source/web/WebInputEventConversion.cpp     x = position.x();
position          593 Source/web/WebInputEventConversion.cpp     y = position.y();
position          709 Source/web/WebInputEventConversion.cpp         point.position = convertAbsoluteLocationForRenderObject(touch->absoluteLocation(), *renderObject);
position          214 Source/web/WebPluginScrollbarImpl.cpp void WebPluginScrollbarImpl::setValue(int position)
position          216 Source/web/WebPluginScrollbarImpl.cpp     m_group->scrollToOffsetWithoutAnimation(m_scrollbar->orientation(), static_cast<float>(position));
position           79 Source/web/WebPluginScrollbarImpl.h     virtual void setValue(int position) OVERRIDE;
position          521 Source/web/WebViewImpl.cpp     HitTestResult result = hitTestResultForWindowPos(pme.position());
position          661 Source/web/WebViewImpl.cpp         if (detectContentOnTouch(platformEvent.position())) {
position          732 Source/web/WebViewImpl.cpp             animateDoubleTapZoom(platformEvent.position());
position         1143 Source/web/WebViewImpl.cpp     IntPoint touchEventLocation(tapEvent.position());
position         1890 Source/web/WebViewImpl.cpp                     Position position(element, 0, Position::PositionIsOffsetInAnchor);
position         1891 Source/web/WebViewImpl.cpp                     localFrame->selection().setSelection(VisibleSelection(position, SEL_DEFAULT_AFFINITY));
position         3890 Source/web/WebViewImpl.cpp bool WebViewImpl::detectContentOnTouch(const WebPoint& position)
position         3892 Source/web/WebViewImpl.cpp     HitTestResult touchHit = hitTestResultForWindowPos(position);
position           61 Source/web/tests/FakeWebPlugin.h     virtual bool handleDragStatusUpdate(blink::WebDragStatus, const blink::WebDragData&, blink::WebDragOperationsMask, const blink::WebPoint& position, const blink::WebPoint& screenPosition) OVERRIDE { return false; }
position          304 Source/web/tests/TouchActionTest.cpp     webTouchEvent.touches[0].position.x = clientPoint.x();
position          305 Source/web/tests/TouchActionTest.cpp     webTouchEvent.touches[0].position.y = clientPoint.y();
position          127 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformMouseBuilder.position().x());
position          128 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformMouseBuilder.position().y());
position          146 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformGestureBuilder.position().x());
position          147 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(5, platformGestureBuilder.position().y());
position          227 Source/web/tests/WebInputEventConversionTest.cpp         webTouchEvent.touches[0].position.x = 10.6f;
position          228 Source/web/tests/WebInputEventConversionTest.cpp         webTouchEvent.touches[0].position.y = 10.4f;
position          234 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_FLOAT_EQ(10.6f, webTouchEvent.touches[0].position.x);
position          235 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_FLOAT_EQ(10.4f, webTouchEvent.touches[0].position.y);
position          293 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, webTouchBuilder.touches[0].position.x);
position          294 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, webTouchBuilder.touches[0].position.y);
position          333 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(30, platformMouseBuilder.position().x());
position          334 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(30, platformMouseBuilder.position().y());
position          352 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(30, platformGestureBuilder.position().x());
position          353 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(30, platformGestureBuilder.position().y());
position          433 Source/web/tests/WebInputEventConversionTest.cpp         webTouchEvent.touches[0].position.x = 100;
position          434 Source/web/tests/WebInputEventConversionTest.cpp         webTouchEvent.touches[0].position.y = 110;
position          478 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, platformGestureBuilder.position().x());
position          479 Source/web/tests/WebInputEventConversionTest.cpp         EXPECT_EQ(10, platformGestureBuilder.position().y());
position          528 Source/wtf/DateMath.cpp         int position = static_cast<int>(str - haystack);
position          529 Source/wtf/DateMath.cpp         if (position % 3 == 0)
position          530 Source/wtf/DateMath.cpp             return position / 3;
position          103 Source/wtf/Deque.h         void remove(size_t position);
position          396 Source/wtf/Deque.h     inline void Deque<T, inlineCapacity>::remove(size_t position)
position          398 Source/wtf/Deque.h         if (position == m_end)
position          402 Source/wtf/Deque.h         TypeOperations::destruct(&buffer[position], &buffer[position + 1]);
position          405 Source/wtf/Deque.h         if (position >= m_start) {
position          406 Source/wtf/Deque.h             TypeOperations::moveOverlapping(buffer + m_start, buffer + position, buffer + m_start + 1);
position          409 Source/wtf/Deque.h             TypeOperations::moveOverlapping(buffer + position + 1, buffer + m_end, buffer + position);
position           88 Source/wtf/HashTable.h         HashTableConstIterator(PointerType position, PointerType endPosition, const HashTableType* container)
position           89 Source/wtf/HashTable.h             : m_position(position)
position           99 Source/wtf/HashTable.h         HashTableConstIterator(PointerType position, PointerType endPosition, const HashTableType* container, HashItemKnownGoodTag)
position          100 Source/wtf/HashTable.h             : m_position(position)
position          413 Source/wtf/HashTable.h         FullLookupType makeLookupResult(ValueType* position, bool found, unsigned hash)
position          414 Source/wtf/HashTable.h             { return FullLookupType(LookupType(position, found), hash); }
position          312 Source/wtf/ListHashSet.h         ListHashSetIterator(const ListHashSetType* set, Node* position) : m_iterator(set, position) { }
position          356 Source/wtf/ListHashSet.h         ListHashSetConstIterator(const ListHashSetType* set, Node* position)
position          358 Source/wtf/ListHashSet.h             , m_position(position)
position          424 Source/wtf/ListHashSet.h         ListHashSetReverseIterator(const ListHashSetType* set, Node* position) : m_iterator(set, position) { }
position          468 Source/wtf/ListHashSet.h         ListHashSetConstReverseIterator(const ListHashSetType* set, Node* position)
position          470 Source/wtf/ListHashSet.h             , m_position(position)
position          927 Source/wtf/ListHashSet.h     inline ListHashSetReverseIterator<T, inlineCapacity, U> ListHashSet<T, inlineCapacity, U>::makeReverseIterator(Node* position)
position          929 Source/wtf/ListHashSet.h         return ListHashSetReverseIterator<T, inlineCapacity, U>(this, position);
position          933 Source/wtf/ListHashSet.h     inline ListHashSetConstReverseIterator<T, inlineCapacity, U> ListHashSet<T, inlineCapacity, U>::makeConstReverseIterator(Node* position) const
position          935 Source/wtf/ListHashSet.h         return ListHashSetConstReverseIterator<T, inlineCapacity, U>(this, position);
position          939 Source/wtf/ListHashSet.h     inline ListHashSetIterator<T, inlineCapacity, U> ListHashSet<T, inlineCapacity, U>::makeIterator(Node* position)
position          941 Source/wtf/ListHashSet.h         return ListHashSetIterator<T, inlineCapacity, U>(this, position);
position          945 Source/wtf/ListHashSet.h     inline ListHashSetConstIterator<T, inlineCapacity, U> ListHashSet<T, inlineCapacity, U>::makeConstIterator(Node* position) const
position          947 Source/wtf/ListHashSet.h         return ListHashSetConstIterator<T, inlineCapacity, U>(this, position);
position          686 Source/wtf/Vector.h         template<typename U> void insert(size_t position, const U*, size_t);
position          687 Source/wtf/Vector.h         template<typename U> void insert(size_t position, const U&);
position          688 Source/wtf/Vector.h         template<typename U, size_t c, typename V> void insert(size_t position, const Vector<U, c, V>&);
position          694 Source/wtf/Vector.h         void remove(size_t position);
position          695 Source/wtf/Vector.h         void remove(size_t position, size_t length);
position         1075 Source/wtf/Vector.h     void Vector<T, inlineCapacity, Allocator>::insert(size_t position, const U* data, size_t dataSize)
position         1077 Source/wtf/Vector.h         RELEASE_ASSERT(position <= size());
position         1084 Source/wtf/Vector.h         T* spot = begin() + position;
position         1091 Source/wtf/Vector.h     inline void Vector<T, inlineCapacity, Allocator>::insert(size_t position, const U& val)
position         1093 Source/wtf/Vector.h         RELEASE_ASSERT(position <= size());
position         1099 Source/wtf/Vector.h         T* spot = begin() + position;
position         1106 Source/wtf/Vector.h     inline void Vector<T, inlineCapacity, Allocator>::insert(size_t position, const Vector<U, c, OtherAllocator>& val)
position         1108 Source/wtf/Vector.h         insert(position, val.begin(), val.size());
position         1130 Source/wtf/Vector.h     inline void Vector<T, inlineCapacity, Allocator>::remove(size_t position)
position         1132 Source/wtf/Vector.h         RELEASE_ASSERT(position < size());
position         1133 Source/wtf/Vector.h         T* spot = begin() + position;
position         1141 Source/wtf/Vector.h     inline void Vector<T, inlineCapacity, Allocator>::remove(size_t position, size_t length)
position         1143 Source/wtf/Vector.h         ASSERT_WITH_SECURITY_IMPLICATION(position <= size());
position         1144 Source/wtf/Vector.h         RELEASE_ASSERT(position + length <= size());
position         1145 Source/wtf/Vector.h         T* beginSpot = begin() + position;
position         1242 Source/wtf/dtoa.cpp     size_t length = builder.position();
position          105 Source/wtf/dtoa/fixed-dtoa.cc         int BitAt(int position) {
position          106 Source/wtf/dtoa/fixed-dtoa.cc             if (position >= 64) {
position          107 Source/wtf/dtoa/fixed-dtoa.cc                 return static_cast<int>(high_bits_ >> (position - 64)) & 1;
position          109 Source/wtf/dtoa/fixed-dtoa.cc                 return static_cast<int>(low_bits_ >> position) & 1;
position          193 Source/wtf/dtoa/utils.h         int position() const {
position          199 Source/wtf/dtoa/utils.h         void SetPosition(int position)
position          202 Source/wtf/dtoa/utils.h             ASSERT_WITH_SECURITY_IMPLICATION(position < size());
position          203 Source/wtf/dtoa/utils.h             position_ = position;
position           69 Source/wtf/text/StringBuilder.cpp String StringBuilder::reifySubstring(unsigned position, unsigned length) const
position           73 Source/wtf/text/StringBuilder.cpp     unsigned substringLength = std::min(length, m_length - position);
position           74 Source/wtf/text/StringBuilder.cpp     return m_buffer->substring(position, substringLength);
position          185 Source/wtf/text/StringBuilder.h     String substring(unsigned position, unsigned length) const
position          190 Source/wtf/text/StringBuilder.h             return m_string.substring(position, length);
position          191 Source/wtf/text/StringBuilder.h         return reifySubstring(position, length);
position          296 Source/wtf/text/StringBuilder.h     String reifySubstring(unsigned position, unsigned length) const;
position         1589 Source/wtf/text/StringImpl.cpp PassRefPtr<StringImpl> StringImpl::replace(unsigned position, unsigned lengthToReplace, StringImpl* str)
position         1591 Source/wtf/text/StringImpl.cpp     position = min(position, length());
position         1592 Source/wtf/text/StringImpl.cpp     lengthToReplace = min(lengthToReplace, length() - position);
position         1603 Source/wtf/text/StringImpl.cpp         memcpy(data, characters8(), position * sizeof(LChar));
position         1605 Source/wtf/text/StringImpl.cpp             memcpy(data + position, str->characters8(), lengthToInsert * sizeof(LChar));
position         1606 Source/wtf/text/StringImpl.cpp         memcpy(data + position + lengthToInsert, characters8() + position + lengthToReplace,
position         1607 Source/wtf/text/StringImpl.cpp                (length() - position - lengthToReplace) * sizeof(LChar));
position         1614 Source/wtf/text/StringImpl.cpp         for (unsigned i = 0; i < position; ++i)
position         1617 Source/wtf/text/StringImpl.cpp         memcpy(data, characters16(), position * sizeof(UChar));
position         1621 Source/wtf/text/StringImpl.cpp                 data[i + position] = str->characters8()[i];
position         1623 Source/wtf/text/StringImpl.cpp             memcpy(data + position, str->characters16(), lengthToInsert * sizeof(UChar));
position         1626 Source/wtf/text/StringImpl.cpp         for (unsigned i = 0; i < length() - position - lengthToReplace; ++i)
position         1627 Source/wtf/text/StringImpl.cpp             data[i + position + lengthToInsert] = characters8()[i + position + lengthToReplace];
position         1629 Source/wtf/text/StringImpl.cpp         memcpy(data + position + lengthToInsert, characters16() + position + lengthToReplace,
position         1630 Source/wtf/text/StringImpl.cpp             (length() - position - lengthToReplace) * sizeof(UChar));
position          161 Source/wtf/text/WTFString.cpp void String::insert(const String& string, unsigned position)
position          172 Source/wtf/text/WTFString.cpp         insert(string.impl()->characters8(), string.length(), position);
position          174 Source/wtf/text/WTFString.cpp         insert(string.impl()->characters16(), string.length(), position);
position          238 Source/wtf/text/WTFString.cpp PassRefPtr<StringImpl> insertInternal(PassRefPtr<StringImpl> impl, const CharType* charactersToInsert, unsigned lengthToInsert, unsigned position)
position          249 Source/wtf/text/WTFString.cpp         StringImpl::copyChars(data, impl->characters8(), position);
position          251 Source/wtf/text/WTFString.cpp         StringImpl::copyChars(data, impl->characters16(), position);
position          253 Source/wtf/text/WTFString.cpp     StringImpl::copyChars(data + position, charactersToInsert, lengthToInsert);
position          256 Source/wtf/text/WTFString.cpp         StringImpl::copyChars(data + position + lengthToInsert, impl->characters8() + position, impl->length() - position);
position          258 Source/wtf/text/WTFString.cpp         StringImpl::copyChars(data + position + lengthToInsert, impl->characters16() + position, impl->length() - position);
position          263 Source/wtf/text/WTFString.cpp void String::insert(const UChar* charactersToInsert, unsigned lengthToInsert, unsigned position)
position          265 Source/wtf/text/WTFString.cpp     if (position >= length()) {
position          270 Source/wtf/text/WTFString.cpp     m_impl = insertInternal(m_impl.release(), charactersToInsert, lengthToInsert, position);
position          273 Source/wtf/text/WTFString.cpp void String::insert(const LChar* charactersToInsert, unsigned lengthToInsert, unsigned position)
position          275 Source/wtf/text/WTFString.cpp     if (position >= length()) {
position          280 Source/wtf/text/WTFString.cpp     m_impl = insertInternal(m_impl.release(), charactersToInsert, lengthToInsert, position);
position          298 Source/wtf/text/WTFString.cpp void String::truncate(unsigned position)
position          300 Source/wtf/text/WTFString.cpp     if (position >= length())
position          304 Source/wtf/text/WTFString.cpp         RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(position, data);
position          305 Source/wtf/text/WTFString.cpp         memcpy(data, m_impl->characters8(), position * sizeof(LChar));
position          309 Source/wtf/text/WTFString.cpp         RefPtr<StringImpl> newImpl = StringImpl::createUninitialized(position, data);
position          310 Source/wtf/text/WTFString.cpp         memcpy(data, m_impl->characters16(), position * sizeof(UChar));
position          316 Source/wtf/text/WTFString.cpp inline void String::removeInternal(const CharacterType* characters, unsigned position, int lengthToRemove)
position          320 Source/wtf/text/WTFString.cpp     memcpy(data, characters, position * sizeof(CharacterType));
position          321 Source/wtf/text/WTFString.cpp     memcpy(data + position, characters + position + lengthToRemove,
position          322 Source/wtf/text/WTFString.cpp         (length() - lengthToRemove - position) * sizeof(CharacterType));
position          327 Source/wtf/text/WTFString.cpp void String::remove(unsigned position, int lengthToRemove)
position          331 Source/wtf/text/WTFString.cpp     if (position >= length())
position          333 Source/wtf/text/WTFString.cpp     if (static_cast<unsigned>(lengthToRemove) > length() - position)
position          334 Source/wtf/text/WTFString.cpp         lengthToRemove = length() - position;
position          337 Source/wtf/text/WTFString.cpp         removeInternal(characters8(), position, lengthToRemove);
position          342 Source/wtf/text/WTFString.cpp     removeInternal(characters16(), position, lengthToRemove);
position           48 public/platform/WebFileWriter.h     virtual void write(long long position, const WebURL& blobURL) { } // DEPRECATED
position           49 public/platform/WebFileWriter.h     virtual void write(long long position, const WebString& blobUUID) { }
position           99 public/platform/WebLayer.h     virtual WebFloatPoint position() const = 0;
position           80 public/web/WebFont.h     virtual int offsetForPosition(const WebTextRun&, float position) const = 0;
position           97 public/web/WebPlugin.h     virtual bool handleDragStatusUpdate(WebDragStatus, const WebDragData&, WebDragOperationsMask, const WebPoint& position, const WebPoint& screenPosition) { return false; }
position          145 public/web/WebPlugin.h     virtual WebURL linkAtPosition(const WebPoint& position) const { return WebURL(); }
position           62 public/web/WebPluginScrollbar.h     virtual void setValue(int position) = 0;
position           63 public/web/WebTouchPoint.h     WebFloatPoint position;