m_target 90 Source/core/animation/Animation.cpp , m_target(target) m_target 99 Source/core/animation/Animation.cpp if (m_target) m_target 100 Source/core/animation/Animation.cpp m_target->ensureActiveAnimations().players().add(player()); m_target 105 Source/core/animation/Animation.cpp if (m_target) m_target 106 Source/core/animation/Animation.cpp m_target->activeAnimations()->players().remove(player()); m_target 119 Source/core/animation/Animation.cpp if (!m_target || !m_effect) m_target 123 Source/core/animation/Animation.cpp ensureAnimationStack(m_target.get()).add(this); m_target 132 Source/core/animation/Animation.cpp m_target->setNeedsAnimationStyleRecalc(); m_target 139 Source/core/animation/Animation.cpp ensureAnimationStack(m_target.get()).remove(this); m_target 151 Source/core/animation/Animation.cpp m_target->setNeedsAnimationStyleRecalc(); m_target 202 Source/core/animation/Animation.cpp if (!effect() || !m_target) m_target 212 Source/core/animation/Animation.cpp if (!CompositorAnimations::instance()->canStartAnimationOnCompositor(*m_target.get())) m_target 214 Source/core/animation/Animation.cpp if (!CompositorAnimations::instance()->startAnimationOnCompositor(*m_target.get(), specifiedTiming(), *effect(), m_compositorAnimationIds)) m_target 239 Source/core/animation/Animation.cpp if (!m_target || !m_target->renderer()) m_target 242 Source/core/animation/Animation.cpp CompositorAnimations::instance()->cancelAnimationOnCompositor(*m_target.get(), m_compositorAnimationIds[i]); m_target 249 Source/core/animation/Animation.cpp if (!m_target || !m_target->renderer()) m_target 252 Source/core/animation/Animation.cpp CompositorAnimations::instance()->pauseAnimationForTestingOnCompositor(*m_target.get(), m_compositorAnimationIds[i], pauseTime); m_target 84 Source/core/animation/Animation.h Element* target() { return m_target.get(); } m_target 107 Source/core/animation/Animation.h RefPtr<Element> m_target; m_target 648 Source/core/animation/css/CSSAnimations.cpp if (m_target->document().hasListenerType(listenerType)) { m_target 650 Source/core/animation/css/CSSAnimations.cpp event->setTarget(m_target); m_target 651 Source/core/animation/css/CSSAnimations.cpp m_target->document().enqueueAnimationFrameEvent(event); m_target 687 Source/core/animation/css/CSSAnimations.cpp if (currentPhase == TimedItem::PhaseAfter && (isFirstSample || previousPhase != currentPhase) && m_target->document().hasListenerType(Document::TRANSITIONEND_LISTENER)) { m_target 692 Source/core/animation/css/CSSAnimations.cpp String pseudoElement = PseudoElement::pseudoElementNameForEvents(m_target->pseudoId()); m_target 694 Source/core/animation/css/CSSAnimations.cpp event->setTarget(m_target); m_target 695 Source/core/animation/css/CSSAnimations.cpp m_target->document().enqueueAnimationFrameEvent(event); m_target 209 Source/core/animation/css/CSSAnimations.h : m_target(target) m_target 216 Source/core/animation/css/CSSAnimations.h Element* m_target; m_target 223 Source/core/animation/css/CSSAnimations.h : m_target(target) m_target 229 Source/core/animation/css/CSSAnimations.h Element* m_target; m_target 50 Source/core/dom/ChildListMutationScope.cpp : m_target(target) m_target 60 Source/core/dom/ChildListMutationScope.cpp accumulatorMap().remove(m_target.get()); m_target 130 Source/core/dom/ChildListMutationScope.cpp RefPtr<MutationRecord> record = MutationRecord::createChildList(m_target, addedNodes.release(), removedNodes.release(), m_previousSibling.release(), m_nextSibling.release()); m_target 64 Source/core/dom/ChildListMutationScope.h RefPtr<Node> m_target; m_target 48 Source/core/dom/MutationRecord.cpp : m_target(target) m_target 58 Source/core/dom/MutationRecord.cpp virtual Node* target() OVERRIDE { return m_target.get(); } m_target 64 Source/core/dom/MutationRecord.cpp RefPtr<Node> m_target; m_target 74 Source/core/dom/MutationRecord.cpp : m_target(target) m_target 80 Source/core/dom/MutationRecord.cpp virtual Node* target() OVERRIDE { return m_target.get(); } m_target 92 Source/core/dom/MutationRecord.cpp RefPtr<Node> m_target; m_target 41 Source/core/dom/ProcessingInstruction.cpp , m_target(target) m_target 67 Source/core/dom/ProcessingInstruction.cpp return m_target; m_target 79 Source/core/dom/ProcessingInstruction.cpp return create(document(), m_target, m_data); m_target 84 Source/core/dom/ProcessingInstruction.cpp if (m_target == "xml-stylesheet" && document().frame() && parentNode() == document()) { m_target 40 Source/core/dom/ProcessingInstruction.h const String& target() const { return m_target; } m_target 72 Source/core/dom/ProcessingInstruction.h String m_target; m_target 56 Source/core/dom/Touch.cpp : m_target(target) m_target 77 Source/core/dom/Touch.cpp : m_target(target) m_target 51 Source/core/dom/Touch.h EventTarget* target() const { return m_target.get(); } m_target 77 Source/core/dom/Touch.h RefPtr<EventTarget> m_target; m_target 93 Source/core/editing/TextIterator.cpp Vector<UChar> m_target; m_target 1775 Source/core/editing/TextIterator.cpp target.appendTo(m_target); m_target 1780 Source/core/editing/TextIterator.cpp foldQuoteMarksAndSoftHyphens(m_target.data(), m_target.size()); m_target 1782 Source/core/editing/TextIterator.cpp size_t targetLength = m_target.size(); m_target 1788 Source/core/editing/TextIterator.cpp U16_GET(m_target.data(), 0, 0, targetLength, targetFirstCharacter); m_target 1812 Source/core/editing/TextIterator.cpp usearch_setPattern(searcher, m_target.data(), targetLength, &status); m_target 1817 Source/core/editing/TextIterator.cpp normalizeCharactersIntoNFCForm(m_target.data(), m_target.size(), m_normalizedTarget); m_target 171 Source/core/events/Event.cpp if (m_target == target) m_target 174 Source/core/events/Event.cpp m_target = target; m_target 175 Source/core/events/Event.cpp if (m_target) m_target 114 Source/core/events/Event.h EventTarget* target() const { return m_target.get(); } m_target 192 Source/core/events/Event.h bool dispatched() const { return m_target; } m_target 207 Source/core/events/Event.h RefPtr<EventTarget> m_target; m_target 53 Source/core/events/TreeScopeEventContext.h EventTarget* target() const { return m_target.get(); } m_target 79 Source/core/events/TreeScopeEventContext.h RefPtr<EventTarget> m_target; m_target 101 Source/core/events/TreeScopeEventContext.h m_target = target; m_target 50 Source/core/events/WindowEventContext.cpp m_target = topNodeEventContext ? topNodeEventContext->target() : node.get(); m_target 51 Source/core/events/WindowEventContext.h RefPtr<EventTarget> m_target; m_target 61 Source/core/events/WindowEventContext.h return m_target.get(); m_target 60 Source/core/html/canvas/WebGLBuffer.cpp if (m_target) m_target 63 Source/core/html/canvas/WebGLBuffer.cpp m_target = target; m_target 42 Source/core/html/canvas/WebGLBuffer.h GLenum getTarget() const { return m_target; } m_target 45 Source/core/html/canvas/WebGLBuffer.h bool hasEverBeenBound() const { return object() && m_target; } m_target 55 Source/core/html/canvas/WebGLBuffer.h GLenum m_target; m_target 162 Source/core/html/canvas/WebGLFramebuffer.cpp GLenum m_target; m_target 173 Source/core/html/canvas/WebGLFramebuffer.cpp , m_target(target) m_target 180 Source/core/html/canvas/WebGLFramebuffer.cpp return m_texture->getWidth(m_target, m_level); m_target 185 Source/core/html/canvas/WebGLFramebuffer.cpp return m_texture->getHeight(m_target, m_level); m_target 190 Source/core/html/canvas/WebGLFramebuffer.cpp return m_texture->getInternalFormat(m_target, m_level); m_target 216 Source/core/html/canvas/WebGLFramebuffer.cpp context->framebufferTexture2D(GL_FRAMEBUFFER, attachment, m_target, object, m_level); m_target 222 Source/core/html/canvas/WebGLFramebuffer.cpp context->framebufferTexture2D(GL_FRAMEBUFFER, GL_DEPTH_ATTACHMENT, m_target, 0, m_level); m_target 223 Source/core/html/canvas/WebGLFramebuffer.cpp context->framebufferTexture2D(GL_FRAMEBUFFER, GL_STENCIL_ATTACHMENT, m_target, 0, m_level); m_target 225 Source/core/html/canvas/WebGLFramebuffer.cpp context->framebufferTexture2D(GL_FRAMEBUFFER, attachment, m_target, 0, m_level); m_target 231 Source/core/html/canvas/WebGLFramebuffer.cpp return m_texture->getType(m_target, m_level); m_target 41 Source/core/html/canvas/WebGLTexture.cpp , m_target(0) m_target 67 Source/core/html/canvas/WebGLTexture.cpp if (m_target) m_target 71 Source/core/html/canvas/WebGLTexture.cpp m_target = target; m_target 76 Source/core/html/canvas/WebGLTexture.cpp m_target = target; m_target 86 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) m_target 135 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) m_target 143 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) m_target 156 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) m_target 255 Source/core/html/canvas/WebGLTexture.cpp if (m_target == GL_TEXTURE_2D) { m_target 258 Source/core/html/canvas/WebGLTexture.cpp } else if (m_target == GL_TEXTURE_CUBE_MAP) { m_target 374 Source/core/html/canvas/WebGLTexture.cpp if (!object() || !m_target) m_target 51 Source/core/html/canvas/WebGLTexture.h GLenum getTarget() const { return m_target; } m_target 74 Source/core/html/canvas/WebGLTexture.h bool hasEverBeenBound() const { return object() && m_target; } m_target 119 Source/core/html/canvas/WebGLTexture.h GLenum m_target; m_target 141 Source/core/loader/FormSubmission.cpp m_target = other.m_target; m_target 149 Source/core/loader/FormSubmission.cpp , m_target(target) m_target 262 Source/core/loader/FormSubmission.cpp if (!m_target.isEmpty()) m_target 263 Source/core/loader/FormSubmission.cpp frameRequest.setFrameName(m_target); m_target 73 Source/core/loader/FormSubmission.h const AtomicString& target() const { return m_target; } m_target 74 Source/core/loader/FormSubmission.h void setTarget(const AtomicString& target) { m_target = target; } m_target 91 Source/core/loader/FormSubmission.h AtomicString m_target; m_target 104 Source/core/loader/FormSubmission.h const AtomicString& target() const { return m_target; } m_target 105 Source/core/loader/FormSubmission.h void clearTarget() { m_target = nullAtom; } m_target 123 Source/core/loader/FormSubmission.h AtomicString m_target; m_target 78 Source/core/loader/HistoryItem.cpp return m_target; m_target 100 Source/core/loader/HistoryItem.cpp m_target = target; m_target 108 Source/core/loader/HistoryItem.h String m_target; m_target 111 Source/core/svg/properties/SVGPropertyTearOff.h return m_target.get(); m_target 116 Source/core/svg/properties/SVGPropertyTearOff.h m_target = target; m_target 127 Source/core/svg/properties/SVGPropertyTearOff.h , m_target(target) m_target 129 Source/core/svg/properties/SVGPropertyTearOff.h ASSERT(m_target); m_target 133 Source/core/svg/properties/SVGPropertyTearOff.h RefPtr<Property> m_target; m_target 38 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp : m_target(target) m_target 98 Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp m_target->dispatchEvent(event); m_target 76 Source/core/xml/XMLHttpRequestProgressEventThrottle.h EventTarget* m_target; m_target 206 Source/core/xml/parser/XMLDocumentParser.cpp : m_target(target) m_target 213 Source/core/xml/parser/XMLDocumentParser.cpp parser->processingInstruction(m_target, m_data); m_target 217 Source/core/xml/parser/XMLDocumentParser.cpp String m_target; m_target 69 Source/modules/websockets/WebSocket.cpp , m_target(target) m_target 79 Source/modules/websockets/WebSocket.cpp ASSERT(m_target->executionContext()); m_target 80 Source/modules/websockets/WebSocket.cpp m_target->dispatchEvent(event); m_target 136 Source/modules/websockets/WebSocket.cpp ASSERT(m_target->executionContext()); m_target 137 Source/modules/websockets/WebSocket.cpp m_target->dispatchEvent(events.takeFirst()); m_target 160 Source/modules/websockets/WebSocket.h EventTarget* m_target; m_target 64 Source/platform/exported/WebActiveGestureAnimation.cpp return m_curve->apply(time - m_startTime, m_target); m_target 59 Source/platform/exported/WebActiveGestureAnimation.h WebGestureCurveTarget* m_target; m_target 950 Source/platform/heap/HeapTest.cpp explicit FinalizationObserverWithHashMap(Observable& target) : m_target(target) { } m_target 953 Source/platform/heap/HeapTest.cpp m_target.willFinalize(); m_target 979 Source/platform/heap/HeapTest.cpp Observable& m_target; m_target 62 Source/web/tests/ChromeClientImplTest.cpp explicit TestWebViewClient(WebNavigationPolicy* target) : m_target(target) { } m_target 67 Source/web/tests/ChromeClientImplTest.cpp *m_target = policy; m_target 71 Source/web/tests/ChromeClientImplTest.cpp WebNavigationPolicy* m_target;