location 4 LayoutTests/http/tests/navigation/resources/redirect-on-back-updates-history-item.php $location=$_COOKIE['location']; location 5 LayoutTests/http/tests/navigation/resources/redirect-on-back-updates-history-item.php if ($location!="") { location 7 LayoutTests/http/tests/navigation/resources/redirect-on-back-updates-history-item.php header('Location: '.$location); location 4 LayoutTests/http/tests/navigation/resources/redirect-on-reload-updates-history-item.php $location=$_COOKIE['location']; location 5 LayoutTests/http/tests/navigation/resources/redirect-on-reload-updates-history-item.php if ($location!="") { location 7 LayoutTests/http/tests/navigation/resources/redirect-on-reload-updates-history-item.php header('Location: '.$location); location 3 LayoutTests/http/tests/navigation/resources/redirect-to-cookie.php header('Location: '.$_COOKIE['location']); location 3 LayoutTests/http/tests/w3c/webperf/resources/redirect.php $location = $_GET["location"] ? $_GET["location"] : $_SERVER["SCRIPT_NAME"] . "?followed"; location 6 LayoutTests/http/tests/w3c/webperf/resources/redirect.php header("Location: $location"); location 10 ManualTests/blackberry/http-cookie-database-set.php $location = 'Location:'.$newurl; location 11 ManualTests/blackberry/http-cookie-database-set.php header($location); location 2675 Source/bindings/tests/results/V8TestObject.cpp v8SetReturnValueFast(info, WTF::getPtr(impl->location()), impl); location 2689 Source/bindings/tests/results/V8TestObject.cpp RefPtr<TestNode> impl = WTF::getPtr(proxyImpl->location()); location 79 Source/bindings/v8/V8Initializer.cpp static void reportFatalErrorInMainThread(const char* location, const char* message) location 82 Source/bindings/v8/V8Initializer.cpp printf("V8 error: %s (%s). Current memory usage: %d MB\n", message, location, memoryUsageMB); location 201 Source/bindings/v8/V8Initializer.cpp static void reportFatalErrorInWorker(const char* location, const char* message) location 211 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp v8::Local<v8::Object> location = v8::Object::New(isolate); location 212 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp location->Set(v8AtomicString(isolate, "lineNumber"), v8::Integer::New(isolate, lineNumber)); location 213 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp location->Set(v8AtomicString(isolate, "columnNumber"), v8::Integer::New(isolate, columnNumber)); location 214 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp location->Set(v8AtomicString(isolate, "scriptId"), v8::Integer::New(isolate, function->ScriptId())->ToString()); location 217 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp result->Set(v8AtomicString(isolate, "location"), location); location 504 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp WebGLUniformLocation* location = toWebGLUniformLocation(info[uniformLocationArgumentIndex], info.GetIsolate()); location 506 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp WebGLGetInfo args = context->getUniform(program, location); location 562 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp WebGLUniformLocation* location = 0; location 575 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp location = toWebGLUniformLocation(info[uniformLocationArgumentIndex], info.GetIsolate()); location 585 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform1v: context->uniform1fv(location, array); break; location 586 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform2v: context->uniform2fv(location, array); break; location 587 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform3v: context->uniform3fv(location, array); break; location 588 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform4v: context->uniform4fv(location, array); break; location 615 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform1v: context->uniform1fv(location, data, len); break; location 616 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform2v: context->uniform2fv(location, data, len); break; location 617 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform3v: context->uniform3fv(location, data, len); break; location 618 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform4v: context->uniform4fv(location, data, len); break; location 653 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp WebGLUniformLocation* location = toWebGLUniformLocation(info[uniformLocationArgumentIndex], info.GetIsolate()); location 660 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform1v: context->uniform1iv(location, array); break; location 661 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform2v: context->uniform2iv(location, array); break; location 662 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform3v: context->uniform3iv(location, array); break; location 663 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform4v: context->uniform4iv(location, array); break; location 686 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform1v: context->uniform1iv(location, data, len); break; location 687 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform2v: context->uniform2iv(location, data, len); break; location 688 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform3v: context->uniform3iv(location, data, len); break; location 689 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case kUniform4v: context->uniform4iv(location, data, len); break; location 768 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp WebGLUniformLocation* location = toWebGLUniformLocation(info[uniformLocationArgumentIndex], info.GetIsolate()); location 776 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case 2: context->uniformMatrix2fv(location, transpose, array); break; location 777 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case 3: context->uniformMatrix3fv(location, transpose, array); break; location 778 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case 4: context->uniformMatrix4fv(location, transpose, array); break; location 801 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case 2: context->uniformMatrix2fv(location, transpose, data, len); break; location 802 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case 3: context->uniformMatrix3fv(location, transpose, data, len); break; location 803 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp case 4: context->uniformMatrix4fv(location, transpose, data, len); break; location 153 Source/core/accessibility/AXListBox.cpp LayoutRect rect = toRenderListBox(m_renderer)->itemBoundingBoxRect(parentRect.location(), i); location 108 Source/core/accessibility/AXListBoxOption.cpp rect = toRenderListBox(listBoxRenderer)->itemBoundingBoxRect(parentRect.location(), index); location 1248 Source/core/accessibility/AXNodeObject.cpp boundingBox.setLocation(parentRect.location()); location 502 Source/core/accessibility/AXObject.cpp return axObjectCache()->getOrCreate(widget)->accessibilityHitTest(IntPoint(point - widget->frameRect().location())); location 2095 Source/core/accessibility/AXRenderObject.cpp IntSize offset = point - roundedIntPoint(elementRect().location()); location 2105 Source/core/accessibility/AXRenderObject.cpp rect.moveBy(parent->parentObject()->elementRect().location()); location 224 Source/core/clipboard/Clipboard.cpp IntPoint location(x, y); location 226 Source/core/clipboard/Clipboard.cpp setDragImageResource(toHTMLImageElement(*image).cachedImage(), location); location 228 Source/core/clipboard/Clipboard.cpp setDragImageElement(image, location); location 837 Source/core/css/CSSComputedStyleDeclaration.cpp ShadowData shadow(dropShadowOperation->location(), dropShadowOperation->stdDeviation(), 0, Normal, dropShadowOperation->color()); location 95 Source/core/css/CSSGrammar.y CSSParserLocation location; location 371 Source/core/css/CSSGrammar.y %type <location> error_location location 335 Source/core/css/CSSTokenizer-in.cpp CSSParserLocation location; location 336 Source/core/css/CSSTokenizer-in.cpp location.token.init(tokenStart<CharacterType>(), currentCharacter<CharacterType>() - tokenStart<CharacterType>()); location 337 Source/core/css/CSSTokenizer-in.cpp location.lineNumber = m_tokenStartLineNumber; location 338 Source/core/css/CSSTokenizer-in.cpp location.offset = tokenStart<CharacterType>() - dataStart<CharacterType>(); location 339 Source/core/css/CSSTokenizer-in.cpp return location; location 167 Source/core/css/StylePropertySet.h void* operator new(std::size_t, void* location) location 169 Source/core/css/StylePropertySet.h return location; location 1804 Source/core/css/parser/BisonCSSParser-in.cpp CSSParserLocation location; location 1805 Source/core/css/parser/BisonCSSParser-in.cpp location.lineNumber = m_tokenizer.m_lineNumber; location 1806 Source/core/css/parser/BisonCSSParser-in.cpp location.offset = m_ruleHeaderStartOffset; location 1808 Source/core/css/parser/BisonCSSParser-in.cpp location.token.init(m_tokenizer.m_dataStart8.get() + m_ruleHeaderStartOffset, 0); location 1810 Source/core/css/parser/BisonCSSParser-in.cpp location.token.init(m_tokenizer.m_dataStart16.get() + m_ruleHeaderStartOffset, 0); location 1812 Source/core/css/parser/BisonCSSParser-in.cpp reportError(location, m_ruleHeaderType == CSSRuleSourceData::STYLE_RULE ? InvalidSelectorCSSError : InvalidRuleCSSError); location 1827 Source/core/css/parser/BisonCSSParser-in.cpp void BisonCSSParser::logError(const String& message, const CSSParserLocation& location) location 1833 Source/core/css/parser/BisonCSSParser-in.cpp TextPosition tokenPosition = TextPosition::fromOffsetAndLineEndings(location.offset, *m_lineEndings); location 1837 Source/core/css/parser/BisonCSSParser-in.cpp lineNumberInStyleSheet = location.lineNumber; location 218 Source/core/css/parser/BisonCSSParser.h void setLocationLabel(const CSSParserLocation& location) { m_locationLabel = location; } location 6577 Source/core/css/parser/CSSPropertyParser.cpp RefPtrWillBeRawPtr<CSSPrimitiveValue> location = nullptr; location 6579 Source/core/css/parser/CSSPropertyParser.cpp if ((location = valueFromSideKeyword(a, isHorizontal))) { location 6581 Source/core/css/parser/CSSPropertyParser.cpp startX = location; location 6583 Source/core/css/parser/CSSPropertyParser.cpp startY = location; location 6586 Source/core/css/parser/CSSPropertyParser.cpp if ((location = valueFromSideKeyword(a, isHorizontal))) { location 6590 Source/core/css/parser/CSSPropertyParser.cpp startX = location; location 6594 Source/core/css/parser/CSSPropertyParser.cpp startY = location; location 6766 Source/core/css/parser/CSSPropertyParser.cpp RefPtrWillBeRawPtr<CSSPrimitiveValue> location = nullptr; location 6769 Source/core/css/parser/CSSPropertyParser.cpp location = valueFromSideKeyword(a, isHorizontal); location 6770 Source/core/css/parser/CSSPropertyParser.cpp if (!location) location 6774 Source/core/css/parser/CSSPropertyParser.cpp endX = location; location 6776 Source/core/css/parser/CSSPropertyParser.cpp endY = location; location 6782 Source/core/css/parser/CSSPropertyParser.cpp location = valueFromSideKeyword(a, isHorizontal); location 6783 Source/core/css/parser/CSSPropertyParser.cpp if (location) { location 6787 Source/core/css/parser/CSSPropertyParser.cpp endX = location; location 6791 Source/core/css/parser/CSSPropertyParser.cpp endY = location; location 193 Source/core/css/resolver/FilterOperationResolver.cpp IntPoint location(item->x->computeLength<int>(conversionData), item->y->computeLength<int>(conversionData)); location 199 Source/core/css/resolver/FilterOperationResolver.cpp operations.operations().append(DropShadowFilterOperation::create(location, blur, shadowColor)); location 722 Source/core/dom/ContainerNode.cpp point.moveBy(box->location()); location 699 Source/core/dom/Document.cpp return &domWindow()->location(); location 312 Source/core/dom/Document.h Location* location() const; location 70 Source/core/dom/QualifiedName.cpp static void translate(QualifiedName::QualifiedNameImpl*& location, const QualifiedNameComponents& components, unsigned) location 72 Source/core/dom/QualifiedName.cpp location = QualifiedName::QualifiedNameImpl::create(AtomicString(components.m_prefix), AtomicString(components.m_localName), AtomicString(components.m_namespace)).leakRef(); location 155 Source/core/editing/Caret.cpp localRect.move(renderer->offsetFromContainer(containerObject, localRect.location())); location 44 Source/core/editing/PlainTextRange.cpp PlainTextRange::PlainTextRange(int location) location 45 Source/core/editing/PlainTextRange.cpp : m_start(location) location 46 Source/core/editing/PlainTextRange.cpp , m_end(location) location 48 Source/core/editing/PlainTextRange.cpp ASSERT(location >= 0); location 43 Source/core/editing/PlainTextRange.h explicit PlainTextRange(int location); location 286 Source/core/editing/SpellChecker.cpp ASSERT(grammarDetail.location != -1 && grammarDetail.length > 0); location 289 Source/core/editing/SpellChecker.cpp RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(grammarSearchRange.get(), grammarPhraseOffset + grammarDetail.location, grammarDetail.length); location 560 Source/core/editing/SpellChecker.cpp int resultLocation = result->location + paragraph.checkingStart(); location 577 Source/core/editing/SpellChecker.cpp ASSERT(detail->length > 0 && detail->location >= 0); location 578 Source/core/editing/SpellChecker.cpp if (paragraph.checkingRangeCovers(resultLocation + detail->location, detail->length)) { location 579 Source/core/editing/SpellChecker.cpp RefPtrWillBeRawPtr<Range> badGrammarRange = paragraph.subrange(resultLocation + detail->location, detail->length); location 62 Source/core/editing/TextCheckingHelper.cpp badGrammar.location = checkLocation + badGrammarLocation; location 91 Source/core/editing/TextCheckingHelper.cpp misspelling.location = start + wordStart + misspellingLocation; location 93 Source/core/editing/TextCheckingHelper.cpp misspelling.replacement = client.getAutoCorrectSuggestionForMisspelledWord(String(text + misspelling.location, misspelling.length)); location 301 Source/core/editing/TextCheckingHelper.cpp outGrammarDetail.location = -1; location 347 Source/core/editing/TextCheckingHelper.cpp if (result->decoration == TextDecorationTypeSpelling && result->location >= currentStartOffset && result->location + result->length <= currentEndOffset) { location 348 Source/core/editing/TextCheckingHelper.cpp ASSERT(result->length > 0 && result->location >= 0); location 349 Source/core/editing/TextCheckingHelper.cpp spellingLocation = result->location; location 350 Source/core/editing/TextCheckingHelper.cpp misspelledWord = paragraphString.substring(result->location, result->length); location 354 Source/core/editing/TextCheckingHelper.cpp if (checkGrammar && result->decoration == TextDecorationTypeGrammar && result->location < currentEndOffset && result->location + result->length > currentStartOffset) { location 355 Source/core/editing/TextCheckingHelper.cpp ASSERT(result->length > 0 && result->location >= 0); location 362 Source/core/editing/TextCheckingHelper.cpp ASSERT(detail->length > 0 && detail->location >= 0); location 363 Source/core/editing/TextCheckingHelper.cpp if (result->location + detail->location >= currentStartOffset && result->location + detail->location + detail->length <= currentEndOffset && (!foundGrammar || result->location + detail->location < grammarDetailLocation)) { location 365 Source/core/editing/TextCheckingHelper.cpp grammarDetailLocation = result->location + detail->location; location 370 Source/core/editing/TextCheckingHelper.cpp grammarPhraseLocation = result->location; location 372 Source/core/editing/TextCheckingHelper.cpp badGrammarPhrase = paragraphString.substring(result->location, result->length); location 421 Source/core/editing/TextCheckingHelper.cpp ASSERT(detail->length > 0 && detail->location >= 0); location 423 Source/core/editing/TextCheckingHelper.cpp int detailStartOffsetInParagraph = badGrammarPhraseLocation + detail->location; location 434 Source/core/editing/TextCheckingHelper.cpp RefPtrWillBeRawPtr<Range> badGrammarRange = TextIterator::subrange(m_range.get(), badGrammarPhraseLocation - startOffset + detail->location, detail->length); location 439 Source/core/editing/TextCheckingHelper.cpp if (earliestDetailIndex < 0 || earliestDetailLocationSoFar > detail->location) { location 441 Source/core/editing/TextCheckingHelper.cpp earliestDetailLocationSoFar = detail->location; location 451 Source/core/editing/TextCheckingHelper.cpp outGrammarDetail.location = -1; location 548 Source/core/editing/TextCheckingHelper.cpp if (spellingResult[i].location < grammarCheckLength) location 549 Source/core/editing/TextCheckingHelper.cpp grammarCheckLength = spellingResult[i].location; location 64 Source/core/editing/TextCheckingHelper.h bool checkingRangeCovers(int location, int length) const { return location < checkingEnd() && location + length > checkingStart(); } location 692 Source/core/editing/VisiblePosition.cpp FloatPoint caretPoint = renderer->localToAbsolute(localRect.location()); location 89 Source/core/events/KeyboardEvent.cpp : location(0) location 121 Source/core/events/KeyboardEvent.cpp , m_location(initializer.location) location 129 Source/core/events/KeyboardEvent.cpp const String &keyIdentifier, unsigned location, location 133 Source/core/events/KeyboardEvent.cpp , m_location(location) location 145 Source/core/events/KeyboardEvent.cpp const String &keyIdentifier, unsigned location, location 154 Source/core/events/KeyboardEvent.cpp m_location = location; location 40 Source/core/events/KeyboardEvent.h unsigned location; location 73 Source/core/events/KeyboardEvent.h const String& keyIdentifier, unsigned location, location 76 Source/core/events/KeyboardEvent.h return adoptRefWillBeNoop(new KeyboardEvent(type, canBubble, cancelable, view, keyIdentifier, location, location 83 Source/core/events/KeyboardEvent.h const String& keyIdentifier, unsigned location, location 87 Source/core/events/KeyboardEvent.h unsigned location() const { return m_location; } location 110 Source/core/events/KeyboardEvent.h const String& keyIdentifier, unsigned location, location 165 Source/core/events/MouseRelatedEvent.cpp m_layerLocation -= toLayoutSize(layer->location()); location 1459 Source/core/frame/DOMWindow.cpp FloatRect update(fr.location(), dest); location 1474 Source/core/frame/DOMWindow.cpp FloatRect update(fr.location(), dest); location 141 Source/core/frame/DOMWindow.h Location& location() const; location 142 Source/core/frame/DOMWindow.h void setLocation(const String& location, DOMWindow* callingWindow, DOMWindow* enteredWindow, location 179 Source/core/frame/FrameView.cpp view->Widget::setFrameRect(IntRect(view->location(), initialSize)); location 2375 Source/core/frame/FrameView.cpp dirtyRect.moveBy(scrollbar->location()); location 2598 Source/core/frame/FrameView.cpp m_scrollCorner->paintIntoRect(context, cornerRect.location(), cornerRect); location 2995 Source/core/frame/FrameView.cpp rect.setLocation(roundedIntPoint(renderer->absoluteToLocal(rect.location(), UseTransforms))); location 47 Source/core/frame/ImageBitmap.cpp m_bitmapOffset = srcRect.location(); location 126 Source/core/frame/ImageBitmap.cpp m_bitmapOffset = srcRect.location(); location 213 Source/core/frame/ImageBitmap.cpp newSrcRect.move(m_bitmapOffset - m_bitmapRect.location()); location 214 Source/core/frame/ImageBitmap.cpp FloatRect newDstRect(FloatPoint(intersectRect.location() - srcRect->location()), m_bitmapRect.size()); location 217 Source/core/frame/ImageBitmap.cpp newDstRect.moveBy(dstRect->location()); location 98 Source/core/frame/PinchViewport.cpp IntPoint location(newLocation); location 99 Source/core/frame/PinchViewport.cpp location.shrunkTo(maximumScrollPosition()); location 100 Source/core/frame/PinchViewport.cpp location.expandedTo(minimumScrollPosition()); location 80 Source/core/frame/PinchViewport.h virtual IntPoint scrollPosition() const OVERRIDE { return visibleRect().location(); } location 80 Source/core/html/HTMLAreaElement.cpp bool HTMLAreaElement::mapMouseEvent(LayoutPoint location, const LayoutSize& size, HitTestResult& result) location 87 Source/core/html/HTMLAreaElement.cpp if (!m_region->contains(location)) location 41 Source/core/html/HTMLAreaElement.h bool mapMouseEvent(LayoutPoint location, const LayoutSize&, HitTestResult&); location 54 Source/core/html/HTMLMapElement.cpp bool HTMLMapElement::mapMouseEvent(LayoutPoint location, const LayoutSize& size, HitTestResult& result) location 61 Source/core/html/HTMLMapElement.cpp } else if (area->mapMouseEvent(location, size, result)) { location 40 Source/core/html/HTMLMapElement.h bool mapMouseEvent(LayoutPoint location, const LayoutSize&, HitTestResult&); location 1248 Source/core/html/canvas/CanvasRenderingContext2D.cpp pathRect.moveBy(canvasRect.location()); location 1466 Source/core/html/canvas/CanvasRenderingContext2D.cpp FloatPoint scaledSrcLocation = srcRect->location(); location 1468 Source/core/html/canvas/CanvasRenderingContext2D.cpp FloatSize offset = dstRect->location() - scaledSrcLocation; location 2226 Source/core/html/canvas/CanvasRenderingContext2D.cpp FloatPoint location(x, y + getFontBaseline(fontMetrics)); location 2241 Source/core/html/canvas/CanvasRenderingContext2D.cpp location.setX(location.x() - width / 2); location 2244 Source/core/html/canvas/CanvasRenderingContext2D.cpp location.setX(location.x() - width); location 2252 Source/core/html/canvas/CanvasRenderingContext2D.cpp textRunPaintInfo.bounds = FloatRect(location.x() - fontMetrics.height() / 2, location 2253 Source/core/html/canvas/CanvasRenderingContext2D.cpp location.y() - fontMetrics.ascent() - fontMetrics.lineGap(), location 2266 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->translate(location.x(), location.y()); location 2271 Source/core/html/canvas/CanvasRenderingContext2D.cpp c->drawBidiText(font, textRunPaintInfo, location, Font::UseFallbackIfFontNotReady); location 2407 Source/core/html/canvas/CanvasRenderingContext2D.cpp elementRect.moveBy(canvasRect.location()); location 2645 Source/core/html/canvas/WebGLRenderingContextBase.cpp GLint location = uniformLocation->location(); location 2670 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (loc == location) { location 2748 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->getUniformfv(objectOrZero(program), location, value); location 2755 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->getUniformiv(objectOrZero(program), location, value); location 2762 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->getUniformiv(objectOrZero(program), location, value); location 3700 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform1f(const WebGLUniformLocation* location, GLfloat x) location 3702 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !location) location 3705 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (location->program() != m_currentProgram) { location 3710 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform1f(location->location(), x); location 3713 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform1fv(const WebGLUniformLocation* location, Float32Array* v) location 3715 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform1fv", location, v, 1)) location 3718 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform1fv(location->location(), v->length(), v->data()); location 3721 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform1fv(const WebGLUniformLocation* location, GLfloat* v, GLsizei size) location 3723 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform1fv", location, v, size, 1)) location 3726 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform1fv(location->location(), size, v); location 3729 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform1i(const WebGLUniformLocation* location, GLint x) location 3731 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !location) location 3734 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (location->program() != m_currentProgram) { location 3739 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform1i(location->location(), x); location 3742 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform1iv(const WebGLUniformLocation* location, Int32Array* v) location 3744 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform1iv", location, v, 1)) location 3747 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform1iv(location->location(), v->length(), v->data()); location 3750 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform1iv(const WebGLUniformLocation* location, GLint* v, GLsizei size) location 3752 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform1iv", location, v, size, 1)) location 3755 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform1iv(location->location(), size, v); location 3758 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform2f(const WebGLUniformLocation* location, GLfloat x, GLfloat y) location 3760 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !location) location 3763 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (location->program() != m_currentProgram) { location 3768 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform2f(location->location(), x, y); location 3771 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform2fv(const WebGLUniformLocation* location, Float32Array* v) location 3773 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform2fv", location, v, 2)) location 3776 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform2fv(location->location(), v->length() / 2, v->data()); location 3779 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform2fv(const WebGLUniformLocation* location, GLfloat* v, GLsizei size) location 3781 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform2fv", location, v, size, 2)) location 3784 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform2fv(location->location(), size / 2, v); location 3787 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform2i(const WebGLUniformLocation* location, GLint x, GLint y) location 3789 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !location) location 3792 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (location->program() != m_currentProgram) { location 3797 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform2i(location->location(), x, y); location 3800 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform2iv(const WebGLUniformLocation* location, Int32Array* v) location 3802 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform2iv", location, v, 2)) location 3805 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform2iv(location->location(), v->length() / 2, v->data()); location 3808 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform2iv(const WebGLUniformLocation* location, GLint* v, GLsizei size) location 3810 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform2iv", location, v, size, 2)) location 3813 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform2iv(location->location(), size / 2, v); location 3816 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform3f(const WebGLUniformLocation* location, GLfloat x, GLfloat y, GLfloat z) location 3818 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !location) location 3821 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (location->program() != m_currentProgram) { location 3826 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform3f(location->location(), x, y, z); location 3829 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform3fv(const WebGLUniformLocation* location, Float32Array* v) location 3831 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform3fv", location, v, 3)) location 3834 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform3fv(location->location(), v->length() / 3, v->data()); location 3837 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform3fv(const WebGLUniformLocation* location, GLfloat* v, GLsizei size) location 3839 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform3fv", location, v, size, 3)) location 3842 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform3fv(location->location(), size / 3, v); location 3845 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform3i(const WebGLUniformLocation* location, GLint x, GLint y, GLint z) location 3847 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !location) location 3850 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (location->program() != m_currentProgram) { location 3855 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform3i(location->location(), x, y, z); location 3858 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform3iv(const WebGLUniformLocation* location, Int32Array* v) location 3860 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform3iv", location, v, 3)) location 3863 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform3iv(location->location(), v->length() / 3, v->data()); location 3866 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform3iv(const WebGLUniformLocation* location, GLint* v, GLsizei size) location 3868 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform3iv", location, v, size, 3)) location 3871 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform3iv(location->location(), size / 3, v); location 3874 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform4f(const WebGLUniformLocation* location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) location 3876 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !location) location 3879 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (location->program() != m_currentProgram) { location 3884 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform4f(location->location(), x, y, z, w); location 3887 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform4fv(const WebGLUniformLocation* location, Float32Array* v) location 3889 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform4fv", location, v, 4)) location 3892 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform4fv(location->location(), v->length() / 4, v->data()); location 3895 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform4fv(const WebGLUniformLocation* location, GLfloat* v, GLsizei size) location 3897 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform4fv", location, v, size, 4)) location 3900 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform4fv(location->location(), size / 4, v); location 3903 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform4i(const WebGLUniformLocation* location, GLint x, GLint y, GLint z, GLint w) location 3905 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !location) location 3908 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (location->program() != m_currentProgram) { location 3913 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform4i(location->location(), x, y, z, w); location 3916 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform4iv(const WebGLUniformLocation* location, Int32Array* v) location 3918 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform4iv", location, v, 4)) location 3921 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform4iv(location->location(), v->length() / 4, v->data()); location 3924 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniform4iv(const WebGLUniformLocation* location, GLint* v, GLsizei size) location 3926 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformParameters("uniform4iv", location, v, size, 4)) location 3929 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniform4iv(location->location(), size / 4, v); location 3932 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniformMatrix2fv(const WebGLUniformLocation* location, GLboolean transpose, Float32Array* v) location 3934 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformMatrixParameters("uniformMatrix2fv", location, transpose, v, 4)) location 3936 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniformMatrix2fv(location->location(), v->length() / 4, transpose, v->data()); location 3939 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniformMatrix2fv(const WebGLUniformLocation* location, GLboolean transpose, GLfloat* v, GLsizei size) location 3941 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformMatrixParameters("uniformMatrix2fv", location, transpose, v, size, 4)) location 3943 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniformMatrix2fv(location->location(), size / 4, transpose, v); location 3946 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniformMatrix3fv(const WebGLUniformLocation* location, GLboolean transpose, Float32Array* v) location 3948 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformMatrixParameters("uniformMatrix3fv", location, transpose, v, 9)) location 3950 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniformMatrix3fv(location->location(), v->length() / 9, transpose, v->data()); location 3953 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniformMatrix3fv(const WebGLUniformLocation* location, GLboolean transpose, GLfloat* v, GLsizei size) location 3955 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformMatrixParameters("uniformMatrix3fv", location, transpose, v, size, 9)) location 3957 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniformMatrix3fv(location->location(), size / 9, transpose, v); location 3960 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniformMatrix4fv(const WebGLUniformLocation* location, GLboolean transpose, Float32Array* v) location 3962 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformMatrixParameters("uniformMatrix4fv", location, transpose, v, 16)) location 3964 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniformMatrix4fv(location->location(), v->length() / 16, transpose, v->data()); location 3967 Source/core/html/canvas/WebGLRenderingContextBase.cpp void WebGLRenderingContextBase::uniformMatrix4fv(const WebGLUniformLocation* location, GLboolean transpose, GLfloat* v, GLsizei size) location 3969 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (isContextLost() || !validateUniformMatrixParameters("uniformMatrix4fv", location, transpose, v, size, 16)) location 3971 Source/core/html/canvas/WebGLRenderingContextBase.cpp m_context->uniformMatrix4fv(location->location(), size / 16, transpose, v); location 5035 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformParameters(const char* functionName, const WebGLUniformLocation* location, Float32Array* v, GLsizei requiredMinSize) location 5041 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, false, v->data(), v->length(), requiredMinSize); location 5044 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformParameters(const char* functionName, const WebGLUniformLocation* location, Int32Array* v, GLsizei requiredMinSize) location 5050 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, false, v->data(), v->length(), requiredMinSize); location 5053 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformParameters(const char* functionName, const WebGLUniformLocation* location, void* v, GLsizei size, GLsizei requiredMinSize) location 5055 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, false, v, size, requiredMinSize); location 5058 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformMatrixParameters(const char* functionName, const WebGLUniformLocation* location, GLboolean transpose, Float32Array* v, GLsizei requiredMinSize) location 5064 Source/core/html/canvas/WebGLRenderingContextBase.cpp return validateUniformMatrixParameters(functionName, location, transpose, v->data(), v->length(), requiredMinSize); location 5067 Source/core/html/canvas/WebGLRenderingContextBase.cpp bool WebGLRenderingContextBase::validateUniformMatrixParameters(const char* functionName, const WebGLUniformLocation* location, GLboolean transpose, void* v, GLsizei size, GLsizei requiredMinSize) location 5069 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (!location) location 5071 Source/core/html/canvas/WebGLRenderingContextBase.cpp if (location->program() != m_currentProgram) { location 33 Source/core/html/canvas/WebGLUniformLocation.cpp PassRefPtr<WebGLUniformLocation> WebGLUniformLocation::create(WebGLProgram* program, GLint location) location 35 Source/core/html/canvas/WebGLUniformLocation.cpp return adoptRef(new WebGLUniformLocation(program, location)); location 38 Source/core/html/canvas/WebGLUniformLocation.cpp WebGLUniformLocation::WebGLUniformLocation(WebGLProgram* program, GLint location) location 40 Source/core/html/canvas/WebGLUniformLocation.cpp , m_location(location) location 39 Source/core/html/canvas/WebGLUniformLocation.h static PassRefPtr<WebGLUniformLocation> create(WebGLProgram*, GLint location); location 43 Source/core/html/canvas/WebGLUniformLocation.h GLint location() const; location 46 Source/core/html/canvas/WebGLUniformLocation.h WebGLUniformLocation(WebGLProgram*, GLint location); location 174 Source/core/html/shadow/SliderThumbElement.cpp LayoutPoint thumbLocation = thumb->location(); location 267 Source/core/html/shadow/SliderThumbElement.cpp LayoutPoint absoluteThumbOrigin = renderBox()->absoluteBoundingBoxRectIgnoringTransforms().location(); location 1663 Source/core/inspector/InspectorDOMAgent.cpp RefPtr<TypeBuilder::Debugger::Location> location = TypeBuilder::Debugger::Location::create() location 1672 Source/core/inspector/InspectorDOMAgent.cpp .setLocation(location); location 346 Source/core/inspector/InspectorDebuggerAgent.cpp RefPtr<TypeBuilder::Debugger::Location> location = resolveBreakpoint(breakpointId, it->key, breakpoint, UserBreakpointSource); location 347 Source/core/inspector/InspectorDebuggerAgent.cpp if (location) location 348 Source/core/inspector/InspectorDebuggerAgent.cpp locations->addItem(location); location 354 Source/core/inspector/InspectorDebuggerAgent.cpp static bool parseLocation(ErrorString* errorString, PassRefPtr<JSONObject> location, String* scriptId, int* lineNumber, int* columnNumber) location 356 Source/core/inspector/InspectorDebuggerAgent.cpp if (!location->getString("scriptId", scriptId) || !location->getNumber("lineNumber", lineNumber)) { location 362 Source/core/inspector/InspectorDebuggerAgent.cpp location->getNumber("columnNumber", columnNumber); location 366 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::setBreakpoint(ErrorString* errorString, const RefPtr<JSONObject>& location, const String* const optionalCondition, BreakpointId* outBreakpointId, RefPtr<TypeBuilder::Debugger::Location>& actualLocation) location 372 Source/core/inspector/InspectorDebuggerAgent.cpp if (!parseLocation(errorString, location, &scriptId, &lineNumber, &columnNumber)) location 419 Source/core/inspector/InspectorDebuggerAgent.cpp void InspectorDebuggerAgent::continueToLocation(ErrorString* errorString, const RefPtr<JSONObject>& location, const bool* interstateLocationOpt) location 431 Source/core/inspector/InspectorDebuggerAgent.cpp if (!parseLocation(errorString, location, &scriptId, &lineNumber, &columnNumber)) location 575 Source/core/inspector/InspectorDebuggerAgent.cpp RefPtr<TypeBuilder::Debugger::Location> location = TypeBuilder::Debugger::Location::create() location 578 Source/core/inspector/InspectorDebuggerAgent.cpp location->setColumnNumber(actualColumnNumber); location 579 Source/core/inspector/InspectorDebuggerAgent.cpp return location; location 1168 Source/core/inspector/InspectorDebuggerAgent.cpp RefPtr<TypeBuilder::Debugger::Location> location = resolveBreakpoint(it->key, scriptId, breakpoint, UserBreakpointSource); location 1169 Source/core/inspector/InspectorDebuggerAgent.cpp if (location) location 1170 Source/core/inspector/InspectorDebuggerAgent.cpp m_frontend->breakpointResolved(it->key, location); location 109 Source/core/inspector/InspectorDebuggerAgent.h virtual void setBreakpoint(ErrorString*, const RefPtr<JSONObject>& location, const String* optionalCondition, TypeBuilder::Debugger::BreakpointId*, RefPtr<TypeBuilder::Debugger::Location>& actualLocation) OVERRIDE FINAL; location 111 Source/core/inspector/InspectorDebuggerAgent.h virtual void continueToLocation(ErrorString*, const RefPtr<JSONObject>& location, const bool* interstateLocationOpt) OVERRIDE FINAL; location 85 Source/core/inspector/InspectorInputAgent.cpp *globalPoint = page->chrome().rootViewToScreen(WebCore::IntRect(point, WebCore::IntSize(0, 0))).location(); location 69 Source/core/inspector/InspectorProfilerAgent.cpp RefPtr<TypeBuilder::Debugger::Location> location = TypeBuilder::Debugger::Location::create() location 72 Source/core/inspector/InspectorProfilerAgent.cpp location->setColumnNumber(lastCaller.columnNumber()); location 73 Source/core/inspector/InspectorProfilerAgent.cpp return location.release(); location 141 Source/core/inspector/InspectorProfilerAgent.cpp RefPtr<TypeBuilder::Debugger::Location> location = currentDebugLocation(); location 142 Source/core/inspector/InspectorProfilerAgent.cpp m_frontend->consoleProfileFinished(id, location, createCPUProfile(*profile), resolvedTitle.isNull() ? 0 : &resolvedTitle); location 811 Source/core/page/DragController.cpp origin = imageRect.location(); location 2831 Source/core/page/EventHandler.cpp IntPoint location; location 2845 Source/core/page/EventHandler.cpp location = IntPoint(x, y); location 2851 Source/core/page/EventHandler.cpp location = IntPoint(clippedRect.x(), clippedRect.maxY() - 1); location 2853 Source/core/page/EventHandler.cpp location = IntPoint( location 2861 Source/core/page/EventHandler.cpp IntPoint position = shouldTranslateToRootView ? view->contentsToRootView(location) : location; location 2862 Source/core/page/EventHandler.cpp IntPoint globalPosition = view->hostWindow()->rootViewToScreen(IntRect(position, IntSize())).location(); location 92 Source/core/page/scrolling/ScrollingConstraints.cpp return boxRect.location() - m_absoluteStickyBoxRect.location(); location 682 Source/core/page/scrolling/ScrollingCoordinator.cpp offset.moveBy(frameView->frameRect().location()); location 380 Source/core/rendering/FilterEffectRenderer.cpp FloatPoint offset = filter->sourceImageRect().location(); location 90 Source/core/rendering/FloatingObjects.cpp return adoptPtr(new FloatingObject(renderer(), type(), LayoutRect(frameRect().location() - offset, frameRect().size()), shouldPaint, isDescendant)); location 1289 Source/core/rendering/InlineFlowBox.cpp LayoutPoint adjustedPaintoffset = paintOffset + localRect.location(); location 1361 Source/core/rendering/InlineFlowBox.cpp LayoutPoint adjustedPaintOffset = paintOffset + localRect.location(); location 1358 Source/core/rendering/RenderBlock.cpp blockRect.moveBy(currentBlock->location()); location 1721 Source/core/rendering/RenderBlock.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 2082 Source/core/rendering/RenderBlock.cpp inlineRenderer->paintOutline(paintInfo, paintOffset - locationOffset() + inlineRenderer->containingBlock()->location()); location 2166 Source/core/rendering/RenderBlock.cpp accumulatedPaintOffset.moveBy(block->location()); location 2292 Source/core/rendering/RenderBlock.cpp clipOutPositionedObjects(paintInfo, flippedBlockRect.location(), positionedObjects()); location 2745 Source/core/rendering/RenderBlock.cpp LayoutPoint adjustedLocation(accumulatedOffset + location()); location 2957 Source/core/rendering/RenderBlock.cpp LayoutPoint childLocation = child->location(); location 3296 Source/core/rendering/RenderBlock.cpp LayoutPoint columnPoint(columnRectAt(colInfo, 0).location()); location 3310 Source/core/rendering/RenderBlock.cpp point = gapAndColumnRect.location(); location 3314 Source/core/rendering/RenderBlock.cpp point = gapAndColumnRect.location(); location 3342 Source/core/rendering/RenderBlock.cpp point = gapAndColumnRect.location(); location 3346 Source/core/rendering/RenderBlock.cpp point = gapAndColumnRect.location(); location 4491 Source/core/rendering/RenderBlock.cpp continuation()->absoluteRects(rects, accumulatedOffset - toLayoutSize(location() + location 4492 Source/core/rendering/RenderBlock.cpp inlineElementContinuation()->containingBlock()->location())); location 4634 Source/core/rendering/RenderBlock.cpp inlineElementContinuation()->addFocusRingRects(rects, flooredLayoutPoint(additionalOffset + inlineElementContinuation()->containingBlock()->location() - location()), paintContainer); location 621 Source/core/rendering/RenderBlockFlow.cpp LayoutSize childOffset = child->location() - oldRect.location(); location 519 Source/core/rendering/RenderBox.cpp frameView->setScrollPosition(roundedIntPoint(r.location())); location 1101 Source/core/rendering/RenderBox.cpp LayoutPoint adjustedLocation = accumulatedOffset + location(); location 1128 Source/core/rendering/RenderBox.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 1346 Source/core/rendering/RenderBox.cpp LayoutPoint childLocation = childBox->location(); location 1684 Source/core/rendering/RenderBox.cpp LayoutRect RenderBox::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) location 1689 Source/core/rendering/RenderBox.cpp clipRect.setLocation(location + clipRect.location() + LayoutSize(borderLeft(), borderTop())); location 1703 Source/core/rendering/RenderBox.cpp LayoutRect RenderBox::clipRect(const LayoutPoint& location) location 1706 Source/core/rendering/RenderBox.cpp LayoutRect clipRect = LayoutRect(borderBoxRect.location() + location, borderBoxRect.size()); location 1897 Source/core/rendering/RenderBox.cpp offset += toSize(columnRect.location()); location 2023 Source/core/rendering/RenderBox.cpp rect.moveBy(location()); location 2048 Source/core/rendering/RenderBox.cpp LayoutPoint topLeft = rect.location(); location 2058 Source/core/rendering/RenderBox.cpp topLeft = rect.location(); location 2076 Source/core/rendering/RenderBox.cpp topLeft = repaintRect.location(); location 2102 Source/core/rendering/RenderBox.cpp if (oldRect.location() != m_frameRect.location()) { location 3980 Source/core/rendering/RenderBox.cpp LayoutRect rect(location(), LayoutSize(caretWidth, height())); location 4009 Source/core/rendering/RenderBox.cpp rect.moveBy(-location()); location 4047 Source/core/rendering/RenderBox.cpp adjustedPoint.moveBy(location()); location 4602 Source/core/rendering/RenderBox.cpp return location(); location 4603 Source/core/rendering/RenderBox.cpp return containerBlock->flipForWritingModeForChild(this, location()); location 136 Source/core/rendering/RenderBox.h void setLogicalLocation(const LayoutPoint& location) location 139 Source/core/rendering/RenderBox.h setLocation(location); location 141 Source/core/rendering/RenderBox.h setLocation(location.transposedPoint()); location 165 Source/core/rendering/RenderBox.h LayoutPoint location() const { return m_frameRect.location(); } location 170 Source/core/rendering/RenderBox.h void setLocation(const LayoutPoint& location) { m_frameRect.setLocation(location); } location 504 Source/core/rendering/RenderBox.h virtual LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize); location 505 Source/core/rendering/RenderBox.h LayoutRect clipRect(const LayoutPoint& location); location 295 Source/core/rendering/RenderBoxModelObject.cpp LayoutPoint stickyLocation = flippedStickyBoxRect.location(); location 307 Source/core/rendering/RenderBoxModelObject.cpp FloatRect absoluteStickyBoxRect(absContainerFrame.location() + stickyLocation, flippedStickyBoxRect.size()); location 583 Source/core/rendering/RenderBoxModelObject.cpp context->clip(thisBox->overflowClipRect(rect.location())); location 733 Source/core/rendering/RenderBoxModelObject.cpp paint(info, scrolledPaintRect.location() - localOffset); location 937 Source/core/rendering/RenderBoxModelObject.cpp phase += m_destRect.location() - m_destOrigin; location 1013 Source/core/rendering/RenderBoxModelObject.cpp positioningAreaSize = pixelSnappedIntSize(toRenderBox(this)->size() - LayoutSize(left + right, top + bottom), toRenderBox(this)->location()); location 1017 Source/core/rendering/RenderBoxModelObject.cpp positioningAreaSize = pixelSnappedIntSize(paintRect.size() - LayoutSize(left + right, top + bottom), paintRect.location()); location 1117 Source/core/rendering/RenderBoxModelObject.cpp geometry.useFixedAttachment(snappedPaintRect.location()); location 1120 Source/core/rendering/RenderBoxModelObject.cpp geometry.setDestOrigin(geometry.destRect().location()); location 1213 Source/core/rendering/RenderBoxModelObject.cpp graphicsContext->drawImage(image.get(), IntRect(borderImageRect.location(), IntSize(leftWidth, topWidth)), location 1377 Source/core/rendering/RenderBoxModelObject.cpp LayoutRect topLeftRect(boundingRect.location(), radii.topLeft()); location 1381 Source/core/rendering/RenderBoxModelObject.cpp LayoutRect topRightRect(boundingRect.location(), radii.topRight()); location 1386 Source/core/rendering/RenderBoxModelObject.cpp LayoutRect bottomLeftRect(boundingRect.location(), radii.bottomLeft()); location 1391 Source/core/rendering/RenderBoxModelObject.cpp LayoutRect bottomRightRect(boundingRect.location(), radii.bottomRight()); location 2045 Source/core/rendering/RenderBoxModelObject.cpp FloatPoint centerPoint(innerRect.location().x().toFloat() + innerRect.width().toFloat() / 2, innerRect.location().y().toFloat() + innerRect.height().toFloat() / 2); location 604 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp placeChild(child, child->location() + LayoutSize(offset, 0)); location 616 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp placeChild(child, child->location() + LayoutSize(offset, 0)); location 854 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp placeChild(child, child->location() + LayoutSize(0, offset)); location 865 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp placeChild(child, child->location() + LayoutSize(0, offset)); location 996 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp void RenderDeprecatedFlexibleBox::placeChild(RenderBox* child, const LayoutPoint& location) location 1001 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp child->setLocation(location); location 52 Source/core/rendering/RenderDeprecatedFlexibleBox.h void placeChild(RenderBox* child, const LayoutPoint& location); location 122 Source/core/rendering/RenderDetailsMarker.cpp LayoutPoint boxOrigin(paintOffset + location()); location 152 Source/core/rendering/RenderEmbeddedObject.cpp float labelX = roundf(replacementTextRect.location().x() + (replacementTextRect.size().width() - textWidth) / 2); location 153 Source/core/rendering/RenderEmbeddedObject.cpp float labelY = roundf(replacementTextRect.location().y() + (replacementTextRect.size().height() - fontMetrics.height()) / 2 + fontMetrics.ascent()); location 181 Source/core/rendering/RenderEmbeddedObject.cpp float x = (contentRect.size().width() / 2 - replacementTextRect.size().width() / 2) + contentRect.location().x(); location 182 Source/core/rendering/RenderEmbeddedObject.cpp float y = (contentRect.size().height() / 2 - replacementTextRect.size().height() / 2) + contentRect.location().y(); location 611 Source/core/rendering/RenderFlexibleBox.cpp return isHorizontalFlow() ? child->location() : child->location().transposedPoint(); location 614 Source/core/rendering/RenderFlexibleBox.cpp void RenderFlexibleBox::setFlowAwareLocationForChild(RenderBox* child, const LayoutPoint& location) location 617 Source/core/rendering/RenderFlexibleBox.cpp child->setLocation(location); location 619 Source/core/rendering/RenderFlexibleBox.cpp child->setLocation(location.transposedPoint()); location 1385 Source/core/rendering/RenderFlexibleBox.cpp LayoutPoint location = flowAwareLocationForChild(child); location 1388 Source/core/rendering/RenderFlexibleBox.cpp location.setY(crossExtent - crossAxisExtentForChild(child) - location.y()); location 1389 Source/core/rendering/RenderFlexibleBox.cpp setFlowAwareLocationForChild(child, location); location 186 Source/core/rendering/RenderFlowThread.cpp LayoutRect regionClippingRect(offset + (flowThreadPortionOverflowRect.location() - flowThreadPortionRect.location()), flowThreadPortionOverflowRect.size()); location 407 Source/core/rendering/RenderFlowThread.cpp transformState.move(renderRegion->contentBoxRect().location() - flippedRegionRect.location()); location 617 Source/core/rendering/RenderFlowThread.cpp LayoutPoint currentBlockLocation = currentBlock->location(); location 94 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(borderRect.location(), IntSize(1, height())), borderStartEdgeColor()); location 113 Source/core/rendering/RenderFrameSet.cpp context->fillRect(IntRect(borderRect.location(), IntSize(width(), 1)), borderStartEdgeColor()); location 129 Source/core/rendering/RenderFrameSet.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 451 Source/core/rendering/RenderImage.cpp repaintRect.moveBy(-absoluteContentBox().location()); location 545 Source/core/rendering/RenderImage.cpp LayoutPoint mapLocation = locationInContainer.point() - toLayoutSize(accumulatedOffset) - locationOffset() - toLayoutSize(contentBox.location()); location 635 Source/core/rendering/RenderInline.cpp continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location() + box->locationOffset())); location 637 Source/core/rendering/RenderInline.cpp continuation()->absoluteRects(rects, toLayoutPoint(accumulatedOffset - containingBlock()->location())); location 764 Source/core/rendering/RenderInline.cpp HitTestCulledInlinesGeneratorContext(Region& region, const HitTestLocation& location) : m_intersected(false), m_region(region), m_location(location) { } location 812 Source/core/rendering/RenderInline.cpp LayoutPoint parentBlockPoint = cb->location() + point; location 943 Source/core/rendering/RenderInline.cpp logicalRect.moveBy(currBox->location()); location 946 Source/core/rendering/RenderInline.cpp logicalRect.moveBy(currBox->location()); location 1079 Source/core/rendering/RenderInline.cpp LayoutPoint topLeft = rect.location(); location 1086 Source/core/rendering/RenderInline.cpp topLeft = repaintRect.location(); location 1224 Source/core/rendering/RenderInline.cpp localPoint.moveBy(block->location() - firstBlock->locationOffset()); location 1370 Source/core/rendering/RenderInline.cpp continuation()->addFocusRingRects(rects, flooredLayoutPoint(additionalOffset + continuation()->containingBlock()->location() - containingBlock()->location()), paintContainer); location 1372 Source/core/rendering/RenderInline.cpp continuation()->addFocusRingRects(rects, flooredLayoutPoint(additionalOffset + toRenderBox(continuation())->location() - containingBlock()->location()), paintContainer); location 83 Source/core/rendering/RenderInputSpeech.cpp buttonRect.moveBy(rect.location()); location 951 Source/core/rendering/RenderLayer.cpp inlineBoundingBoxOffset = toSize(lineBox.location()); location 955 Source/core/rendering/RenderLayer.cpp setSize(pixelSnappedIntSize(box->size(), box->location())); location 1023 Source/core/rendering/RenderLayer.cpp positionOrOffsetChanged |= location() != localPoint; location 1583 Source/core/rendering/RenderLayer.cpp LayoutPoint location = roundedLocation; location 1584 Source/core/rendering/RenderLayer.cpp convertToLayerCoords(ancestorLayer, location); location 1585 Source/core/rendering/RenderLayer.cpp roundedLocation = roundedIntPoint(location); location 1596 Source/core/rendering/RenderLayer.cpp static inline const RenderLayer* accumulateOffsetTowardsAncestor(const RenderLayer* layer, const RenderLayer* ancestorLayer, LayoutPoint& location) location 1617 Source/core/rendering/RenderLayer.cpp location += LayoutSize(absPos.x(), absPos.y()); location 1650 Source/core/rendering/RenderLayer.cpp location += (fixedContainerCoords - ancestorCoords); location 1652 Source/core/rendering/RenderLayer.cpp location += toSize(layer->location()); location 1693 Source/core/rendering/RenderLayer.cpp location += (thisCoords - ancestorCoords); location 1702 Source/core/rendering/RenderLayer.cpp location += toSize(layer->location()); location 1706 Source/core/rendering/RenderLayer.cpp void RenderLayer::convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutPoint& location) const location 1713 Source/core/rendering/RenderLayer.cpp currLayer = accumulateOffsetTowardsAncestor(currLayer, ancestorLayer, location); location 2464 Source/core/rendering/RenderLayer.cpp renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState()))); location 2524 Source/core/rendering/RenderLayer.cpp renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState()))); location 2542 Source/core/rendering/RenderLayer.cpp renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState()))); location 2561 Source/core/rendering/RenderLayer.cpp renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState()))); location 2581 Source/core/rendering/RenderLayer.cpp renderer()->paint(paintInfo, toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState()))); location 2594 Source/core/rendering/RenderLayer.cpp scrollableArea->paintOverflowControls(context, roundedIntPoint(toPoint(fragment.layerBounds.location() - renderBoxLocation() + subPixelAccumulationIfNeeded(localPaintingInfo.subPixelAccumulation, compositingState()))), pixelSnappedIntRect(fragment.backgroundRect.rect()), true); location 3121 Source/core/rendering/RenderLayer.cpp if (!renderer()->hitTest(request, result, hitTestLocation, toLayoutPoint(layerBounds.location() - renderBoxLocation()), hitTestFilter)) { location 151 Source/core/rendering/RenderLayer.h const LayoutPoint& location() const { return m_topLeft; } location 157 Source/core/rendering/RenderLayer.h LayoutRect rect() const { return LayoutRect(location(), size()); } location 264 Source/core/rendering/RenderLayer.h void convertToPixelSnappedLayerCoords(const RenderLayer* ancestorLayer, IntPoint& location) const; location 266 Source/core/rendering/RenderLayer.h void convertToLayerCoords(const RenderLayer* ancestorLayer, LayoutPoint& location) const; location 584 Source/core/rendering/RenderLayer.h LayoutPoint renderBoxLocation() const { return renderer()->isBox() ? toRenderBox(renderer())->location() : LayoutPoint(); } location 218 Source/core/rendering/RenderLayerRepainter.cpp IntRect repaintRect = pixelSnappedIntRect(r.location() + m_renderer->layer()->subpixelAccumulation(), r.size()); location 1395 Source/core/rendering/RenderLayerScrollableArea.cpp IntSize clampedScrollOffset = clampScrollOffset(adjustedScrollOffset() + toIntSize(roundedIntRect(r).location())); location 454 Source/core/rendering/RenderListBox.cpp paintInfo.context->drawBidiText(itemFont, textRunPaintInfo, roundedIntPoint(r.location())); location 717 Source/core/rendering/RenderListBox.cpp LayoutPoint adjustedLocation = accumulatedOffset + location(); location 425 Source/core/rendering/RenderListItem.cpp markerRect.moveBy(-o->location()); location 1136 Source/core/rendering/RenderListMarker.cpp LayoutPoint boxOrigin(paintOffset + location()); location 170 Source/core/rendering/RenderMediaControls.cpp IntPoint sliderTopLeft = highlightRect.location(); location 490 Source/core/rendering/RenderMultiColumnSet.cpp repaintFlowThreadContentRectangle(repaintRect, flowThreadPortion, flowThreadOverflowPortion, colRect.location()); location 1190 Source/core/rendering/RenderObject.cpp paintFocusRing(paintInfo, paintRect.location(), styleToUse); location 1543 Source/core/rendering/RenderObject.cpp if (invalidationReason == InvalidationIncremental && newBounds.location() != oldBounds.location()) location 107 Source/core/rendering/RenderPart.cpp LayoutPoint adjustedLocation = accumulatedOffset + location(); location 137 Source/core/rendering/RenderRegion.cpp repaintFlowThreadContentRectangle(repaintRect, flowThreadPortionRect(), flowThreadPortionOverflowRect(), contentBoxRect().location()); location 156 Source/core/rendering/RenderRegion.cpp clippedRect.setLocation(regionLocation + (clippedRect.location() - flippedFlowThreadPortionRect.location())); location 117 Source/core/rendering/RenderReplaced.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 195 Source/core/rendering/RenderReplaced.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 82 Source/core/rendering/RenderReplica.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 190 Source/core/rendering/RenderScrollbar.cpp setFrameRect(IntRect(location(), IntSize(isHorizontal ? width() : newThickness, isHorizontal ? newThickness : height()))); location 272 Source/core/rendering/RenderScrollbar.cpp partRenderer->paintIntoRect(graphicsContext, location(), rect); location 285 Source/core/rendering/RenderScrollbar.cpp return IntRect(location(), IntSize(isHorizontal ? partRenderer->pixelSnappedWidth() : width(), isHorizontal ? height() : partRenderer->pixelSnappedHeight())); location 179 Source/core/rendering/RenderScrollbarPart.cpp setLocation(rect.location() - toSize(paintOffset)); location 649 Source/core/rendering/RenderTable.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 1387 Source/core/rendering/RenderTable.cpp LayoutRect RenderTable::overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy relevancy) location 1389 Source/core/rendering/RenderTable.cpp LayoutRect rect = RenderBlock::overflowClipRect(location, relevancy); location 1400 Source/core/rendering/RenderTable.cpp rect.setY(location.y()); location 1403 Source/core/rendering/RenderTable.cpp rect.setX(location.x()); location 1412 Source/core/rendering/RenderTable.cpp LayoutPoint adjustedLocation = accumulatedOffset + location(); location 308 Source/core/rendering/RenderTable.h virtual LayoutRect overflowClipRect(const LayoutPoint& location, OverlayScrollbarSizeRelevancy = IgnoreOverlayScrollbarSize) OVERRIDE; location 360 Source/core/rendering/RenderTableCell.cpp LayoutPoint location(max<LayoutUnit>(left, -visualOverflowRect().x()), max<LayoutUnit>(top, -visualOverflowRect().y())); location 361 Source/core/rendering/RenderTableCell.cpp LayoutRect r(-location.x(), -location.y(), location.x() + max(width() + right, visualOverflowRect().maxX()), location.y() + max(height() + bottom, visualOverflowRect().maxY())); location 381 Source/core/rendering/RenderTableCell.cpp r.moveBy(-parentBox()->location()); // Rows are in the same coordinate space, so don't add their offset in. location 1110 Source/core/rendering/RenderTableCell.cpp LayoutRect paintRect = LayoutRect(paintOffset + location(), pixelSnappedSize()); location 1183 Source/core/rendering/RenderTableCell.cpp adjustedPaintOffset.moveBy(location()); location 230 Source/core/rendering/RenderTableRow.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 1004 Source/core/rendering/RenderTableSection.cpp LayoutSize childOffset(cell->location() - oldCellRect.location()); location 1228 Source/core/rendering/RenderTableSection.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 1637 Source/core/rendering/RenderTableSection.cpp LayoutPoint adjustedLocation = accumulatedOffset + location(); location 1730 Source/core/rendering/RenderTableSection.cpp LayoutPoint oldCellLocation = cell->location(); location 1744 Source/core/rendering/RenderTableSection.cpp view()->addLayoutDelta(oldCellLocation - cell->location()); location 152 Source/core/rendering/RenderTextControl.cpp LayoutPoint adjustedLocation = accumulatedOffset + location(); location 153 Source/core/rendering/RenderTextControl.cpp LayoutPoint localPoint = pointInContainer - toLayoutSize(adjustedLocation + innerText->renderBox()->location()); location 85 Source/core/rendering/RenderTextControlSingleLine.cpp contentsRect.moveBy(paintOffset + location()); location 194 Source/core/rendering/RenderTextControlSingleLine.cpp textOffset = innerTextRenderer->location(); location 196 Source/core/rendering/RenderTextControlSingleLine.cpp textOffset += toLayoutSize(editingViewPortElement()->renderBox()->location()); location 198 Source/core/rendering/RenderTextControlSingleLine.cpp textOffset += toLayoutSize(containerRenderer->location()); location 227 Source/core/rendering/RenderTextControlSingleLine.cpp pointInParent -= toLayoutSize(editingViewPortElement()->renderBox()->location()); location 229 Source/core/rendering/RenderTextControlSingleLine.cpp pointInParent -= toLayoutSize(container->renderBox()->location()); location 129 Source/core/rendering/RenderVTTCue.cpp m_fallbackPosition = FloatPoint(location()); location 84 Source/core/rendering/RenderView.cpp bool RenderView::hitTest(const HitTestRequest& request, const HitTestLocation& location, HitTestResult& result) location 92 Source/core/rendering/RenderView.cpp return layer()->hitTest(request, location, result); location 255 Source/core/rendering/RenderView.cpp transformState.move(toLayoutSize(toRenderBox(parentDocRenderer)->contentBoxRect().location())); location 278 Source/core/rendering/RenderView.cpp offset += toLayoutSize(parentDocRenderer->contentBoxRect().location()); location 442 Source/core/rendering/RenderView.cpp r.moveBy(-vr.location()); location 445 Source/core/rendering/RenderView.cpp r.moveBy(obj->contentBoxRect().location()); location 97 Source/core/rendering/RenderWidget.cpp return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size())); location 136 Source/core/rendering/RenderWidget.cpp contentBox.setLocation(absoluteContentBox.location()); location 167 Source/core/rendering/RenderWidget.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 174 Source/core/rendering/RenderWidget.cpp IntPoint widgetLocation = widget->frameRect().location(); location 208 Source/core/rendering/RenderWidget.cpp LayoutPoint adjustedPaintOffset = paintOffset + location(); location 418 Source/core/rendering/compositing/CompositedLayerMapping.cpp ASSERT(contentsBox().location() == flooredIntPoint(contentsBox().location())); location 419 Source/core/rendering/compositing/CompositedLayerMapping.cpp innerCompositor->frameViewDidChangeLocation(flooredIntPoint(contentsBox().location())); location 603 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntPoint squashLayerOrigin = squashLayerBounds.location(); location 606 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_squashingLayer->setPosition(squashLayerBounds.location()); location 686 Source/core/rendering/compositing/CompositedLayerMapping.cpp graphicsLayerParentLocation = clippingBox.location() + roundedIntSize(compAncestor->subpixelAccumulation()); location 688 Source/core/rendering/compositing/CompositedLayerMapping.cpp graphicsLayerParentLocation = ancestorCompositingBounds.location(); location 690 Source/core/rendering/compositing/CompositedLayerMapping.cpp graphicsLayerParentLocation = renderer()->view()->documentRect().location(); location 704 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_ancestorClippingLayer->setPosition(FloatPoint(parentClipRect.location() - graphicsLayerParentLocation)); location 708 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_ancestorClippingLayer->setOffsetFromRenderer(parentClipRect.location() - delta); location 711 Source/core/rendering/compositing/CompositedLayerMapping.cpp graphicsLayerParentLocation = parentClipRect.location(); location 716 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_graphicsLayer->setPosition(FloatPoint(relativeCompositingBounds.location() - graphicsLayerParentLocation)); location 717 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_graphicsLayer->setOffsetFromRenderer(toIntSize(localCompositingBounds.location())); location 727 Source/core/rendering/compositing/CompositedLayerMapping.cpp clipLayer->setPosition(FloatPoint(clippingBox.location() - localCompositingBounds.location() + roundedIntSize(m_owningLayer.subpixelAccumulation()))); location 729 Source/core/rendering/compositing/CompositedLayerMapping.cpp clipLayer->setOffsetFromRenderer(toIntSize(clippingBox.location())); location 777 Source/core/rendering/compositing/CompositedLayerMapping.cpp foregroundOffset = toIntSize(clippingBox.location()); location 810 Source/core/rendering/compositing/CompositedLayerMapping.cpp reflectionCompositedLayerMapping->mainGraphicsLayer()->setReplicatedLayerPosition(FloatPoint(layerBounds.location() - reflectionLayerBounds.location())); location 819 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_scrollingLayer->setPosition(FloatPoint(clientBox.location() - localCompositingBounds.location() + roundedIntSize(m_owningLayer.subpixelAccumulation()))); location 823 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_scrollingLayer->setOffsetFromRenderer(-toIntSize(clientBox.location())); location 828 Source/core/rendering/compositing/CompositedLayerMapping.cpp m_childClippingMaskLayer->setOffsetFromRenderer(toIntSize(clientBox.location())); location 837 Source/core/rendering/compositing/CompositedLayerMapping.cpp IntSize scrollingContentsOffset = toIntSize(clientBox.location() - adjustedScrollOffset); location 1115 Source/core/rendering/compositing/CompositedLayerMapping.cpp layer->setPosition(hBar->frameRect().location() - offsetFromRoot - offsetFromRenderer); location 1126 Source/core/rendering/compositing/CompositedLayerMapping.cpp layer->setPosition(vBar->frameRect().location() - offsetFromRoot - offsetFromRenderer); location 1136 Source/core/rendering/compositing/CompositedLayerMapping.cpp layer->setPosition(scrollCornerAndResizer.location() - offsetFromRenderer); location 1966 Source/core/rendering/compositing/CompositedLayerMapping.cpp transformedClip.moveBy(scrollbarRect.location()); location 2012 Source/core/rendering/compositing/CompositedLayerMapping.cpp transformedClip.moveBy(scrollCornerAndResizer.location()); location 1480 Source/core/rendering/compositing/RenderLayerCompositor.cpp m_rootContentLayer->setPosition(documentRect.location()); location 1628 Source/core/rendering/compositing/RenderLayerCompositor.cpp transformedClip.moveBy(scrollbarRect.location()); location 1644 Source/core/rendering/compositing/RenderLayerCompositor.cpp transformedClip.moveBy(scrollCorner.location()); location 43 Source/core/rendering/style/ShadowData.cpp return ShadowData(WebCore::blend(from.location(), location(), progress), location 39 Source/core/rendering/style/ShadowData.h ShadowData(const FloatPoint& location, float blur, float spread, ShadowStyle style, const Color& color) location 40 Source/core/rendering/style/ShadowData.h : m_location(location) location 55 Source/core/rendering/style/ShadowData.h FloatPoint location() const { return m_location; } location 169 Source/core/rendering/svg/RenderSVGInlineText.cpp absolutePoint.moveBy(containingBlock->location()); location 401 Source/core/rendering/svg/RenderSVGRoot.cpp LayoutPoint pointInBorderBox = pointInParent - toLayoutSize(location()); location 424 Source/core/rendering/svg/RenderSVGRoot.cpp LayoutRect boundsRect(accumulatedOffset + location(), size()); location 390 Source/core/rendering/svg/SVGRenderTreeAsText.cpp ts << " " << enclosingIntRect(FloatRect(text.location(), FloatSize(box->logicalWidth(), box->logicalHeight()))); location 270 Source/core/rendering/svg/SVGRenderingContext.cpp return FloatRect(absoluteTargetRect.location(), absoluteTargetRect.size().shrunkTo(maxImageBufferSize)); location 163 Source/core/rendering/svg/SVGRootInlineBox.cpp parentBlock.setLocation(boundingRect.location()); location 489 Source/core/svg/SVGSVGElement.cpp FloatPoint location; location 497 Source/core/svg/SVGSVGElement.cpp location = toRenderSVGRoot(renderer)->localToBorderBoxTransform().mapPoint(location); location 503 Source/core/svg/SVGSVGElement.cpp location = renderer->localToAbsolute(location, UseTransforms); location 504 Source/core/svg/SVGSVGElement.cpp location.scale(zoomFactor, zoomFactor); location 508 Source/core/svg/SVGSVGElement.cpp transform.translate(location.x() - viewBoxTransform.e(), location.y() - viewBoxTransform.f()); location 268 Source/core/svg/graphics/SVGImage.cpp FloatSize topLeftOffset(srcRect.location().x() * scale.width(), srcRect.location().y() * scale.height()); location 269 Source/core/svg/graphics/SVGImage.cpp FloatPoint destOffset = dstRect.location() - topLeftOffset; location 132 Source/core/svg/graphics/filters/SVGFEImage.cpp IntPoint paintLocation = absolutePaintRect().location(); location 94 Source/core/workers/WorkerGlobalScope.h WorkerLocation* location() const; location 765 Source/platform/LayoutUnit.h inline int snapSizeToPixel(LayoutUnit size, LayoutUnit location) location 767 Source/platform/LayoutUnit.h LayoutUnit fraction = location.fraction(); location 134 Source/platform/ThreadTimers.cpp "src_file", timer.location().fileName(), location 135 Source/platform/ThreadTimers.cpp "src_func", timer.location().functionName()); location 60 Source/platform/Timer.h const TraceLocation& location() const { return m_location; } location 143 Source/platform/Widget.cpp parentRect.setLocation(parentWidget->convertChildToSelf(this, localRect.location())); location 153 Source/platform/Widget.cpp localRect.setLocation(parentWidget->convertSelfToChild(this, localRect.location())); location 60 Source/platform/Widget.h IntPoint location() const { return frameRect().location(); } location 67 Source/platform/Widget.h void resize(const IntSize& s) { setFrameRect(IntRect(location(), s)); } location 51 Source/platform/exported/WebScrollbarImpl.cpp return m_scrollbar->location(); location 44 Source/platform/exported/WebScrollbarImpl.h virtual WebPoint location() const OVERRIDE; location 49 Source/platform/exported/WebScrollbarThemeClientImpl.cpp return location().x(); location 54 Source/platform/exported/WebScrollbarThemeClientImpl.cpp return location().y(); location 74 Source/platform/exported/WebScrollbarThemeClientImpl.cpp return m_scrollbar->location(); location 99 Source/platform/exported/WebScrollbarThemeClientImpl.cpp return IntRect(location(), size()); location 52 Source/platform/exported/WebScrollbarThemeClientImpl.h virtual IntPoint location() const OVERRIDE; location 56 Source/platform/geometry/FloatQuad.h : m_p1(inRect.location()) location 41 Source/platform/geometry/FloatRect.cpp FloatRect::FloatRect(const IntRect& r) : m_location(r.location()), m_size(r.size()) location 45 Source/platform/geometry/FloatRect.cpp FloatRect::FloatRect(const LayoutRect& r) : m_location(r.location()), m_size(r.size()) location 236 Source/platform/geometry/FloatRect.cpp IntPoint location = flooredIntPoint(rect.minXMinYCorner()); location 239 Source/platform/geometry/FloatRect.cpp return IntRect(location, maxPoint - location); location 244 Source/platform/geometry/FloatRect.cpp IntPoint location = ceiledIntPoint(rect.minXMinYCorner()); location 246 Source/platform/geometry/FloatRect.cpp IntSize size = maxPoint - location; location 249 Source/platform/geometry/FloatRect.cpp return IntRect(location, size); location 254 Source/platform/geometry/FloatRect.cpp return IntRect(roundedIntPoint(rect.location()), roundedIntSize(rect.size())); location 57 Source/platform/geometry/FloatRect.h FloatRect(const FloatPoint& location, const FloatSize& size) location 58 Source/platform/geometry/FloatRect.h : m_location(location), m_size(size) { } location 67 Source/platform/geometry/FloatRect.h FloatPoint location() const { return m_location; } location 70 Source/platform/geometry/FloatRect.h void setLocation(const FloatPoint& location) { m_location = location; } location 222 Source/platform/geometry/FloatRect.h return a.location() == b.location() && a.size() == b.size(); location 227 Source/platform/geometry/FloatRect.h return a.location() != b.location() || a.size() != b.size(); location 53 Source/platform/geometry/IntRect.h IntRect(const IntPoint& location, const IntSize& size) location 54 Source/platform/geometry/IntRect.h : m_location(location), m_size(size) { } location 61 Source/platform/geometry/IntRect.h IntPoint location() const { return m_location; } location 64 Source/platform/geometry/IntRect.h void setLocation(const IntPoint& location) { m_location = location; } location 186 Source/platform/geometry/IntRect.h return a.location() == b.location() && a.size() == b.size(); location 191 Source/platform/geometry/IntRect.h return a.location() != b.location() || a.size() != b.size(); location 41 Source/platform/geometry/LayoutRect.cpp : m_location(LayoutPoint(r.location())) location 134 Source/platform/geometry/LayoutRect.cpp IntPoint location = flooredIntPoint(rect.minXMinYCorner()); location 137 Source/platform/geometry/LayoutRect.cpp return IntRect(location, maxPoint - location); location 142 Source/platform/geometry/LayoutRect.cpp LayoutPoint location = flooredLayoutPoint(rect.minXMinYCorner()); location 144 Source/platform/geometry/LayoutRect.cpp return LayoutRect(location, maxPoint - location); location 46 Source/platform/geometry/LayoutRect.h LayoutRect(const LayoutPoint& location, const LayoutSize& size) location 47 Source/platform/geometry/LayoutRect.h : m_location(location), m_size(size) { } location 50 Source/platform/geometry/LayoutRect.h LayoutRect(const FloatPoint& location, const FloatSize& size) location 51 Source/platform/geometry/LayoutRect.h : m_location(location), m_size(size) { } location 52 Source/platform/geometry/LayoutRect.h LayoutRect(const IntRect& rect) : m_location(rect.location()), m_size(rect.size()) { } location 56 Source/platform/geometry/LayoutRect.h LayoutPoint location() const { return m_location; } location 62 Source/platform/geometry/LayoutRect.h void setLocation(const LayoutPoint& location) { m_location = location; } location 195 Source/platform/geometry/LayoutRect.h return a.location() == b.location() && a.size() == b.size(); location 200 Source/platform/geometry/LayoutRect.h return a.location() != b.location() || a.size() != b.size(); location 205 Source/platform/geometry/LayoutRect.h return IntRect(roundedIntPoint(rect.location()), IntSize( location 223 Source/platform/geometry/LayoutRect.h inline IntRect pixelSnappedIntRect(LayoutPoint location, LayoutSize size) location 225 Source/platform/geometry/LayoutRect.h return IntRect(roundedIntPoint(location), pixelSnappedIntSize(size, location)); location 501 Source/platform/graphics/GraphicsContext.cpp if (!toFloatSize(bounds.location()).isZero()) { location 395 Source/platform/graphics/GraphicsLayer.cpp m_contentsClippingMaskLayer->setOffsetFromRenderer(offsetFromRenderer() + IntSize(m_contentsRect.location().x(), m_contentsRect.location().y())); location 161 Source/platform/graphics/Image.cpp drawPattern(ctxt, tileRect, scale, oneTileRect.location(), op, destRect, blendMode, repeatSpacing); location 165 Source/platform/graphics/filters/FEGaussianBlur.cpp dstContext->drawImage(image.get(), drawingRegion.location(), CompositeCopy); location 309 Source/platform/graphics/filters/FELighting.cpp FloatPoint absoluteLocation(absolutePaintRect().location()); location 310 Source/platform/graphics/filters/FELighting.cpp FloatSize positionOffset(absoluteLocation - absoluteEffectRect.location()); location 468 Source/platform/graphics/filters/FELighting.cpp SkPoint3 location(spotLightSource->position().x(), spotLightSource->position().y(), spotLightSource->position().z()); location 475 Source/platform/graphics/filters/FELighting.cpp return adoptRef(SkLightingImageFilter::CreateSpotLitSpecular(location, target, specularExponent, limitingConeAngle, lightColor.rgb(), m_surfaceScale, m_specularConstant, m_specularExponent, input.get(), &rect)); location 476 Source/platform/graphics/filters/FELighting.cpp return adoptRef(SkLightingImageFilter::CreateSpotLitDiffuse(location, target, specularExponent, limitingConeAngle, lightColor.rgb(), m_surfaceScale, m_diffuseConstant, input.get(), &rect)); location 125 Source/platform/graphics/filters/FEMorphology.cpp dstContext->drawImage(image.get(), drawingRegion.location(), CompositeCopy); location 66 Source/platform/graphics/filters/FETile.cpp FloatPoint inMaxEffectLocation = tileRect.location(); location 67 Source/platform/graphics/filters/FETile.cpp FloatPoint maxEffectLocation = maxEffectRect().location(); location 83 Source/platform/graphics/filters/FETile.cpp tileImageContext->drawImageBuffer(in->asImageBuffer(), in->absolutePaintRect().location()); location 145 Source/platform/graphics/filters/FilterEffect.cpp IntPoint location = m_absolutePaintRect.location(); location 146 Source/platform/graphics/filters/FilterEffect.cpp location.moveBy(-effectRect.location()); location 147 Source/platform/graphics/filters/FilterEffect.cpp return IntRect(location, m_absolutePaintRect.size()); location 140 Source/platform/graphics/filters/FilterOperation.cpp WebCore::blend(fromOp->location(), m_location, progress), location 276 Source/platform/graphics/filters/FilterOperation.h static PassRefPtr<DropShadowFilterOperation> create(const IntPoint& location, int stdDeviation, Color color) location 278 Source/platform/graphics/filters/FilterOperation.h return adoptRef(new DropShadowFilterOperation(location, stdDeviation, color)); location 283 Source/platform/graphics/filters/FilterOperation.h IntPoint location() const { return m_location; } location 301 Source/platform/graphics/filters/FilterOperation.h DropShadowFilterOperation(const IntPoint& location, int stdDeviation, Color color) location 303 Source/platform/graphics/filters/FilterOperation.h , m_location(location) location 70 Source/platform/graphics/filters/SourceAlpha.cpp IntPoint(srcRect.location() - absolutePaintRect().location()), location 61 Source/platform/graphics/filters/SourceGraphic.cpp IntPoint(srcRect.location() - absolutePaintRect().location())); location 158 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void getUniformfv(WebGLId program, WGC3Dint location, WGC3Dfloat* value) { } location 159 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void getUniformiv(WebGLId program, WGC3Dint location, WGC3Dint* value) { } location 200 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) { } location 201 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform1fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } location 202 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform1i(WGC3Dint location, WGC3Dint x) { } location 203 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform1iv(WGC3Dint location, WGC3Dsizei count, const WGC3Dint* v) { } location 204 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y) { } location 205 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform2fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } location 206 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform2i(WGC3Dint location, WGC3Dint x, WGC3Dint y) { } location 207 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform2iv(WGC3Dint location, WGC3Dsizei count, const WGC3Dint* v) { } location 208 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) { } location 209 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform3fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } location 210 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform3i(WGC3Dint location, WGC3Dint x, WGC3Dint y, WGC3Dint z) { } location 211 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform3iv(WGC3Dint location, WGC3Dsizei count, const WGC3Dint* v) { } location 212 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform4f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z, WGC3Dfloat w) { } location 213 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform4fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) { } location 214 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform4i(WGC3Dint location, WGC3Dint x, WGC3Dint y, WGC3Dint z, WGC3Dint w) { } location 215 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniform4iv(WGC3Dint location, WGC3Dsizei count, const WGC3Dint* v) { } location 216 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniformMatrix2fv(WGC3Dint location, WGC3Dsizei count, WGC3Dboolean transpose, const WGC3Dfloat* value) { } location 217 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniformMatrix3fv(WGC3Dint location, WGC3Dsizei count, WGC3Dboolean transpose, const WGC3Dfloat* value) { } location 218 Source/platform/graphics/test/MockWebGraphicsContext3D.h virtual void uniformMatrix4fv(WGC3Dint location, WGC3Dsizei count, WGC3Dboolean transpose, const WGC3Dfloat* value) { } location 1057 Source/platform/heap/Heap.h void* operator new(size_t, NotNullTag, void* location) { return location; } \ location 1058 Source/platform/heap/Heap.h void* operator new(size_t, void* location) { return location; } \ location 1076 Source/platform/heap/Heap.h void* operator new(size_t, NotNullTag, void* location) { return location; } \ location 1077 Source/platform/heap/Heap.h void* operator new(size_t, void* location) { return location; } \ location 1260 Source/platform/heap/HeapTest.cpp void* operator new(std::size_t, void* location) location 1262 Source/platform/heap/HeapTest.cpp return location; location 363 Source/platform/mhtml/MHTMLParser.cpp KURL location = KURL(KURL(), mimeHeader.contentLocation()); location 364 Source/platform/mhtml/MHTMLParser.cpp return ArchiveResource::create(contentBuffer, location, AtomicString(mimeHeader.contentType()), AtomicString(mimeHeader.charset()), String()); location 91 Source/platform/network/HTTPHeaderMap.cpp static void translate(AtomicString& location, const char* cString, unsigned /*hash*/) location 93 Source/platform/network/HTTPHeaderMap.cpp location = AtomicString(cString); location 722 Source/platform/scroll/ScrollView.cpp graphicsLayer->setPosition(scrollbarRect.location()); location 743 Source/platform/scroll/ScrollView.cpp graphicsLayer->setPosition(cornerRect.location()); location 869 Source/platform/scroll/ScrollView.cpp IntRect visibleAreaWithoutScrollbars(location(), visibleContentRect().size()); location 877 Source/platform/scroll/ScrollView.cpp documentDirtyRect.moveBy(-location()); location 895 Source/platform/scroll/ScrollView.cpp IntRect visibleAreaWithScrollbars(location(), visibleContentRect(IncludeScrollbars).size()); location 898 Source/platform/scroll/ScrollView.cpp scrollViewDirtyRect.moveBy(-location()); location 1023 Source/platform/scroll/ScrollView.cpp newRect.moveBy(scrollbar->location()); location 1031 Source/platform/scroll/ScrollView.cpp newRect.moveBy(-scrollbar->location()); location 1040 Source/platform/scroll/ScrollView.cpp newPoint.moveBy(scrollbar->location()); location 1048 Source/platform/scroll/ScrollView.cpp newPoint.moveBy(-scrollbar->location()); location 145 Source/platform/scroll/ScrollView.h virtual IntPoint scrollPosition() const OVERRIDE { return visibleContentRect().location(); } location 146 Source/platform/scroll/ScrollView.h IntSize scrollOffset() const { return toIntSize(visibleContentRect().location()); } // Gets the scrolled position as an IntSize. Convenient for adding to other sizes. location 212 Source/platform/scroll/ScrollView.h newPoint.moveBy(child->location()); location 221 Source/platform/scroll/ScrollView.h newPoint.moveBy(-child->location()); location 60 Source/platform/scroll/Scrollbar.h virtual IntPoint location() const OVERRIDE { return Widget::location(); } location 199 Source/platform/scroll/ScrollbarTheme.cpp result.moveBy(-scrollbar->location()); location 48 Source/platform/scroll/ScrollbarThemeClient.h virtual IntPoint location() const = 0; location 55 Source/platform/text/TextChecking.h int location; location 63 Source/platform/text/TextChecking.h int location; location 290 Source/platform/transforms/AffineTransform.cpp result.setP1(mapPoint(rect.location())); location 87 Source/web/FindInPageCoordinates.cpp normalizedRect.moveBy(-containerRect.location()); location 117 Source/web/FindInPageCoordinates.cpp normalizedRect.moveBy(normalizedBoxRect.location()); location 245 Source/web/LinkHighlight.cpp newPath.translate(-toFloatSize(boundingRect.location())); location 253 Source/web/LinkHighlight.cpp m_contentLayer->layer()->setPosition(boundingRect.location()); location 413 Source/web/PopupContainer.cpp IntPoint locationInWindow = m_frameView->contentsToWindow(targetControlRect.location()); location 200 Source/web/SpellCheckerClientImpl.cpp detail.location = webResults[i].location; location 90 Source/web/ViewportAnchor.cpp if (viewRect.location() == IntPoint::zero()) location 95 Source/web/ViewportAnchor.cpp const FloatPoint anchorPoint = FloatPoint(viewRect.location()) + anchorOffset; location 103 Source/web/ViewportAnchor.cpp m_anchorInNodeCoords = anchorPoint - m_anchorNodeBounds.location(); location 110 Source/web/ViewportAnchor.cpp return m_viewRect.location(); location 114 Source/web/ViewportAnchor.cpp return m_viewRect.location(); location 119 Source/web/ViewportAnchor.cpp FloatPoint anchorPoint = currentNodeBounds.location() + anchorOffsetFromNode; location 1060 Source/web/WebFrameImpl.cpp void WebFrameImpl::setMarkedText(const WebString& text, unsigned location, unsigned length) location 1063 Source/web/WebFrameImpl.cpp frame()->inputMethodController().setComposition(text, decorations, location, length); location 1081 Source/web/WebFrameImpl.cpp bool WebFrameImpl::firstRectForCharacterRange(unsigned location, unsigned length, WebRect& rect) const location 1083 Source/web/WebFrameImpl.cpp if ((location + length < location) && (location + length)) location 1088 Source/web/WebFrameImpl.cpp RefPtrWillBeRawPtr<Range> range = PlainTextRange(location, location + length).createRange(*editable); location 165 Source/web/WebFrameImpl.h virtual void setMarkedText(const WebString&, unsigned location, unsigned length) OVERRIDE; location 169 Source/web/WebFrameImpl.h virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const OVERRIDE; location 452 Source/web/WebInputEventConversion.cpp static IntPoint convertAbsoluteLocationForRenderObject(const LayoutPoint& location, const WebCore::RenderObject& renderObject) location 454 Source/web/WebInputEventConversion.cpp return roundedIntPoint(renderObject.absoluteToLocal(location, UseTransforms)); location 628 Source/web/WebInputEventConversion.cpp if (event.location() == KeyboardEvent::DOM_KEY_LOCATION_NUMPAD) location 630 Source/web/WebInputEventConversion.cpp else if (event.location() == KeyboardEvent::DOM_KEY_LOCATION_LEFT) location 632 Source/web/WebInputEventConversion.cpp else if (event.location() == KeyboardEvent::DOM_KEY_LOCATION_RIGHT) location 750 Source/web/WebPluginContainerImpl.cpp WebPoint dragLocation(event->absoluteLocation().x() - location().x(), event->absoluteLocation().y() - location().y()); location 127 Source/web/WebPluginScrollbarImpl.cpp return m_scrollbar->frameRect().location(); location 61 Source/web/WebPluginScrollbarImpl.h virtual WebPoint location() const OVERRIDE; location 377 Source/web/WebPopupMenuImpl.cpp bool WebPopupMenuImpl::compositionRange(size_t* location, size_t* length) location 379 Source/web/WebPopupMenuImpl.cpp *location = 0; location 384 Source/web/WebPopupMenuImpl.cpp bool WebPopupMenuImpl::caretOrSelectionRange(size_t* location, size_t* length) location 386 Source/web/WebPopupMenuImpl.cpp *location = 0; location 88 Source/web/WebPopupMenuImpl.h virtual bool compositionRange(size_t* location, size_t* length) OVERRIDE FINAL; location 89 Source/web/WebPopupMenuImpl.h virtual bool caretOrSelectionRange(size_t* location, size_t* length) OVERRIDE FINAL; location 44 Source/web/WebTextCheckingResult.cpp result.location = location; location 50 Source/web/WebTextCheckingResult.cpp detail.location = 0; location 2006 Source/web/WebViewImpl.cpp bool WebViewImpl::compositionRange(size_t* location, size_t* length) location 2021 Source/web/WebViewImpl.cpp *location = plainTextRange.start(); location 2283 Source/web/WebViewImpl.cpp bool WebViewImpl::caretOrSelectionRange(size_t* location, size_t* length) location 2293 Source/web/WebViewImpl.cpp *location = selectionOffsets.start(); location 2957 Source/web/WebViewImpl.cpp const WebPoint& location) location 2959 Source/web/WebViewImpl.cpp HitTestResult result = hitTestResultForWindowPos(location); location 2988 Source/web/WebViewImpl.cpp const WebPoint& location) location 2990 Source/web/WebViewImpl.cpp HitTestResult result = hitTestResultForWindowPos(location); location 150 Source/web/WebViewImpl.h virtual bool compositionRange(size_t* location, size_t* length) OVERRIDE; location 159 Source/web/WebViewImpl.h virtual bool caretOrSelectionRange(size_t* location, size_t* length) OVERRIDE; location 231 Source/web/WebViewImpl.h const WebPoint& location) OVERRIDE; location 115 Source/web/tests/MHTMLTest.cpp EXPECT_STREQ(kFileURL, frame->domWindow()->location().href().ascii().data()); location 224 Source/web/tests/TouchActionTest.cpp clientPoint = clientRect.location(); location 1979 Source/web/tests/WebFrameTest.cpp WebCore::FloatSize relativeOffset = WebCore::FloatPoint(absoluteOffset) - rect.location(); location 55 Source/web/tests/WebInputEventConversionTest.cpp PassRefPtrWillBeRawPtr<WebCore::KeyboardEvent> createKeyboardEventWithLocation(WebCore::KeyboardEvent::KeyLocationCode location) location 57 Source/web/tests/WebInputEventConversionTest.cpp return WebCore::KeyboardEvent::create("keydown", true, true, 0, "", location, false, false, false, false, false); location 60 Source/web/tests/WebInputEventConversionTest.cpp int getModifiersForKeyLocationCode(WebCore::KeyboardEvent::KeyLocationCode location) location 62 Source/web/tests/WebInputEventConversionTest.cpp RefPtrWillBeRawPtr<WebCore::KeyboardEvent> event = createKeyboardEventWithLocation(location); location 197 Source/web/tests/WebInputEventFactoryTestGtk.cpp EXPECT_TRUE(keypress->location() == WebCore::KeyboardEvent::DOM_KEY_LOCATION_NUMPAD); location 1068 Source/web/tests/WebViewTest.cpp size_t location; location 1070 Source/web/tests/WebViewTest.cpp EXPECT_TRUE(toWebViewImpl(webView)->caretOrSelectionRange(&location, &length)); location 1071 Source/web/tests/WebViewTest.cpp EXPECT_EQ(location, 0UL); location 1088 Source/web/tests/WebViewTest.cpp size_t location; location 1090 Source/web/tests/WebViewTest.cpp EXPECT_TRUE(toWebViewImpl(webView)->caretOrSelectionRange(&location, &length)); location 1091 Source/web/tests/WebViewTest.cpp EXPECT_EQ(location, 0UL); location 78 Source/wtf/FastAllocBase.h void* operator new(size_t, NotNullTag, void* location) \ location 80 Source/wtf/FastAllocBase.h ASSERT(location); \ location 81 Source/wtf/FastAllocBase.h return location; \ location 69 Source/wtf/HashMap.h void* operator new(size_t, NotNullTag, void* location) location 72 Source/wtf/HashMap.h ASSERT(location); location 73 Source/wtf/HashMap.h return location; location 263 Source/wtf/HashMap.h template<typename T, typename U, typename V> static void translate(T& location, const U& key, const V& mapped) location 265 Source/wtf/HashMap.h location.key = key; location 266 Source/wtf/HashMap.h ValueTraits::ValueTraits::store(mapped, location.value); location 274 Source/wtf/HashMap.h template<typename T, typename U, typename V> static void translate(T& location, const U& key, const V& mapped, unsigned hashCode) location 276 Source/wtf/HashMap.h Translator::translate(location.key, key, hashCode); location 277 Source/wtf/HashMap.h ValueTraits::ValueTraits::store(mapped, location.value); location 53 Source/wtf/HashSet.h void* operator new(size_t, NotNullTag, void* location) location 56 Source/wtf/HashSet.h ASSERT(location); location 57 Source/wtf/HashSet.h return location; location 138 Source/wtf/HashSet.h template<typename T, typename U> static void translate(T& location, const U& key, const U&, unsigned hashCode) location 140 Source/wtf/HashSet.h Translator::translate(location, key, hashCode); location 231 Source/wtf/HashTable.h template<typename T, typename U, typename V> static void translate(T& location, const U&, const V& value) { location = value; } location 528 Source/wtf/ListHashSet.h template<typename T, typename U, typename V> static void translate(T*& location, const U& key, const V& allocator) location 530 Source/wtf/ListHashSet.h location = new (allocator) T(key); location 143 Source/wtf/StdLibExtras.h inline void* operator new(size_t, NotNullTag, void* location) location 145 Source/wtf/StdLibExtras.h ASSERT(location); location 146 Source/wtf/StdLibExtras.h return location; location 563 Source/wtf/Vector.h void* operator new(size_t, NotNullTag, void* location) location 565 Source/wtf/Vector.h ASSERT(location); location 566 Source/wtf/Vector.h return location; location 134 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const LChar* const& c, unsigned hash) location 136 Source/wtf/text/AtomicString.cpp location = StringImpl::create(c).leakRef(); location 137 Source/wtf/text/AtomicString.cpp location->setHash(hash); location 138 Source/wtf/text/AtomicString.cpp location->setIsAtomic(true); location 170 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const UCharBuffer& buf, unsigned hash) location 172 Source/wtf/text/AtomicString.cpp location = StringImpl::create8BitIfPossible(buf.s, buf.length).leakRef(); location 173 Source/wtf/text/AtomicString.cpp location->setHash(hash); location 174 Source/wtf/text/AtomicString.cpp location->setIsAtomic(true); location 198 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const HashAndCharacters<CharacterType>& buffer, unsigned hash) location 200 Source/wtf/text/AtomicString.cpp location = StringImpl::create(buffer.characters, buffer.length).leakRef(); location 201 Source/wtf/text/AtomicString.cpp location->setHash(hash); location 202 Source/wtf/text/AtomicString.cpp location->setIsAtomic(true); location 257 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const HashAndUTF8Characters& buffer, unsigned hash) location 270 Source/wtf/text/AtomicString.cpp location = newString.release().leakRef(); location 271 Source/wtf/text/AtomicString.cpp location->setHash(hash); location 272 Source/wtf/text/AtomicString.cpp location->setIsAtomic(true); location 337 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const SubstringLocation& buffer, unsigned hash) location 339 Source/wtf/text/AtomicString.cpp location = buffer.baseString->substring(buffer.start, buffer.length).leakRef(); location 340 Source/wtf/text/AtomicString.cpp location->setHash(hash); location 341 Source/wtf/text/AtomicString.cpp location->setIsAtomic(true); location 376 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const LCharBuffer& buf, unsigned hash) location 378 Source/wtf/text/AtomicString.cpp location = StringImpl::create(buf.s, buf.length).leakRef(); location 379 Source/wtf/text/AtomicString.cpp location->setHash(hash); location 380 Source/wtf/text/AtomicString.cpp location->setIsAtomic(true); location 396 Source/wtf/text/AtomicString.cpp static void translate(StringImpl*& location, const CharBuffer& buf, unsigned hash) location 398 Source/wtf/text/AtomicString.cpp location = StringImpl::create(buf.s, buf.length).leakRef(); location 399 Source/wtf/text/AtomicString.cpp location->setHash(hash); location 400 Source/wtf/text/AtomicString.cpp location->setIsAtomic(true); location 280 public/platform/WebGraphicsContext3D.h virtual void getUniformfv(WebGLId program, WGC3Dint location, WGC3Dfloat* value) = 0; location 281 public/platform/WebGraphicsContext3D.h virtual void getUniformiv(WebGLId program, WGC3Dint location, WGC3Dint* value) = 0; location 322 public/platform/WebGraphicsContext3D.h virtual void uniform1f(WGC3Dint location, WGC3Dfloat x) = 0; location 323 public/platform/WebGraphicsContext3D.h virtual void uniform1fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) = 0; location 324 public/platform/WebGraphicsContext3D.h virtual void uniform1i(WGC3Dint location, WGC3Dint x) = 0; location 325 public/platform/WebGraphicsContext3D.h virtual void uniform1iv(WGC3Dint location, WGC3Dsizei count, const WGC3Dint* v) = 0; location 326 public/platform/WebGraphicsContext3D.h virtual void uniform2f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y) = 0; location 327 public/platform/WebGraphicsContext3D.h virtual void uniform2fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) = 0; location 328 public/platform/WebGraphicsContext3D.h virtual void uniform2i(WGC3Dint location, WGC3Dint x, WGC3Dint y) = 0; location 329 public/platform/WebGraphicsContext3D.h virtual void uniform2iv(WGC3Dint location, WGC3Dsizei count, const WGC3Dint* v) = 0; location 330 public/platform/WebGraphicsContext3D.h virtual void uniform3f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z) = 0; location 331 public/platform/WebGraphicsContext3D.h virtual void uniform3fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) = 0; location 332 public/platform/WebGraphicsContext3D.h virtual void uniform3i(WGC3Dint location, WGC3Dint x, WGC3Dint y, WGC3Dint z) = 0; location 333 public/platform/WebGraphicsContext3D.h virtual void uniform3iv(WGC3Dint location, WGC3Dsizei count, const WGC3Dint* v) = 0; location 334 public/platform/WebGraphicsContext3D.h virtual void uniform4f(WGC3Dint location, WGC3Dfloat x, WGC3Dfloat y, WGC3Dfloat z, WGC3Dfloat w) = 0; location 335 public/platform/WebGraphicsContext3D.h virtual void uniform4fv(WGC3Dint location, WGC3Dsizei count, const WGC3Dfloat* v) = 0; location 336 public/platform/WebGraphicsContext3D.h virtual void uniform4i(WGC3Dint location, WGC3Dint x, WGC3Dint y, WGC3Dint z, WGC3Dint w) = 0; location 337 public/platform/WebGraphicsContext3D.h virtual void uniform4iv(WGC3Dint location, WGC3Dsizei count, const WGC3Dint* v) = 0; location 338 public/platform/WebGraphicsContext3D.h virtual void uniformMatrix2fv(WGC3Dint location, WGC3Dsizei count, WGC3Dboolean transpose, const WGC3Dfloat* value) = 0; location 339 public/platform/WebGraphicsContext3D.h virtual void uniformMatrix3fv(WGC3Dint location, WGC3Dsizei count, WGC3Dboolean transpose, const WGC3Dfloat* value) = 0; location 340 public/platform/WebGraphicsContext3D.h virtual void uniformMatrix4fv(WGC3Dint location, WGC3Dsizei count, WGC3Dboolean transpose, const WGC3Dfloat* value) = 0; location 413 public/platform/WebGraphicsContext3D.h virtual void bindUniformLocationCHROMIUM(WebGLId program, WGC3Dint location, const WGC3Dchar* uniform) { } location 95 public/platform/WebScrollbar.h virtual WebPoint location() const = 0; location 423 public/web/WebFrame.h virtual void setMarkedText(const WebString& text, unsigned location, unsigned length) = 0; location 431 public/web/WebFrame.h virtual bool firstRectForCharacterRange(unsigned location, unsigned length, WebRect&) const = 0; location 48 public/web/WebTextCheckingResult.h , location(0) location 54 public/web/WebTextCheckingResult.h WebTextCheckingResult(WebTextDecorationType decoration, int location, int length, const WebString& replacement = WebString(), uint32_t hash = 0) location 56 public/web/WebTextCheckingResult.h , location(location) location 68 public/web/WebTextCheckingResult.h int location; location 304 public/web/WebView.h const WebMediaPlayerAction&, const WebPoint& location) = 0; location 308 public/web/WebView.h const WebPluginAction&, const WebPoint& location) = 0; location 188 public/web/WebWidget.h virtual bool compositionRange(size_t* location, size_t* length) { return false; } location 216 public/web/WebWidget.h virtual bool caretOrSelectionRange(size_t* location, size_t* length) { return false; } location 63 public/web/mac/WebSubstringUtil.h size_t location,