Element 151 Source/bindings/templates/interface.h {# Element wrappers #} Element 153 Source/bindings/tests/results/V8TestInterfaceNode.cpp Element* impl = V8Element::toNative(holder); Element 167 Source/bindings/tests/results/V8TestInterfaceNode.cpp Element* impl = V8Element::toNative(holder); Element 197 Source/bindings/tests/results/V8TestInterfaceNode.cpp Element* impl = V8Element::toNative(holder); Element 1035 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Element*, cppValue, V8Element::toNativeWithTypeCheck(info.GetIsolate(), v8Value)); Element 5005 Source/bindings/tests/results/V8TestObject.cpp V8TRYCATCH_VOID(Element*, elementArg, V8Element::toNativeWithTypeCheck(info.GetIsolate(), info[0])); Element 279 Source/bindings/v8/CustomElementConstructorBuilder.cpp RefPtr<Element> element = document->createElementNS(namespaceURI, tagName, maybeType->IsNull() ? nullAtom : type, exceptionState); Element 49 Source/bindings/v8/CustomElementConstructorBuilder.h class Element; Element 151 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp void V8CustomElementLifecycleCallbacks::created(Element* element) Element 159 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp element->setCustomElementState(Element::Upgraded); Element 196 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp void V8CustomElementLifecycleCallbacks::attached(Element* element) Element 201 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp void V8CustomElementLifecycleCallbacks::detached(Element* element) Element 206 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp void V8CustomElementLifecycleCallbacks::attributeChanged(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) Element 242 Source/bindings/v8/V8CustomElementLifecycleCallbacks.cpp void V8CustomElementLifecycleCallbacks::call(const ScopedPersistent<v8::Function>& weakCallback, Element* element) Element 45 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h class Element; Element 60 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h virtual void created(Element*) OVERRIDE; Element 61 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h virtual void attached(Element*) OVERRIDE; Element 62 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h virtual void detached(Element*) OVERRIDE; Element 63 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) OVERRIDE; Element 65 Source/bindings/v8/V8CustomElementLifecycleCallbacks.h void call(const ScopedPersistent<v8::Function>& weakCallback, Element*); Element 434 Source/bindings/v8/V8WindowShell.cpp Element* element = items->item(0); Element 46 Source/bindings/v8/custom/V8ElementCustom.cpp Element* impl = V8Element::toNative(info.Holder()); Element 62 Source/bindings/v8/custom/V8ElementCustom.cpp Element* impl = V8Element::toNative(info.Holder()); Element 46 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp Vector<RefPtr<Element> > namedItems; Element 74 Source/bindings/v8/custom/V8HTMLAllCollectionCustom.cpp RefPtr<Element> result = collection->item(index->Uint32Value()); Element 84 Source/core/accessibility/AXImageMapLink.cpp Element* AXImageMapLink::actionElement() const Element 89 Source/core/accessibility/AXImageMapLink.cpp Element* AXImageMapLink::anchorElement() const Element 57 Source/core/accessibility/AXImageMapLink.h virtual Element* anchorElement() const OVERRIDE; Element 58 Source/core/accessibility/AXImageMapLink.h virtual Element* actionElement() const OVERRIDE; Element 157 Source/core/accessibility/AXListBoxOption.cpp Element* AXListBoxOption::actionElement() const Element 39 Source/core/accessibility/AXListBoxOption.h class Element; Element 58 Source/core/accessibility/AXListBoxOption.h virtual Element* actionElement() const OVERRIDE; Element 45 Source/core/accessibility/AXMenuListOption.cpp Element* AXMenuListOption::actionElement() const Element 50 Source/core/accessibility/AXMenuListOption.h virtual Element* actionElement() const OVERRIDE; Element 91 Source/core/accessibility/AXNodeObject.cpp String AXNodeObject::accessibilityDescriptionForElements(Vector<Element*> &elements) const Element 96 Source/core/accessibility/AXNodeObject.cpp Element* idElement = elements[i]; Element 133 Source/core/accessibility/AXNodeObject.cpp void AXNodeObject::ariaLabeledByElements(Vector<Element*>& elements) const Element 256 Source/core/accessibility/AXNodeObject.cpp void AXNodeObject::elementsFromAttribute(Vector<Element*>& elements, const QualifiedName& attribute) const Element 275 Source/core/accessibility/AXNodeObject.cpp Element* idElement = scope.getElementById(idName); Element 337 Source/core/accessibility/AXNodeObject.cpp HTMLLabelElement* AXNodeObject::labelForElement(Element* element) const Element 348 Source/core/accessibility/AXNodeObject.cpp for (Element* parent = element->parentElement(); parent; parent = parent->parentElement()) { Element 358 Source/core/accessibility/AXNodeObject.cpp Element* menuItem = menuItemElementForMenu(); Element 369 Source/core/accessibility/AXNodeObject.cpp static Element* siblingWithAriaRole(String role, Node* node) Element 375 Source/core/accessibility/AXNodeObject.cpp for (Element* sibling = ElementTraversal::firstChild(*parent); sibling; sibling = ElementTraversal::nextSibling(*sibling)) { Element 384 Source/core/accessibility/AXNodeObject.cpp Element* AXNodeObject::menuItemElementForMenu() const Element 392 Source/core/accessibility/AXNodeObject.cpp Element* AXNodeObject::mouseButtonListener() const Element 406 Source/core/accessibility/AXNodeObject.cpp for (Element* element = toElement(node); element; element = element->parentElement()) { Element 836 Source/core/accessibility/AXNodeObject.cpp Element* element = toElement(node); Element 1027 Source/core/accessibility/AXNodeObject.cpp Vector<Element*> elements; Element 1036 Source/core/accessibility/AXNodeObject.cpp Vector<Element*> elements; Element 1371 Source/core/accessibility/AXNodeObject.cpp Element* AXNodeObject::actionElement() const Element 1409 Source/core/accessibility/AXNodeObject.cpp Element* elt = anchorElement(); Element 1415 Source/core/accessibility/AXNodeObject.cpp Element* AXNodeObject::anchorElement() const Element 1599 Source/core/accessibility/AXNodeObject.cpp if (Element* documentElement = document->documentElement()) { Element 1656 Source/core/accessibility/AXNodeObject.cpp Vector<Element*> elements; Element 39 Source/core/accessibility/AXNodeObject.h class Element; Element 77 Source/core/accessibility/AXNodeObject.h String accessibilityDescriptionForElements(Vector<Element*> &elements) const; Element 80 Source/core/accessibility/AXNodeObject.h void ariaLabeledByElements(Vector<Element*>& elements) const; Element 83 Source/core/accessibility/AXNodeObject.h void elementsFromAttribute(Vector<Element*>& elements, const QualifiedName&) const; Element 88 Source/core/accessibility/AXNodeObject.h HTMLLabelElement* labelForElement(Element*) const; Element 90 Source/core/accessibility/AXNodeObject.h Element* menuItemElementForMenu() const; Element 91 Source/core/accessibility/AXNodeObject.h Element* mouseButtonListener() const; Element 186 Source/core/accessibility/AXNodeObject.h virtual Element* actionElement() const OVERRIDE FINAL; Element 187 Source/core/accessibility/AXNodeObject.h virtual Element* anchorElement() const OVERRIDE; Element 632 Source/core/accessibility/AXObject.cpp Element* element = toElement(elementNode); Element 645 Source/core/accessibility/AXObject.cpp Element* element = toElement(elementNode); Element 651 Source/core/accessibility/AXObject.cpp Element* actionElem = actionElement(); Element 44 Source/core/accessibility/AXObject.h class Element; Element 511 Source/core/accessibility/AXObject.h virtual Element* anchorElement() const { return 0; } Element 512 Source/core/accessibility/AXObject.h virtual Element* actionElement() const { return 0; } Element 842 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::handleAttributeChanged(const QualifiedName& attrName, Element* element) Element 874 Source/core/accessibility/AXObjectCache.cpp void AXObjectCache::labelChanged(Element* element) Element 967 Source/core/accessibility/AXObjectCache.cpp const Element* AXObjectCache::rootAXEditableElement(const Node* node) Element 969 Source/core/accessibility/AXObjectCache.cpp const Element* result = node->rootEditableElement(); Element 970 Source/core/accessibility/AXObjectCache.cpp const Element* element = node->isElementNode() ? toElement(node) : node->parentElement(); Element 141 Source/core/accessibility/AXObjectCache.h void handleAttributeChanged(const QualifiedName& attrName, Element*); Element 154 Source/core/accessibility/AXObjectCache.h Element* rootAXEditableElement(Node*); Element 155 Source/core/accessibility/AXObjectCache.h const Element* rootAXEditableElement(const Node*); Element 210 Source/core/accessibility/AXObjectCache.h void labelChanged(Element*); Element 474 Source/core/accessibility/AXRenderObject.cpp Element* anchor = anchorElement(); Element 528 Source/core/accessibility/AXRenderObject.cpp Element* focusedElement = document.focusedElement(); Element 707 Source/core/accessibility/AXRenderObject.cpp Element* elt = toElement(node); Element 942 Source/core/accessibility/AXRenderObject.cpp Element* element = toElement(m_renderer->node()); Element 950 Source/core/accessibility/AXRenderObject.cpp Element* target = element->treeScope().getElementById(activeDescendantAttrStr); Element 965 Source/core/accessibility/AXRenderObject.cpp Vector<Element*> elements; Element 971 Source/core/accessibility/AXRenderObject.cpp Element* element = elements[k]; Element 1530 Source/core/accessibility/AXRenderObject.cpp Element* AXRenderObject::anchorElement() const Element 1652 Source/core/accessibility/AXRenderObject.cpp Element* element = toElement(renderer()->node()); Element 1904 Source/core/accessibility/AXRenderObject.cpp Vector<Element*> elements; Element 1909 Source/core/accessibility/AXRenderObject.cpp Element* element = elements[k]; Element 1930 Source/core/accessibility/AXRenderObject.cpp Element* element = anchorElement(); Element 2171 Source/core/accessibility/AXRenderObject.cpp Element* spinButtonElement = input.userAgentShadowRoot()->getElementById(ShadowElementNames::spinButton()); Element 40 Source/core/accessibility/AXRenderObject.h class Element; Element 184 Source/core/accessibility/AXRenderObject.h virtual Element* anchorElement() const OVERRIDE; Element 43 Source/core/animation/ActiveAnimations.cpp const Element* element = toElement(renderer.node()); Element 59 Source/core/animation/ActiveAnimations.cpp const Element* element = toElement(renderer.node()); Element 71 Source/core/animation/ActiveAnimations.cpp const Element* element = toElement(renderer.node()); Element 45 Source/core/animation/ActiveAnimations.h class Element; Element 49 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(PassRefPtr<Element> target, PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Timing& timing, Priority priority, PassOwnPtr<EventDelegate> eventDelegate) Element 54 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(Element* element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Dictionary& timingInputDictionary) Element 59 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(Element* element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, double duration) Element 64 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(Element* element, PassRefPtrWillBeRawPtr<AnimationEffect> effect) Element 69 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(Element* element, const Vector<Dictionary>& keyframeDictionaryVector, const Dictionary& timingInputDictionary, ExceptionState& exceptionState) Element 75 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(Element* element, const Vector<Dictionary>& keyframeDictionaryVector, double duration, ExceptionState& exceptionState) Element 81 Source/core/animation/Animation.cpp PassRefPtr<Animation> Animation::create(Element* element, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState& exceptionState) Element 88 Source/core/animation/Animation.cpp Animation::Animation(PassRefPtr<Element> target, PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Timing& timing, Priority priority, PassOwnPtr<EventDelegate> eventDelegate) Element 111 Source/core/animation/Animation.cpp static AnimationStack& ensureAnimationStack(Element* element) Element 44 Source/core/animation/Animation.h class Element; Element 52 Source/core/animation/Animation.h static PassRefPtr<Animation> create(PassRefPtr<Element>, PassRefPtrWillBeRawPtr<AnimationEffect>, const Timing&, Priority = DefaultPriority, PassOwnPtr<EventDelegate> = nullptr); Element 54 Source/core/animation/Animation.h static PassRefPtr<Animation> create(Element*, PassRefPtrWillBeRawPtr<AnimationEffect>, const Dictionary& timingInputDictionary); Element 55 Source/core/animation/Animation.h static PassRefPtr<Animation> create(Element*, PassRefPtrWillBeRawPtr<AnimationEffect>, double duration); Element 56 Source/core/animation/Animation.h static PassRefPtr<Animation> create(Element*, PassRefPtrWillBeRawPtr<AnimationEffect>); Element 57 Source/core/animation/Animation.h static PassRefPtr<Animation> create(Element*, const Vector<Dictionary>& keyframeDictionaryVector, const Dictionary& timingInputDictionary, ExceptionState&); Element 58 Source/core/animation/Animation.h static PassRefPtr<Animation> create(Element*, const Vector<Dictionary>& keyframeDictionaryVector, double duration, ExceptionState&); Element 59 Source/core/animation/Animation.h static PassRefPtr<Animation> create(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&); Element 84 Source/core/animation/Animation.h Element* target() { return m_target.get(); } Element 105 Source/core/animation/Animation.h Animation(PassRefPtr<Element>, PassRefPtrWillBeRawPtr<AnimationEffect>, const Timing&, Priority, PassOwnPtr<EventDelegate>); Element 107 Source/core/animation/Animation.h RefPtr<Element> m_target; Element 683 Source/core/animation/AnimationPlayerTest.cpp RefPtr<Element> element = document->createElement("foo", ASSERT_NO_EXCEPTION); Element 71 Source/core/animation/AnimationStackTest.cpp RefPtr<Element> element; Element 34 Source/core/animation/AnimationTest.cpp RefPtr<Element> element; Element 47 Source/core/animation/AnimationTest.cpp static PassRefPtr<Animation> createAnimation(Element* element, Vector<Dictionary> keyframeDictionaryVector, T timingInput, ExceptionState& exceptionState) Element 51 Source/core/animation/AnimationTest.cpp static PassRefPtr<Animation> createAnimation(Element* element, Vector<Dictionary> keyframeDictionaryVector, ExceptionState& exceptionState) Element 88 Source/core/animation/AnimationTest.cpp Element* target = animation->target(); Element 225 Source/core/animation/CompositorAnimations.cpp bool CompositorAnimations::canStartAnimationOnCompositor(const Element& element) Element 230 Source/core/animation/CompositorAnimations.cpp bool CompositorAnimations::startAnimationOnCompositor(const Element& element, const Timing& timing, const AnimationEffect& effect, Vector<int>& startedAnimationIds) Element 259 Source/core/animation/CompositorAnimations.cpp void CompositorAnimations::cancelAnimationOnCompositor(const Element& element, int id) Element 272 Source/core/animation/CompositorAnimations.cpp void CompositorAnimations::pauseAnimationForTestingOnCompositor(const Element& element, int id, double pauseTime) Element 41 Source/core/animation/CompositorAnimations.h class Element; Element 61 Source/core/animation/CompositorAnimations.h virtual bool canStartAnimationOnCompositor(const Element&); Element 63 Source/core/animation/CompositorAnimations.h virtual bool startAnimationOnCompositor(const Element&, const Timing&, const AnimationEffect&, Vector<int>& startedAnimationIds); Element 64 Source/core/animation/CompositorAnimations.h virtual void cancelAnimationOnCompositor(const Element&, int id); Element 65 Source/core/animation/CompositorAnimations.h virtual void pauseAnimationForTestingOnCompositor(const Element&, int id, double pauseTime); Element 74 Source/core/animation/DocumentAnimations.cpp const Element& element = toElement(node); Element 88 Source/core/animation/DocumentTimelineTest.cpp element = Element::create(nullQName() , document.get()); Element 109 Source/core/animation/DocumentTimelineTest.cpp RefPtr<Element> element; Element 43 Source/core/animation/EffectInput.cpp static bool checkDocumentAndRenderer(Element* element) Element 51 Source/core/animation/EffectInput.cpp PassRefPtrWillBeRawPtr<AnimationEffect> EffectInput::convert(Element* element, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState& exceptionState, bool unsafe) Element 15 Source/core/animation/EffectInput.h class Element; Element 20 Source/core/animation/EffectInput.h static PassRefPtrWillBeRawPtr<AnimationEffect> convert(Element*, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState&, bool unsafe = false); Element 47 Source/core/animation/ElementAnimation.h static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Dictionary& timingInputDictionary) Element 52 Source/core/animation/ElementAnimation.h static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, double duration) Element 57 Source/core/animation/ElementAnimation.h static AnimationPlayer* animate(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect) Element 62 Source/core/animation/ElementAnimation.h static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVector, const Dictionary& timingInputDictionary, ExceptionState& exceptionState) Element 67 Source/core/animation/ElementAnimation.h static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVector, double duration, ExceptionState& exceptionState) Element 72 Source/core/animation/ElementAnimation.h static AnimationPlayer* animate(Element& element, const Vector<Dictionary>& keyframeDictionaryVector, ExceptionState& exceptionState) Element 78 Source/core/animation/ElementAnimation.h static AnimationPlayer* animateInternal(Element& element, PassRefPtrWillBeRawPtr<AnimationEffect> effect, const Timing& timing) Element 99 Source/core/animation/css/CSSAnimations.cpp static void resolveKeyframes(StyleResolver* resolver, Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, const AtomicString& name, TimingFunction* defaultTimingFunction, Element 103 Source/core/animation/css/CSSAnimations.cpp const Element* elementForScoping = element ? element : &parentElement; Element 271 Source/core/animation/css/CSSAnimations.cpp const StyleRuleKeyframes* CSSAnimations::matchScopedKeyframesRule(StyleResolver* resolver, const Element* element, const StringImpl* animationName) Element 288 Source/core/animation/css/CSSAnimations.cpp PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> CSSAnimations::calculateUpdate(Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver) Element 298 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateAnimationUpdate(CSSAnimationUpdate* update, Element* element, const Element& parentElement, const RenderStyle& style, RenderStyle* parentStyle, StyleResolver* resolver) Element 360 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::maybeApplyPendingUpdate(Element* element) Element 457 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateTransitionUpdateForProperty(CSSPropertyID id, const CSSAnimationData* anim, const RenderStyle& oldStyle, const RenderStyle& style, const TransitionMap* activeTransitions, CSSAnimationUpdate* update, const Element* element) Element 513 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateTransitionUpdate(CSSAnimationUpdate* update, const Element* element, const RenderStyle& style) Element 593 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateAnimationActiveInterpolations(CSSAnimationUpdate* update, const Element* element, double timelineCurrentTime) Element 612 Source/core/animation/css/CSSAnimations.cpp void CSSAnimations::calculateTransitionActiveInterpolations(CSSAnimationUpdate* update, const Element* element, double timelineCurrentTime) Element 48 Source/core/animation/css/CSSAnimations.h class Element; Element 159 Source/core/animation/css/CSSAnimations.h static const StyleRuleKeyframes* matchScopedKeyframesRule(StyleResolver*, const Element*, const StringImpl*); Element 165 Source/core/animation/css/CSSAnimations.h static PassOwnPtrWillBeRawPtr<CSSAnimationUpdate> calculateUpdate(Element*, const Element& parentElement, const RenderStyle&, RenderStyle* parentStyle, StyleResolver*); Element 168 Source/core/animation/css/CSSAnimations.h void maybeApplyPendingUpdate(Element*); Element 199 Source/core/animation/css/CSSAnimations.h static void calculateAnimationUpdate(CSSAnimationUpdate*, Element*, const Element& parentElement, const RenderStyle&, RenderStyle* parentStyle, StyleResolver*); Element 200 Source/core/animation/css/CSSAnimations.h static void calculateTransitionUpdate(CSSAnimationUpdate*, const Element*, const RenderStyle&); Element 201 Source/core/animation/css/CSSAnimations.h static void calculateTransitionUpdateForProperty(CSSPropertyID, const CSSAnimationData*, const RenderStyle& oldStyle, const RenderStyle&, const TransitionMap* activeTransitions, CSSAnimationUpdate*, const Element*); Element 203 Source/core/animation/css/CSSAnimations.h static void calculateAnimationActiveInterpolations(CSSAnimationUpdate*, const Element*, double timelineCurrentTime); Element 204 Source/core/animation/css/CSSAnimations.h static void calculateTransitionActiveInterpolations(CSSAnimationUpdate*, const Element*, double timelineCurrentTime); Element 208 Source/core/animation/css/CSSAnimations.h AnimationEventDelegate(Element* target, const AtomicString& name) Element 216 Source/core/animation/css/CSSAnimations.h Element* m_target; Element 222 Source/core/animation/css/CSSAnimations.h TransitionEventDelegate(Element* target, CSSPropertyID property) Element 229 Source/core/animation/css/CSSAnimations.h Element* m_target; Element 215 Source/core/clipboard/Clipboard.cpp void Clipboard::setDragImage(Element* image, int x, int y, ExceptionState& exceptionState) Element 255 Source/core/clipboard/Clipboard.cpp static ImageResource* getImageResource(Element* element) Element 270 Source/core/clipboard/Clipboard.cpp static void writeImageToDataObject(DataObject* dataObject, Element* element, const KURL& url) Element 315 Source/core/clipboard/Clipboard.cpp void Clipboard::declareAndWriteDragImage(Element* element, const KURL& url, const String& title) Element 43 Source/core/clipboard/Clipboard.h class Element; Element 81 Source/core/clipboard/Clipboard.h void setDragImage(Element*, int x, int y, ExceptionState&); Element 88 Source/core/clipboard/Clipboard.h void declareAndWriteDragImage(Element*, const KURL&, const String& title); Element 61 Source/core/css/AffectedByFocusTest.cpp Element* elm = document().body(); Element 44 Source/core/css/CSSCursorImageValue.cpp Element* element = SVGURIReference::targetElementFromIRIString(url, document); Element 87 Source/core/css/CSSCursorImageValue.cpp bool CSSCursorImageValue::updateIfSVGCursorIsUsed(Element* element) Element 30 Source/core/css/CSSCursorImageValue.h class Element; Element 53 Source/core/css/CSSCursorImageValue.h bool updateIfSVGCursorIsUsed(Element*); Element 142 Source/core/css/CSSDefaultStyleSheets.cpp void CSSDefaultStyleSheets::ensureDefaultStyleSheetsForElement(Element* element, bool& changedDefaultStyle) Element 30 Source/core/css/CSSDefaultStyleSheets.h class Element; Element 38 Source/core/css/CSSDefaultStyleSheets.h void ensureDefaultStyleSheetsForElement(Element*, bool& changedDefaultStyle); Element 31 Source/core/css/CSSImageValue.h class Element; Element 119 Source/core/css/ElementRuleCollector.cpp static bool rulesApplicableInCurrentTreeScope(const Element* element, const ContainerNode* scopingNode, SelectorChecker::BehaviorAtBoundary behaviorAtBoundary, bool elementApplyAuthorStyles) Element 141 Source/core/css/ElementRuleCollector.cpp Element& element = *m_context.element(); Element 80 Source/core/css/MediaQueryMatcher.cpp Element* documentElement = m_document->documentElement(); Element 38 Source/core/css/PropertySetCSSStyleDeclaration.h class Element; Element 45 Source/core/css/PropertySetCSSStyleDeclaration.h virtual Element* parentElement() const { return 0; } Element 126 Source/core/css/PropertySetCSSStyleDeclaration.h explicit InlineCSSStyleDeclaration(Element* parentElement) Element 136 Source/core/css/PropertySetCSSStyleDeclaration.h virtual Element* parentElement() const OVERRIDE { return m_parentElement; } Element 141 Source/core/css/PropertySetCSSStyleDeclaration.h Element* m_parentElement; Element 366 Source/core/css/RuleFeature.cpp void RuleFeatureSet::scheduleStyleInvalidationForClassChange(const SpaceSplitString& changedClasses, Element& element) Element 374 Source/core/css/RuleFeature.cpp void RuleFeatureSet::scheduleStyleInvalidationForClassChange(const SpaceSplitString& oldClasses, const SpaceSplitString& newClasses, Element& element) Element 407 Source/core/css/RuleFeature.cpp void RuleFeatureSet::scheduleStyleInvalidationForAttributeChange(const QualifiedName& attributeName, Element& element) Element 413 Source/core/css/RuleFeature.cpp void RuleFeatureSet::scheduleStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, Element& element) Element 425 Source/core/css/RuleFeature.cpp void RuleFeatureSet::addClassToInvalidationSet(const AtomicString& className, Element& element) Element 88 Source/core/css/RuleFeature.h void scheduleStyleInvalidationForClassChange(const SpaceSplitString& changedClasses, Element&); Element 89 Source/core/css/RuleFeature.h void scheduleStyleInvalidationForClassChange(const SpaceSplitString& oldClasses, const SpaceSplitString& newClasses, Element&); Element 91 Source/core/css/RuleFeature.h void scheduleStyleInvalidationForAttributeChange(const QualifiedName& attributeName, Element&); Element 93 Source/core/css/RuleFeature.h void scheduleStyleInvalidationForIdChange(const AtomicString& oldId, const AtomicString& newId, Element&); Element 158 Source/core/css/RuleFeature.h void addClassToInvalidationSet(const AtomicString& className, Element&); Element 68 Source/core/css/SelectorChecker.cpp static bool matchesCustomPseudoElement(const Element* element, const CSSSelector& selector) Element 80 Source/core/css/SelectorChecker.cpp Element* SelectorChecker::parentElement(const SelectorCheckingContext& context, bool allowToCrossBoundary) const Element 270 Source/core/css/SelectorChecker.cpp for (Element* element = context.element; element; element = element->parentElement()) { Element 339 Source/core/css/SelectorChecker.cpp Element* shadowHost = context.element->shadowHost(); Element 371 Source/core/css/SelectorChecker.cpp SelectorChecker::Match SelectorChecker::matchForShadowDistributed(const Element* element, const SiblingTraversalStrategy& siblingTraversalStrategy, SelectorCheckingContext& nextContext, MatchResult* result) const Element 472 Source/core/css/SelectorChecker.cpp static bool anyAttributeMatches(Element& element, CSSSelector::Match match, const CSSSelector& selector) Element 515 Source/core/css/SelectorChecker.cpp Element& element = *context.element; Element 937 Source/core/css/SelectorChecker.cpp Element* nextElement = &element; Element 1125 Source/core/css/SelectorChecker.cpp bool SelectorChecker::isFrameFocused(const Element& element) Element 1130 Source/core/css/SelectorChecker.cpp bool SelectorChecker::matchesFocusPseudoClass(const Element& element) Element 1132 Source/core/css/SelectorChecker.cpp if (InspectorInstrumentation::forcePseudoState(const_cast<Element*>(&element), CSSSelector::PseudoFocus)) Element 39 Source/core/css/SelectorChecker.h class Element; Element 64 Source/core/css/SelectorChecker.h SelectorCheckingContext(const CSSSelector& selector, Element* element, VisitedMatchType visitedMatchType) Element 80 Source/core/css/SelectorChecker.h Element* element; Element 112 Source/core/css/SelectorChecker.h static bool tagMatches(const Element&, const QualifiedName&); Element 114 Source/core/css/SelectorChecker.h static bool matchesFocusPseudoClass(const Element&); Element 115 Source/core/css/SelectorChecker.h static bool checkExactAttribute(const Element&, const QualifiedName& selectorAttributeName, const StringImpl* value); Element 120 Source/core/css/SelectorChecker.h static bool isHostInItsShadowTree(const Element&, BehaviorAtBoundary, const ContainerNode* scope); Element 128 Source/core/css/SelectorChecker.h Match matchForShadowDistributed(const Element*, const SiblingTraversalStrategy&, SelectorCheckingContext& nextContext, MatchResult* = 0) const; Element 133 Source/core/css/SelectorChecker.h Element* parentElement(const SelectorCheckingContext&, bool allowToCrossBoundary = false) const; Element 136 Source/core/css/SelectorChecker.h static bool isFrameFocused(const Element&); Element 154 Source/core/css/SelectorChecker.h inline bool SelectorChecker::tagMatches(const Element& element, const QualifiedName& tagQName) Element 165 Source/core/css/SelectorChecker.h inline bool SelectorChecker::checkExactAttribute(const Element& element, const QualifiedName& selectorAttributeName, const StringImpl* value) Element 178 Source/core/css/SelectorChecker.h inline bool SelectorChecker::isHostInItsShadowTree(const Element& element, BehaviorAtBoundary behaviorAtBoundary, const ContainerNode* scope) Element 39 Source/core/css/SelectorFilter.cpp static inline void collectElementIdentifierHashes(const Element& element, Vector<unsigned, 4>& identifierHashes) Element 52 Source/core/css/SelectorFilter.cpp void SelectorFilter::pushParentStackFrame(Element& parent) Element 82 Source/core/css/SelectorFilter.cpp void SelectorFilter::setupParentStack(Element& parent) Element 94 Source/core/css/SelectorFilter.cpp Vector<Element*, 30> ancestors; Element 95 Source/core/css/SelectorFilter.cpp for (Element* ancestor = &parent; ancestor; ancestor = ancestor->parentOrShadowHostElement()) Element 101 Source/core/css/SelectorFilter.cpp void SelectorFilter::pushParent(Element& parent) Element 42 Source/core/css/SelectorFilter.h void pushParentStackFrame(Element& parent); Element 45 Source/core/css/SelectorFilter.h void setupParentStack(Element& parent); Element 46 Source/core/css/SelectorFilter.h void pushParent(Element& parent); Element 58 Source/core/css/SelectorFilter.h ParentStackFrame(Element& element) : element(&element) { } Element 59 Source/core/css/SelectorFilter.h Element* element; Element 39 Source/core/css/SiblingTraversalStrategies.h bool isFirstChild(Element&) const; Element 40 Source/core/css/SiblingTraversalStrategies.h bool isLastChild(Element&) const; Element 41 Source/core/css/SiblingTraversalStrategies.h bool isFirstOfType(Element&, const QualifiedName&) const; Element 42 Source/core/css/SiblingTraversalStrategies.h bool isLastOfType(Element&, const QualifiedName&) const; Element 44 Source/core/css/SiblingTraversalStrategies.h int countElementsBefore(Element&) const; Element 45 Source/core/css/SiblingTraversalStrategies.h int countElementsAfter(Element&) const; Element 46 Source/core/css/SiblingTraversalStrategies.h int countElementsOfTypeBefore(Element&, const QualifiedName&) const; Element 47 Source/core/css/SiblingTraversalStrategies.h int countElementsOfTypeAfter(Element&, const QualifiedName&) const; Element 50 Source/core/css/SiblingTraversalStrategies.h inline bool DOMSiblingTraversalStrategy::isFirstChild(Element& element) const Element 55 Source/core/css/SiblingTraversalStrategies.h inline bool DOMSiblingTraversalStrategy::isLastChild(Element& element) const Element 60 Source/core/css/SiblingTraversalStrategies.h inline bool DOMSiblingTraversalStrategy::isFirstOfType(Element& element, const QualifiedName& type) const Element 62 Source/core/css/SiblingTraversalStrategies.h for (const Element* sibling = ElementTraversal::previousSibling(element); sibling; sibling = ElementTraversal::previousSibling(*sibling)) { Element 69 Source/core/css/SiblingTraversalStrategies.h inline bool DOMSiblingTraversalStrategy::isLastOfType(Element& element, const QualifiedName& type) const Element 71 Source/core/css/SiblingTraversalStrategies.h for (const Element* sibling = ElementTraversal::nextSibling(element); sibling; sibling = ElementTraversal::nextSibling(*sibling)) { Element 78 Source/core/css/SiblingTraversalStrategies.h inline int DOMSiblingTraversalStrategy::countElementsBefore(Element& element) const Element 81 Source/core/css/SiblingTraversalStrategies.h for (const Element* sibling = ElementTraversal::previousSibling(element); sibling; sibling = ElementTraversal::previousSibling(*sibling)) Element 87 Source/core/css/SiblingTraversalStrategies.h inline int DOMSiblingTraversalStrategy::countElementsOfTypeBefore(Element& element, const QualifiedName& type) const Element 90 Source/core/css/SiblingTraversalStrategies.h for (const Element* sibling = ElementTraversal::previousSibling(element); sibling; sibling = ElementTraversal::previousSibling(*sibling)) { Element 98 Source/core/css/SiblingTraversalStrategies.h inline int DOMSiblingTraversalStrategy::countElementsAfter(Element& element) const Element 101 Source/core/css/SiblingTraversalStrategies.h for (const Element* sibling = ElementTraversal::nextSibling(element); sibling; sibling = ElementTraversal::nextSibling(*sibling)) Element 107 Source/core/css/SiblingTraversalStrategies.h inline int DOMSiblingTraversalStrategy::countElementsOfTypeAfter(Element& element, const QualifiedName& type) const Element 110 Source/core/css/SiblingTraversalStrategies.h for (const Element* sibling = ElementTraversal::nextSibling(element); sibling; sibling = ElementTraversal::nextSibling(*sibling)) { Element 125 Source/core/css/SiblingTraversalStrategies.h bool isFirstChild(Element&) const; Element 126 Source/core/css/SiblingTraversalStrategies.h bool isLastChild(Element&) const; Element 127 Source/core/css/SiblingTraversalStrategies.h bool isFirstOfType(Element&, const QualifiedName&) const; Element 128 Source/core/css/SiblingTraversalStrategies.h bool isLastOfType(Element&, const QualifiedName&) const; Element 130 Source/core/css/SiblingTraversalStrategies.h int countElementsBefore(Element&) const; Element 131 Source/core/css/SiblingTraversalStrategies.h int countElementsAfter(Element&) const; Element 132 Source/core/css/SiblingTraversalStrategies.h int countElementsOfTypeBefore(Element&, const QualifiedName&) const; Element 133 Source/core/css/SiblingTraversalStrategies.h int countElementsOfTypeAfter(Element&, const QualifiedName&) const; Element 140 Source/core/css/SiblingTraversalStrategies.h inline bool ShadowDOMSiblingTraversalStrategy::isFirstChild(Element& element) const Element 152 Source/core/css/SiblingTraversalStrategies.h inline bool ShadowDOMSiblingTraversalStrategy::isLastChild(Element& element) const Element 164 Source/core/css/SiblingTraversalStrategies.h inline bool ShadowDOMSiblingTraversalStrategy::isFirstOfType(Element& element, const QualifiedName& type) const Element 176 Source/core/css/SiblingTraversalStrategies.h inline bool ShadowDOMSiblingTraversalStrategy::isLastOfType(Element& element, const QualifiedName& type) const Element 188 Source/core/css/SiblingTraversalStrategies.h inline int ShadowDOMSiblingTraversalStrategy::countElementsBefore(Element& element) const Element 201 Source/core/css/SiblingTraversalStrategies.h inline int ShadowDOMSiblingTraversalStrategy::countElementsAfter(Element& element) const Element 214 Source/core/css/SiblingTraversalStrategies.h inline int ShadowDOMSiblingTraversalStrategy::countElementsOfTypeBefore(Element& element, const QualifiedName& type) const Element 227 Source/core/css/SiblingTraversalStrategies.h inline int ShadowDOMSiblingTraversalStrategy::countElementsOfTypeAfter(Element& element, const QualifiedName& type) const Element 59 Source/core/css/StyleMedia.cpp Element* documentElement = document->documentElement(); Element 37 Source/core/css/StylePropertySet.h class Element; Element 83 Source/core/css/StyleSheetList.cpp Element* element = m_treeScope->getElementById(name); Element 43 Source/core/css/invalidation/DescendantInvalidationSet.h class Element; Element 21 Source/core/css/invalidation/StyleInvalidator.cpp if (Element* documentElement = document.documentElement()) Element 28 Source/core/css/invalidation/StyleInvalidator.cpp void StyleInvalidator::scheduleInvalidation(PassRefPtr<DescendantInvalidationSet> invalidationSet, Element& element) Element 34 Source/core/css/invalidation/StyleInvalidator.cpp StyleInvalidator::InvalidationList& StyleInvalidator::ensurePendingInvalidationList(Element& element) Element 68 Source/core/css/invalidation/StyleInvalidator.cpp bool StyleInvalidator::RecursionData::matchesCurrentInvalidationSets(Element& element) Element 96 Source/core/css/invalidation/StyleInvalidator.cpp bool StyleInvalidator::checkInvalidationSetsAgainstElement(Element& element) Element 121 Source/core/css/invalidation/StyleInvalidator.cpp bool StyleInvalidator::invalidateChildren(Element& element) Element 125 Source/core/css/invalidation/StyleInvalidator.cpp for (Element* child = ElementTraversal::firstWithin(*root); child; child = ElementTraversal::nextSibling(*child)) { Element 132 Source/core/css/invalidation/StyleInvalidator.cpp for (Element* child = ElementTraversal::firstWithin(element); child; child = ElementTraversal::nextSibling(*child)) { Element 139 Source/core/css/invalidation/StyleInvalidator.cpp bool StyleInvalidator::invalidate(Element& element) Element 14 Source/core/css/invalidation/StyleInvalidator.h class Element; Element 20 Source/core/css/invalidation/StyleInvalidator.h void scheduleInvalidation(PassRefPtr<DescendantInvalidationSet>, Element&); Element 28 Source/core/css/invalidation/StyleInvalidator.h bool invalidate(Element&); Element 29 Source/core/css/invalidation/StyleInvalidator.h bool invalidateChildren(Element&); Element 31 Source/core/css/invalidation/StyleInvalidator.h bool checkInvalidationSetsAgainstElement(Element&); Element 39 Source/core/css/invalidation/StyleInvalidator.h bool matchesCurrentInvalidationSets(Element&); Element 84 Source/core/css/invalidation/StyleInvalidator.h InvalidationList& ensurePendingInvalidationList(Element&); Element 184 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp static bool elementMatchesSelectorScopes(const Element* element, const HashSet<StringImpl*>& idScopes, const HashSet<StringImpl*>& classScopes) Element 209 Source/core/css/invalidation/StyleSheetInvalidationAnalysis.cpp Element* element = ElementTraversal::firstWithin(document); Element 1153 Source/core/css/parser/BisonCSSParser-in.cpp PassRefPtr<ImmutableStylePropertySet> BisonCSSParser::parseInlineStyleDeclaration(const String& string, Element* element) Element 60 Source/core/css/parser/BisonCSSParser.h class Element; Element 100 Source/core/css/parser/BisonCSSParser.h static PassRefPtr<ImmutableStylePropertySet> parseInlineStyleDeclaration(const String&, Element*); Element 56 Source/core/css/parser/CSSPropertyParser.h class Element; Element 32 Source/core/css/resolver/ElementResolveContext.cpp ElementResolveContext::ElementResolveContext(Element& element) Element 32 Source/core/css/resolver/ElementResolveContext.h class Element; Element 48 Source/core/css/resolver/ElementResolveContext.h explicit ElementResolveContext(Element&); Element 50 Source/core/css/resolver/ElementResolveContext.h Element* element() const { return m_element; } Element 57 Source/core/css/resolver/ElementResolveContext.h Element* m_element; Element 148 Source/core/css/resolver/MatchedPropertiesCache.cpp bool MatchedPropertiesCache::isCacheable(const Element* element, const RenderStyle* style, const RenderStyle* parentStyle) Element 59 Source/core/css/resolver/MatchedPropertiesCache.h static bool isCacheable(const Element*, const RenderStyle*, const RenderStyle* parentStyle); Element 114 Source/core/css/resolver/ScopedStyleTree.cpp void ScopedStyleTree::resolveScopedStyles(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers) Element 120 Source/core/css/resolver/ScopedStyleTree.cpp void ScopedStyleTree::collectScopedResolversForHostedShadowTrees(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers) Element 135 Source/core/css/resolver/ScopedStyleTree.cpp void ScopedStyleTree::resolveScopedKeyframesRules(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers) Element 57 Source/core/css/resolver/ScopedStyleTree.h void resolveScopedStyles(const Element*, Vector<ScopedStyleResolver*, 8>&); Element 58 Source/core/css/resolver/ScopedStyleTree.h void collectScopedResolversForHostedShadowTrees(const Element*, Vector<ScopedStyleResolver*, 8>&); Element 59 Source/core/css/resolver/ScopedStyleTree.h void resolveScopedKeyframesRules(const Element*, Vector<ScopedStyleResolver*, 8>&); Element 60 Source/core/css/resolver/ScopedStyleTree.h ScopedStyleResolver* scopedResolverFor(const Element*); Element 98 Source/core/css/resolver/ScopedStyleTree.h inline ScopedStyleResolver* ScopedStyleTree::scopedResolverFor(const Element* element) Element 59 Source/core/css/resolver/SharedStyleFinder.cpp bool SharedStyleFinder::canShareStyleWithControl(Element& candidate) const Element 111 Source/core/css/resolver/SharedStyleFinder.cpp static inline const AtomicString& typeAttributeValue(const Element& element) Element 117 Source/core/css/resolver/SharedStyleFinder.cpp bool SharedStyleFinder::sharingCandidateHasIdenticalStyleAffectingAttributes(Element& candidate) const Element 169 Source/core/css/resolver/SharedStyleFinder.cpp bool SharedStyleFinder::sharingCandidateShadowHasSharedStyleSheetContents(Element& candidate) const Element 177 Source/core/css/resolver/SharedStyleFinder.cpp bool SharedStyleFinder::sharingCandidateDistributedToSameInsertionPoint(Element& candidate) const Element 191 Source/core/css/resolver/SharedStyleFinder.cpp bool SharedStyleFinder::canShareStyleWithElement(Element& candidate) const Element 195 Source/core/css/resolver/SharedStyleFinder.cpp Element* parent = candidate.parentOrShadowHostElement(); Element 270 Source/core/css/resolver/SharedStyleFinder.cpp for (Element* element = document().documentElement(); element; element = ElementTraversal::next(*element)) { Element 277 Source/core/css/resolver/SharedStyleFinder.cpp inline Element* SharedStyleFinder::findElementForStyleSharing() const Element 281 Source/core/css/resolver/SharedStyleFinder.cpp Element& candidate = **it; Element 313 Source/core/css/resolver/SharedStyleFinder.cpp Element* shareElement = findElementForStyleSharing(); Element 30 Source/core/css/resolver/SharedStyleFinder.h class Element; Element 57 Source/core/css/resolver/SharedStyleFinder.h Element* findElementForStyleSharing() const; Element 64 Source/core/css/resolver/SharedStyleFinder.h bool canShareStyleWithElement(Element& candidate) const; Element 65 Source/core/css/resolver/SharedStyleFinder.h bool canShareStyleWithControl(Element& candidate) const; Element 66 Source/core/css/resolver/SharedStyleFinder.h bool sharingCandidateHasIdenticalStyleAffectingAttributes(Element& candidate) const; Element 67 Source/core/css/resolver/SharedStyleFinder.h bool sharingCandidateShadowHasSharedStyleSheetContents(Element& candidate) const; Element 68 Source/core/css/resolver/SharedStyleFinder.h bool sharingCandidateDistributedToSameInsertionPoint(Element& candidate) const; Element 71 Source/core/css/resolver/SharedStyleFinder.h Element& element() const { return *m_context.element(); } Element 59 Source/core/css/resolver/StyleAdjuster.cpp static inline bool isAtShadowBoundary(const Element* element) Element 136 Source/core/css/resolver/StyleAdjuster.cpp static bool doesNotInheritTextDecoration(const RenderStyle* style, const Element* e) Element 145 Source/core/css/resolver/StyleAdjuster.cpp static bool isInTopLayer(const Element* element, const RenderStyle* style) Element 165 Source/core/css/resolver/StyleAdjuster.cpp static bool hasWillChangeThatCreatesStackingContext(const RenderStyle* style, Element* e) Element 196 Source/core/css/resolver/StyleAdjuster.cpp void StyleAdjuster::adjustRenderStyle(RenderStyle* style, RenderStyle* parentStyle, Element *e) Element 296 Source/core/css/resolver/StyleAdjuster.cpp void StyleAdjuster::adjustStyleForTagName(RenderStyle* style, RenderStyle* parentStyle, Element& element) Element 381 Source/core/css/resolver/StyleAdjuster.cpp void StyleAdjuster::adjustOverflow(RenderStyle* style, Element* element) Element 30 Source/core/css/resolver/StyleAdjuster.h class Element; Element 44 Source/core/css/resolver/StyleAdjuster.h void adjustRenderStyle(RenderStyle* styleToAdjust, RenderStyle* parentStyle, Element*); Element 48 Source/core/css/resolver/StyleAdjuster.h void adjustStyleForTagName(RenderStyle* styleToAdjust, RenderStyle* parentStyle, Element&); Element 49 Source/core/css/resolver/StyleAdjuster.h void adjustOverflow(RenderStyle* styleToAdjust, Element*); Element 203 Source/core/css/resolver/StyleBuilderCustom.cpp Element* element = state.element(); Element 92 Source/core/css/resolver/StyleResolver.cpp void setAnimationUpdateIfNeeded(StyleResolverState& state, Element& element) Element 151 Source/core/css/resolver/StyleResolver.cpp Element* root = document.documentElement(); Element 337 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::addToStyleSharingList(Element& element) Element 360 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::pushParentElement(Element& parent) Element 377 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::popParentElement(Element& parent) Element 403 Source/core/css/resolver/StyleResolver.cpp inline void StyleResolver::collectTreeBoundaryCrossingRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules) Element 434 Source/core/css/resolver/StyleResolver.cpp static inline bool applyAuthorStylesOf(const Element* element) Element 439 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::matchAuthorRulesForShadowHost(Element* element, ElementRuleCollector& collector, bool includeEmptyRules, Vector<ScopedStyleResolver*, 8>& resolvers, Vector<ScopedStyleResolver*, 8>& resolversInShadowTree) Element 461 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::matchAuthorRules(Element* element, ElementRuleCollector& collector, bool includeEmptyRules) Element 598 Source/core/css/resolver/StyleResolver.cpp static inline bool isAtShadowBoundary(const Element* element) Element 625 Source/core/css/resolver/StyleResolver.cpp PassRefPtr<RenderStyle> StyleResolver::styleForElement(Element* element, RenderStyle* defaultParent, StyleSharingBehavior sharingBehavior, Element 669 Source/core/css/resolver/StyleResolver.cpp if (Element* parent = element->parentElement()) { Element 728 Source/core/css/resolver/StyleResolver.cpp PassRefPtr<RenderStyle> StyleResolver::styleForKeyframe(Element* element, const RenderStyle& elementStyle, RenderStyle* parentStyle, const StyleKeyframe* keyframe, const AtomicString& animationName) Element 790 Source/core/css/resolver/StyleResolver.cpp PassRefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> StyleResolver::createKeyframeEffectModel(Element& element, const WillBeHeapVector<RefPtrWillBeMember<MutableStylePropertySet> >& propertySetVector, AnimatableValueKeyframeVector& keyframes) Element 808 Source/core/css/resolver/StyleResolver.cpp PassRefPtr<PseudoElement> StyleResolver::createPseudoElementIfNeeded(Element& parent, PseudoId pseudoId) Element 848 Source/core/css/resolver/StyleResolver.cpp bool StyleResolver::pseudoStyleForElementInternal(Element& element, const PseudoStyleRequest& pseudoStyleRequest, RenderStyle* parentStyle, StyleResolverState& state) Element 906 Source/core/css/resolver/StyleResolver.cpp PassRefPtr<RenderStyle> StyleResolver::pseudoStyleForElement(Element* element, const PseudoStyleRequest& pseudoStyleRequest, RenderStyle* parentStyle) Element 1015 Source/core/css/resolver/StyleResolver.cpp PassRefPtrWillBeRawPtr<StyleRuleList> StyleResolver::styleRulesForElement(Element* element, unsigned rulesToInclude) Element 1025 Source/core/css/resolver/StyleResolver.cpp PassRefPtrWillBeRawPtr<CSSRuleList> StyleResolver::pseudoCSSRulesForElement(Element* element, PseudoId pseudoId, unsigned rulesToInclude) Element 1035 Source/core/css/resolver/StyleResolver.cpp PassRefPtrWillBeRawPtr<CSSRuleList> StyleResolver::cssRulesForElement(Element* element, unsigned rulesToInclude) Element 1040 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::collectPseudoRulesForElement(Element* element, ElementRuleCollector& collector, PseudoId pseudoId, unsigned rulesToInclude) Element 1056 Source/core/css/resolver/StyleResolver.cpp void StyleResolver::applyAnimatedProperties(StyleResolverState& state, Element* animatingElement) Element 1058 Source/core/css/resolver/StyleResolver.cpp const Element* element = state.element(); Element 1252 Source/core/css/resolver/StyleResolver.cpp const Element* element = state.element(); Element 59 Source/core/css/resolver/StyleResolver.h class Element; Element 116 Source/core/css/resolver/StyleResolver.h void pushParentElement(Element&); Element 117 Source/core/css/resolver/StyleResolver.h void popParentElement(Element&); Element 121 Source/core/css/resolver/StyleResolver.h PassRefPtr<RenderStyle> styleForElement(Element*, RenderStyle* parentStyle = 0, StyleSharingBehavior = AllowStyleSharing, Element 124 Source/core/css/resolver/StyleResolver.h PassRefPtr<RenderStyle> styleForKeyframe(Element*, const RenderStyle&, RenderStyle* parentStyle, const StyleKeyframe*, const AtomicString& animationName); Element 125 Source/core/css/resolver/StyleResolver.h static PassRefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> createKeyframeEffectModel(Element&, const WillBeHeapVector<RefPtrWillBeMember<MutableStylePropertySet> >&, AnimatableValueKeyframeVector&); Element 127 Source/core/css/resolver/StyleResolver.h PassRefPtr<RenderStyle> pseudoStyleForElement(Element*, const PseudoStyleRequest&, RenderStyle* parentStyle); Element 166 Source/core/css/resolver/StyleResolver.h void styleTreeResolveScopedKeyframesRules(const Element* element, Vector<ScopedStyleResolver*, 8>& resolvers) Element 180 Source/core/css/resolver/StyleResolver.h PassRefPtrWillBeRawPtr<CSSRuleList> cssRulesForElement(Element*, unsigned rulesToInclude = AllButEmptyCSSRules); Element 181 Source/core/css/resolver/StyleResolver.h PassRefPtrWillBeRawPtr<CSSRuleList> pseudoCSSRulesForElement(Element*, PseudoId, unsigned rulesToInclude = AllButEmptyCSSRules); Element 182 Source/core/css/resolver/StyleResolver.h PassRefPtrWillBeRawPtr<StyleRuleList> styleRulesForElement(Element*, unsigned rulesToInclude); Element 218 Source/core/css/resolver/StyleResolver.h void addToStyleSharingList(Element&); Element 231 Source/core/css/resolver/StyleResolver.h PassRefPtr<PseudoElement> createPseudoElementIfNeeded(Element& parent, PseudoId); Element 251 Source/core/css/resolver/StyleResolver.h void collectPseudoRulesForElement(Element*, ElementRuleCollector&, PseudoId, unsigned rulesToInclude); Element 253 Source/core/css/resolver/StyleResolver.h void matchAuthorRules(Element*, ElementRuleCollector&, bool includeEmptyRules); Element 254 Source/core/css/resolver/StyleResolver.h void matchAuthorRulesForShadowHost(Element*, ElementRuleCollector&, bool includeEmptyRules, Vector<ScopedStyleResolver*, 8>& resolvers, Vector<ScopedStyleResolver*, 8>& resolversInShadowTree); Element 260 Source/core/css/resolver/StyleResolver.h void collectTreeBoundaryCrossingRules(Element*, ElementRuleCollector&, bool includeEmptyRules); Element 266 Source/core/css/resolver/StyleResolver.h void applyAnimatedProperties(StyleResolverState&, Element* animatingElement); Element 291 Source/core/css/resolver/StyleResolver.h bool pseudoStyleForElementInternal(Element&, const PseudoStyleRequest&, RenderStyle* parentStyle, StyleResolverState&); Element 32 Source/core/css/resolver/StyleResolverState.cpp StyleResolverState::StyleResolverState(Document& document, Element* element, RenderStyle* parentStyle) Element 48 Source/core/css/resolver/StyleResolverState.h StyleResolverState(Document&, Element*, RenderStyle* parentStyle = 0); Element 55 Source/core/css/resolver/StyleResolverState.h Element* element() const { return m_elementContext.element(); } Element 39 Source/core/dom/Attr.cpp Attr::Attr(Element& element, const QualifiedName& name) Element 58 Source/core/dom/Attr.cpp PassRefPtr<Attr> Attr::create(Element& element, const QualifiedName& name) Element 199 Source/core/dom/Attr.cpp void Attr::attachToElement(Element* element) Element 43 Source/core/dom/Attr.h static PassRefPtr<Attr> create(Element&, const QualifiedName&); Element 49 Source/core/dom/Attr.h Element* ownerElement() const { return m_element; } Element 59 Source/core/dom/Attr.h void attachToElement(Element*); Element 67 Source/core/dom/Attr.h Attr(Element&, const QualifiedName&); Element 90 Source/core/dom/Attr.h Element* m_element; Element 15 Source/core/dom/ChildNode.h static Element* previousElementSibling(Node& node) Element 20 Source/core/dom/ChildNode.h static Element* nextElementSibling(Node& node) Element 51 Source/core/dom/ClassCollection.h bool elementMatches(const Element&) const; Element 60 Source/core/dom/ClassCollection.h inline bool ClassCollection::elementMatches(const Element& testElement) const Element 917 Source/core/dom/ContainerNode.cpp PassRefPtr<Element> ContainerNode::querySelector(const AtomicString& selectors, ExceptionState& exceptionState) Element 1036 Source/core/dom/ContainerNode.cpp Element* element = toElement(child); Element 111 Source/core/dom/ContainerNode.h PassRefPtr<Element> querySelector(const AtomicString& selectors, ExceptionState&); Element 38 Source/core/dom/DOMStringMap.h class Element; Element 82 Source/core/dom/DOMStringMap.h virtual Element* element() = 0; Element 34 Source/core/dom/DOMTokenList.h class Element; Element 62 Source/core/dom/DOMTokenList.h virtual Element* element() { return 0; } Element 34 Source/core/dom/DatasetDOMStringMap.h class Element; Element 39 Source/core/dom/DatasetDOMStringMap.h static PassOwnPtr<DatasetDOMStringMap> create(Element* element) Element 53 Source/core/dom/DatasetDOMStringMap.h virtual Element* element() OVERRIDE { return m_element; } Element 56 Source/core/dom/DatasetDOMStringMap.h explicit DatasetDOMStringMap(Element* element) Element 61 Source/core/dom/DatasetDOMStringMap.h Element* m_element; Element 296 Source/core/dom/Document.cpp static Widget* widgetForElement(const Element& focusedElement) Element 304 Source/core/dom/Document.cpp static bool acceptsEditingFocus(const Element& element) Element 363 Source/core/dom/Document.cpp if (RefPtr<Element> element = document->autofocusElement()) { Element 708 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElement(const AtomicString& name, ExceptionState& exceptionState) Element 718 Source/core/dom/Document.cpp return Element::create(QualifiedName(nullAtom, name, nullAtom), this); Element 721 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElement(const AtomicString& localName, const AtomicString& typeExtension, ExceptionState& exceptionState) Element 728 Source/core/dom/Document.cpp RefPtr<Element> element; Element 759 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState& exceptionState) Element 768 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& typeExtension, ExceptionState& exceptionState) Element 774 Source/core/dom/Document.cpp RefPtr<Element> element; Element 912 Source/core/dom/Document.cpp Element* oldElement = toElement(importedNode); Element 919 Source/core/dom/Document.cpp RefPtr<Element> newElement = createElement(oldElement->tagQName(), false); Element 1028 Source/core/dom/Document.cpp PassRefPtr<Element> Document::createElement(const QualifiedName& qName, bool createdByParser) Element 1030 Source/core/dom/Document.cpp RefPtr<Element> e; Element 1041 Source/core/dom/Document.cpp e = Element::create(qName, this); Element 1225 Source/core/dom/Document.cpp Element* Document::elementFromPoint(int x, int y) const Element 1353 Source/core/dom/Document.cpp void Document::setTitleElement(const String& title, Element* titleElement) Element 1365 Source/core/dom/Document.cpp void Document::removeTitle(Element* titleElement) Element 1659 Source/core/dom/Document.cpp if (Element* element = viewportDefiningElement(documentElementStyle.get())) { Element 1819 Source/core/dom/Document.cpp if (Element* documentElement = this->documentElement()) { Element 1877 Source/core/dom/Document.cpp if (Element* oe = ownerElement()) Element 1943 Source/core/dom/Document.cpp PassRefPtr<RenderStyle> Document::styleForElementIgnoringPendingStylesheets(Element* element) Element 2012 Source/core/dom/Document.cpp HashSet<Element*>::iterator end = m_layerUpdateElements.end(); Element 2013 Source/core/dom/Document.cpp for (HashSet<Element*>::iterator it = m_layerUpdateElements.begin(); it != end; ++it) Element 2019 Source/core/dom/Document.cpp void Document::scheduleLayerUpdate(Element& element) Element 2028 Source/core/dom/Document.cpp void Document::unscheduleLayerUpdate(Element& element) Element 2379 Source/core/dom/Document.cpp Element* Document::viewportDefiningElement(RenderStyle* rootStyle) const Element 2387 Source/core/dom/Document.cpp Element* rootElement = documentElement(); Element 2388 Source/core/dom/Document.cpp Element* bodyElement = body(); Element 2568 Source/core/dom/Document.cpp Element* currentFocusedElement = focusedElement(); Element 3364 Source/core/dom/Document.cpp void Document::setActiveHoverElement(PassRefPtr<Element> newActiveElement) Element 3435 Source/core/dom/Document.cpp bool Document::setFocusedElement(PassRefPtr<Element> prpNewFocusedElement, FocusType type) Element 3439 Source/core/dom/Document.cpp RefPtr<Element> newFocusedElement = prpNewFocusedElement; Element 3452 Source/core/dom/Document.cpp RefPtr<Element> oldFocusedElement = m_focusedElement; Element 3576 Source/core/dom/Document.cpp void Document::setCSSTarget(Element* n) Element 3840 Source/core/dom/Document.cpp CSSStyleDeclaration* Document::getOverrideStyle(Element*, const String&) Element 4342 Source/core/dom/Document.cpp Element* element; Element 4734 Source/core/dom/Document.cpp Element* element = focusedElement(); Element 4898 Source/core/dom/Document.cpp void Document::addToTopLayer(Element* element, const Element* before) Element 4914 Source/core/dom/Document.cpp void Document::removeFromTopLayer(Element* element) Element 4935 Source/core/dom/Document.cpp if (Element* target = page()->pointerLockController().element()) { Element 4942 Source/core/dom/Document.cpp Element* Document::webkitPointerLockElement() const Element 4946 Source/core/dom/Document.cpp if (Element* element = page()->pointerLockController().element()) { Element 5196 Source/core/dom/Document.cpp void Document::updateHoverActiveState(const HitTestRequest& request, Element* innerElement, const PlatformMouseEvent* event) Element 5203 Source/core/dom/Document.cpp Element* innerElementInDocument = innerElement; Element 5209 Source/core/dom/Document.cpp Element* oldActiveElement = activeHoverElement(); Element 5221 Source/core/dom/Document.cpp Element* newActiveElement = innerElementInDocument; Element 5376 Source/core/dom/Document.cpp void Document::didAssociateFormControl(Element* element) Element 5391 Source/core/dom/Document.cpp Vector<RefPtr<Element> > associatedFormControls; Element 5447 Source/core/dom/Document.cpp void Document::setAutofocusElement(Element* element) Element 5461 Source/core/dom/Document.cpp Element* Document::activeElement() const Element 5463 Source/core/dom/Document.cpp if (Element* element = treeScope().adjustedFocusedElement()) Element 93 Source/core/dom/Document.h class Element; Element 257 Source/core/dom/Document.h Element* activeElement() const; Element 305 Source/core/dom/Document.h Element* documentElement() const Element 314 Source/core/dom/Document.h PassRefPtr<Element> createElement(const AtomicString& name, ExceptionState&); Element 323 Source/core/dom/Document.h PassRefPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState&); Element 324 Source/core/dom/Document.h PassRefPtr<Element> createElement(const QualifiedName&, bool createdByParser); Element 342 Source/core/dom/Document.h Element* elementFromPoint(int x, int y) const; Element 451 Source/core/dom/Document.h void scheduleLayerUpdate(Element&); Element 452 Source/core/dom/Document.h void unscheduleLayerUpdate(Element&); Element 491 Source/core/dom/Document.h PassRefPtr<RenderStyle> styleForElementIgnoringPendingStylesheets(Element*); Element 631 Source/core/dom/Document.h bool setFocusedElement(PassRefPtr<Element>, FocusType = FocusTypeNone); Element 632 Source/core/dom/Document.h Element* focusedElement() const { return m_focusedElement.get(); } Element 636 Source/core/dom/Document.h void setAutofocusElement(Element*); Element 637 Source/core/dom/Document.h Element* autofocusElement() const { return m_autofocusElement.get(); } Element 642 Source/core/dom/Document.h void setActiveHoverElement(PassRefPtr<Element>); Element 643 Source/core/dom/Document.h Element* activeHoverElement() const { return m_activeHoverElement.get(); } Element 649 Source/core/dom/Document.h void updateHoverActiveState(const HitTestRequest&, Element*, const PlatformMouseEvent* = 0); Element 652 Source/core/dom/Document.h void setCSSTarget(Element*); Element 653 Source/core/dom/Document.h Element* cssTarget() const { return m_cssTarget; } Element 722 Source/core/dom/Document.h CSSStyleDeclaration* getOverrideStyle(Element*, const String& pseudoElt); Element 745 Source/core/dom/Document.h Element* titleElement() const { return m_titleElement.get(); } Element 746 Source/core/dom/Document.h void setTitleElement(const String& title, Element* titleElement); Element 747 Source/core/dom/Document.h void removeTitle(Element* titleElement); Element 797 Source/core/dom/Document.h Element* viewportDefiningElement(RenderStyle* rootStyle = 0) const; Element 934 Source/core/dom/Document.h Element* webkitPointerLockElement() const; Element 980 Source/core/dom/Document.h PassRefPtr<Element> createElement(const AtomicString& localName, const AtomicString& typeExtension, ExceptionState&); Element 981 Source/core/dom/Document.h PassRefPtr<Element> createElementNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& typeExtension, ExceptionState&); Element 1019 Source/core/dom/Document.h void addToTopLayer(Element*, const Element* before = 0); Element 1020 Source/core/dom/Document.h void removeFromTopLayer(Element*); Element 1021 Source/core/dom/Document.h const Vector<RefPtr<Element> >& topLayerElements() const { return m_topLayerElements; } Element 1029 Source/core/dom/Document.h void didAssociateFormControl(Element*); Element 1209 Source/core/dom/Document.h RefPtr<Element> m_autofocusElement; Element 1210 Source/core/dom/Document.h RefPtr<Element> m_focusedElement; Element 1212 Source/core/dom/Document.h RefPtr<Element> m_activeHoverElement; Element 1213 Source/core/dom/Document.h RefPtr<Element> m_documentElement; Element 1252 Source/core/dom/Document.h RefPtr<Element> m_titleElement; Element 1259 Source/core/dom/Document.h Element* m_cssTarget; Element 1312 Source/core/dom/Document.h Vector<RefPtr<Element> > m_topLayerElements; Element 1362 Source/core/dom/Document.h HashSet<RefPtr<Element> > m_associatedFormControls; Element 1365 Source/core/dom/Document.h HashSet<Element*> m_layerUpdateElements; Element 75 Source/core/dom/DocumentFragment.cpp void DocumentFragment::parseHTML(const String& source, Element* contextElement, ParserContentPolicy parserContentPolicy) Element 80 Source/core/dom/DocumentFragment.cpp bool DocumentFragment::parseXML(const String& source, Element* contextElement, ParserContentPolicy parserContentPolicy) Element 38 Source/core/dom/DocumentFragment.h void parseHTML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent); Element 39 Source/core/dom/DocumentFragment.h bool parseXML(const String&, Element* contextElement, ParserContentPolicy = AllowScriptingContent); Element 47 Source/core/dom/DocumentFullscreen.cpp Element* DocumentFullscreen::webkitCurrentFullScreenElement(Document& document) Element 64 Source/core/dom/DocumentFullscreen.cpp Element* DocumentFullscreen::webkitFullscreenElement(Document& document) Element 32 Source/core/dom/DocumentFullscreen.h class Element; Element 38 Source/core/dom/DocumentFullscreen.h static Element* webkitCurrentFullScreenElement(Document&); Element 42 Source/core/dom/DocumentFullscreen.h static Element* webkitFullscreenElement(Document&); Element 44 Source/core/dom/DocumentInit.cpp Element* ownerElement = frame->ownerElement(); Element 95 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); Element 109 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); Element 122 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); Element 136 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); Element 150 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); Element 164 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); Element 178 Source/core/dom/DocumentMarkerControllerTest.cpp RefPtr<Element> parent = toElement(document().body()->firstChild()->firstChild()); Element 44 Source/core/dom/DocumentOrderedMap.cpp inline bool keyMatchesId(StringImpl* key, Element& element) Element 49 Source/core/dom/DocumentOrderedMap.cpp inline bool keyMatchesMapName(StringImpl* key, Element& element) Element 54 Source/core/dom/DocumentOrderedMap.cpp inline bool keyMatchesLowercasedMapName(StringImpl* key, Element& element) Element 59 Source/core/dom/DocumentOrderedMap.cpp inline bool keyMatchesLabelForAttribute(StringImpl* key, Element& element) Element 64 Source/core/dom/DocumentOrderedMap.cpp void DocumentOrderedMap::add(StringImpl* key, Element* element) Element 80 Source/core/dom/DocumentOrderedMap.cpp void DocumentOrderedMap::remove(StringImpl* key, Element* element) Element 104 Source/core/dom/DocumentOrderedMap.cpp template<bool keyMatches(StringImpl*, Element&)> Element 105 Source/core/dom/DocumentOrderedMap.cpp inline Element* DocumentOrderedMap::get(StringImpl* key, const TreeScope* scope) const Element 119 Source/core/dom/DocumentOrderedMap.cpp for (Element* element = ElementTraversal::firstWithin(scope->rootNode()); element; element = ElementTraversal::next(*element)) { Element 129 Source/core/dom/DocumentOrderedMap.cpp Element* DocumentOrderedMap::getElementById(StringImpl* key, const TreeScope* scope) const Element 134 Source/core/dom/DocumentOrderedMap.cpp const Vector<Element*>& DocumentOrderedMap::getAllElementsById(StringImpl* key, const TreeScope* scope) const Element 138 Source/core/dom/DocumentOrderedMap.cpp DEFINE_STATIC_LOCAL(Vector<Element*>, emptyVector, ()); Element 149 Source/core/dom/DocumentOrderedMap.cpp for (Element* element = entry->element ? entry->element : ElementTraversal::firstWithin(scope->rootNode()); entry->orderedList.size() < entry->count; element = ElementTraversal::next(*element)) { Element 162 Source/core/dom/DocumentOrderedMap.cpp Element* DocumentOrderedMap::getElementByMapName(StringImpl* key, const TreeScope* scope) const Element 167 Source/core/dom/DocumentOrderedMap.cpp Element* DocumentOrderedMap::getElementByLowercasedMapName(StringImpl* key, const TreeScope* scope) const Element 172 Source/core/dom/DocumentOrderedMap.cpp Element* DocumentOrderedMap::getElementByLabelForAttribute(StringImpl* key, const TreeScope* scope) const Element 40 Source/core/dom/DocumentOrderedMap.h class Element; Element 45 Source/core/dom/DocumentOrderedMap.h void add(StringImpl*, Element*); Element 46 Source/core/dom/DocumentOrderedMap.h void remove(StringImpl*, Element*); Element 51 Source/core/dom/DocumentOrderedMap.h Element* getElementById(StringImpl*, const TreeScope*) const; Element 52 Source/core/dom/DocumentOrderedMap.h const Vector<Element*>& getAllElementsById(StringImpl*, const TreeScope*) const; Element 53 Source/core/dom/DocumentOrderedMap.h Element* getElementByMapName(StringImpl*, const TreeScope*) const; Element 54 Source/core/dom/DocumentOrderedMap.h Element* getElementByLowercasedMapName(StringImpl*, const TreeScope*) const; Element 55 Source/core/dom/DocumentOrderedMap.h Element* getElementByLabelForAttribute(StringImpl*, const TreeScope*) const; Element 58 Source/core/dom/DocumentOrderedMap.h template<bool keyMatches(StringImpl*, Element&)> Element* get(StringImpl*, const TreeScope*) const; Element 61 Source/core/dom/DocumentOrderedMap.h explicit MapEntry(Element* firstElement) Element 66 Source/core/dom/DocumentOrderedMap.h Element* element; Element 68 Source/core/dom/DocumentOrderedMap.h Vector<Element*> orderedList; Element 122 Source/core/dom/Element.cpp static AttrNodeList* attrNodeListForElement(Element* element) Element 130 Source/core/dom/Element.cpp static AttrNodeList& ensureAttrNodeListForElement(Element* element) Element 142 Source/core/dom/Element.cpp static void removeAttrNodeListForElement(Element* element) Element 160 Source/core/dom/Element.cpp PassRefPtr<Element> Element::create(const QualifiedName& tagName, Document* document) Element 162 Source/core/dom/Element.cpp return adoptRef(new Element(tagName, document, CreateElement)); Element 165 Source/core/dom/Element.cpp Element::~Element() Element 184 Source/core/dom/Element.cpp inline ElementRareData* Element::elementRareData() const Element 190 Source/core/dom/Element.cpp inline ElementRareData& Element::ensureElementRareData() Element 195 Source/core/dom/Element.cpp bool Element::hasElementFlagInternal(ElementFlags mask) const Element 200 Source/core/dom/Element.cpp void Element::setElementFlag(ElementFlags mask, bool value) Element 207 Source/core/dom/Element.cpp void Element::clearElementFlag(ElementFlags mask) Element 214 Source/core/dom/Element.cpp void Element::clearTabIndexExplicitlyIfNeeded() Element 220 Source/core/dom/Element.cpp void Element::setTabIndexExplicitly(short tabIndex) Element 225 Source/core/dom/Element.cpp short Element::tabIndex() const Element 230 Source/core/dom/Element.cpp bool Element::rendererIsFocusable() const Element 235 Source/core/dom/Element.cpp const Element* e = this; Element 260 Source/core/dom/Element.cpp PassRefPtr<Node> Element::cloneNode(bool deep) Element 265 Source/core/dom/Element.cpp PassRefPtr<Element> Element::cloneElementWithChildren() Element 267 Source/core/dom/Element.cpp RefPtr<Element> clone = cloneElementWithoutChildren(); Element 272 Source/core/dom/Element.cpp PassRefPtr<Element> Element::cloneElementWithoutChildren() Element 274 Source/core/dom/Element.cpp RefPtr<Element> clone = cloneElementWithoutAttributesAndChildren(); Element 283 Source/core/dom/Element.cpp PassRefPtr<Element> Element::cloneElementWithoutAttributesAndChildren() Element 288 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::detachAttribute(size_t index) Element 302 Source/core/dom/Element.cpp void Element::detachAttrNodeAtIndex(Attr* attr, size_t index) Element 313 Source/core/dom/Element.cpp void Element::removeAttribute(const QualifiedName& name) Element 325 Source/core/dom/Element.cpp void Element::setBooleanAttribute(const QualifiedName& name, bool value) Element 333 Source/core/dom/Element.cpp NamedNodeMap* Element::attributes() const Element 335 Source/core/dom/Element.cpp ElementRareData& rareData = const_cast<Element*>(this)->ensureElementRareData(); Element 339 Source/core/dom/Element.cpp rareData.setAttributeMap(NamedNodeMap::create(const_cast<Element*>(this))); Element 343 Source/core/dom/Element.cpp ActiveAnimations* Element::activeAnimations() const Element 350 Source/core/dom/Element.cpp ActiveAnimations& Element::ensureActiveAnimations() Element 358 Source/core/dom/Element.cpp bool Element::hasActiveAnimations() const Element 367 Source/core/dom/Element.cpp Node::NodeType Element::nodeType() const Element 372 Source/core/dom/Element.cpp bool Element::hasAttribute(const QualifiedName& name) const Element 377 Source/core/dom/Element.cpp void Element::synchronizeAllAttributes() const Element 394 Source/core/dom/Element.cpp inline void Element::synchronizeAttribute(const QualifiedName& name) const Element 411 Source/core/dom/Element.cpp void Element::synchronizeAttribute(const AtomicString& localName) const Element 438 Source/core/dom/Element.cpp const AtomicString& Element::getAttribute(const QualifiedName& name) const Element 448 Source/core/dom/Element.cpp void Element::scrollIntoView(bool alignToTop) Element 463 Source/core/dom/Element.cpp void Element::scrollIntoViewIfNeeded(bool centerIfNeeded) Element 477 Source/core/dom/Element.cpp void Element::scrollByUnits(int units, ScrollGranularity granularity) Element 495 Source/core/dom/Element.cpp void Element::scrollByLines(int lines) Element 500 Source/core/dom/Element.cpp void Element::scrollByPages(int pages) Element 536 Source/core/dom/Element.cpp int Element::offsetLeft() Element 544 Source/core/dom/Element.cpp int Element::offsetTop() Element 552 Source/core/dom/Element.cpp int Element::offsetWidth() Element 567 Source/core/dom/Element.cpp int Element::offsetHeight() Element 575 Source/core/dom/Element.cpp Element* Element::offsetParentForBindings() Element 577 Source/core/dom/Element.cpp Element* element = offsetParent(); Element 583 Source/core/dom/Element.cpp Element* Element::offsetParent() Element 591 Source/core/dom/Element.cpp int Element::clientLeft() Element 600 Source/core/dom/Element.cpp int Element::clientTop() Element 609 Source/core/dom/Element.cpp int Element::clientWidth() Element 629 Source/core/dom/Element.cpp int Element::clientHeight() Element 650 Source/core/dom/Element.cpp int Element::scrollLeft() Element 673 Source/core/dom/Element.cpp int Element::scrollTop() Element 696 Source/core/dom/Element.cpp void Element::setScrollLeft(int newLeft) Element 721 Source/core/dom/Element.cpp void Element::setScrollLeft(const Dictionary& scrollOptionsHorizontal, ExceptionState& exceptionState) Element 742 Source/core/dom/Element.cpp void Element::setScrollTop(int newTop) Element 767 Source/core/dom/Element.cpp void Element::setScrollTop(const Dictionary& scrollOptionsVertical, ExceptionState& exceptionState) Element 788 Source/core/dom/Element.cpp int Element::scrollWidth() Element 796 Source/core/dom/Element.cpp int Element::scrollHeight() Element 804 Source/core/dom/Element.cpp IntRect Element::boundsInRootViewSpace() Element 836 Source/core/dom/Element.cpp PassRefPtr<ClientRectList> Element::getClientRects() Element 853 Source/core/dom/Element.cpp PassRefPtr<ClientRect> Element::getBoundingClientRect() Element 882 Source/core/dom/Element.cpp IntRect Element::screenRect() const Element 890 Source/core/dom/Element.cpp const AtomicString& Element::getAttribute(const AtomicString& localName) const Element 900 Source/core/dom/Element.cpp const AtomicString& Element::getAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const Element 905 Source/core/dom/Element.cpp void Element::setAttribute(const AtomicString& localName, const AtomicString& value, ExceptionState& exceptionState) Element 920 Source/core/dom/Element.cpp void Element::setAttribute(const QualifiedName& name, const AtomicString& value) Element 927 Source/core/dom/Element.cpp void Element::setSynchronizedLazyAttribute(const QualifiedName& name, const AtomicString& value) Element 933 Source/core/dom/Element.cpp ALWAYS_INLINE void Element::setAttributeInternal(size_t index, const QualifiedName& name, const AtomicString& newValue, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) Element 973 Source/core/dom/Element.cpp void Element::attributeChanged(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason reason) Element 1018 Source/core/dom/Element.cpp bool Element::hasLegalLinkAttribute(const QualifiedName&) const Element 1023 Source/core/dom/Element.cpp const QualifiedName& Element::subResourceAttributeName() const Element 1028 Source/core/dom/Element.cpp inline void Element::attributeChangedFromParserOrByCloning(const QualifiedName& name, const AtomicString& newValue, AttributeModificationReason reason) Element 1062 Source/core/dom/Element.cpp void Element::classAttributeChanged(const AtomicString& newClassString) Element 1086 Source/core/dom/Element.cpp bool Element::shouldInvalidateDistributionWhenAttributeChanged(ElementShadow* elementShadow, const QualifiedName& name, const AtomicString& newValue) Element 1130 Source/core/dom/Element.cpp bool Element::isJavaScriptURLAttribute(const Attribute& attribute) const Element 1135 Source/core/dom/Element.cpp void Element::stripScriptingAttributes(Vector<Attribute>& attributeVector) const Element 1152 Source/core/dom/Element.cpp void Element::parserSetAttributes(const Vector<Attribute>& attributeVector) Element 1171 Source/core/dom/Element.cpp bool Element::hasAttributes() const Element 1177 Source/core/dom/Element.cpp bool Element::hasEquivalentAttributes(const Element* other) const Element 1190 Source/core/dom/Element.cpp String Element::nodeName() const Element 1195 Source/core/dom/Element.cpp void Element::setPrefix(const AtomicString& prefix, ExceptionState& exceptionState) Element 1223 Source/core/dom/Element.cpp const AtomicString& Element::locateNamespacePrefix(const AtomicString& namespaceToLocate) const Element 1238 Source/core/dom/Element.cpp if (Element* parent = parentElement()) Element 1244 Source/core/dom/Element.cpp KURL Element::baseURI() const Element 1262 Source/core/dom/Element.cpp const AtomicString Element::imageSourceURL() const Element 1267 Source/core/dom/Element.cpp bool Element::rendererIsNeeded(const RenderStyle& style) Element 1272 Source/core/dom/Element.cpp RenderObject* Element::createRenderer(RenderStyle* style) Element 1277 Source/core/dom/Element.cpp Node::InsertionNotificationRequest Element::insertedInto(ContainerNode* insertionPoint) Element 1320 Source/core/dom/Element.cpp void Element::removedFrom(ContainerNode* insertionPoint) Element 1364 Source/core/dom/Element.cpp void Element::attach(const AttachContext& context) Element 1414 Source/core/dom/Element.cpp void Element::detach(const AttachContext& context) Element 1452 Source/core/dom/Element.cpp bool Element::pseudoStyleCacheIsInvalid(const RenderStyle* currentStyle, RenderStyle* newStyle) Element 1490 Source/core/dom/Element.cpp PassRefPtr<RenderStyle> Element::styleForRenderer() Element 1514 Source/core/dom/Element.cpp PassRefPtr<RenderStyle> Element::originalStyleForRenderer() Element 1520 Source/core/dom/Element.cpp void Element::recalcStyle(StyleRecalcChange change, Text* nextTextSibling) Element 1557 Source/core/dom/Element.cpp StyleRecalcChange Element::recalcOwnStyle(StyleRecalcChange change) Element 1611 Source/core/dom/Element.cpp void Element::recalcChildStyle(StyleRecalcChange change) Element 1643 Source/core/dom/Element.cpp Element* element = toElement(child); Element 1658 Source/core/dom/Element.cpp void Element::updateCallbackSelectors(RenderStyle* oldStyle, RenderStyle* newStyle) Element 1669 Source/core/dom/Element.cpp void Element::addCallbackSelectors() Element 1674 Source/core/dom/Element.cpp void Element::removeCallbackSelectors() Element 1679 Source/core/dom/Element.cpp ElementShadow* Element::shadow() const Element 1684 Source/core/dom/Element.cpp ElementShadow& Element::ensureShadow() Element 1689 Source/core/dom/Element.cpp void Element::didAffectSelector(AffectedSelectorMask mask) Element 1696 Source/core/dom/Element.cpp void Element::setAnimationStyleChange(bool animationStyleChange) Element 1702 Source/core/dom/Element.cpp void Element::setNeedsAnimationStyleRecalc() Element 1711 Source/core/dom/Element.cpp void Element::setCustomElementDefinition(PassRefPtr<CustomElementDefinition> definition) Element 1719 Source/core/dom/Element.cpp CustomElementDefinition* Element::customElementDefinition() const Element 1726 Source/core/dom/Element.cpp PassRefPtr<ShadowRoot> Element::createShadowRoot(ExceptionState& exceptionState) Element 1742 Source/core/dom/Element.cpp ShadowRoot* Element::shadowRoot() const Element 1753 Source/core/dom/Element.cpp void Element::didAddShadowRoot(ShadowRoot&) Element 1757 Source/core/dom/Element.cpp ShadowRoot* Element::userAgentShadowRoot() const Element 1769 Source/core/dom/Element.cpp ShadowRoot& Element::ensureUserAgentShadowRoot() Element 1778 Source/core/dom/Element.cpp bool Element::childTypeAllowed(NodeType type) const Element 1793 Source/core/dom/Element.cpp void Element::checkForEmptyStyleChange(RenderStyle* style) Element 1802 Source/core/dom/Element.cpp void Element::checkForSiblingStyleChanges(bool finishedParsingCallback, Node* beforeChange, Node* afterChange, int childCountDelta) Element 1834 Source/core/dom/Element.cpp Element* newFirstChild = ElementTraversal::firstWithin(*this); Element 1878 Source/core/dom/Element.cpp void Element::childrenChanged(bool changedByParser, Node* beforeChange, Node* afterChange, int childCountDelta) Element 1890 Source/core/dom/Element.cpp void Element::removeAllEventListeners() Element 1897 Source/core/dom/Element.cpp void Element::finishParsingChildren() Element 1904 Source/core/dom/Element.cpp void Element::formatForDebugger(char* buffer, unsigned length) const Element 1931 Source/core/dom/Element.cpp const Vector<RefPtr<Attr> >& Element::attrNodeList() Element 1937 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::setAttributeNode(Attr* attrNode, ExceptionState& exceptionState) Element 1975 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::removeAttributeNode(Attr* attr, ExceptionState& exceptionState) Element 2001 Source/core/dom/Element.cpp bool Element::parseAttributeName(QualifiedName& out, const AtomicString& namespaceURI, const AtomicString& qualifiedName, ExceptionState& exceptionState) Element 2019 Source/core/dom/Element.cpp void Element::setAttributeNS(const AtomicString& namespaceURI, const AtomicString& qualifiedName, const AtomicString& value, ExceptionState& exceptionState) Element 2027 Source/core/dom/Element.cpp void Element::removeAttributeInternal(size_t index, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) Element 2050 Source/core/dom/Element.cpp void Element::addAttributeInternal(const QualifiedName& name, const AtomicString& value, SynchronizationOfLazyAttribute inSynchronizationOfLazyAttribute) Element 2059 Source/core/dom/Element.cpp void Element::removeAttribute(const AtomicString& name) Element 2075 Source/core/dom/Element.cpp void Element::removeAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) Element 2080 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::getAttributeNode(const AtomicString& localName) Element 2091 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::getAttributeNodeNS(const AtomicString& namespaceURI, const AtomicString& localName) Element 2103 Source/core/dom/Element.cpp bool Element::hasAttribute(const AtomicString& localName) const Element 2111 Source/core/dom/Element.cpp bool Element::hasAttributeNS(const AtomicString& namespaceURI, const AtomicString& localName) const Element 2120 Source/core/dom/Element.cpp void Element::focus(bool restorePreviousSelection, FocusType type) Element 2163 Source/core/dom/Element.cpp void Element::updateFocusAppearance(bool /*restorePreviousSelection*/) Element 2182 Source/core/dom/Element.cpp void Element::blur() Element 2194 Source/core/dom/Element.cpp bool Element::isFocusable() const Element 2199 Source/core/dom/Element.cpp bool Element::isKeyboardFocusable() const Element 2204 Source/core/dom/Element.cpp bool Element::isMouseFocusable() const Element 2209 Source/core/dom/Element.cpp void Element::dispatchFocusEvent(Element* oldFocusedElement, FocusType) Element 2215 Source/core/dom/Element.cpp void Element::dispatchBlurEvent(Element* newFocusedElement) Element 2221 Source/core/dom/Element.cpp void Element::dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement) Element 2228 Source/core/dom/Element.cpp void Element::dispatchFocusOutEvent(const AtomicString& eventType, Element* newFocusedElement) Element 2235 Source/core/dom/Element.cpp String Element::innerHTML() const Element 2240 Source/core/dom/Element.cpp String Element::outerHTML() const Element 2245 Source/core/dom/Element.cpp void Element::setInnerHTML(const String& html, ExceptionState& exceptionState) Element 2255 Source/core/dom/Element.cpp void Element::setOuterHTML(const String& html, ExceptionState& exceptionState) Element 2267 Source/core/dom/Element.cpp RefPtr<Element> parent = toElement(p); Element 2284 Source/core/dom/Element.cpp Node* Element::insertAdjacent(const String& where, Node* newChild, ExceptionState& exceptionState) Element 2319 Source/core/dom/Element.cpp static Element* contextElementForInsertion(const String& where, Element* element, ExceptionState& exceptionState) Element 2335 Source/core/dom/Element.cpp Element* Element::insertAdjacentElement(const String& where, Element* newChild, ExceptionState& exceptionState) Element 2347 Source/core/dom/Element.cpp void Element::insertAdjacentText(const String& where, const String& text, ExceptionState& exceptionState) Element 2353 Source/core/dom/Element.cpp void Element::insertAdjacentHTML(const String& where, const String& markup, ExceptionState& exceptionState) Element 2355 Source/core/dom/Element.cpp RefPtr<Element> contextElement = contextElementForInsertion(where, this, exceptionState); Element 2365 Source/core/dom/Element.cpp String Element::innerText() Element 2373 Source/core/dom/Element.cpp return plainText(rangeOfContents(const_cast<Element*>(this)).get()); Element 2376 Source/core/dom/Element.cpp String Element::outerText() Element 2386 Source/core/dom/Element.cpp String Element::textFromChildren() Element 2426 Source/core/dom/Element.cpp const AtomicString& Element::shadowPseudoId() const Element 2435 Source/core/dom/Element.cpp void Element::setShadowPseudoId(const AtomicString& id) Element 2441 Source/core/dom/Element.cpp bool Element::isInDescendantTreeOf(const Element* shadowHost) const Element 2448 Source/core/dom/Element.cpp const Element* ancestorShadowHost = shadowRoot->shadowHost(); Element 2456 Source/core/dom/Element.cpp LayoutSize Element::minimumSizeForResizing() const Element 2461 Source/core/dom/Element.cpp void Element::setMinimumSizeForResizing(const LayoutSize& size) Element 2468 Source/core/dom/Element.cpp RenderStyle* Element::computedStyle(PseudoId pseudoElementSpecifier) Element 2495 Source/core/dom/Element.cpp void Element::setChildIndex(unsigned index) Element 2503 Source/core/dom/Element.cpp unsigned Element::rareDataChildIndex() const Element 2509 Source/core/dom/Element.cpp AtomicString Element::computeInheritedLanguage() const Element 2534 Source/core/dom/Element.cpp Locale& Element::locale() const Element 2539 Source/core/dom/Element.cpp void Element::cancelFocusAppearanceUpdate() Element 2547 Source/core/dom/Element.cpp void Element::normalizeAttributes() Element 2559 Source/core/dom/Element.cpp void Element::updatePseudoElement(PseudoId pseudoId, StyleRecalcChange change) Element 2586 Source/core/dom/Element.cpp void Element::createPseudoElementIfNeeded(PseudoId pseudoId) Element 2607 Source/core/dom/Element.cpp PseudoElement* Element::pseudoElement(PseudoId pseudoId) const Element 2612 Source/core/dom/Element.cpp RenderObject* Element::pseudoElementRenderer(PseudoId pseudoId) const Element 2619 Source/core/dom/Element.cpp bool Element::matches(const String& selectors, ExceptionState& exceptionState) Element 2627 Source/core/dom/Element.cpp DOMTokenList& Element::classList() Element 2635 Source/core/dom/Element.cpp DOMStringMap& Element::dataset() Element 2643 Source/core/dom/Element.cpp KURL Element::getURLAttribute(const QualifiedName& name) const Element 2654 Source/core/dom/Element.cpp KURL Element::getNonEmptyURLAttribute(const QualifiedName& name) const Element 2668 Source/core/dom/Element.cpp int Element::getIntegralAttribute(const QualifiedName& attributeName) const Element 2673 Source/core/dom/Element.cpp void Element::setIntegralAttribute(const QualifiedName& attributeName, int value) Element 2678 Source/core/dom/Element.cpp unsigned Element::getUnsignedIntegralAttribute(const QualifiedName& attributeName) const Element 2683 Source/core/dom/Element.cpp void Element::setUnsignedIntegralAttribute(const QualifiedName& attributeName, unsigned value) Element 2693 Source/core/dom/Element.cpp double Element::getFloatingPointAttribute(const QualifiedName& attributeName, double fallbackValue) const Element 2698 Source/core/dom/Element.cpp void Element::setFloatingPointAttribute(const QualifiedName& attributeName, double value) Element 2703 Source/core/dom/Element.cpp void Element::webkitRequestFullscreen() Element 2708 Source/core/dom/Element.cpp void Element::webkitRequestFullScreen(unsigned short flags) Element 2713 Source/core/dom/Element.cpp void Element::setContainsFullScreenElement(bool flag) Element 2719 Source/core/dom/Element.cpp static Element* parentCrossingFrameBoundaries(Element* element) Element 2725 Source/core/dom/Element.cpp void Element::setContainsFullScreenElementOnAncestorsCrossingFrameBoundaries(bool flag) Element 2727 Source/core/dom/Element.cpp Element* element = this; Element 2732 Source/core/dom/Element.cpp void Element::setIsInTopLayer(bool inTopLayer) Element 2743 Source/core/dom/Element.cpp void Element::webkitRequestPointerLock() Element 2749 Source/core/dom/Element.cpp SpellcheckAttributeState Element::spellcheckAttributeState() const Element 2762 Source/core/dom/Element.cpp bool Element::isSpellCheckingEnabled() const Element 2764 Source/core/dom/Element.cpp for (const Element* element = this; element; element = element->parentOrShadowHostElement()) { Element 2779 Source/core/dom/Element.cpp bool Element::fastAttributeLookupAllowed(const QualifiedName& name) const Element 2792 Source/core/dom/Element.cpp bool Element::hasNamedNodeMap() const Element 2798 Source/core/dom/Element.cpp inline void Element::updateName(const AtomicString& oldName, const AtomicString& newName) Element 2810 Source/core/dom/Element.cpp inline void Element::updateId(const AtomicString& oldId, const AtomicString& newId) Element 2821 Source/core/dom/Element.cpp inline void Element::updateId(TreeScope& scope, const AtomicString& oldId, const AtomicString& newId) Element 2835 Source/core/dom/Element.cpp void Element::updateLabel(TreeScope& scope, const AtomicString& oldForAttributeValue, const AtomicString& newForAttributeValue) Element 2851 Source/core/dom/Element.cpp void Element::willModifyAttribute(const QualifiedName& name, const AtomicString& oldValue, const AtomicString& newValue) Element 2877 Source/core/dom/Element.cpp void Element::didAddAttribute(const QualifiedName& name, const AtomicString& value) Element 2884 Source/core/dom/Element.cpp void Element::didModifyAttribute(const QualifiedName& name, const AtomicString& value) Element 2891 Source/core/dom/Element.cpp void Element::didRemoveAttribute(const QualifiedName& name) Element 2898 Source/core/dom/Element.cpp static bool needsURLResolutionForInlineStyle(const Element& element, const Document& oldDocument, const Document& newDocument) Element 2925 Source/core/dom/Element.cpp void Element::didMoveToNewDocument(Document& oldDocument) Element 2943 Source/core/dom/Element.cpp void Element::updateNamedItemRegistration(const AtomicString& oldName, const AtomicString& newName) Element 2955 Source/core/dom/Element.cpp void Element::updateExtraNamedItemRegistration(const AtomicString& oldId, const AtomicString& newId) Element 2967 Source/core/dom/Element.cpp PassRefPtr<HTMLCollection> Element::ensureCachedHTMLCollection(CollectionType type) Element 2985 Source/core/dom/Element.cpp void Element::scheduleLayerUpdate() Element 2990 Source/core/dom/Element.cpp HTMLCollection* Element::cachedHTMLCollection(CollectionType type) Element 2995 Source/core/dom/Element.cpp IntSize Element::savedLayerScrollOffset() const Element 3000 Source/core/dom/Element.cpp void Element::setSavedLayerScrollOffset(const IntSize& size) Element 3007 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::attrIfExists(const QualifiedName& name) Element 3014 Source/core/dom/Element.cpp PassRefPtr<Attr> Element::ensureAttr(const QualifiedName& name) Element 3026 Source/core/dom/Element.cpp void Element::detachAttrNodeFromElementWithValue(Attr* attrNode, const AtomicString& value) Element 3043 Source/core/dom/Element.cpp void Element::detachAllAttrNodesFromElement() Element 3058 Source/core/dom/Element.cpp void Element::willRecalcStyle(StyleRecalcChange) Element 3063 Source/core/dom/Element.cpp void Element::didRecalcStyle(StyleRecalcChange) Element 3069 Source/core/dom/Element.cpp PassRefPtr<RenderStyle> Element::customStyleForRenderer() Element 3075 Source/core/dom/Element.cpp void Element::cloneAttributesFromElement(const Element& other) Element 3109 Source/core/dom/Element.cpp const_cast<Element&>(other).m_elementData = static_cast<const UniqueElementData*>(other.m_elementData.get())->makeShareableCopy(); Element 3123 Source/core/dom/Element.cpp void Element::cloneDataFromElement(const Element& other) Element 3129 Source/core/dom/Element.cpp void Element::createUniqueElementData() Element 3139 Source/core/dom/Element.cpp InputMethodContext& Element::inputMethodContext() Element 3144 Source/core/dom/Element.cpp bool Element::hasInputMethodContext() const Element 3149 Source/core/dom/Element.cpp void Element::synchronizeStyleAttributeInternal() const Element 3156 Source/core/dom/Element.cpp const_cast<Element*>(this)->setSynchronizedLazyAttribute(styleAttr, Element 3160 Source/core/dom/Element.cpp CSSStyleDeclaration* Element::style() Element 3167 Source/core/dom/Element.cpp MutableStylePropertySet& Element::ensureMutableInlineStyle() Element 3180 Source/core/dom/Element.cpp void Element::clearMutableInlineStyleIfEmpty() Element 3187 Source/core/dom/Element.cpp inline void Element::setInlineStyleFromString(const AtomicString& newStyleString) Element 3209 Source/core/dom/Element.cpp void Element::styleAttributeChanged(const AtomicString& newStyleString, AttributeModificationReason modificationReason) Element 3228 Source/core/dom/Element.cpp void Element::inlineStyleChanged() Element 3237 Source/core/dom/Element.cpp bool Element::setInlineStyleProperty(CSSPropertyID propertyID, CSSValueID identifier, bool important) Element 3245 Source/core/dom/Element.cpp bool Element::setInlineStyleProperty(CSSPropertyID propertyID, CSSPropertyID identifier, bool important) Element 3253 Source/core/dom/Element.cpp bool Element::setInlineStyleProperty(CSSPropertyID propertyID, double value, CSSPrimitiveValue::UnitTypes unit, bool important) Element 3261 Source/core/dom/Element.cpp bool Element::setInlineStyleProperty(CSSPropertyID propertyID, const String& value, bool important) Element 3270 Source/core/dom/Element.cpp bool Element::removeInlineStyleProperty(CSSPropertyID propertyID) Element 3281 Source/core/dom/Element.cpp void Element::removeAllInlineStyleProperties() Element 3290 Source/core/dom/Element.cpp void Element::updatePresentationAttributeStyle() Element 3298 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, CSSValueID identifier) Element 3304 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, double value, CSSPrimitiveValue::UnitTypes unit) Element 3310 Source/core/dom/Element.cpp void Element::addPropertyToPresentationAttributeStyle(MutableStylePropertySet* style, CSSPropertyID propertyID, const String& value) Element 3316 Source/core/dom/Element.cpp bool Element::supportsStyleSharing() const Element 91 Source/core/dom/Element.h class Element : public ContainerNode { Element 93 Source/core/dom/Element.h static PassRefPtr<Element> create(const QualifiedName&, Document*); Element 94 Source/core/dom/Element.h virtual ~Element(); Element 191 Source/core/dom/Element.h Element* offsetParentForBindings(); Element 193 Source/core/dom/Element.h Element* offsetParent(); Element 255 Source/core/dom/Element.h PassRefPtr<Element> cloneElementWithChildren(); Element 256 Source/core/dom/Element.h PassRefPtr<Element> cloneElementWithoutChildren(); Element 309 Source/core/dom/Element.h void cloneAttributesFromElement(const Element&); Element 312 Source/core/dom/Element.h void cloneDataFromElement(const Element&); Element 314 Source/core/dom/Element.h bool hasEquivalentAttributes(const Element* other) const; Element 316 Source/core/dom/Element.h virtual void copyNonAttributePropertiesFromElement(const Element&) { } Element 339 Source/core/dom/Element.h bool isInDescendantTreeOf(const Element* shadowHost) const; Element 382 Source/core/dom/Element.h virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType); Element 383 Source/core/dom/Element.h virtual void dispatchBlurEvent(Element* newFocusedElement); Element 384 Source/core/dom/Element.h void dispatchFocusInEvent(const AtomicString& eventType, Element* oldFocusedElement); Element 385 Source/core/dom/Element.h void dispatchFocusOutEvent(const AtomicString& eventType, Element* newFocusedElement); Element 394 Source/core/dom/Element.h Element* insertAdjacentElement(const String& where, Element* newChild, ExceptionState&); Element 514 Source/core/dom/Element.h Element(const QualifiedName& tagName, Document* document, ConstructionType type) Element 633 Source/core/dom/Element.h virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren(); Element 660 Source/core/dom/Element.h DEFINE_NODE_TYPE_CASTS(Element, isElementNode()); Element 661 Source/core/dom/Element.h template <typename T> bool isElementOfType(const Element&); Element 663 Source/core/dom/Element.h template <> inline bool isElementOfType<const Element>(const Element&) { return true; } Element 698 Source/core/dom/Element.h inline Element* Node::parentElement() const Element 704 Source/core/dom/Element.h inline bool Element::fastHasAttribute(const QualifiedName& name) const Element 710 Source/core/dom/Element.h inline const AtomicString& Element::fastGetAttribute(const QualifiedName& name) const Element 720 Source/core/dom/Element.h inline bool Element::hasAttributesWithoutUpdate() const Element 725 Source/core/dom/Element.h inline const AtomicString& Element::idForStyleResolution() const Element 731 Source/core/dom/Element.h inline bool Element::isIdAttributeName(const QualifiedName& attributeName) const Element 740 Source/core/dom/Element.h inline const AtomicString& Element::getIdAttribute() const Element 745 Source/core/dom/Element.h inline const AtomicString& Element::getNameAttribute() const Element 750 Source/core/dom/Element.h inline const AtomicString& Element::getClassAttribute() const Element 759 Source/core/dom/Element.h inline bool Element::shouldIgnoreAttributeCase() const Element 764 Source/core/dom/Element.h inline void Element::setIdAttribute(const AtomicString& value) Element 769 Source/core/dom/Element.h inline const SpaceSplitString& Element::classNames() const Element 776 Source/core/dom/Element.h inline size_t Element::attributeCount() const Element 782 Source/core/dom/Element.h inline const Attribute& Element::attributeItem(unsigned index) const Element 788 Source/core/dom/Element.h inline const Attribute* Element::getAttributeItem(const QualifiedName& name) const Element 794 Source/core/dom/Element.h inline bool Element::hasID() const Element 799 Source/core/dom/Element.h inline bool Element::hasClass() const Element 804 Source/core/dom/Element.h inline UniqueElementData& Element::ensureUniqueElementData() Element 843 Source/core/dom/Element.h inline void Element::invalidateStyleAttribute() Element 849 Source/core/dom/Element.h inline const StylePropertySet* Element::presentationAttributeStyle() Element 860 Source/core/dom/Element.h inline void Element::setTagNameForCreateElementNS(const QualifiedName& tagName) Element 873 Source/core/dom/Element.h inline bool isShadowHost(const Element* element) Element 881 Source/core/dom/Element.h template <> inline bool isElementOfType<const thisType>(const Element& element) { return element.predicate; } \ Element 885 Source/core/dom/Element.h template <> inline bool isElementOfType<const thisType>(const Element& element) { return is##thisType(element); } \ Element 99 Source/core/dom/ElementData.h friend class Element; Element 46 Source/core/dom/ElementRareData.cpp CSSStyleDeclaration& ElementRareData::ensureInlineCSSStyleDeclaration(Element* ownerElement) Element 69 Source/core/dom/ElementRareData.h CSSStyleDeclaration& ensureInlineCSSStyleDeclaration(Element* ownerElement); Element 46 Source/core/dom/ElementTraversal.h static ElementType* firstAncestorOrSelf(Element& current) { return firstAncestorOrSelfTemplate(current); } Element 108 Source/core/dom/ElementTraversal.h typedef Traversal<Element> ElementTraversal; Element 113 Source/core/dom/ElementTraversal.h inline Element* Traversal<Element>::firstWithinTemplate(NodeType& current) Element 120 Source/core/dom/ElementTraversal.h inline Element* Traversal<Element>::lastWithinTemplate(NodeType& current) Element 127 Source/core/dom/ElementTraversal.h inline Element* Traversal<Element>::nextTemplate(NodeType& current) Element 137 Source/core/dom/ElementTraversal.h inline Element* Traversal<Element>::nextTemplate(NodeType& current, const Node* stayWithin) Element 147 Source/core/dom/ElementTraversal.h inline Element* Traversal<Element>::previousTemplate(NodeType& current) Element 157 Source/core/dom/ElementTraversal.h inline Element* Traversal<Element>::previousTemplate(NodeType& current, const Node* stayWithin) Element 208 Source/core/dom/ElementTraversal.h Element* element = Traversal<Element>::firstWithin(current); Element 210 Source/core/dom/ElementTraversal.h element = Traversal<Element>::next(*element, ¤t); Element 218 Source/core/dom/ElementTraversal.h Element* element = Traversal<Element>::lastWithin(current); Element 220 Source/core/dom/ElementTraversal.h element = Traversal<Element>::previous(element, ¤t); Element 228 Source/core/dom/ElementTraversal.h Element* element = Traversal<Element>::next(current); Element 230 Source/core/dom/ElementTraversal.h element = Traversal<Element>::next(*element); Element 238 Source/core/dom/ElementTraversal.h Element* element = Traversal<Element>::next(current, stayWithin); Element 240 Source/core/dom/ElementTraversal.h element = Traversal<Element>::next(*element, stayWithin); Element 248 Source/core/dom/ElementTraversal.h Element* element = Traversal<Element>::previous(current); Element 250 Source/core/dom/ElementTraversal.h element = Traversal<Element>::previous(*element); Element 258 Source/core/dom/ElementTraversal.h Element* element = Traversal<Element>::previous(current, stayWithin); Element 260 Source/core/dom/ElementTraversal.h element = Traversal<Element>::previous(*element, stayWithin); Element 84 Source/core/dom/FullscreenElementStack.cpp Element* FullscreenElementStack::fullscreenElementFrom(Document& document) Element 91 Source/core/dom/FullscreenElementStack.cpp Element* FullscreenElementStack::currentFullScreenElementFrom(Document& document) Element 138 Source/core/dom/FullscreenElementStack.cpp bool FullscreenElementStack::fullScreenIsAllowedForElement(Element* element) const Element 144 Source/core/dom/FullscreenElementStack.cpp void FullscreenElementStack::requestFullScreenForElement(Element* element, unsigned short flags, FullScreenCheckType checkType) Element 152 Source/core/dom/FullscreenElementStack.cpp bool inLegacyMozillaMode = (flags & Element::LEGACY_MOZILLA_REQUEST); Element 175 Source/core/dom/FullscreenElementStack.cpp Element* lastElementOnStack = m_fullScreenElementStack.last().get(); Element 234 Source/core/dom/FullscreenElementStack.cpp Element* topElement = fullscreenElementFrom(*currentDoc); Element 249 Source/core/dom/FullscreenElementStack.cpp m_areKeysEnabledInFullScreen = flags & Element::ALLOW_KEYBOARD_INPUT; Element 271 Source/core/dom/FullscreenElementStack.cpp Vector<RefPtr<Element> > replacementFullscreenElementStack; Element 309 Source/core/dom/FullscreenElementStack.cpp Element* newTop = 0; Element 366 Source/core/dom/FullscreenElementStack.cpp void FullscreenElementStack::webkitWillEnterFullScreenForElement(Element* element) Element 398 Source/core/dom/FullscreenElementStack.cpp void FullscreenElementStack::webkitDidEnterFullScreenForElement(Element*) Element 411 Source/core/dom/FullscreenElementStack.cpp void FullscreenElementStack::webkitWillExitFullScreenForElement(Element*) Element 422 Source/core/dom/FullscreenElementStack.cpp void FullscreenElementStack::webkitDidExitFullScreenForElement(Element*) Element 556 Source/core/dom/FullscreenElementStack.cpp void FullscreenElementStack::pushFullscreenElementStack(Element* element) Element 43 Source/core/dom/FullscreenElementStack.h class Element; Element 57 Source/core/dom/FullscreenElementStack.h static Element* fullscreenElementFrom(Document&); Element 58 Source/core/dom/FullscreenElementStack.h static Element* currentFullScreenElementFrom(Document&); Element 60 Source/core/dom/FullscreenElementStack.h static bool isActiveFullScreenElement(const Element*); Element 67 Source/core/dom/FullscreenElementStack.h void requestFullScreenForElement(Element*, unsigned short flags, FullScreenCheckType); Element 70 Source/core/dom/FullscreenElementStack.h void webkitWillEnterFullScreenForElement(Element*); Element 71 Source/core/dom/FullscreenElementStack.h void webkitDidEnterFullScreenForElement(Element*); Element 72 Source/core/dom/FullscreenElementStack.h void webkitWillExitFullScreenForElement(Element*); Element 73 Source/core/dom/FullscreenElementStack.h void webkitDidExitFullScreenForElement(Element*); Element 81 Source/core/dom/FullscreenElementStack.h void pushFullscreenElementStack(Element*); Element 84 Source/core/dom/FullscreenElementStack.h bool fullScreenIsAllowedForElement(Element*) const; Element 90 Source/core/dom/FullscreenElementStack.h Element* webkitFullscreenElement() const { return !m_fullScreenElementStack.isEmpty() ? m_fullScreenElementStack.last().get() : 0; } Element 95 Source/core/dom/FullscreenElementStack.h Element* webkitCurrentFullScreenElement() const { return m_fullScreenElement.get(); } Element 109 Source/core/dom/FullscreenElementStack.h RefPtr<Element> m_fullScreenElement; Element 110 Source/core/dom/FullscreenElementStack.h Vector<RefPtr<Element> > m_fullScreenElementStack; Element 119 Source/core/dom/FullscreenElementStack.h inline bool FullscreenElementStack::isActiveFullScreenElement(const Element* element) Element 28 Source/core/dom/LiveNodeList.cpp static inline bool isMatchingElement(const LiveNodeList& nodeList, const Element& element) Element 43 Source/core/dom/LiveNodeList.cpp Element* LiveNodeList::itemBefore(const Element* previous) const Element 48 Source/core/dom/LiveNodeList.cpp Element* LiveNodeList::traverseToFirstElement() const Element 53 Source/core/dom/LiveNodeList.cpp Element* LiveNodeList::traverseForwardToOffset(unsigned offset, Element& currentNode, unsigned& currentOffset) const Element 35 Source/core/dom/LiveNodeList.h class Element; Element 46 Source/core/dom/LiveNodeList.h virtual bool elementMatches(const Element&) const = 0; Element 53 Source/core/dom/LiveNodeList.h Element* itemBefore(const Element* previousItem) const; Element 54 Source/core/dom/LiveNodeList.h Element* traverseToFirstElement() const; Element 55 Source/core/dom/LiveNodeList.h Element* traverseForwardToOffset(unsigned offset, Element& currentNode, unsigned& currentOffset) const; Element 60 Source/core/dom/LiveNodeList.h mutable CollectionIndexCache<LiveNodeList, Element> m_collectionIndexCache; Element 88 Source/core/dom/LiveNodeListBase.h static Element* itemBefore(const Collection&, const Element* previousItem); Element 90 Source/core/dom/LiveNodeListBase.h static Element* firstMatchingElement(const NodeListType&); Element 92 Source/core/dom/LiveNodeListBase.h static Element* nextMatchingElement(const NodeListType&, Element& current); Element 94 Source/core/dom/LiveNodeListBase.h static Element* traverseMatchingElementsForwardToOffset(const NodeListType&, unsigned offset, Element& currentElement, unsigned& currentOffset); Element 99 Source/core/dom/LiveNodeListBase.h static Element* iterateForPreviousNode(const Collection&, Node* current); Element 153 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::iterateForPreviousNode(const Collection& collection, Node* current) Element 165 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::itemBefore(const Collection& collection, const Element* previous) Element 177 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::firstMatchingElement(const NodeListType& nodeList) Element 180 Source/core/dom/LiveNodeListBase.h Element* element = ElementTraversal::firstWithin(root); Element 187 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::nextMatchingElement(const NodeListType& nodeList, Element& current) Element 190 Source/core/dom/LiveNodeListBase.h Element* next = ¤t; Element 198 Source/core/dom/LiveNodeListBase.h Element* LiveNodeListBase::traverseMatchingElementsForwardToOffset(const NodeListType& nodeList, unsigned offset, Element& currentElement, unsigned& currentOffset) Element 201 Source/core/dom/LiveNodeListBase.h Element* next = ¤tElement; Element 45 Source/core/dom/NameNodeList.cpp bool NameNodeList::elementMatches(const Element& element) const Element 47 Source/core/dom/NameNodeList.h virtual bool elementMatches(const Element&) const OVERRIDE; Element 36 Source/core/dom/NamedNodeMap.h class Element; Element 41 Source/core/dom/NamedNodeMap.h friend class Element; Element 43 Source/core/dom/NamedNodeMap.h static PassOwnPtr<NamedNodeMap> create(Element* element) Element 65 Source/core/dom/NamedNodeMap.h Element* element() const { return m_element; } Element 68 Source/core/dom/NamedNodeMap.h explicit NamedNodeMap(Element* element) Element 76 Source/core/dom/NamedNodeMap.h Element* m_element; Element 44 Source/core/dom/NamedNodesCollection.h static PassRefPtr<NodeList> create(const Vector<RefPtr<Element> >& nodes) Element 53 Source/core/dom/NamedNodesCollection.h explicit NamedNodesCollection(const Vector<RefPtr<Element> >& nodes) Element 56 Source/core/dom/NamedNodesCollection.h Vector<RefPtr<Element> > m_nodes; Element 160 Source/core/dom/Node.cpp Element* element = toElement(node); Element 378 Source/core/dom/Node.cpp Element* parent = parentElement(); Element 390 Source/core/dom/Node.cpp Element* parent = parentElement(); Element 402 Source/core/dom/Node.cpp const Element* currentElement = toElement(this); Element 418 Source/core/dom/Node.cpp const Element* currentElement = toElement(this); Element 812 Source/core/dom/Node.cpp void Node::invalidateNodeListCachesInAncestors(const QualifiedName* attrName, Element* attributeOwnerElement) Element 1110 Source/core/dom/Node.cpp Element* Node::shadowHost() const Element 1152 Source/core/dom/Node.cpp Element* Node::parentOrShadowHostElement() const Element 1179 Source/core/dom/Node.cpp Element *Node::enclosingBlockFlowElement() const Element 1201 Source/core/dom/Node.cpp Element* Node::rootEditableElement(EditableType editableType) const Element 1205 Source/core/dom/Node.cpp return const_cast<Element*>(cache->rootAXEditableElement(this)); Element 1211 Source/core/dom/Node.cpp Element* Node::rootEditableElement() const Element 1213 Source/core/dom/Node.cpp Element* result = 0; Element 1302 Source/core/dom/Node.cpp const Element* elem = toElement(this); Element 1317 Source/core/dom/Node.cpp if (Element* parent = parentElement()) Element 1323 Source/core/dom/Node.cpp if (Element* de = toDocument(this)->documentElement()) Element 1336 Source/core/dom/Node.cpp if (Element* parent = parentElement()) Element 1350 Source/core/dom/Node.cpp const Element* context; Element 1388 Source/core/dom/Node.cpp const Element *elem = toElement(this); Element 1412 Source/core/dom/Node.cpp if (Element* parent = parentElement()) Element 1417 Source/core/dom/Node.cpp if (Element* de = toDocument(this)->documentElement()) Element 1431 Source/core/dom/Node.cpp if (Element* parent = parentElement()) Element 1557 Source/core/dom/Node.cpp const Element* owner1 = attr1->ownerElement(); Element 1656 Source/core/dom/Node.cpp if (Element* parent = parentElement()) Element 1670 Source/core/dom/Node.cpp if (Element* parent = parentElement()) Element 1763 Source/core/dom/Node.cpp const Element* element = toElement(node); Element 54 Source/core/dom/Node.h class Element; Element 169 Source/core/dom/Node.h Element* parentElement() const; Element 266 Source/core/dom/Node.h Element* shadowHost() const; Element 278 Source/core/dom/Node.h Element* parentOrShadowHostElement() const; Element 319 Source/core/dom/Node.h Element* enclosingBlockFlowElement() const; Element 322 Source/core/dom/Node.h Element* rootEditableElement() const; Element 323 Source/core/dom/Node.h Element* rootEditableElement(EditableType) const; Element 590 Source/core/dom/Node.h void invalidateNodeListCachesInAncestors(const QualifiedName* attrName = 0, Element* attributeOwnerElement = 0); Element 141 Source/core/dom/NodeRenderingTraversal.cpp const Element* currentElement = toElement(node); Element 194 Source/core/dom/NodeRenderingTraversal.cpp const Element* currentElement = toElement(node); Element 244 Source/core/dom/NodeRenderingTraversal.cpp RenderObject* nextInTopLayer(const Element* element) Element 248 Source/core/dom/NodeRenderingTraversal.cpp const Vector<RefPtr<Element> >& topLayerElements = element->document().topLayerElements(); Element 67 Source/core/dom/NodeRenderingTraversal.h RenderObject* nextInTopLayer(const Element*); Element 75 Source/core/dom/NodeRenderingTraversal.h inline Element* parentElement(const Node* node) Element 46 Source/core/dom/ParentNode.h static Element* firstElementChild(ContainerNode& node) Element 51 Source/core/dom/ParentNode.h static Element* lastElementChild(ContainerNode& node) Element 59 Source/core/dom/ParentNode.h for (Element* child = ElementTraversal::firstWithin(node); child; child = ElementTraversal::nextSibling(*child)) Element 38 Source/core/dom/PendingScript.cpp PassRefPtr<Element> PendingScript::releaseElementAndClear() Element 38 Source/core/dom/PendingScript.h class Element; Element 54 Source/core/dom/PendingScript.h PendingScript(Element* element, ScriptResource* resource) Element 91 Source/core/dom/PendingScript.h Element* element() const { return m_element.get(); } Element 92 Source/core/dom/PendingScript.h void setElement(Element* element) { m_element = element; } Element 93 Source/core/dom/PendingScript.h PassRefPtr<Element> releaseElementAndClear(); Element 101 Source/core/dom/PendingScript.h RefPtr<Element> m_element; Element 280 Source/core/dom/Position.cpp Element* Position::element() const Element 290 Source/core/dom/Position.cpp Element* elem = element(); Element 40 Source/core/dom/Position.h class Element; Element 132 Source/core/dom/Position.h Element* rootEditableElement() const Element 147 Source/core/dom/Position.h Element* element() const; Element 118 Source/core/dom/PresentationAttributeStyle.cpp static void makePresentationAttributeCacheKey(Element& element, PresentationAttributeCacheKey& result) Element 155 Source/core/dom/PresentationAttributeStyle.cpp PassRefPtr<StylePropertySet> computePresentationAttributeStyle(Element& element) Element 38 Source/core/dom/PresentationAttributeStyle.h class Element; Element 41 Source/core/dom/PresentationAttributeStyle.h PassRefPtr<StylePropertySet> computePresentationAttributeStyle(Element&); Element 57 Source/core/dom/PseudoElement.cpp PseudoElement::PseudoElement(Element* parent, PseudoId pseudoId) Element 58 Source/core/dom/PseudoElement.cpp : Element(pseudoElementTagName(), &parent->document(), CreateElement) Element 81 Source/core/dom/PseudoElement.cpp RefPtr<Element> parent = parentOrShadowHostElement(); Element 90 Source/core/dom/PseudoElement.cpp Element::attach(context); Element 36 Source/core/dom/PseudoElement.h class PseudoElement FINAL : public Element { Element 38 Source/core/dom/PseudoElement.h static PassRefPtr<PseudoElement> create(Element* parent, PseudoId pseudoId) Element 55 Source/core/dom/PseudoElement.h PseudoElement(Element*, PseudoId); Element 91 Source/core/dom/RangeTest.cpp Element* outer = document().getElementById(AtomicString::fromUTF8("outer")); Element 92 Source/core/dom/RangeTest.cpp Element* innerLeft = document().getElementById(AtomicString::fromUTF8("inner-left")); Element 93 Source/core/dom/RangeTest.cpp Element* innerRight = document().getElementById(AtomicString::fromUTF8("inner-right")); Element 48 Source/core/dom/RenderTreeBuilder.cpp Element* element = m_node->isElementNode() ? toElement(m_node) : 0; Element 64 Source/core/dom/RenderTreeBuilder.cpp Element* element = m_node->isElementNode() ? toElement(m_node) : 0; Element 111 Source/core/dom/RenderTreeBuilder.cpp Element* element = toElement(m_node); Element 55 Source/core/dom/ScriptLoader.cpp ScriptLoader::ScriptLoader(Element* element, bool parserInserted, bool alreadyStarted) Element 280 Source/core/dom/ScriptLoader.cpp bool isHTMLScriptLoader(Element* element) Element 286 Source/core/dom/ScriptLoader.cpp bool isSVGScriptLoader(Element* element) Element 433 Source/core/dom/ScriptLoader.cpp ScriptLoader* toScriptLoaderIfPossible(Element* element) Element 33 Source/core/dom/ScriptLoader.h class Element; Element 40 Source/core/dom/ScriptLoader.h static PassOwnPtr<ScriptLoader> create(Element*, bool createdByParser, bool isEvaluated); Element 43 Source/core/dom/ScriptLoader.h Element* element() const { return m_element; } Element 76 Source/core/dom/ScriptLoader.h ScriptLoader(Element*, bool createdByParser, bool isEvaluated); Element 89 Source/core/dom/ScriptLoader.h Element* m_element; Element 105 Source/core/dom/ScriptLoader.h ScriptLoader* toScriptLoaderIfPossible(Element*); Element 107 Source/core/dom/ScriptLoader.h inline PassOwnPtr<ScriptLoader> ScriptLoader::create(Element* element, bool createdByParser, bool isEvaluated) Element 59 Source/core/dom/ScriptRunner.cpp Element* element = scriptLoader->element(); Element 135 Source/core/dom/ScriptRunner.cpp RefPtr<Element> element = scripts[i].releaseElementAndClear(); Element 44 Source/core/dom/SelectorQuery.cpp typedef Element* OutputType; Element 46 Source/core/dom/SelectorQuery.cpp ALWAYS_INLINE static void appendElement(OutputType& output, Element& element) Element 74 Source/core/dom/SelectorQuery.cpp Element* next() Element 76 Source/core/dom/SelectorQuery.cpp Element* current = m_currentElement; Element 86 Source/core/dom/SelectorQuery.cpp Element* nextInternal(Element* element) Element 97 Source/core/dom/SelectorQuery.cpp Element* m_currentElement; Element 117 Source/core/dom/SelectorQuery.cpp inline bool SelectorDataList::selectorMatches(const CSSSelector& selector, Element& element, const ContainerNode& rootNode) const Element 126 Source/core/dom/SelectorQuery.cpp bool SelectorDataList::matches(Element& targetElement) const Element 144 Source/core/dom/SelectorQuery.cpp PassRefPtr<Element> SelectorDataList::queryFirst(ContainerNode& rootNode) const Element 146 Source/core/dom/SelectorQuery.cpp Element* matchedElement = 0; Element 154 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(rootNode); element; element = ElementTraversal::next(*element, &rootNode)) { Element 166 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(rootNode); element; element = ElementTraversal::next(*element, &rootNode)) { Element 185 Source/core/dom/SelectorQuery.cpp for (Element* element = &toElement(rootNode); element; element = element->parentElement()) { Element 212 Source/core/dom/SelectorQuery.cpp Element* element = rootNode.treeScope().getElementById(selector->value()); Element 273 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(*traverseRoot); element; element = ElementTraversal::next(*element, traverseRoot)) { Element 290 Source/core/dom/SelectorQuery.cpp Element& element = *traverseRoots.next(); Element 301 Source/core/dom/SelectorQuery.cpp Element& traverseRoot = *traverseRoots.next(); Element 302 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(traverseRoot); element; element = ElementTraversal::next(*element, &traverseRoot)) { Element 313 Source/core/dom/SelectorQuery.cpp bool SelectorDataList::selectorListMatches(ContainerNode& rootNode, Element& element, typename SelectorQueryTrait::OutputType& output) const Element 327 Source/core/dom/SelectorQuery.cpp for (Element* element = ElementTraversal::firstWithin(rootNode); element; element = ElementTraversal::next(*element, &rootNode)) { Element 361 Source/core/dom/SelectorQuery.cpp if (Element* next = ElementTraversal::next(node, rootNode)) Element 375 Source/core/dom/SelectorQuery.cpp Element* shadowHost = shadowRoot->host(); Element 385 Source/core/dom/SelectorQuery.cpp Element* element = toElement(node); Element 422 Source/core/dom/SelectorQuery.cpp const Vector<Element*>& elements = rootNode.treeScope().getAllElementsById(idToMatch); Element 425 Source/core/dom/SelectorQuery.cpp Element& element = *elements[i]; Element 436 Source/core/dom/SelectorQuery.cpp Element* element = rootNode.treeScope().getElementById(idToMatch); Element 467 Source/core/dom/SelectorQuery.cpp bool SelectorQuery::matches(Element& element) const Element 477 Source/core/dom/SelectorQuery.cpp PassRefPtr<Element> SelectorQuery::queryFirst(ContainerNode& rootNode) const Element 40 Source/core/dom/SelectorQuery.h class Element; Element 50 Source/core/dom/SelectorQuery.h bool matches(Element&) const; Element 52 Source/core/dom/SelectorQuery.h PassRefPtr<Element> queryFirst(ContainerNode& rootNode) const; Element 56 Source/core/dom/SelectorQuery.h bool selectorMatches(const CSSSelector&, Element&, const ContainerNode&) const; Element 73 Source/core/dom/SelectorQuery.h bool selectorListMatches(ContainerNode& rootNode, Element&, typename SelectorQueryTrait::OutputType&) const; Element 91 Source/core/dom/SelectorQuery.h bool matches(Element&) const; Element 93 Source/core/dom/SelectorQuery.h PassRefPtr<Element> queryFirst(ContainerNode& rootNode) const; Element 38 Source/core/dom/StyleElement.cpp static bool isCSS(Element* element, const AtomicString& type) Element 59 Source/core/dom/StyleElement.cpp void StyleElement::processStyleSheet(Document& document, Element* element) Element 73 Source/core/dom/StyleElement.cpp void StyleElement::removedFromDocument(Document& document, Element* element) Element 78 Source/core/dom/StyleElement.cpp void StyleElement::removedFromDocument(Document& document, Element* element, ContainerNode* scopingNode, TreeScope& treeScope) Element 95 Source/core/dom/StyleElement.cpp void StyleElement::clearDocumentData(Document& document, Element* element) Element 107 Source/core/dom/StyleElement.cpp void StyleElement::childrenChanged(Element* element) Element 116 Source/core/dom/StyleElement.cpp void StyleElement::finishParsingChildren(Element* element) Element 123 Source/core/dom/StyleElement.cpp void StyleElement::process(Element* element) Element 130 Source/core/dom/StyleElement.cpp void StyleElement::clearSheet(Element* ownerElement) Element 140 Source/core/dom/StyleElement.cpp void StyleElement::createSheet(Element* e, const String& text) Element 31 Source/core/dom/StyleElement.h class Element; Element 49 Source/core/dom/StyleElement.h void processStyleSheet(Document&, Element*); Element 50 Source/core/dom/StyleElement.h void removedFromDocument(Document&, Element*); Element 51 Source/core/dom/StyleElement.h void removedFromDocument(Document&, Element*, ContainerNode* scopingNode, TreeScope&); Element 52 Source/core/dom/StyleElement.h void clearDocumentData(Document&, Element*); Element 53 Source/core/dom/StyleElement.h void childrenChanged(Element*); Element 54 Source/core/dom/StyleElement.h void finishParsingChildren(Element*); Element 59 Source/core/dom/StyleElement.h void createSheet(Element*, const String& text = String()); Element 60 Source/core/dom/StyleElement.h void process(Element*); Element 61 Source/core/dom/StyleElement.h void clearSheet(Element* ownerElement = 0); Element 583 Source/core/dom/StyleEngine.cpp PassRefPtrWillBeRawPtr<CSSStyleSheet> StyleEngine::createSheet(Element* e, const String& text, TextPosition startPosition, bool createdByParser) Element 616 Source/core/dom/StyleEngine.cpp PassRefPtrWillBeRawPtr<CSSStyleSheet> StyleEngine::parseSheet(Element* e, const String& text, TextPosition startPosition, bool createdByParser) Element 188 Source/core/dom/StyleEngine.h PassRefPtrWillBeRawPtr<CSSStyleSheet> createSheet(Element*, const String& text, TextPosition startPosition, bool createdByParser); Element 211 Source/core/dom/StyleEngine.h static PassRefPtrWillBeRawPtr<CSSStyleSheet> parseSheet(Element*, const String& text, TextPosition startPosition, bool createdByParser); Element 48 Source/core/dom/TagCollection.cpp bool TagCollection::elementMatches(const Element& testNode) const Element 50 Source/core/dom/TagCollection.h bool elementMatches(const Element&) const; Element 67 Source/core/dom/TagCollection.h bool elementMatches(const Element&) const; Element 75 Source/core/dom/TagCollection.h inline bool HTMLTagCollection::elementMatches(const Element& testElement) const Element 36 Source/core/dom/TemplateContentDocumentFragment.h static PassRefPtr<TemplateContentDocumentFragment> create(Document& document, Element* host) Element 41 Source/core/dom/TemplateContentDocumentFragment.h Element* host() const { return m_host; } Element 45 Source/core/dom/TemplateContentDocumentFragment.h TemplateContentDocumentFragment(Document& document, Element* host) Element 53 Source/core/dom/TemplateContentDocumentFragment.h Element* m_host; Element 37 Source/core/dom/TextLinkColors.h class Element; Element 136 Source/core/dom/TreeScope.cpp Element* TreeScope::getElementById(const AtomicString& elementId) const Element 145 Source/core/dom/TreeScope.cpp const Vector<Element*>& TreeScope::getAllElementsById(const AtomicString& elementId) const Element 147 Source/core/dom/TreeScope.cpp DEFINE_STATIC_LOCAL(Vector<Element*>, emptyVector, ()); Element 155 Source/core/dom/TreeScope.cpp void TreeScope::addElementById(const AtomicString& elementId, Element* element) Element 163 Source/core/dom/TreeScope.cpp void TreeScope::removeElementById(const AtomicString& elementId, Element* element) Element 240 Source/core/dom/TreeScope.cpp Element* TreeScope::elementFromPoint(int x, int y) const Element 300 Source/core/dom/TreeScope.cpp Element* TreeScope::findAnchor(const String& name) Element 304 Source/core/dom/TreeScope.cpp if (Element* element = getElementById(AtomicString(name))) Element 335 Source/core/dom/TreeScope.cpp static Element* focusedFrameOwnerElement(LocalFrame* focusedFrame, LocalFrame* currentFrame) Element 344 Source/core/dom/TreeScope.cpp Element* TreeScope::adjustedFocusedElement() const Element 347 Source/core/dom/TreeScope.cpp Element* element = document.focusedElement(); Element 415 Source/core/dom/TreeScope.cpp Element* ancestor = node->shadowHost(); Element 470 Source/core/dom/TreeScope.cpp Element* TreeScope::getElementByAccessKey(const String& key) const Element 474 Source/core/dom/TreeScope.cpp Element* result = 0; Element 476 Source/core/dom/TreeScope.cpp for (Element* element = ElementTraversal::firstWithin(root); element; element = ElementTraversal::next(*element, &root)) { Element 480 Source/core/dom/TreeScope.cpp if (Element* shadowResult = shadowRoot->getElementByAccessKey(key)) Element 489 Source/core/dom/TreeScope.cpp for (Element* element = ElementTraversal::firstWithin(rootNode()); element; element = ElementTraversal::nextIncludingPseudo(*element)) { Element 40 Source/core/dom/TreeScope.h class Element; Element 59 Source/core/dom/TreeScope.h Element* adjustedFocusedElement() const; Element 60 Source/core/dom/TreeScope.h Element* getElementById(const AtomicString&) const; Element 61 Source/core/dom/TreeScope.h const Vector<Element*>& getAllElementsById(const AtomicString&) const; Element 64 Source/core/dom/TreeScope.h void addElementById(const AtomicString& elementId, Element*); Element 65 Source/core/dom/TreeScope.h void removeElementById(const AtomicString& elementId, Element*); Element 79 Source/core/dom/TreeScope.h Element* elementFromPoint(int x, int y) const; Element 94 Source/core/dom/TreeScope.h Element* findAnchor(const String& name); Element 154 Source/core/dom/TreeScope.h Element* getElementByAccessKey(const String& key) const; Element 74 Source/core/dom/UserActionElementSet.cpp inline bool UserActionElementSet::hasFlags(const Element* element, unsigned flags) const Element 77 Source/core/dom/UserActionElementSet.cpp ElementFlagMap::const_iterator found = m_elements.find(const_cast<Element*>(element)); Element 83 Source/core/dom/UserActionElementSet.cpp inline void UserActionElementSet::clearFlags(Element* element, unsigned flags) Element 106 Source/core/dom/UserActionElementSet.cpp inline void UserActionElementSet::setFlags(Element* element, unsigned flags) Element 37 Source/core/dom/UserActionElementSet.h class Element; Element 71 Source/core/dom/UserActionElementSet.h void setFlags(Element*, unsigned); Element 72 Source/core/dom/UserActionElementSet.h void clearFlags(Element*, unsigned); Element 73 Source/core/dom/UserActionElementSet.h bool hasFlags(const Element*, unsigned flags) const; Element 40 Source/core/dom/VisitedLinkState.cpp static inline const AtomicString& linkAttribute(const Element& element) Element 49 Source/core/dom/VisitedLinkState.cpp static inline LinkHash linkHashForElement(const Element& element, const AtomicString& attribute = AtomicString()) Element 66 Source/core/dom/VisitedLinkState.cpp for (Element* element = ElementTraversal::firstWithin(m_document); element; element = ElementTraversal::next(*element)) { Element 76 Source/core/dom/VisitedLinkState.cpp for (Element* element = ElementTraversal::firstWithin(m_document); element; element = ElementTraversal::next(*element)) { Element 82 Source/core/dom/VisitedLinkState.cpp EInsideLink VisitedLinkState::determineLinkStateSlowCase(const Element& element) Element 52 Source/core/dom/VisitedLinkState.h EInsideLink determineLinkState(const Element& element) Element 62 Source/core/dom/VisitedLinkState.h EInsideLink determineLinkStateSlowCase(const Element&); Element 89 Source/core/dom/custom/CustomElement.cpp void CustomElement::define(Element* element, PassRefPtr<CustomElementDefinition> passDefinition) Element 94 Source/core/dom/custom/CustomElement.cpp case Element::NotCustomElement: Element 95 Source/core/dom/custom/CustomElement.cpp case Element::Upgraded: Element 99 Source/core/dom/custom/CustomElement.cpp case Element::WaitingForUpgrade: Element 106 Source/core/dom/custom/CustomElement.cpp void CustomElement::attributeDidChange(Element* element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) Element 108 Source/core/dom/custom/CustomElement.cpp ASSERT(element->customElementState() == Element::Upgraded); Element 112 Source/core/dom/custom/CustomElement.cpp void CustomElement::didEnterDocument(Element* element, const Document& document) Element 114 Source/core/dom/custom/CustomElement.cpp ASSERT(element->customElementState() == Element::Upgraded); Element 120 Source/core/dom/custom/CustomElement.cpp void CustomElement::didLeaveDocument(Element* element, const Document& document) Element 122 Source/core/dom/custom/CustomElement.cpp ASSERT(element->customElementState() == Element::Upgraded); Element 128 Source/core/dom/custom/CustomElement.cpp void CustomElement::wasDestroyed(Element* element) Element 131 Source/core/dom/custom/CustomElement.cpp case Element::NotCustomElement: Element 135 Source/core/dom/custom/CustomElement.cpp case Element::WaitingForUpgrade: Element 136 Source/core/dom/custom/CustomElement.cpp case Element::Upgraded: Element 46 Source/core/dom/custom/CustomElement.h class Element; Element 63 Source/core/dom/custom/CustomElement.h static void define(Element*, PassRefPtr<CustomElementDefinition>); Element 67 Source/core/dom/custom/CustomElement.h static void attributeDidChange(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); Element 68 Source/core/dom/custom/CustomElement.h static void didEnterDocument(Element*, const Document&); Element 69 Source/core/dom/custom/CustomElement.h static void didLeaveDocument(Element*, const Document&); Element 70 Source/core/dom/custom/CustomElement.h static void wasDestroyed(Element*); Element 44 Source/core/dom/custom/CustomElementCallbackInvocation.cpp virtual void dispatch(Element*) OVERRIDE; Element 56 Source/core/dom/custom/CustomElementCallbackInvocation.cpp void AttachedDetachedInvocation::dispatch(Element* element) Element 75 Source/core/dom/custom/CustomElementCallbackInvocation.cpp virtual void dispatch(Element*) OVERRIDE; Element 90 Source/core/dom/custom/CustomElementCallbackInvocation.cpp void AttributeChangedInvocation::dispatch(Element* element) Element 103 Source/core/dom/custom/CustomElementCallbackInvocation.cpp virtual void dispatch(Element*) OVERRIDE; Element 107 Source/core/dom/custom/CustomElementCallbackInvocation.cpp void CreatedInvocation::dispatch(Element* element) Element 36 Source/core/dom/custom/CustomElementCallbackQueue.cpp PassOwnPtr<CustomElementCallbackQueue> CustomElementCallbackQueue::create(PassRefPtr<Element> element) Element 41 Source/core/dom/custom/CustomElementCallbackQueue.cpp CustomElementCallbackQueue::CustomElementCallbackQueue(PassRefPtr<Element> element) Element 49 Source/core/dom/custom/CustomElementCallbackQueue.h static PassOwnPtr<CustomElementCallbackQueue> create(PassRefPtr<Element>); Element 68 Source/core/dom/custom/CustomElementCallbackQueue.h CustomElementCallbackQueue(PassRefPtr<Element>); Element 70 Source/core/dom/custom/CustomElementCallbackQueue.h RefPtr<Element> m_element; Element 39 Source/core/dom/custom/CustomElementLifecycleCallbacks.h class Element; Element 55 Source/core/dom/custom/CustomElementLifecycleCallbacks.h virtual void created(Element*) = 0; Element 56 Source/core/dom/custom/CustomElementLifecycleCallbacks.h virtual void attached(Element*) = 0; Element 57 Source/core/dom/custom/CustomElementLifecycleCallbacks.h virtual void detached(Element*) = 0; Element 58 Source/core/dom/custom/CustomElementLifecycleCallbacks.h virtual void attributeChanged(Element*, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) = 0; Element 39 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp PassOwnPtr<CustomElementMicrotaskResolutionStep> CustomElementMicrotaskResolutionStep::create(PassRefPtr<CustomElementRegistrationContext> context, PassRefPtr<Element> element, const CustomElementDescriptor& descriptor) Element 44 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.cpp CustomElementMicrotaskResolutionStep::CustomElementMicrotaskResolutionStep(PassRefPtr<CustomElementRegistrationContext> context, PassRefPtr<Element> element, const CustomElementDescriptor& descriptor) Element 43 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h class Element; Element 48 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h static PassOwnPtr<CustomElementMicrotaskResolutionStep> create(PassRefPtr<CustomElementRegistrationContext>, PassRefPtr<Element>, const CustomElementDescriptor&); Element 53 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h CustomElementMicrotaskResolutionStep(PassRefPtr<CustomElementRegistrationContext>, PassRefPtr<Element>, const CustomElementDescriptor&); Element 58 Source/core/dom/custom/CustomElementMicrotaskResolutionStep.h RefPtr<Element> m_element; Element 42 Source/core/dom/custom/CustomElementObserver.cpp void CustomElementObserver::notifyElementDidFinishParsingChildren(Element* element) Element 50 Source/core/dom/custom/CustomElementObserver.cpp void CustomElementObserver::notifyElementWasDestroyed(Element* element) Element 58 Source/core/dom/custom/CustomElementObserver.cpp void CustomElementObserver::observe(Element* element) Element 64 Source/core/dom/custom/CustomElementObserver.cpp void CustomElementObserver::unobserve(Element* element) Element 38 Source/core/dom/custom/CustomElementObserver.h class Element; Element 47 Source/core/dom/custom/CustomElementObserver.h static void notifyElementDidFinishParsingChildren(Element*); Element 48 Source/core/dom/custom/CustomElementObserver.h static void notifyElementWasDestroyed(Element*); Element 51 Source/core/dom/custom/CustomElementObserver.h void observe(Element*); Element 52 Source/core/dom/custom/CustomElementObserver.h void unobserve(Element*); Element 54 Source/core/dom/custom/CustomElementObserver.h virtual void elementDidFinishParsingChildren(Element*) = 0; Element 55 Source/core/dom/custom/CustomElementObserver.h virtual void elementWasDestroyed(Element* element) { unobserve(element); } Element 38 Source/core/dom/custom/CustomElementProcessingStep.h class Element; Element 46 Source/core/dom/custom/CustomElementProcessingStep.h virtual void dispatch(Element*) = 0; Element 61 Source/core/dom/custom/CustomElementRegistrationContext.cpp PassRefPtr<Element> CustomElementRegistrationContext::createCustomTagElement(Document& document, const QualifiedName& tagName) Element 65 Source/core/dom/custom/CustomElementRegistrationContext.cpp RefPtr<Element> element; Element 73 Source/core/dom/custom/CustomElementRegistrationContext.cpp return Element::create(tagName, &document); Element 76 Source/core/dom/custom/CustomElementRegistrationContext.cpp element->setCustomElementState(Element::WaitingForUpgrade); Element 81 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::didGiveTypeExtension(Element* element, const AtomicString& type) Element 86 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::resolveOrScheduleResolution(Element* element, const AtomicString& typeExtension) Element 96 Source/core/dom/custom/CustomElementRegistrationContext.cpp ASSERT(element->customElementState() == Element::WaitingForUpgrade); Element 101 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::resolve(Element* element, const CustomElementDescriptor& descriptor) Element 107 Source/core/dom/custom/CustomElementRegistrationContext.cpp ASSERT(element->customElementState() == Element::WaitingForUpgrade); Element 117 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::setIsAttributeAndTypeExtension(Element* element, const AtomicString& type) Element 125 Source/core/dom/custom/CustomElementRegistrationContext.cpp void CustomElementRegistrationContext::setTypeExtension(Element* element, const AtomicString& type) Element 142 Source/core/dom/custom/CustomElementRegistrationContext.cpp element->setCustomElementState(Element::WaitingForUpgrade); Element 48 Source/core/dom/custom/CustomElementRegistrationContext.h class Element; Element 60 Source/core/dom/custom/CustomElementRegistrationContext.h PassRefPtr<Element> createCustomTagElement(Document&, const QualifiedName&); Element 61 Source/core/dom/custom/CustomElementRegistrationContext.h static void setIsAttributeAndTypeExtension(Element*, const AtomicString& type); Element 62 Source/core/dom/custom/CustomElementRegistrationContext.h static void setTypeExtension(Element*, const AtomicString& type); Element 64 Source/core/dom/custom/CustomElementRegistrationContext.h void resolve(Element*, const CustomElementDescriptor&); Element 70 Source/core/dom/custom/CustomElementRegistrationContext.h void didGiveTypeExtension(Element*, const AtomicString& type); Element 73 Source/core/dom/custom/CustomElementRegistrationContext.h void resolveOrScheduleResolution(Element*, const AtomicString& typeExtension); Element 49 Source/core/dom/custom/CustomElementScheduler.cpp void CustomElementScheduler::scheduleCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element, CustomElementLifecycleCallbacks::CallbackType type) Element 60 Source/core/dom/custom/CustomElementScheduler.cpp void CustomElementScheduler::scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks> callbacks, PassRefPtr<Element> element, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue) Element 69 Source/core/dom/custom/CustomElementScheduler.cpp void CustomElementScheduler::resolveOrScheduleResolution(PassRefPtr<CustomElementRegistrationContext> context, PassRefPtr<Element> element, const CustomElementDescriptor& descriptor) Element 102 Source/core/dom/custom/CustomElementScheduler.cpp CustomElementCallbackQueue& CustomElementScheduler::ensureCallbackQueue(PassRefPtr<Element> element) Element 129 Source/core/dom/custom/CustomElementScheduler.cpp CustomElementCallbackQueue& CustomElementScheduler::schedule(PassRefPtr<Element> passElement) Element 131 Source/core/dom/custom/CustomElementScheduler.cpp RefPtr<Element> element(passElement); Element 45 Source/core/dom/custom/CustomElementScheduler.h class Element; Element 50 Source/core/dom/custom/CustomElementScheduler.h static void scheduleCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtr<Element>, CustomElementLifecycleCallbacks::CallbackType); Element 51 Source/core/dom/custom/CustomElementScheduler.h static void scheduleAttributeChangedCallback(PassRefPtr<CustomElementLifecycleCallbacks>, PassRefPtr<Element>, const AtomicString& name, const AtomicString& oldValue, const AtomicString& newValue); Element 53 Source/core/dom/custom/CustomElementScheduler.h static void resolveOrScheduleResolution(PassRefPtr<CustomElementRegistrationContext>, PassRefPtr<Element>, const CustomElementDescriptor&); Element 64 Source/core/dom/custom/CustomElementScheduler.h CustomElementCallbackQueue& ensureCallbackQueue(PassRefPtr<Element>); Element 65 Source/core/dom/custom/CustomElementScheduler.h CustomElementCallbackQueue& schedule(PassRefPtr<Element>); Element 45 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp void CustomElementUpgradeCandidateMap::add(const CustomElementDescriptor& descriptor, Element* element) Element 61 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp void CustomElementUpgradeCandidateMap::remove(Element* element) Element 67 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp void CustomElementUpgradeCandidateMap::elementWasDestroyed(Element* element) Element 73 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp void CustomElementUpgradeCandidateMap::removeCommon(Element* element) Element 84 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp void CustomElementUpgradeCandidateMap::elementDidFinishParsingChildren(Element* element) Element 91 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp void CustomElementUpgradeCandidateMap::moveToEnd(Element* element) Element 101 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp ListHashSet<Element*> CustomElementUpgradeCandidateMap::takeUpgradeCandidatesFor(const CustomElementDescriptor& descriptor) Element 103 Source/core/dom/custom/CustomElementUpgradeCandidateMap.cpp const ListHashSet<Element*>& candidates = m_unresolvedDefinitions.take(descriptor); Element 43 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h class Element; Element 53 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h typedef ListHashSet<Element*> ElementSet; Element 55 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h void add(const CustomElementDescriptor&, Element*); Element 56 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h void remove(Element*); Element 60 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h virtual void elementWasDestroyed(Element*) OVERRIDE; Element 61 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h void removeCommon(Element*); Element 63 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h virtual void elementDidFinishParsingChildren(Element*) OVERRIDE; Element 64 Source/core/dom/custom/CustomElementUpgradeCandidateMap.h void moveToEnd(Element*); Element 142 Source/core/dom/shadow/ElementShadow.cpp ShadowRoot& ElementShadow::addShadowRoot(Element& shadowHost, ShadowRoot::ShadowRootType type) Element 170 Source/core/dom/shadow/ElementShadow.cpp Element* shadowHost = host(); Element 358 Source/core/dom/shadow/ElementShadow.cpp for (Element* element = ElementTraversal::firstWithin(root); element; element = ElementTraversal::next(*element, &root)) { Element 48 Source/core/dom/shadow/ElementShadow.h Element* host() const; Element 53 Source/core/dom/shadow/ElementShadow.h ShadowRoot& addShadowRoot(Element& shadowHost, ShadowRoot::ShadowRootType); Element 102 Source/core/dom/shadow/ElementShadow.h inline Element* ElementShadow::host() const Element 115 Source/core/dom/shadow/ElementShadow.h inline ShadowRoot* Element::youngestShadowRoot() const Element 39 Source/core/dom/shadow/SelectRuleFeatureSet.h class Element; Element 349 Source/core/dom/shadow/ShadowRoot.cpp for (Element* element = ElementTraversal::firstWithin(*this); element; element = ElementTraversal::next(*element, this)) { Element 68 Source/core/dom/shadow/ShadowRoot.h Element* host() const { return toElement(parentOrShadowHostNode()); } Element 112 Source/core/dom/shadow/ShadowRoot.h Element* activeElement() const; Element 156 Source/core/dom/shadow/ShadowRoot.h inline Element* ShadowRoot::activeElement() const Element 110 Source/core/editing/ApplyBlockElementCommand.cpp RefPtr<Element> blockquote = createBlockElement(); Element 112 Source/core/editing/ApplyBlockElementCommand.cpp RefPtr<Element> placeholder = createBreakElement(document()); Element 118 Source/core/editing/ApplyBlockElementCommand.cpp RefPtr<Element> blockquoteForNextIndent; Element 279 Source/core/editing/ApplyBlockElementCommand.cpp PassRefPtr<Element> ApplyBlockElementCommand::createBlockElement() const Element 281 Source/core/editing/ApplyBlockElementCommand.cpp RefPtr<Element> element = createHTMLElement(document(), m_tagName); Element 45 Source/core/editing/ApplyBlockElementCommand.h PassRefPtr<Element> createBlockElement() const; Element 50 Source/core/editing/ApplyBlockElementCommand.h virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>&) = 0; Element 71 Source/core/editing/ApplyStyleCommand.cpp static bool hasNoAttributeOrOnlyStyleAttribute(const Element* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty) Element 87 Source/core/editing/ApplyStyleCommand.cpp bool isStyleSpanOrSpanWithOnlyStyleAttribute(const Element* element) Element 101 Source/core/editing/ApplyStyleCommand.cpp bool isEmptyFontTag(const Element* element, ShouldStyleAttributeBeEmpty shouldStyleAttributeBeEmpty) Element 109 Source/core/editing/ApplyStyleCommand.cpp static PassRefPtr<Element> createFontElement(Document& document) Element 111 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Element> fontNode = createHTMLElement(document, fontTag); Element 149 Source/core/editing/ApplyStyleCommand.cpp ApplyStyleCommand::ApplyStyleCommand(PassRefPtr<Element> element, bool removeOnly, EditAction editingAction) Element 495 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Element> parent = toElement(currentNode->parentNode()); Element 515 Source/core/editing/ApplyStyleCommand.cpp Element* element = toElement(n); Element 706 Source/core/editing/ApplyStyleCommand.cpp Element* editableRoot = startNode->rootEditableElement(); Element 836 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::isStyledInlineElementToRemove(Element* element) const Element 1037 Source/core/editing/ApplyStyleCommand.cpp Vector<RefPtr<Element> > elementsToPushDown; Element 1041 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Element> styledElement; Element 1059 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Element> wrapper = elementsToPushDown[i]->cloneElementWithoutChildren(); Element 1238 Source/core/editing/ApplyStyleCommand.cpp bool ApplyStyleCommand::shouldSplitTextElement(Element* element, EditingStyle* style) Element 1277 Source/core/editing/ApplyStyleCommand.cpp Element* previousElement = toElement(previousSibling); Element 1278 Source/core/editing/ApplyStyleCommand.cpp Element* element = toElement(startNode); Element 1313 Source/core/editing/ApplyStyleCommand.cpp Element* nextElement = toElement(nextSibling); Element 1314 Source/core/editing/ApplyStyleCommand.cpp Element* element = toElement(endNode); Element 1329 Source/core/editing/ApplyStyleCommand.cpp void ApplyStyleCommand::surroundNodeRangeWithElement(PassRefPtr<Node> passedStartNode, PassRefPtr<Node> endNode, PassRefPtr<Element> elementToInsert) Element 1335 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Element> element = elementToInsert; Element 1448 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Element> fontElement = createFontElement(document()); Element 1473 Source/core/editing/ApplyStyleCommand.cpp RefPtr<Element> styleElement = createStyleSpanElement(document()); Element 49 Source/core/editing/ApplyStyleCommand.h typedef bool (*IsInlineElementToRemoveFunction)(const Element*); Element 59 Source/core/editing/ApplyStyleCommand.h static PassRefPtr<ApplyStyleCommand> create(PassRefPtr<Element> element, bool removeOnly = false, EditAction action = EditActionChangeAttributes) Element 71 Source/core/editing/ApplyStyleCommand.h ApplyStyleCommand(PassRefPtr<Element>, bool removeOnly, EditAction); Element 72 Source/core/editing/ApplyStyleCommand.h ApplyStyleCommand(Document&, const EditingStyle*, bool (*isInlineElementToRemove)(const Element*), EditAction); Element 78 Source/core/editing/ApplyStyleCommand.h bool isStyledInlineElementToRemove(Element*) const; Element 106 Source/core/editing/ApplyStyleCommand.h bool shouldSplitTextElement(Element*, EditingStyle*); Element 112 Source/core/editing/ApplyStyleCommand.h void surroundNodeRangeWithElement(PassRefPtr<Node> start, PassRefPtr<Node> end, PassRefPtr<Element>); Element 129 Source/core/editing/ApplyStyleCommand.h RefPtr<Element> m_styledInlineElement; Element 135 Source/core/editing/ApplyStyleCommand.h bool isEmptyFontTag(const Element*, ShouldStyleAttributeBeEmpty = StyleAttributeShouldBeEmpty); Element 137 Source/core/editing/ApplyStyleCommand.h bool isStyleSpanOrSpanWithOnlyStyleAttribute(const Element*); Element 74 Source/core/editing/BreakBlockquoteCommand.cpp RefPtr<Element> breakNode = createBreakElement(document()); Element 131 Source/core/editing/BreakBlockquoteCommand.cpp Vector<RefPtr<Element> > ancestors; Element 132 Source/core/editing/BreakBlockquoteCommand.cpp for (Element* node = startNode->parentElement(); node && node != topBlockquote; node = node->parentElement()) Element 136 Source/core/editing/BreakBlockquoteCommand.cpp RefPtr<Element> clonedBlockquote = toElement(topBlockquote)->cloneElementWithoutChildren(); Element 143 Source/core/editing/BreakBlockquoteCommand.cpp RefPtr<Element> clonedAncestor = clonedBlockquote; Element 145 Source/core/editing/BreakBlockquoteCommand.cpp RefPtr<Element> clonedChild = ancestors[i - 1]->cloneElementWithoutChildren(); Element 168 Source/core/editing/BreakBlockquoteCommand.cpp RefPtr<Element> ancestor; Element 169 Source/core/editing/BreakBlockquoteCommand.cpp RefPtr<Element> clonedParent; Element 87 Source/core/editing/Caret.cpp Element& element = toElement(node); Element 247 Source/core/editing/Caret.cpp Element* element; Element 263 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::applyStyledElement(PassRefPtr<Element> element) Element 268 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::removeStyledElement(PassRefPtr<Element> element) Element 384 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::moveRemainingSiblingsToNewParent(Node* node, Node* pastLastNodeToMove, PassRefPtr<Element> prpNewParent) Element 387 Source/core/editing/CompositeEditCommand.cpp RefPtr<Element> newParent = prpNewParent; Element 431 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::splitElement(PassRefPtr<Element> element, PassRefPtr<Node> atChild) Element 436 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::mergeIdenticalElements(PassRefPtr<Element> prpFirst, PassRefPtr<Element> prpSecond) Element 438 Source/core/editing/CompositeEditCommand.cpp RefPtr<Element> first = prpFirst; Element 439 Source/core/editing/CompositeEditCommand.cpp RefPtr<Element> second = prpSecond; Element 448 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::wrapContentsInDummySpan(PassRefPtr<Element> element) Element 559 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::removeCSSProperty(PassRefPtr<Element> element, CSSPropertyID property) Element 564 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::removeNodeAttribute(PassRefPtr<Element> element, const QualifiedName& attribute) Element 569 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::setNodeAttribute(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value) Element 814 Source/core/editing/CompositeEditCommand.cpp PassRefPtr<Node> CompositeEditCommand::appendBlockPlaceholder(PassRefPtr<Element> container) Element 842 Source/core/editing/CompositeEditCommand.cpp PassRefPtr<Node> CompositeEditCommand::addBlockPlaceholderIfNeeded(Element* container) Element 878 Source/core/editing/CompositeEditCommand.cpp RefPtr<Element> paragraphElement = createDefaultParagraphElement(document()); Element 964 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::cloneParagraphUnderNewElement(const Position& start, const Position& end, Node* passedOuterNode, Element* blockElement) Element 1086 Source/core/editing/CompositeEditCommand.cpp void CompositeEditCommand::moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode) Element 1241 Source/core/editing/CompositeEditCommand.cpp if (Element* documentElement = document().documentElement()) { Element 1273 Source/core/editing/CompositeEditCommand.cpp RefPtr<Element> newBlock = nullptr; Element 1463 Source/core/editing/CompositeEditCommand.cpp PassRefPtr<Element> createBlockPlaceholderElement(Document& document) Element 1465 Source/core/editing/CompositeEditCommand.cpp RefPtr<Element> breakNode = document.createElement(brTag, false); Element 37 Source/core/editing/CompositeEditCommand.h class Element; Element 56 Source/core/editing/CompositeEditCommand.h Element* startingRootEditableElement() const { return m_startingRootEditableElement.get(); } Element 57 Source/core/editing/CompositeEditCommand.h Element* endingRootEditableElement() const { return m_endingRootEditableElement.get(); } Element 66 Source/core/editing/CompositeEditCommand.h RefPtr<Element> m_startingRootEditableElement; Element 67 Source/core/editing/CompositeEditCommand.h RefPtr<Element> m_endingRootEditableElement; Element 96 Source/core/editing/CompositeEditCommand.h void applyStyledElement(PassRefPtr<Element>); Element 97 Source/core/editing/CompositeEditCommand.h void removeStyledElement(PassRefPtr<Element>); Element 108 Source/core/editing/CompositeEditCommand.h void mergeIdenticalElements(PassRefPtr<Element>, PassRefPtr<Element>); Element 116 Source/core/editing/CompositeEditCommand.h void removeCSSProperty(PassRefPtr<Element>, CSSPropertyID); Element 117 Source/core/editing/CompositeEditCommand.h void removeNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute); Element 123 Source/core/editing/CompositeEditCommand.h void moveRemainingSiblingsToNewParent(Node*, Node* pastLastNodeToMove, PassRefPtr<Element> prpNewParent); Element 130 Source/core/editing/CompositeEditCommand.h void setNodeAttribute(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value); Element 131 Source/core/editing/CompositeEditCommand.h void splitElement(PassRefPtr<Element>, PassRefPtr<Node> atChild); Element 134 Source/core/editing/CompositeEditCommand.h void wrapContentsInDummySpan(PassRefPtr<Element>); Element 140 Source/core/editing/CompositeEditCommand.h PassRefPtr<Node> appendBlockPlaceholder(PassRefPtr<Element>); Element 142 Source/core/editing/CompositeEditCommand.h PassRefPtr<Node> addBlockPlaceholderIfNeeded(Element*); Element 154 Source/core/editing/CompositeEditCommand.h void moveParagraphWithClones(const VisiblePosition& startOfParagraphToMove, const VisiblePosition& endOfParagraphToMove, Element* blockElement, Node* outerNode); Element 155 Source/core/editing/CompositeEditCommand.h void cloneParagraphUnderNewElement(const Position& start, const Position& end, Node* outerNode, Element* blockElement); Element 614 Source/core/editing/DeleteSelectionCommand.cpp Element* endBlock = enclosingBlock(m_downstreamEnd.deprecatedNode()); Element 40 Source/core/editing/EditCommand.h class Element; Element 161 Source/core/editing/EditingStyle.cpp virtual bool matches(const Element* element) const { return !m_tagName || element->hasTagName(*m_tagName); } Element 164 Source/core/editing/EditingStyle.cpp virtual bool valueIsPresentInStyle(Element*, StylePropertySet*) const; Element 165 Source/core/editing/EditingStyle.cpp virtual void addToStyle(Element*, EditingStyle*) const; Element 196 Source/core/editing/EditingStyle.cpp bool HTMLElementEquivalent::valueIsPresentInStyle(Element* element, StylePropertySet* style) const Element 202 Source/core/editing/EditingStyle.cpp void HTMLElementEquivalent::addToStyle(Element*, EditingStyle* style) const Element 214 Source/core/editing/EditingStyle.cpp virtual bool valueIsPresentInStyle(Element*, StylePropertySet*) const OVERRIDE; Element 232 Source/core/editing/EditingStyle.cpp bool HTMLTextDecorationEquivalent::valueIsPresentInStyle(Element* element, StylePropertySet* style) const Element 251 Source/core/editing/EditingStyle.cpp virtual bool matches(const Element* elem) const OVERRIDE { return HTMLElementEquivalent::matches(elem) && elem->hasAttribute(m_attrName); } Element 253 Source/core/editing/EditingStyle.cpp virtual bool valueIsPresentInStyle(Element*, StylePropertySet*) const OVERRIDE; Element 254 Source/core/editing/EditingStyle.cpp virtual void addToStyle(Element*, EditingStyle*) const OVERRIDE; Element 255 Source/core/editing/EditingStyle.cpp virtual PassRefPtrWillBeRawPtr<CSSValue> attributeValueAsCSSValue(Element*) const; Element 276 Source/core/editing/EditingStyle.cpp bool HTMLAttributeEquivalent::valueIsPresentInStyle(Element* element, StylePropertySet* style) const Element 284 Source/core/editing/EditingStyle.cpp void HTMLAttributeEquivalent::addToStyle(Element* element, EditingStyle* style) const Element 290 Source/core/editing/EditingStyle.cpp PassRefPtrWillBeRawPtr<CSSValue> HTMLAttributeEquivalent::attributeValueAsCSSValue(Element* element) const Element 309 Source/core/editing/EditingStyle.cpp virtual PassRefPtrWillBeRawPtr<CSSValue> attributeValueAsCSSValue(Element*) const OVERRIDE; Element 320 Source/core/editing/EditingStyle.cpp PassRefPtrWillBeRawPtr<CSSValue> HTMLFontSizeEquivalent::attributeValueAsCSSValue(Element* element) const Element 720 Source/core/editing/EditingStyle.cpp bool EditingStyle::conflictsWithInlineStyleOfElement(Element* element, EditingStyle* extractedStyle, Vector<CSSPropertyID>* conflictingProperties) const Element 979 Source/core/editing/EditingStyle.cpp void EditingStyle::mergeInlineStyleOfElement(Element* element, CSSPropertyOverrideMode mode, PropertiesToInclude propertiesToInclude) Element 998 Source/core/editing/EditingStyle.cpp static inline bool elementMatchesAndPropertyIsNotInInlineStyleDecl(const HTMLElementEquivalent* equivalent, const Element* element, Element 1022 Source/core/editing/EditingStyle.cpp void EditingStyle::mergeInlineAndImplicitStyleOfElement(Element* element, CSSPropertyOverrideMode mode, PropertiesToInclude propertiesToInclude) Element 1118 Source/core/editing/EditingStyle.cpp static PassRefPtrWillBeRawPtr<MutableStylePropertySet> styleFromMatchedRulesForElement(Element* element, unsigned rulesToInclude) Element 1129 Source/core/editing/EditingStyle.cpp void EditingStyle::mergeStyleFromRules(Element* element) Element 1142 Source/core/editing/EditingStyle.cpp void EditingStyle::mergeStyleFromRulesForSerialization(Element* element) Element 1177 Source/core/editing/EditingStyle.cpp void EditingStyle::removeStyleFromRulesAndContext(Element* element, Node* context) Element 1208 Source/core/editing/EditingStyle.cpp void EditingStyle::removePropertiesInElementDefaultStyle(Element* element) Element 1250 Source/core/editing/EditingStyle.cpp Element* element = position.element(); Element 53 Source/core/editing/EditingStyle.h class Element; Element 113 Source/core/editing/EditingStyle.h bool conflictsWithInlineStyleOfElement(Element* element) const { return conflictsWithInlineStyleOfElement(element, 0, 0); } Element 114 Source/core/editing/EditingStyle.h bool conflictsWithInlineStyleOfElement(Element* element, EditingStyle* extractedStyle, Vector<CSSPropertyID>& conflictingProperties) const Element 129 Source/core/editing/EditingStyle.h void mergeInlineStyleOfElement(Element*, CSSPropertyOverrideMode, PropertiesToInclude = AllProperties); Element 131 Source/core/editing/EditingStyle.h void mergeStyleFromRules(Element*); Element 132 Source/core/editing/EditingStyle.h void mergeStyleFromRulesForSerialization(Element*); Element 133 Source/core/editing/EditingStyle.h void removeStyleFromRulesAndContext(Element*, Node* context); Element 134 Source/core/editing/EditingStyle.h void removePropertiesInElementDefaultStyle(Element*); Element 155 Source/core/editing/EditingStyle.h bool conflictsWithInlineStyleOfElement(Element*, EditingStyle* extractedStyle, Vector<CSSPropertyID>* conflictingProperties) const; Element 156 Source/core/editing/EditingStyle.h void mergeInlineAndImplicitStyleOfElement(Element*, CSSPropertyOverrideMode, PropertiesToInclude); Element 675 Source/core/editing/Editor.cpp static void dispatchEditableContentChangedEvents(PassRefPtr<Element> startRoot, PassRefPtr<Element> endRoot) Element 955 Source/core/editing/Editor.cpp Element* focusedElement = frame().document()->focusedElement(); Element 251 Source/core/editing/EditorCommand.cpp Element* focusedElement = frame.document()->focusedElement(); Element 1423 Source/core/editing/EditorCommand.cpp Element* formatBlockElement = FormatBlockCommand::elementForFormatBlockCommand(selection.firstRange().get()); Element 62 Source/core/editing/FormatBlockCommand.cpp void FormatBlockCommand::formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockNode) Element 64 Source/core/editing/FormatBlockCommand.cpp Element* refNode = enclosingBlockFlowElement(VisiblePosition(end)); Element 65 Source/core/editing/FormatBlockCommand.cpp Element* root = editableRootForPosition(start); Element 104 Source/core/editing/FormatBlockCommand.cpp Element* FormatBlockCommand::elementForFormatBlockCommand(Range* range) Element 116 Source/core/editing/FormatBlockCommand.cpp Element* rootEditableElement = range->startContainer()->rootEditableElement(); Element 36 Source/core/editing/FormatBlockCommand.h class Element; Element 50 Source/core/editing/FormatBlockCommand.h static Element* elementForFormatBlockCommand(Range*); Element 57 Source/core/editing/FormatBlockCommand.h virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>&) OVERRIDE; Element 113 Source/core/editing/FrameSelection.cpp Element* FrameSelection::rootEditableElementOrDocumentElement() const Element 115 Source/core/editing/FrameSelection.cpp Element* selectionRoot = m_selection.rootEditableElement(); Element 121 Source/core/editing/FrameSelection.cpp Element* selectionRoot = m_selection.rootEditableElement(); Element 309 Source/core/editing/FrameSelection.cpp Element& element = toElement(node); Element 1339 Source/core/editing/FrameSelection.cpp Element* ownerElement = m_frame->ownerElement(); Element 1477 Source/core/editing/FrameSelection.cpp if (Element* element = document->focusedElement()) Element 1620 Source/core/editing/FrameSelection.cpp Element* focusedElement = root->document().focusedElement(); Element 1666 Source/core/editing/FrameSelection.cpp if (Element* anchor = enclosingAnchorElement(base())) { Element 1672 Source/core/editing/FrameSelection.cpp if (Element* target = rootEditableElement()) { Element 83 Source/core/editing/FrameSelection.h Element* rootEditableElement() const { return m_selection.rootEditableElement(); } Element 84 Source/core/editing/FrameSelection.h Element* rootEditableElementOrDocumentElement() const; Element 57 Source/core/editing/IndentOutdentCommand.cpp RefPtr<Element> listNode = enclosingList(lastNodeInSelectedParagraph.get()); Element 62 Source/core/editing/IndentOutdentCommand.cpp RefPtr<Element> selectedListItem = enclosingBlock(lastNodeInSelectedParagraph.get()); Element 69 Source/core/editing/IndentOutdentCommand.cpp RefPtr<Element> previousList = ElementTraversal::previousSibling(*selectedListItem); Element 70 Source/core/editing/IndentOutdentCommand.cpp RefPtr<Element> nextList = ElementTraversal::nextSibling(*selectedListItem); Element 75 Source/core/editing/IndentOutdentCommand.cpp RefPtr<Element> newList = document().createElement(listNode->tagQName(), false); Element 96 Source/core/editing/IndentOutdentCommand.cpp void IndentOutdentCommand::indentIntoBlockquote(const Position& start, const Position& end, RefPtr<Element>& targetBlockquote) Element 238 Source/core/editing/IndentOutdentCommand.cpp void IndentOutdentCommand::formatRange(const Position& start, const Position& end, const Position&, RefPtr<Element>& blockquoteForNextIndent) Element 52 Source/core/editing/IndentOutdentCommand.h void indentIntoBlockquote(const Position&, const Position&, RefPtr<Element>&); Element 55 Source/core/editing/IndentOutdentCommand.h virtual void formatRange(const Position& start, const Position& end, const Position& endOfSelection, RefPtr<Element>& blockquoteForNextIndent) OVERRIDE; Element 194 Source/core/editing/InputMethodController.cpp if (Element* target = m_frame.document()->focusedElement()) { Element 241 Source/core/editing/InputMethodController.cpp if (Element* target = m_frame.document()->focusedElement()) { Element 378 Source/core/editing/InputMethodController.cpp Element* rootEditableElement = m_frame.selection().rootEditableElement(); Element 63 Source/core/editing/InsertListCommand.cpp Element* previousList = ElementTraversal::previousSibling(*list); Element 70 Source/core/editing/InsertListCommand.cpp Element* nextSibling = ElementTraversal::nextSibling(*list); Element 91 Source/core/editing/InsertListCommand.cpp Element* listNode = enclosingList(start.deepEquivalent().deprecatedNode()); Element 282 Source/core/editing/InsertListCommand.cpp RefPtr<Element> placeholder = createBreakElement(document()); Element 283 Source/core/editing/InsertListCommand.cpp RefPtr<Element> nodeToInsert = placeholder; Element 316 Source/core/editing/InsertListCommand.cpp static Element* adjacentEnclosingList(const VisiblePosition& pos, const VisiblePosition& adjacentPos, const QualifiedName& listTag) Element 318 Source/core/editing/InsertListCommand.cpp Element* listNode = outermostEnclosingList(adjacentPos.deepEquivalent().deprecatedNode()); Element 349 Source/core/editing/InsertListCommand.cpp Element* previousList = adjacentEnclosingList(start, start.previous(CannotCrossEditingBoundary), listTag); Element 350 Source/core/editing/InsertListCommand.cpp Element* nextList = adjacentEnclosingList(start, end.next(CannotCrossEditingBoundary), listTag); Element 48 Source/core/editing/InsertParagraphSeparatorCommand.cpp static Element* highestVisuallyEquivalentDivBelowRoot(Element* startBlock) Element 50 Source/core/editing/InsertParagraphSeparatorCommand.cpp Element* curBlock = startBlock; Element 122 Source/core/editing/InsertParagraphSeparatorCommand.cpp void InsertParagraphSeparatorCommand::getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors) Element 128 Source/core/editing/InsertParagraphSeparatorCommand.cpp for (Element* n = insertionNode->parentElement(); n && n != outerBlock; n = n->parentElement()) Element 133 Source/core/editing/InsertParagraphSeparatorCommand.cpp PassRefPtr<Element> InsertParagraphSeparatorCommand::cloneHierarchyUnderNewBlock(const Vector<RefPtr<Element> >& ancestors, PassRefPtr<Element> blockToInsert) Element 136 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> parent = blockToInsert; Element 138 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> child = ancestors[i - 1]->cloneElementWithoutChildren(); Element 166 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> startBlock = enclosingBlock(insertionPosition.parentAnchoredEquivalent().containerNode()); Element 168 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> listChild = listChildNode && listChildNode->isHTMLElement() ? toHTMLElement(listChildNode) : 0; Element 204 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> blockToInsert; Element 222 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> extraBlock = createDefaultParagraphElement(document()); Element 236 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> listChildToInsert = listChild->cloneElementWithoutChildren(); Element 242 Source/core/editing/InsertParagraphSeparatorCommand.cpp Element* siblingNode = startBlock.get(); Element 251 Source/core/editing/InsertParagraphSeparatorCommand.cpp Vector<RefPtr<Element> > ancestors; Element 253 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> parent = cloneHierarchyUnderNewBlock(ancestors, blockToInsert); Element 271 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> listChildToInsert = listChild->cloneElementWithoutChildren(); Element 296 Source/core/editing/InsertParagraphSeparatorCommand.cpp Vector<RefPtr<Element> > ancestors; Element 314 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> br = createBreakElement(document()); Element 375 Source/core/editing/InsertParagraphSeparatorCommand.cpp RefPtr<Element> listChildToInsert = listChild->cloneElementWithoutChildren(); Element 49 Source/core/editing/InsertParagraphSeparatorCommand.h void getAncestorsInsideBlock(const Node* insertionNode, Element* outerBlock, Vector<RefPtr<Element> >& ancestors); Element 50 Source/core/editing/InsertParagraphSeparatorCommand.h PassRefPtr<Element> cloneHierarchyUnderNewBlock(const Vector<RefPtr<Element> >& ancestors, PassRefPtr<Element> blockToInsert); Element 244 Source/core/editing/InsertTextCommand.cpp RefPtr<Element> spanNode = createTabSpanElement(document()); Element 151 Source/core/editing/MarkupAccumulator.cpp String MarkupAccumulator::resolveURLIfNeeded(const Element& element, const String& urlString) const Element 204 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendCustomAttributes(StringBuilder&, const Element&, Namespaces*) Element 208 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendQuotedURLAttributeValue(StringBuilder& result, const Element& element, const Attribute& attribute) Element 234 Source/core/editing/MarkupAccumulator.cpp bool MarkupAccumulator::shouldAddNamespaceElement(const Element& element, Namespaces& namespaces) Element 391 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendElement(StringBuilder& result, Element& element, Namespaces* namespaces) Element 407 Source/core/editing/MarkupAccumulator.cpp static String nodeNamePreservingCase(const Element& element) Element 412 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendOpenTag(StringBuilder& result, const Element& element, Namespaces* namespaces) Element 420 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendCloseTag(StringBuilder& result, const Element& element) Element 437 Source/core/editing/MarkupAccumulator.cpp void MarkupAccumulator::appendAttribute(StringBuilder& result, const Element& element, const Attribute& attribute, Namespaces* namespaces) Element 38 Source/core/editing/MarkupAccumulator.h class Element; Element 86 Source/core/editing/MarkupAccumulator.h virtual void appendCustomAttributes(StringBuilder&, const Element&, Namespaces*); Element 87 Source/core/editing/MarkupAccumulator.h bool shouldAddNamespaceElement(const Element&, Namespaces&); Element 95 Source/core/editing/MarkupAccumulator.h virtual void appendElement(StringBuilder&, Element&, Namespaces*); Element 96 Source/core/editing/MarkupAccumulator.h void appendOpenTag(StringBuilder&, const Element&, Namespaces*); Element 97 Source/core/editing/MarkupAccumulator.h void appendCloseTag(StringBuilder&, const Element&); Element 98 Source/core/editing/MarkupAccumulator.h void appendAttribute(StringBuilder&, const Element&, const Attribute&, Namespaces*); Element 109 Source/core/editing/MarkupAccumulator.h String resolveURLIfNeeded(const Element&, const String&) const; Element 110 Source/core/editing/MarkupAccumulator.h void appendQuotedURLAttributeValue(StringBuilder&, const Element&, const Attribute&); Element 35 Source/core/editing/MergeIdenticalElementsCommand.cpp MergeIdenticalElementsCommand::MergeIdenticalElementsCommand(PassRefPtr<Element> first, PassRefPtr<Element> second) Element 35 Source/core/editing/MergeIdenticalElementsCommand.h static PassRefPtr<MergeIdenticalElementsCommand> create(PassRefPtr<Element> element1, PassRefPtr<Element> element2) Element 41 Source/core/editing/MergeIdenticalElementsCommand.h MergeIdenticalElementsCommand(PassRefPtr<Element>, PassRefPtr<Element>); Element 46 Source/core/editing/MergeIdenticalElementsCommand.h RefPtr<Element> m_element1; Element 47 Source/core/editing/MergeIdenticalElementsCommand.h RefPtr<Element> m_element2; Element 37 Source/core/editing/RemoveCSSPropertyCommand.cpp RemoveCSSPropertyCommand::RemoveCSSPropertyCommand(Document& document, PassRefPtr<Element> element, CSSPropertyID property) Element 34 Source/core/editing/RemoveCSSPropertyCommand.h class Element; Element 38 Source/core/editing/RemoveCSSPropertyCommand.h static PassRefPtr<RemoveCSSPropertyCommand> create(Document& document, PassRefPtr<Element> element, CSSPropertyID property) Element 44 Source/core/editing/RemoveCSSPropertyCommand.h RemoveCSSPropertyCommand(Document&, PassRefPtr<Element>, CSSPropertyID); Element 50 Source/core/editing/RemoveCSSPropertyCommand.h RefPtr<Element> m_element; Element 48 Source/core/editing/RemoveFormatCommand.cpp static bool isElementForRemoveFormatCommand(const Element* element) Element 83 Source/core/editing/ReplaceSelectionCommand.cpp PassRefPtr<Element> insertFragmentForTestRendering(Node* rootEditableNode); Element 85 Source/core/editing/ReplaceSelectionCommand.cpp void restoreAndRemoveTestRenderingNodesToFragment(Element*); Element 147 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Element> editableRoot = selection.rootEditableElement(); Element 162 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Element> holder = insertFragmentForTestRendering(editableRoot.get()); Element 243 Source/core/editing/ReplaceSelectionCommand.cpp PassRefPtr<Element> ReplacementFragment::insertFragmentForTestRendering(Node* rootEditableElement) Element 246 Source/core/editing/ReplaceSelectionCommand.cpp RefPtr<Element> holder = createDefaultParagraphElement(*m_document.get()); Element 255 Source/core/editing/ReplaceSelectionCommand.cpp void ReplacementFragment::restoreAndRemoveTestRenderingNodesToFragment(Element* holder) Element 473 Source/core/editing/ReplaceSelectionCommand.cpp Element* element = toElement(node); Element 918 Source/core/editing/ReplaceSelectionCommand.cpp Element* currentRoot = selection.rootEditableElement(); Element 1256 Source/core/editing/ReplaceSelectionCommand.cpp Element* textControl = enclosingTextFormControl(positionAtStartOfInsertedContent().deepEquivalent()); Element 34 Source/core/editing/SetNodeAttributeCommand.cpp SetNodeAttributeCommand::SetNodeAttributeCommand(PassRefPtr<Element> element, Element 36 Source/core/editing/SetNodeAttributeCommand.h static PassRefPtr<SetNodeAttributeCommand> create(PassRefPtr<Element> element, const QualifiedName& attribute, const AtomicString& value) Element 42 Source/core/editing/SetNodeAttributeCommand.h SetNodeAttributeCommand(PassRefPtr<Element>, const QualifiedName& attribute, const AtomicString& value); Element 47 Source/core/editing/SetNodeAttributeCommand.h RefPtr<Element> m_element; Element 53 Source/core/editing/SpellCheckRequester.h PassRefPtr<Element> rootEditableElement() const { return m_rootEditableElement; } Element 70 Source/core/editing/SpellCheckRequester.h RefPtr<Element> m_rootEditableElement; Element 118 Source/core/editing/SpellChecker.cpp void SpellChecker::didBeginEditing(Element* element) Element 126 Source/core/editing/SpellChecker.cpp Element* parent = element; Element 423 Source/core/editing/SpellChecker.cpp const Element* focusedElement = node->isElementNode() ? toElement(node) : node->parentElement(); Element 697 Source/core/editing/SpellChecker.cpp void SpellChecker::didEndEditingOnTextField(Element* e) Element 847 Source/core/editing/SpellChecker.cpp void SpellChecker::requestTextChecking(const Element& element) Element 849 Source/core/editing/SpellChecker.cpp RefPtrWillBeRawPtr<Range> rangeToCheck = rangeOfContents(const_cast<Element*>(&element)); Element 69 Source/core/editing/SpellChecker.h void didBeginEditing(Element*); Element 76 Source/core/editing/SpellChecker.h void didEndEditingOnTextField(Element*); Element 81 Source/core/editing/SpellChecker.h void requestTextChecking(const Element&); Element 37 Source/core/editing/SplitElementCommand.cpp SplitElementCommand::SplitElementCommand(PassRefPtr<Element> element, PassRefPtr<Node> atChild) Element 35 Source/core/editing/SplitElementCommand.h static PassRefPtr<SplitElementCommand> create(PassRefPtr<Element> element, PassRefPtr<Node> splitPointChild) Element 41 Source/core/editing/SplitElementCommand.h SplitElementCommand(PassRefPtr<Element>, PassRefPtr<Node> splitPointChild); Element 48 Source/core/editing/SplitElementCommand.h RefPtr<Element> m_element1; Element 49 Source/core/editing/SplitElementCommand.h RefPtr<Element> m_element2; Element 50 Source/core/editing/SplitTextNodeContainingElementCommand.cpp Element* parent = m_text->parentElement(); Element 382 Source/core/editing/TypingCommand.cpp Element* root = endingSelection().rootEditableElement(); Element 387 Source/core/editing/TypingCommand.cpp Element* firstElementChild = ElementTraversal::firstWithin(*root); Element 761 Source/core/editing/VisiblePosition.cpp Element* enclosingBlockFlowElement(const VisiblePosition &visiblePosition) Element 87 Source/core/editing/VisiblePosition.h Element* rootEditableElement() const { return m_deepPosition.isNotNull() ? m_deepPosition.deprecatedNode()->rootEditableElement() : 0; } Element 135 Source/core/editing/VisiblePosition.h Element* enclosingBlockFlowElement(const VisiblePosition&); Element 697 Source/core/editing/VisibleSelection.cpp Element* editableElement = rootEditableElement(); Element 727 Source/core/editing/VisibleSelection.cpp Element* VisibleSelection::rootEditableElement() const Element 103 Source/core/editing/VisibleSelection.h Element* rootEditableElement() const; Element 964 Source/core/editing/VisibleUnits.cpp Element* rootElement = node->rendererIsEditable(editableType) ? node->rootEditableElement(editableType) : node->document().documentElement(); Element 1022 Source/core/editing/VisibleUnits.cpp Element* rootElement = node->rendererIsEditable(editableType) ? node->rootEditableElement(editableType) : node->document().documentElement(); Element 1341 Source/core/editing/VisibleUnits.cpp Element* doc = node->document().documentElement(); Element 35 Source/core/editing/WrapContentsInDummySpanCommand.cpp WrapContentsInDummySpanCommand::WrapContentsInDummySpanCommand(PassRefPtr<Element> element) Element 37 Source/core/editing/WrapContentsInDummySpanCommand.h static PassRefPtr<WrapContentsInDummySpanCommand> create(PassRefPtr<Element> element) Element 43 Source/core/editing/WrapContentsInDummySpanCommand.h explicit WrapContentsInDummySpanCommand(PassRefPtr<Element>); Element 50 Source/core/editing/WrapContentsInDummySpanCommand.h RefPtr<Element> m_element; Element 189 Source/core/editing/htmlediting.cpp Element* editableRootForPosition(const Position& p, EditableType editableType) Element 204 Source/core/editing/htmlediting.cpp Element* unsplittableElementForPosition(const Position& p) Element 208 Source/core/editing/htmlediting.cpp Element* enclosingCell = toElement(enclosingNodeOfType(p, &isTableCell)); Element 327 Source/core/editing/htmlediting.cpp Element* enclosingBlock(Node* node, EditingBoundaryCrossingRule rule) Element 636 Source/core/editing/htmlediting.cpp Element* enclosingAnchorElement(const Position& p) Element 715 Source/core/editing/htmlediting.cpp bool canMergeLists(Element* firstList, Element* secondList) Element 839 Source/core/editing/htmlediting.cpp PassRefPtr<Element> createTabSpanElement(Document& document, PassRefPtr<Node> prpTabTextNode) Element 844 Source/core/editing/htmlediting.cpp RefPtr<Element> spanElement = document.createElement(spanTag, false); Element 857 Source/core/editing/htmlediting.cpp PassRefPtr<Element> createTabSpanElement(Document& document, const String& tabText) Element 862 Source/core/editing/htmlediting.cpp PassRefPtr<Element> createTabSpanElement(Document& document) Element 1073 Source/core/editing/htmlediting.cpp const Element* firstElement = toElement(first); Element 1074 Source/core/editing/htmlediting.cpp const Element* secondElement = toElement(second); Element 38 Source/core/editing/htmlediting.h class Element; Element 63 Source/core/editing/htmlediting.h Element* enclosingBlock(Node*, EditingBoundaryCrossingRule = CannotCrossEditingBoundary); Element 66 Source/core/editing/htmlediting.h Element* enclosingAnchorElement(const Position&); Element 220 Source/core/editing/htmlediting.h PassRefPtr<Element> createTabSpanElement(Document&); Element 221 Source/core/editing/htmlediting.h PassRefPtr<Element> createTabSpanElement(Document&, PassRefPtr<Node> tabTextNode); Element 222 Source/core/editing/htmlediting.h PassRefPtr<Element> createTabSpanElement(Document&, const String& tabText); Element 223 Source/core/editing/htmlediting.h PassRefPtr<Element> createBlockPlaceholderElement(Document&); Element 225 Source/core/editing/htmlediting.h Element* editableRootForPosition(const Position&, EditableType = ContentIsEditable); Element 226 Source/core/editing/htmlediting.h Element* unsplittableElementForPosition(const Position&); Element 230 Source/core/editing/htmlediting.h bool canMergeLists(Element* firstList, Element* secondList); Element 78 Source/core/editing/markup.cpp AttributeChange(PassRefPtr<Element> element, const QualifiedName& name, const String& value) Element 89 Source/core/editing/markup.cpp RefPtr<Element> m_element; Element 100 Source/core/editing/markup.cpp for (Element* element = ElementTraversal::firstWithin(fragment); element; element = ElementTraversal::next(*element, &fragment)) { Element 133 Source/core/editing/markup.cpp void appendElement(StringBuilder& out, Element&, bool addDisplayInline, RangeFullySelectsNode); Element 134 Source/core/editing/markup.cpp virtual void appendElement(StringBuilder& out, Element& element, Namespaces*) OVERRIDE { appendElement(out, element, false, DoesFullySelectNode); } Element 275 Source/core/editing/markup.cpp void StyledMarkupAccumulator::appendElement(StringBuilder& out, Element& element, bool addDisplayInline, RangeFullySelectsNode rangeFullySelectsNode) Element 792 Source/core/editing/markup.cpp Element* element = toElement(node); Element 835 Source/core/editing/markup.cpp RefPtr<Element> element = createBreakElement(document); Element 850 Source/core/editing/markup.cpp Element* block = toElement(blockNode); Element 864 Source/core/editing/markup.cpp RefPtr<Element> element; Element 913 Source/core/editing/markup.cpp PassRefPtr<DocumentFragment> createFragmentForInnerOuterHTML(const String& markup, Element* contextElement, ParserContentPolicy parserContentPolicy, const char* method, ExceptionState& exceptionState) Element 39 Source/core/editing/markup.h class Element; Element 53 Source/core/editing/markup.h PassRefPtr<DocumentFragment> createFragmentForInnerOuterHTML(const String&, Element*, ParserContentPolicy, const char* method, ExceptionState&); Element 60 Source/core/events/EventPath.cpp Element* shadowHostElement = rootNode.isShadowRoot() ? toShadowRoot(rootNode).host() : 0; Element 905 Source/core/frame/DOMWindow.cpp Element* DOMWindow::frameElement() const Element 1298 Source/core/frame/DOMWindow.cpp PassRefPtr<CSSStyleDeclaration> DOMWindow::getComputedStyle(Element* elt, const String& pseudoElt) const Element 1306 Source/core/frame/DOMWindow.cpp PassRefPtrWillBeRawPtr<CSSRuleList> DOMWindow::getMatchedCSSRules(Element* element, const String& pseudoElement) const Element 1589 Source/core/frame/DOMWindow.cpp Element* ownerElement = m_frame ? m_frame->ownerElement() : 0; Element 56 Source/core/frame/DOMWindow.h class Element; Element 147 Source/core/frame/DOMWindow.h Element* frameElement() const; Element 215 Source/core/frame/DOMWindow.h PassRefPtr<CSSStyleDeclaration> getComputedStyle(Element*, const String& pseudoElt) const; Element 219 Source/core/frame/DOMWindow.h PassRefPtrWillBeRawPtr<CSSRuleList> getMatchedCSSRules(Element*, const String& pseudoElt) const; Element 274 Source/core/frame/FrameView.cpp Element* ownerElement = m_frame->ownerElement(); Element 424 Source/core/frame/FrameView.cpp bool FrameView::shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame) Element 438 Source/core/frame/FrameView.cpp Element* body = doc ? doc->body() : 0; Element 445 Source/core/frame/FrameView.cpp Element* docElement = doc ? doc->documentElement() : 0; Element 463 Source/core/frame/FrameView.cpp Element* customScrollbarElement = 0; Element 600 Source/core/frame/FrameView.cpp } else if (Element* viewportElement = document->viewportDefiningElement()) { Element 1581 Source/core/frame/FrameView.cpp Element* anchorNode = m_frame->document()->findAnchor(name); Element 1624 Source/core/frame/FrameView.cpp void FrameView::scrollElementToRect(Element* element, const IntRect& rect) Element 2199 Source/core/frame/FrameView.cpp Element* documentElement = document->documentElement(); Element 2554 Source/core/frame/FrameView.cpp if (Element* body = doc->body()) { Element 2561 Source/core/frame/FrameView.cpp if (Element* docElement = doc->documentElement()) { Element 2627 Source/core/frame/FrameView.cpp Element* htmlElement = frame().document()->documentElement(); Element 2628 Source/core/frame/FrameView.cpp Element* bodyElement = frame().document()->body(); Element 42 Source/core/frame/FrameView.h class Element; Element 233 Source/core/frame/FrameView.h void scrollElementToRect(Element*, const IntRect&); Element 402 Source/core/frame/FrameView.h bool shouldUseCustomScrollbars(Element*& customScrollbarElement, LocalFrame*& customScrollbarFrame); Element 33 Source/core/html/ClassList.cpp ClassList::ClassList(Element* element) : m_element(element) { } Element 37 Source/core/html/ClassList.h class Element; Element 43 Source/core/html/ClassList.h static PassOwnPtr<ClassList> create(Element* element) Element 54 Source/core/html/ClassList.h virtual Element* element() OVERRIDE { return m_element; } Element 59 Source/core/html/ClassList.h ClassList(Element*); Element 68 Source/core/html/ClassList.h Element* m_element; Element 111 Source/core/html/FormAssociatedElement.cpp Element* newFormCandidate = element->treeScope().getElementById(formId); Element 49 Source/core/html/HTMLAllCollection.cpp Element* HTMLAllCollection::namedItemWithIndex(const AtomicString& name, unsigned index) const Element 54 Source/core/html/HTMLAllCollection.cpp if (Vector<Element*>* elements = cache.getElementsById(name)) { Element 60 Source/core/html/HTMLAllCollection.cpp if (Vector<Element*>* elements = cache.getElementsByName(name)) { Element 68 Source/core/html/HTMLAllCollection.cpp void HTMLAllCollection::namedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<NodeList>& returnValue0, bool& returnValue1Enabled, RefPtr<Element>& returnValue1) Element 70 Source/core/html/HTMLAllCollection.cpp Vector<RefPtr<Element> > namedItems; Element 38 Source/core/html/HTMLAllCollection.h Element* namedItemWithIndex(const AtomicString& name, unsigned index) const; Element 39 Source/core/html/HTMLAllCollection.h void namedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&); Element 157 Source/core/html/HTMLAnchorElement.cpp if (isFocusable() && Element::supportsFocus()) Element 379 Source/core/html/HTMLAnchorElement.cpp return Element::tabIndex(); Element 500 Source/core/html/HTMLAnchorElement.cpp typedef HashMap<const HTMLAnchorElement*, RefPtr<Element> > RootEditableElementMap; Element 508 Source/core/html/HTMLAnchorElement.cpp Element* HTMLAnchorElement::rootEditableElementForSelectionOnMouseDown() const Element 523 Source/core/html/HTMLAnchorElement.cpp void HTMLAnchorElement::setRootEditableElementForSelectionOnMouseDown(Element* element) Element 118 Source/core/html/HTMLAnchorElement.h Element* rootEditableElementForSelectionOnMouseDown() const; Element 119 Source/core/html/HTMLAnchorElement.h void setRootEditableElementForSelectionOnMouseDown(Element*); Element 183 Source/core/html/HTMLAreaElement.cpp Element* mapElement = parentElement(); Element 209 Source/core/html/HTMLAreaElement.cpp return supportsFocus() && Element::tabIndex() >= 0; Element 166 Source/core/html/HTMLBodyElement.cpp Element* ownerElement = document().ownerElement(); Element 192 Source/core/html/HTMLCollection.cpp inline bool isMatchingElement(const NodeListType&, const Element&); Element 194 Source/core/html/HTMLCollection.cpp template <> inline bool isMatchingElement(const HTMLCollection& htmlCollection, const Element& element) Element 269 Source/core/html/HTMLCollection.cpp template <> inline bool isMatchingElement(const ClassCollection& collection, const Element& element) Element 274 Source/core/html/HTMLCollection.cpp template <> inline bool isMatchingElement(const HTMLTagCollection& collection, const Element& element) Element 279 Source/core/html/HTMLCollection.cpp Element* HTMLCollection::itemBefore(const Element* previous) const Element 284 Source/core/html/HTMLCollection.cpp Element* HTMLCollection::virtualItemAfter(Element*) const Element 309 Source/core/html/HTMLCollection.cpp inline Element* firstMatchingChildElement(const HTMLCollection& nodeList) Element 311 Source/core/html/HTMLCollection.cpp Element* element = ElementTraversal::firstChild(nodeList.rootNode()); Element 317 Source/core/html/HTMLCollection.cpp inline Element* nextMatchingChildElement(const HTMLCollection& nodeList, Element& current) Element 319 Source/core/html/HTMLCollection.cpp Element* next = ¤t; Element 326 Source/core/html/HTMLCollection.cpp Element* HTMLCollection::traverseToFirstElement() const Element 342 Source/core/html/HTMLCollection.cpp inline Element* HTMLCollection::traverseNextElement(Element& previous) const Element 351 Source/core/html/HTMLCollection.cpp Element* HTMLCollection::traverseForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset) const Element 361 Source/core/html/HTMLCollection.cpp Element* next = ¤tElement; Element 369 Source/core/html/HTMLCollection.cpp Element* next = ¤tElement; Element 380 Source/core/html/HTMLCollection.cpp Element* HTMLCollection::namedItem(const AtomicString& name) const Element 390 Source/core/html/HTMLCollection.cpp Vector<Element*>* idResults = cache.getElementsById(name); Element 394 Source/core/html/HTMLCollection.cpp Vector<Element*>* nameResults = cache.getElementsByName(name); Element 417 Source/core/html/HTMLCollection.cpp for (Element* element = traverseToFirstElement(); element; element = traverseNextElement(*element)) { Element 446 Source/core/html/HTMLCollection.cpp for (Element* element = traverseToFirstElement(); element; element = traverseNextElement(*element)) { Element 458 Source/core/html/HTMLCollection.cpp void HTMLCollection::namedItems(const AtomicString& name, Vector<RefPtr<Element> >& result) const Element 467 Source/core/html/HTMLCollection.cpp Vector<Element*>* idResults = cache.getElementsById(name); Element 468 Source/core/html/HTMLCollection.cpp Vector<Element*>* nameResults = cache.getElementsByName(name); Element 49 Source/core/html/HTMLCollection.h Element* item(unsigned offset) const { return m_collectionIndexCache.nodeAt(*this, offset); } Element 50 Source/core/html/HTMLCollection.h virtual Element* namedItem(const AtomicString& name) const; Element 55 Source/core/html/HTMLCollection.h void namedItems(const AtomicString& name, Vector<RefPtr<Element> >&) const; Element 61 Source/core/html/HTMLCollection.h Element* itemBefore(const Element* previousItem) const; Element 62 Source/core/html/HTMLCollection.h Element* traverseToFirstElement() const; Element 63 Source/core/html/HTMLCollection.h Element* traverseForwardToOffset(unsigned offset, Element& currentElement, unsigned& currentOffset) const; Element 70 Source/core/html/HTMLCollection.h Vector<Element*>* getElementsById(const AtomicString& id) const { return m_idCache.get(id.impl()); } Element 71 Source/core/html/HTMLCollection.h Vector<Element*>* getElementsByName(const AtomicString& name) const { return m_nameCache.get(name.impl()); } Element 72 Source/core/html/HTMLCollection.h void addElementWithId(const AtomicString& id, Element* element) { addElementToMap(m_idCache, id, element); } Element 73 Source/core/html/HTMLCollection.h void addElementWithName(const AtomicString& name, Element* element) { addElementToMap(m_nameCache, name, element); } Element 76 Source/core/html/HTMLCollection.h typedef HashMap<StringImpl*, OwnPtr<Vector<Element*> > > StringToElementsMap; Element 77 Source/core/html/HTMLCollection.h static void addElementToMap(StringToElementsMap& map, const AtomicString& key, Element* element) Element 79 Source/core/html/HTMLCollection.h OwnPtr<Vector<Element*> >& vector = map.add(key.impl(), nullptr).storedValue->value; Element 81 Source/core/html/HTMLCollection.h vector = adoptPtr(new Vector<Element*>); Element 90 Source/core/html/HTMLCollection.h virtual Element* virtualItemAfter(Element*) const; Element 111 Source/core/html/HTMLCollection.h Element* traverseNextElement(Element& previous) const; Element 135 Source/core/html/HTMLCollection.h mutable CollectionIndexCache<HTMLCollection, Element> m_collectionIndexCache; Element 105 Source/core/html/HTMLContentElement.cpp Element* element = toElement(siblings[nth]); Element 80 Source/core/html/HTMLDetailsElement.cpp Element* HTMLDetailsElement::findMainSummary() const Element 97 Source/core/html/HTMLDetailsElement.cpp Element* content = ensureUserAgentShadowRoot().getElementById(ShadowElementNames::detailsContent()); Element 103 Source/core/html/HTMLDetailsElement.cpp Element* summary = ensureUserAgentShadowRoot().getElementById(ShadowElementNames::detailsSummary()); Element 33 Source/core/html/HTMLDetailsElement.h Element* findMainSummary() const; Element 45 Source/core/html/HTMLDialogElement.cpp Element* focusableDescendant = 0; Element 55 Source/core/html/HTMLDialogElement.cpp Element* element = toElement(node); Element 78 Source/core/html/HTMLElement.cpp return Element::nodeName(); Element 148 Source/core/html/HTMLElement.cpp return Element::isPresentationAttribute(name); Element 200 Source/core/html/HTMLElement.cpp Element::collectStyleForPresentationAttribute(name, value, style); Element 303 Source/core/html/HTMLElement.cpp return Element::parseAttribute(name, value); Element 517 Source/core/html/HTMLElement.cpp return Element::supportsFocus() || (rendererIsEditable() && parentNode() && !parentNode()->rendererIsEditable()) Element 590 Source/core/html/HTMLElement.cpp return Element::tabIndex(); Element 667 Source/core/html/HTMLElement.cpp Element::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); Element 735 Source/core/html/HTMLElement.cpp Element* parent = parentElement(); Element 744 Source/core/html/HTMLElement.cpp void HTMLElement::adjustDirectionalityIfNeededAfterChildAttributeChanged(Element* child) Element 751 Source/core/html/HTMLElement.cpp Element* elementToAdjust = this; Element 791 Source/core/html/HTMLElement.cpp for (Element* elementToAdjust = this; elementToAdjust; elementToAdjust = elementToAdjust->parentElement()) { Element 923 Source/core/html/HTMLElement.cpp Element::defaultEventHandler(event); Element 41 Source/core/html/HTMLElement.h class HTMLElement : public Element { Element 116 Source/core/html/HTMLElement.h void adjustDirectionalityIfNeededAfterChildAttributeChanged(Element* child); Element 133 Source/core/html/HTMLElement.h : Element(tagName, &document, type) Element 145 Source/core/html/HTMLElement.h inline bool is##thisType(const Element* element) { return element && is##thisType(*element); } \ Element 52 Source/core/html/HTMLFieldSetElement.cpp void HTMLFieldSetElement::invalidateDisabledStateUnder(Element& base) Element 54 Source/core/html/HTMLFieldSetElement.cpp for (Element* element = ElementTraversal::firstWithin(base); element; element = ElementTraversal::next(*element, &base)) { Element 57 Source/core/html/HTMLFieldSetElement.h static void invalidateDisabledStateUnder(Element&); Element 325 Source/core/html/HTMLFormControlElement.cpp void HTMLFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) Element 353 Source/core/html/HTMLFormControlElement.cpp return Element::tabIndex(); Element 464 Source/core/html/HTMLFormControlElement.cpp void HTMLFormControlElement::dispatchBlurEvent(Element* newFocusedElement) Element 132 Source/core/html/HTMLFormControlElement.h virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE; Element 133 Source/core/html/HTMLFormControlElement.h virtual void dispatchBlurEvent(Element* newFocusedElement) OVERRIDE; Element 184 Source/core/html/HTMLFormControlElement.h inline bool isHTMLFormControlElement(const Element& element) Element 72 Source/core/html/HTMLFormControlsCollection.cpp static unsigned findFormAssociatedElement(const Vector<FormAssociatedElement*>& associatedElements, Element* element) Element 83 Source/core/html/HTMLFormControlsCollection.cpp Element* HTMLFormControlsCollection::virtualItemAfter(Element* previous) const Element 137 Source/core/html/HTMLFormControlsCollection.cpp Element* HTMLFormControlsCollection::namedItem(const AtomicString& name) const Element 192 Source/core/html/HTMLFormControlsCollection.cpp void HTMLFormControlsCollection::namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtr<RadioNodeList>& radioNodeList, bool& elementEnabled, RefPtr<Element>& element) Element 194 Source/core/html/HTMLFormControlsCollection.cpp Vector<RefPtr<Element> > namedItems; Element 220 Source/core/html/HTMLFormControlsCollection.cpp Element* element = item(i); Element 46 Source/core/html/HTMLFormControlsCollection.h virtual Element* namedItem(const AtomicString& name) const OVERRIDE; Element 47 Source/core/html/HTMLFormControlsCollection.h void namedGetter(const AtomicString& name, bool& radioNodeListEnabled, RefPtr<RadioNodeList>&, bool& elementEnabled, RefPtr<Element>&); Element 57 Source/core/html/HTMLFormControlsCollection.h virtual Element* virtualItemAfter(Element*) const OVERRIDE; Element 60 Source/core/html/HTMLFormControlsCollection.h mutable Element* m_cachedElement; Element 186 Source/core/html/HTMLFormElement.cpp Element* HTMLFormElement::item(unsigned index) Element 676 Source/core/html/HTMLFormElement.cpp Element* HTMLFormElement::elementFromPastNamesMap(const AtomicString& pastName) Element 680 Source/core/html/HTMLFormElement.cpp Element* element = m_pastNamesMap->get(pastName); Element 696 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::addToPastNamesMap(Element* element, const AtomicString& pastName) Element 718 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::getNamedElements(const AtomicString& name, Vector<RefPtr<Element> >& namedItems) Element 723 Source/core/html/HTMLFormElement.cpp Element* elementFromPast = elementFromPastNamesMap(name); Element 744 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::copyNonAttributePropertiesFromElement(const Element& source) Element 750 Source/core/html/HTMLFormElement.cpp void HTMLFormElement::anonymousNamedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<RadioNodeList>& returnValue0, bool& returnValue1Enabled, RefPtr<Element>& returnValue1) Element 756 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<Element> > elements; Element 764 Source/core/html/HTMLFormElement.cpp Vector<RefPtr<Element> > elements; Element 53 Source/core/html/HTMLFormElement.h void getNamedElements(const AtomicString&, Vector<RefPtr<Element> >&); Element 56 Source/core/html/HTMLFormElement.h Element* item(unsigned index); Element 116 Source/core/html/HTMLFormElement.h void anonymousNamedGetter(const AtomicString& name, bool&, RefPtr<RadioNodeList>&, bool&, RefPtr<Element>&); Element 134 Source/core/html/HTMLFormElement.h virtual void copyNonAttributePropertiesFromElement(const Element&) OVERRIDE; Element 152 Source/core/html/HTMLFormElement.h Element* elementFromPastNamesMap(const AtomicString&); Element 153 Source/core/html/HTMLFormElement.h void addToPastNamesMap(Element*, const AtomicString& pastName); Element 156 Source/core/html/HTMLFormElement.h typedef HashMap<AtomicString, Element*> PastNamesMap; Element 77 Source/core/html/HTMLFrameElementBase.h inline bool isHTMLFrameElementBase(const Element& element) Element 217 Source/core/html/HTMLFrameSetElement.cpp Element* frameElement = children()->namedItem(name); Element 34 Source/core/html/HTMLImageLoader.cpp HTMLImageLoader::HTMLImageLoader(Element* node) Element 64 Source/core/html/HTMLImageLoader.cpp RefPtr<Element> element = this->element(); Element 32 Source/core/html/HTMLImageLoader.h HTMLImageLoader(Element*); Element 383 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::handleFocusEvent(Element* oldFocusedElement, FocusType type) Element 917 Source/core/html/HTMLInputElement.cpp void HTMLInputElement::copyNonAttributePropertiesFromElement(const Element& source) Element 1499 Source/core/html/HTMLInputElement.cpp Element* element = treeScope().getElementById(fastGetAttribute(listAttr)); Element 325 Source/core/html/HTMLInputElement.h virtual void copyNonAttributePropertiesFromElement(const Element&) OVERRIDE FINAL; Element 353 Source/core/html/HTMLInputElement.h virtual void handleFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL; Element 92 Source/core/html/HTMLLIElement.cpp Element* listNode = 0; Element 93 Source/core/html/HTMLLIElement.cpp Element* current = this; Element 37 Source/core/html/HTMLLabelElement.cpp static bool supportsLabels(const Element& element) Element 70 Source/core/html/HTMLLabelElement.cpp for (Element* element = ElementTraversal::next(*this, this); element; element = ElementTraversal::next(*element, this)) { Element 78 Source/core/html/HTMLLabelElement.cpp if (Element* element = treeScope().getElementById(controlId)) { Element 52 Source/core/html/HTMLLegendElement.cpp Element* fieldset = parentElement(); Element 66 Source/core/html/HTMLLegendElement.cpp Element::focus(true, type); Element 76 Source/core/html/HTMLMapElement.cpp for (unsigned i = 0; Element* curr = images->item(i); i++) { Element 547 Source/core/html/HTMLMediaElement.h inline bool isHTMLMediaElement(const Element& element) Element 439 Source/core/html/HTMLMetaElement-in.cpp for (Element* current = element; current; current = current->parentElement()) { Element 51 Source/core/html/HTMLNameCollection.cpp Element* HTMLNameCollection::virtualItemAfter(Element* previous) const Element 55 Source/core/html/HTMLNameCollection.cpp Element* current; Element 46 Source/core/html/HTMLNameCollection.h virtual Element* virtualItemAfter(Element*) const OVERRIDE; Element 56 Source/core/html/HTMLNoEmbedElement.cpp return Element::rendererIsNeeded(style); Element 56 Source/core/html/HTMLNoScriptElement.cpp return Element::rendererIsNeeded(style); Element 323 Source/core/html/HTMLOptionElement.cpp if (Element* parent = parentElement()) Element 50 Source/core/html/HTMLOptionsCollection.cpp Element* element = item(i); Element 126 Source/core/html/HTMLOptionsCollection.cpp void HTMLOptionsCollection::namedGetter(const AtomicString& name, bool& returnValue0Enabled, RefPtr<NodeList>& returnValue0, bool& returnValue1Enabled, RefPtr<Element>& returnValue1) Element 128 Source/core/html/HTMLOptionsCollection.cpp Vector<RefPtr<Element> > namedItems; Element 48 Source/core/html/HTMLOptionsCollection.h void namedGetter(const AtomicString& name, bool&, RefPtr<NodeList>&, bool&, RefPtr<Element>&); Element 149 Source/core/html/HTMLPlugInElement.h inline bool isHTMLPlugInElement(const Element& element) Element 173 Source/core/html/HTMLScriptElement.cpp PassRefPtr<Element> HTMLScriptElement::cloneElementWithoutAttributesAndChildren() Element 72 Source/core/html/HTMLScriptElement.h virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE; Element 437 Source/core/html/HTMLSelectElement.cpp Element* HTMLSelectElement::namedItem(const AtomicString& name) Element 442 Source/core/html/HTMLSelectElement.cpp Element* HTMLSelectElement::item(unsigned index) Element 477 Source/core/html/HTMLSelectElement.cpp RefPtr<Element> option = document().createElement(optionTag, false); Element 488 Source/core/html/HTMLSelectElement.cpp Vector<RefPtr<Element> > itemsToRemove; Element 491 Source/core/html/HTMLSelectElement.cpp Element* item = items[i]; Element 499 Source/core/html/HTMLSelectElement.cpp Element* item = itemsToRemove[i].get(); Element 773 Source/core/html/HTMLSelectElement.cpp for (Element* currentElement = ElementTraversal::firstWithin(*this); currentElement; ) { Element 785 Source/core/html/HTMLSelectElement.cpp if (Element* nextElement = ElementTraversal::firstWithin(current)) { Element 954 Source/core/html/HTMLSelectElement.cpp void HTMLSelectElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) Element 963 Source/core/html/HTMLSelectElement.cpp void HTMLSelectElement::dispatchBlurEvent(Element* newFocusedElement) Element 97 Source/core/html/HTMLSelectElement.h Element* namedItem(const AtomicString& name); Element 98 Source/core/html/HTMLSelectElement.h Element* item(unsigned index); Element 127 Source/core/html/HTMLSelectElement.h virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE; Element 128 Source/core/html/HTMLSelectElement.h virtual void dispatchBlurEvent(Element* newFocusedElemnet) OVERRIDE; Element 56 Source/core/html/HTMLSourceElement.cpp Element* parent = parentElement(); Element 64 Source/core/html/HTMLSourceElement.cpp Element* parent = parentElement(); Element 81 Source/core/html/HTMLSummaryElement.cpp Element* element = toElement(node); Element 84 Source/core/html/HTMLSummaryElement.cpp Element* host = element->shadowHost(); Element 66 Source/core/html/HTMLTableCellElement.h inline bool isHTMLTableCellElement(const Element& element) Element 53 Source/core/html/HTMLTableColElement.h inline bool isHTMLTableColElement(const Element& element) Element 81 Source/core/html/HTMLTableElement.cpp for (Element* child = ElementTraversal::firstWithin(*this); child; child = ElementTraversal::nextSibling(*child)) { Element 92 Source/core/html/HTMLTableElement.cpp Element* child; Element 103 Source/core/html/HTMLTableElement.cpp for (Element* child = ElementTraversal::firstWithin(*this); child; child = ElementTraversal::nextSibling(*child)) { Element 114 Source/core/html/HTMLTableElement.cpp Element* child; Element 256 Source/core/html/HTMLTableElement.cpp Element* element = ElementTraversal::next(*this, this); Element 86 Source/core/html/HTMLTableRowElement.cpp for (Element* child = ElementTraversal::firstWithin(*table); child; child = ElementTraversal::nextSibling(*child)) { Element 152 Source/core/html/HTMLTableRowElement.cpp RefPtr<Element> cell = children->item(index); Element 41 Source/core/html/HTMLTableRowsCollection.cpp static bool isInHead(Element* row) Element 46 Source/core/html/HTMLTableRowsCollection.cpp static bool isInBody(Element* row) Element 51 Source/core/html/HTMLTableRowsCollection.cpp static bool isInFoot(Element* row) Element 151 Source/core/html/HTMLTableRowsCollection.cpp Element* HTMLTableRowsCollection::virtualItemAfter(Element* previous) const Element 49 Source/core/html/HTMLTableRowsCollection.h virtual Element* virtualItemAfter(Element*) const OVERRIDE; Element 90 Source/core/html/HTMLTableSectionElement.cpp RefPtr<Element> row = children->item(index); Element 52 Source/core/html/HTMLTableSectionElement.h inline bool isHTMLTableSectionElement(const Element& element) Element 265 Source/core/html/HTMLTextAreaElement.cpp void HTMLTextAreaElement::handleFocusEvent(Element*, FocusType) Element 88 Source/core/html/HTMLTextAreaElement.h virtual void handleFocusEvent(Element* oldFocusedNode, FocusType) OVERRIDE; Element 76 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::dispatchFocusEvent(Element* oldFocusedElement, FocusType type) Element 84 Source/core/html/HTMLTextFormControlElement.cpp void HTMLTextFormControlElement::dispatchBlurEvent(Element* newFocusedElement) Element 617 Source/core/html/HTMLTextFormControlElement.cpp Element* ancestor = container->shadowHost(); Element 621 Source/core/html/HTMLTextFormControlElement.cpp static const HTMLElement* parentHTMLElement(const Element* element) Element 118 Source/core/html/HTMLTextFormControlElement.h virtual void dispatchFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE FINAL; Element 119 Source/core/html/HTMLTextFormControlElement.h virtual void dispatchBlurEvent(Element* newFocusedElement) OVERRIDE FINAL; Element 126 Source/core/html/HTMLTextFormControlElement.h virtual void handleFocusEvent(Element* /* oldFocusedNode */, FocusType) { } Element 138 Source/core/html/HTMLTextFormControlElement.h inline bool isHTMLTextFormControlElement(const Element& element) Element 269 Source/core/html/HTMLTrackElement.cpp Element* parent = parentElement(); Element 54 Source/core/html/HTMLUnknownElement.h inline bool isHTMLUnknownElement(const Element& element) Element 178 Source/core/html/HTMLViewSourceDocument.cpp PassRefPtr<Element> HTMLViewSourceDocument::addSpanWithClassName(const AtomicString& className) Element 271 Source/core/html/HTMLViewSourceDocument.cpp PassRefPtr<Element> HTMLViewSourceDocument::addBase(const AtomicString& href) Element 279 Source/core/html/HTMLViewSourceDocument.cpp PassRefPtr<Element> HTMLViewSourceDocument::addLink(const AtomicString& url, bool isAnchor) Element 57 Source/core/html/HTMLViewSourceDocument.h PassRefPtr<Element> addSpanWithClassName(const AtomicString&); Element 62 Source/core/html/HTMLViewSourceDocument.h PassRefPtr<Element> addLink(const AtomicString& url, bool isAnchor); Element 63 Source/core/html/HTMLViewSourceDocument.h PassRefPtr<Element> addBase(const AtomicString& href); Element 66 Source/core/html/HTMLViewSourceDocument.h RefPtr<Element> m_current; Element 53 Source/core/html/LabelableElement.h inline bool isLabelableElement(const Element& element) Element 46 Source/core/html/LabelsNodeList.cpp bool LabelsNodeList::elementMatches(const Element& element) const Element 46 Source/core/html/LabelsNodeList.h virtual bool elementMatches(const Element&) const OVERRIDE; Element 92 Source/core/html/RadioNodeList.cpp bool RadioNodeList::checkElementMatchesRadioNodeListFilter(const Element& testElement) const Element 105 Source/core/html/RadioNodeList.cpp bool RadioNodeList::elementMatches(const Element& element) const Element 51 Source/core/html/RadioNodeList.h bool checkElementMatchesRadioNodeListFilter(const Element&) const; Element 53 Source/core/html/RadioNodeList.h virtual bool elementMatches(const Element&) const OVERRIDE; Element 2351 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::drawFocusIfNeeded(Element* element) Element 2364 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::drawCustomFocusRing(Element* element) Element 2376 Source/core/html/canvas/CanvasRenderingContext2D.cpp bool CanvasRenderingContext2D::focusRingCallIsValid(const Path& path, Element* element) Element 2388 Source/core/html/canvas/CanvasRenderingContext2D.cpp void CanvasRenderingContext2D::updateFocusRingAccessibility(const Path& path, Element* element) Element 55 Source/core/html/canvas/CanvasRenderingContext2D.h class Element; Element 232 Source/core/html/canvas/CanvasRenderingContext2D.h void drawFocusIfNeeded(Element*); Element 233 Source/core/html/canvas/CanvasRenderingContext2D.h bool drawCustomFocusRing(Element*); Element 334 Source/core/html/canvas/CanvasRenderingContext2D.h bool focusRingCallIsValid(const Path&, Element*); Element 335 Source/core/html/canvas/CanvasRenderingContext2D.h void updateFocusRingAccessibility(const Path&, Element*); Element 375 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.cpp void BaseMultipleFieldsDateAndTimeInputType::handleFocusEvent(Element* oldFocusedElement, FocusType type) Element 97 Source/core/html/forms/BaseMultipleFieldsDateAndTimeInputType.h virtual void handleFocusEvent(Element* oldFocusedElement, FocusType) OVERRIDE; Element 264 Source/core/html/forms/FileInputType.cpp if (Element* button = toElement(element().userAgentShadowRoot()->firstChild())) Element 271 Source/core/html/forms/FileInputType.cpp if (Element* button = toElement(element().userAgentShadowRoot()->firstChild())) Element 115 Source/core/html/forms/InputTypeView.cpp void InputTypeView::handleFocusEvent(Element*, FocusType) Element 46 Source/core/html/forms/InputTypeView.h class Element; Element 90 Source/core/html/forms/InputTypeView.h virtual void handleFocusEvent(Element* oldFocusedElement, FocusType); Element 130 Source/core/html/forms/RadioInputType.cpp Element* currentFocusedElement = element().document().focusedElement(); Element 328 Source/core/html/forms/RangeInputType.cpp inline Element* RangeInputType::sliderTrackElement() const Element 336 Source/core/html/forms/RangeInputType.cpp Element* sliderTrackElement = this->sliderTrackElement(); Element 358 Source/core/html/forms/RangeInputType.cpp Element* element = options->item(i); Element 71 Source/core/html/forms/RangeInputType.h Element* sliderTrackElement() const; Element 93 Source/core/html/forms/SearchInputType.cpp Element* container = containerElement(); Element 94 Source/core/html/forms/SearchInputType.cpp Element* viewPort = element().userAgentShadowRoot()->getElementById(ShadowElementNames::editingViewPort()); Element 170 Source/core/html/forms/SearchInputType.cpp Element* button = element().userAgentShadowRoot()->getElementById(ShadowElementNames::clearButton()); Element 247 Source/core/html/forms/TextFieldInputType.cpp void TextFieldInputType::handleFocusEvent(Element* oldFocusedNode, FocusType focusType) Element 324 Source/core/html/forms/TextFieldInputType.cpp Element* TextFieldInputType::containerElement() const Element 338 Source/core/html/forms/TextFieldInputType.cpp Element* picker = element().userAgentShadowRoot()->getElementById(ShadowElementNames::pickerIndicator()); Element 345 Source/core/html/forms/TextFieldInputType.cpp if (Element* container = containerElement()) { Element 351 Source/core/html/forms/TextFieldInputType.cpp RefPtr<Element> rpContainer = TextControlInnerContainer::create(document); Element 353 Source/core/html/forms/TextFieldInputType.cpp RefPtr<Element> innerEditor = element().innerTextElement(); Element 355 Source/core/html/forms/TextFieldInputType.cpp RefPtr<Element> editingViewPort = EditingViewPortElement::create(document); Element 472 Source/core/html/forms/TextFieldInputType.cpp Element* container = containerElement(); Element 60 Source/core/html/forms/TextFieldInputType.h virtual void handleFocusEvent(Element* oldFocusedNode, FocusType) OVERRIDE FINAL; Element 72 Source/core/html/forms/TextFieldInputType.h Element* containerElement() const; Element 92 Source/core/html/ime/InputMethodContext.cpp const Element* element = frame->document()->focusedElement(); Element 61 Source/core/html/parser/HTMLConstructionSite.cpp static inline void setAttributes(Element* element, AtomicHTMLToken* token, ParserContentPolicy parserContentPolicy) Element 118 Source/core/html/parser/HTMLConstructionSite.cpp Element& child = toElement(*task.child); Element 391 Source/core/html/parser/HTMLConstructionSite.cpp void HTMLConstructionSite::mergeAttributesFromTokenIntoElement(AtomicHTMLToken* token, Element* element) Element 592 Source/core/html/parser/HTMLConstructionSite.cpp RefPtr<Element> body = createHTMLElement(token); Element 601 Source/core/html/parser/HTMLConstructionSite.cpp RefPtr<Element> element = createHTMLElement(token); Element 611 Source/core/html/parser/HTMLConstructionSite.cpp RefPtr<Element> element = createHTMLElement(token); Element 657 Source/core/html/parser/HTMLConstructionSite.cpp RefPtr<Element> element = createElement(token, namespaceURI); Element 721 Source/core/html/parser/HTMLConstructionSite.cpp PassRefPtr<Element> HTMLConstructionSite::createElement(AtomicHTMLToken* token, const AtomicString& namespaceURI) Element 724 Source/core/html/parser/HTMLConstructionSite.cpp RefPtr<Element> element = ownerDocumentForCurrentNode().createElement(tagName, true); Element 736 Source/core/html/parser/HTMLConstructionSite.cpp PassRefPtr<Element> HTMLConstructionSite::createHTMLElement(AtomicHTMLToken* token) Element 745 Source/core/html/parser/HTMLConstructionSite.cpp RefPtr<Element> element = HTMLElementFactory::createHTMLElement(token->name(), document, form, true); Element 753 Source/core/html/parser/HTMLConstructionSite.cpp RefPtr<Element> element; Element 825 Source/core/html/parser/HTMLConstructionSite.cpp Element* lastTableElement = lastTableElementRecord->element(); Element 89 Source/core/html/parser/HTMLConstructionSite.h class Element; Element 168 Source/core/html/parser/HTMLConstructionSite.h Element* currentElement() const { return m_openElements.top(); } Element 177 Source/core/html/parser/HTMLConstructionSite.h Element* head() const { return m_head->element(); } Element 218 Source/core/html/parser/HTMLConstructionSite.h PassRefPtr<Element> createHTMLElement(AtomicHTMLToken*); Element 219 Source/core/html/parser/HTMLConstructionSite.h PassRefPtr<Element> createElement(AtomicHTMLToken*, const AtomicString& namespaceURI); Element 221 Source/core/html/parser/HTMLConstructionSite.h void mergeAttributesFromTokenIntoElement(AtomicHTMLToken*, Element*); Element 54 Source/core/html/parser/HTMLDocumentParser.cpp static HTMLTokenizer::State tokenizerStateForContextElement(Element* contextElement, bool reportErrors, const HTMLParserOptions& options) Element 122 Source/core/html/parser/HTMLDocumentParser.cpp HTMLDocumentParser::HTMLDocumentParser(DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy) Element 279 Source/core/html/parser/HTMLDocumentParser.cpp RefPtr<Element> scriptElement = m_treeBuilder->takeScriptToProcess(scriptStartPosition); Element 981 Source/core/html/parser/HTMLDocumentParser.cpp void HTMLDocumentParser::parseDocumentFragment(const String& source, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy) Element 80 Source/core/html/parser/HTMLDocumentParser.h static void parseDocumentFragment(const String&, DocumentFragment*, Element* contextElement, ParserContentPolicy = AllowScriptingContent); Element 114 Source/core/html/parser/HTMLDocumentParser.h HTMLDocumentParser(DocumentFragment*, Element* contextElement, ParserContentPolicy); Element 121 Source/core/html/parser/HTMLDocumentParser.h static PassRefPtr<HTMLDocumentParser> create(DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy) Element 234 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::popUntil(Element* element) Element 240 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::popUntilPopped(Element* element) Element 391 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::removeHTMLHeadElement(Element* element) Element 402 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::remove(Element* element) Element 412 Source/core/html/parser/HTMLElementStack.cpp HTMLElementStack::ElementRecord* HTMLElementStack::find(Element* element) const Element 430 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::contains(Element* element) const Element 467 Source/core/html/parser/HTMLElementStack.cpp bool HTMLElementStack::inScope(Element* targetElement) const Element 535 Source/core/html/parser/HTMLElementStack.cpp Element* HTMLElementStack::htmlElement() const Element 541 Source/core/html/parser/HTMLElementStack.cpp Element* HTMLElementStack::headElement() const Element 547 Source/core/html/parser/HTMLElementStack.cpp Element* HTMLElementStack::bodyElement() const Element 578 Source/core/html/parser/HTMLElementStack.cpp void HTMLElementStack::removeNonTopCommon(Element* element) Element 596 Source/core/html/parser/HTMLElementStack.cpp HTMLElementStack::ElementRecord* HTMLElementStack::furthestBlockForFormattingElement(Element* formattingElement) const Element 41 Source/core/html/parser/HTMLElementStack.h class Element; Element 57 Source/core/html/parser/HTMLElementStack.h Element* element() const { return m_item->element(); } Element 82 Source/core/html/parser/HTMLElementStack.h Element* top() const Element 102 Source/core/html/parser/HTMLElementStack.h ElementRecord* find(Element*) const; Element 103 Source/core/html/parser/HTMLElementStack.h ElementRecord* furthestBlockForFormattingElement(Element*) const; Element 116 Source/core/html/parser/HTMLElementStack.h void popUntil(Element*); Element 120 Source/core/html/parser/HTMLElementStack.h void popUntilPopped(Element*); Element 133 Source/core/html/parser/HTMLElementStack.h void remove(Element*); Element 134 Source/core/html/parser/HTMLElementStack.h void removeHTMLHeadElement(Element*); Element 136 Source/core/html/parser/HTMLElementStack.h bool contains(Element*) const; Element 139 Source/core/html/parser/HTMLElementStack.h bool inScope(Element*) const; Element 156 Source/core/html/parser/HTMLElementStack.h Element* htmlElement() const; Element 157 Source/core/html/parser/HTMLElementStack.h Element* headElement() const; Element 158 Source/core/html/parser/HTMLElementStack.h Element* bodyElement() const; Element 170 Source/core/html/parser/HTMLElementStack.h void removeNonTopCommon(Element*); Element 180 Source/core/html/parser/HTMLElementStack.h Element* m_headElement; Element 181 Source/core/html/parser/HTMLElementStack.h Element* m_bodyElement; Element 48 Source/core/html/parser/HTMLFormattingElementList.cpp Element* HTMLFormattingElementList::closestElementInScopeWithName(const AtomicString& targetName) Element 60 Source/core/html/parser/HTMLFormattingElementList.cpp bool HTMLFormattingElementList::contains(Element* element) Element 65 Source/core/html/parser/HTMLFormattingElementList.cpp HTMLFormattingElementList::Entry* HTMLFormattingElementList::find(Element* element) Element 75 Source/core/html/parser/HTMLFormattingElementList.cpp HTMLFormattingElementList::Bookmark HTMLFormattingElementList::bookmarkFor(Element* element) Element 82 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, const Bookmark& bookmark) Element 103 Source/core/html/parser/HTMLFormattingElementList.cpp void HTMLFormattingElementList::remove(Element* element) Element 36 Source/core/html/parser/HTMLFormattingElementList.h class Element; Element 65 Source/core/html/parser/HTMLFormattingElementList.h Element* element() const Element 75 Source/core/html/parser/HTMLFormattingElementList.h bool operator==(Element* element) const { return !m_item ? !element : m_item->element() == element; } Element 76 Source/core/html/parser/HTMLFormattingElementList.h bool operator!=(Element* element) const { return !m_item ? !!element : m_item->element() != element; } Element 107 Source/core/html/parser/HTMLFormattingElementList.h Element* closestElementInScopeWithName(const AtomicString&); Element 109 Source/core/html/parser/HTMLFormattingElementList.h Entry* find(Element*); Element 110 Source/core/html/parser/HTMLFormattingElementList.h bool contains(Element*); Element 112 Source/core/html/parser/HTMLFormattingElementList.h void remove(Element*); Element 114 Source/core/html/parser/HTMLFormattingElementList.h Bookmark bookmarkFor(Element*); Element 115 Source/core/html/parser/HTMLFormattingElementList.h void swapTo(Element* oldElement, PassRefPtr<HTMLStackItem> newItem, const Bookmark&); Element 145 Source/core/html/parser/HTMLScriptRunner.cpp RefPtr<Element> element = pendingScript.releaseElementAndClear(); Element 177 Source/core/html/parser/HTMLScriptRunner.cpp void HTMLScriptRunner::execute(PassRefPtr<Element> scriptElement, const TextPosition& scriptStartPosition) Element 247 Source/core/html/parser/HTMLScriptRunner.cpp void HTMLScriptRunner::requestParsingBlockingScript(Element* element) Element 261 Source/core/html/parser/HTMLScriptRunner.cpp void HTMLScriptRunner::requestDeferredScript(Element* element) Element 271 Source/core/html/parser/HTMLScriptRunner.cpp bool HTMLScriptRunner::requestPendingScript(PendingScript& pendingScript, Element* script) const Element 287 Source/core/html/parser/HTMLScriptRunner.cpp void HTMLScriptRunner::runScript(Element* script, const TextPosition& scriptStartPosition) Element 39 Source/core/html/parser/HTMLScriptRunner.h class Element; Element 56 Source/core/html/parser/HTMLScriptRunner.h void execute(PassRefPtr<Element> scriptToProcess, const TextPosition& scriptStartPosition); Element 80 Source/core/html/parser/HTMLScriptRunner.h void requestParsingBlockingScript(Element*); Element 81 Source/core/html/parser/HTMLScriptRunner.h void requestDeferredScript(Element*); Element 82 Source/core/html/parser/HTMLScriptRunner.h bool requestPendingScript(PendingScript&, Element*) const; Element 84 Source/core/html/parser/HTMLScriptRunner.h void runScript(Element*, const TextPosition& scriptStartPosition); Element 34 Source/core/html/parser/HTMLScriptRunnerHost.h class Element; Element 61 Source/core/html/parser/HTMLStackItem.h Element* element() const { return toElement(m_node.get()); } Element 137 Source/core/html/parser/HTMLTreeBuilder.cpp static HTMLFormElement* closestFormAncestor(Element& element) Element 283 Source/core/html/parser/HTMLTreeBuilder.cpp HTMLTreeBuilder::HTMLTreeBuilder(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options) Element 336 Source/core/html/parser/HTMLTreeBuilder.cpp HTMLTreeBuilder::FragmentParsingContext::FragmentParsingContext(DocumentFragment* fragment, Element* contextElement) Element 347 Source/core/html/parser/HTMLTreeBuilder.cpp PassRefPtr<Element> HTMLTreeBuilder::takeScriptToProcess(TextPosition& scriptStartPosition) Element 715 Source/core/html/parser/HTMLTreeBuilder.cpp Element* activeATag = m_tree.activeFormattingElements()->closestElementInScopeWithName(aTag.localName()); Element 1473 Source/core/html/parser/HTMLTreeBuilder.cpp Element* formattingElement = m_tree.activeFormattingElements()->closestElementInScopeWithName(token->name()); Element 1778 Source/core/html/parser/HTMLTreeBuilder.cpp RefPtr<Element> node = m_tree.takeForm(); Element 46 Source/core/html/parser/HTMLTreeBuilder.h class Element; Element 60 Source/core/html/parser/HTMLTreeBuilder.h static PassOwnPtr<HTMLTreeBuilder> create(HTMLDocumentParser* parser, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy, const HTMLParserOptions& options) Element 78 Source/core/html/parser/HTMLTreeBuilder.h PassRefPtr<Element> takeScriptToProcess(TextPosition& scriptStartPosition); Element 119 Source/core/html/parser/HTMLTreeBuilder.h HTMLTreeBuilder(HTMLDocumentParser*, DocumentFragment*, Element* contextElement, ParserContentPolicy, const HTMLParserOptions&); Element 199 Source/core/html/parser/HTMLTreeBuilder.h FragmentParsingContext(DocumentFragment*, Element* contextElement); Element 203 Source/core/html/parser/HTMLTreeBuilder.h Element* contextElement() const { ASSERT(m_fragment); return m_contextElementStackItem->element(); } Element 235 Source/core/html/parser/HTMLTreeBuilder.h RefPtr<Element> m_scriptToProcess; // <script> tag which needs processing before resuming the parser. Element 59 Source/core/html/shadow/ClearButtonElement.h DEFINE_TYPE_CASTS(ClearButtonElement, Element, element, element->isClearButtonElement(), element.isClearButtonElement()); Element 455 Source/core/html/shadow/DateTimeEditElement.cpp inline Element* DateTimeEditElement::fieldsWrapperElement() const Element 502 Source/core/html/shadow/DateTimeEditElement.cpp Element* childElement = toElement(child); Element 556 Source/core/html/shadow/DateTimeEditElement.cpp void DateTimeEditElement::focusByOwner(Element* oldFocusedElement) Element 576 Source/core/html/shadow/DateTimeEditElement.cpp Element* const focusedFieldElement = document().focusedElement(); Element 658 Source/core/html/shadow/DateTimeEditElement.cpp Element* fieldsWrapper = fieldsWrapperElement(); Element 90 Source/core/html/shadow/DateTimeEditElement.h Element* fieldsWrapperElement() const; Element 94 Source/core/html/shadow/DateTimeEditElement.h void focusByOwner(Element* oldFocusedElement = 0); Element 152 Source/core/html/shadow/DateTimeEditElement.h DEFINE_TYPE_CASTS(DateTimeEditElement, Element, element, element->isDateTimeEditElement(), element.isDateTimeEditElement()); Element 83 Source/core/html/shadow/PickerIndicatorElement.h DEFINE_TYPE_CASTS(PickerIndicatorElement, Element, element, element->isPickerIndicatorElement(), element.isPickerIndicatorElement()); Element 152 Source/core/html/shadow/SliderThumbElement.cpp Element* thumbElement = input->userAgentShadowRoot()->getElementById(ShadowElementNames::sliderThumb()); Element 153 Source/core/html/shadow/SliderThumbElement.cpp Element* trackElement = input->userAgentShadowRoot()->getElementById(ShadowElementNames::sliderTrack()); Element 252 Source/core/html/shadow/SliderThumbElement.cpp Element* trackElement = input->userAgentShadowRoot()->getElementById(ShadowElementNames::sliderTrack()); Element 66 Source/core/html/shadow/SliderThumbElement.h virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE; Element 76 Source/core/html/shadow/SliderThumbElement.h inline PassRefPtr<Element> SliderThumbElement::cloneElementWithoutAttributesAndChildren() Element 122 Source/core/html/shadow/TextControlInnerElements.cpp Element* shadowAncestor = shadowHost(); Element 167 Source/core/html/shadow/TextControlInnerElements.cpp Element* host = shadowHost(); Element 140 Source/core/html/shadow/TextControlInnerElements.h DEFINE_TYPE_CASTS(InputFieldSpeechButtonElement, Element, element, element->isInputFieldSpeechButtonElement(), element.isInputFieldSpeechButtonElement()); Element 68 Source/core/html/track/vtt/VTTElement.cpp : Element(nodeTypeToTagName(nodeType), document, CreateElement) Element 79 Source/core/html/track/vtt/VTTElement.cpp PassRefPtr<Element> VTTElement::cloneElementWithoutAttributesAndChildren() Element 42 Source/core/html/track/vtt/VTTElement.h class VTTElement FINAL : public Element { Element 48 Source/core/html/track/vtt/VTTElement.h virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE; Element 378 Source/core/html/track/vtt/VTTRegion.cpp for (Element* child = ElementTraversal::firstWithin(*m_cueContainer); child && !m_scrollTimer.isActive(); child = ElementTraversal::nextSibling(*child)) { Element 133 Source/core/inspector/DOMEditor.cpp RemoveAttributeAction(Element* element, const AtomicString& name) Element 159 Source/core/inspector/DOMEditor.cpp RefPtr<Element> m_element; Element 167 Source/core/inspector/DOMEditor.cpp SetAttributeAction(Element* element, const AtomicString& name, const AtomicString& value) Element 201 Source/core/inspector/DOMEditor.cpp RefPtr<Element> m_element; Element 372 Source/core/inspector/DOMEditor.cpp bool DOMEditor::setAttribute(Element* element, const String& name, const String& value, ExceptionState& exceptionState) Element 377 Source/core/inspector/DOMEditor.cpp bool DOMEditor::removeAttribute(Element* element, const String& name, ExceptionState& exceptionState) Element 428 Source/core/inspector/DOMEditor.cpp bool DOMEditor::setAttribute(Element* element, const String& name, const String& value, ErrorString* errorString) Element 436 Source/core/inspector/DOMEditor.cpp bool DOMEditor::removeAttribute(Element* element, const String& name, ErrorString* errorString) Element 38 Source/core/inspector/DOMEditor.h class Element; Element 54 Source/core/inspector/DOMEditor.h bool setAttribute(Element*, const String& name, const String& value, ExceptionState&); Element 55 Source/core/inspector/DOMEditor.h bool removeAttribute(Element*, const String& name, ExceptionState&); Element 63 Source/core/inspector/DOMEditor.h bool setAttribute(Element*, const String& name, const String& value, ErrorString*); Element 64 Source/core/inspector/DOMEditor.h bool removeAttribute(Element*, const String& name, ErrorString*); Element 130 Source/core/inspector/DOMPatchSupport.cpp Element* targetElement = toElement(targetNode); Element 187 Source/core/inspector/DOMPatchSupport.cpp Element* oldElement = toElement(oldNode); Element 188 Source/core/inspector/DOMPatchSupport.cpp Element* newElement = toElement(newNode); Element 430 Source/core/inspector/DOMPatchSupport.cpp Element* element = toElement(node); Element 637 Source/core/inspector/InspectorCSSAgent.cpp bool InspectorCSSAgent::forcePseudoState(Element* element, CSSSelector::PseudoType pseudoType) Element 667 Source/core/inspector/InspectorCSSAgent.cpp Element* element = elementForId(errorString, nodeId); Element 671 Source/core/inspector/InspectorCSSAgent.cpp Element* originalElement = element; Element 710 Source/core/inspector/InspectorCSSAgent.cpp Element* parentElement = element->parentElement(); Element 732 Source/core/inspector/InspectorCSSAgent.cpp Element* element = elementForId(errorString, nodeId); Element 971 Source/core/inspector/InspectorCSSAgent.cpp Element* element = m_domAgent->assertElement(errorString, nodeId); Element 1095 Source/core/inspector/InspectorCSSAgent.cpp InspectorStyleSheetForInlineStyle* InspectorCSSAgent::asInspectorStyleSheet(Element* element) Element 1112 Source/core/inspector/InspectorCSSAgent.cpp Element* InspectorCSSAgent::elementForId(ErrorString* errorString, int nodeId) Element 1198 Source/core/inspector/InspectorCSSAgent.cpp RefPtr<Element> styleElement = document->createElement("style", exceptionState); Element 1293 Source/core/inspector/InspectorCSSAgent.cpp PassRefPtr<TypeBuilder::Array<TypeBuilder::CSS::RuleMatch> > InspectorCSSAgent::buildArrayForMatchedRuleList(CSSRuleList* ruleList, Element* element) Element 1327 Source/core/inspector/InspectorCSSAgent.cpp PassRefPtr<TypeBuilder::CSS::CSSStyle> InspectorCSSAgent::buildObjectForAttributesStyle(Element* element) Element 1366 Source/core/inspector/InspectorCSSAgent.cpp void InspectorCSSAgent::didModifyDOMAttr(Element* element) Element 1400 Source/core/inspector/InspectorCSSAgent.cpp Element* element = toElement(m_domAgent->nodeForId(it->key)); Element 51 Source/core/inspector/InspectorCSSAgent.h class Element; Element 106 Source/core/inspector/InspectorCSSAgent.h bool forcePseudoState(Element*, CSSSelector::PseudoType); Element 158 Source/core/inspector/InspectorCSSAgent.h InspectorStyleSheetForInlineStyle* asInspectorStyleSheet(Element* element); Element 159 Source/core/inspector/InspectorCSSAgent.h Element* elementForId(ErrorString*, int nodeId); Element 178 Source/core/inspector/InspectorCSSAgent.h PassRefPtr<TypeBuilder::Array<TypeBuilder::CSS::RuleMatch> > buildArrayForMatchedRuleList(CSSRuleList*, Element*); Element 179 Source/core/inspector/InspectorCSSAgent.h PassRefPtr<TypeBuilder::CSS::CSSStyle> buildObjectForAttributesStyle(Element*); Element 184 Source/core/inspector/InspectorCSSAgent.h virtual void didModifyDOMAttr(Element*) OVERRIDE; Element 185 Source/core/inspector/InspectorDOMAgent.cpp void scheduleFor(Element*); Element 192 Source/core/inspector/InspectorDOMAgent.cpp HashSet<RefPtr<Element> > m_elements; Element 201 Source/core/inspector/InspectorDOMAgent.cpp void RevalidateStyleAttributeTask::scheduleFor(Element* element) Element 211 Source/core/inspector/InspectorDOMAgent.cpp Vector<Element*> elements; Element 212 Source/core/inspector/InspectorDOMAgent.cpp for (HashSet<RefPtr<Element> >::iterator it = m_elements.begin(), end = m_elements.end(); it != end; ++it) Element 359 Source/core/inspector/InspectorDOMAgent.cpp Element* element = toElement(node); Element 413 Source/core/inspector/InspectorDOMAgent.cpp Element* InspectorDOMAgent::assertElement(ErrorString* errorString, int nodeId) Element 465 Source/core/inspector/InspectorDOMAgent.cpp Element* InspectorDOMAgent::assertEditableElement(ErrorString* errorString, int nodeId) Element 467 Source/core/inspector/InspectorDOMAgent.cpp Element* element = assertElement(errorString, nodeId); Element 595 Source/core/inspector/InspectorDOMAgent.cpp RefPtr<Element> element = toContainerNode(node)->querySelector(AtomicString(selectors), exceptionState); Element 709 Source/core/inspector/InspectorDOMAgent.cpp Element* element = assertEditableElement(errorString, elementId); Element 718 Source/core/inspector/InspectorDOMAgent.cpp Element* element = assertEditableElement(errorString, elementId); Element 732 Source/core/inspector/InspectorDOMAgent.cpp Element* parsedElement = fragment->firstChild() && fragment->firstChild()->isElementNode() ? toElement(fragment->firstChild()) : 0; Element 764 Source/core/inspector/InspectorDOMAgent.cpp Element* element = assertEditableElement(errorString, elementId); Element 795 Source/core/inspector/InspectorDOMAgent.cpp RefPtr<Element> newElem = oldNode->document().createElement(AtomicString(tagName), exceptionState); Element 1002 Source/core/inspector/InspectorDOMAgent.cpp const Element* element = toElement(node); Element 1303 Source/core/inspector/InspectorDOMAgent.cpp Element* targetElement = assertEditableElement(errorString, targetElementId); Element 1345 Source/core/inspector/InspectorDOMAgent.cpp Element* element = assertElement(errorString, nodeId); Element 1453 Source/core/inspector/InspectorDOMAgent.cpp Element* element = assertElement(errorString, nodeId); Element 1531 Source/core/inspector/InspectorDOMAgent.cpp Element* element = toElement(node); Element 1613 Source/core/inspector/InspectorDOMAgent.cpp PassRefPtr<TypeBuilder::Array<String> > InspectorDOMAgent::buildArrayForElementAttributes(Element* element) Element 1694 Source/core/inspector/InspectorDOMAgent.cpp PassRefPtr<TypeBuilder::Array<TypeBuilder::DOM::Node> > InspectorDOMAgent::buildArrayForPseudoElements(Element* element, NodeToIdMap* nodesMap) Element 1773 Source/core/inspector/InspectorDOMAgent.cpp Element* frameOwner = frame->document()->ownerElement(); Element 1860 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue) Element 1865 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::didModifyDOMAttr(Element* element, const AtomicString& name, const AtomicString& value) Element 1883 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::didRemoveDOMAttr(Element* element, const AtomicString& name) Element 1896 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::styleAttributeInvalidated(const Vector<Element*>& elements) Element 1900 Source/core/inspector/InspectorDOMAgent.cpp Element* element = elements.at(i); Element 1936 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::didPushShadowRoot(Element* host, ShadowRoot* root) Element 1949 Source/core/inspector/InspectorDOMAgent.cpp void InspectorDOMAgent::willPopShadowRoot(Element* host, ShadowRoot* root) Element 1978 Source/core/inspector/InspectorDOMAgent.cpp Element* parent = pseudoElement->parentOrShadowHostElement(); Element 1996 Source/core/inspector/InspectorDOMAgent.cpp Element* parent = pseudoElement->parentOrShadowHostElement(); Element 53 Source/core/inspector/InspectorDOMAgent.h class Element; Element 96 Source/core/inspector/InspectorDOMAgent.h virtual void didModifyDOMAttr(Element*) = 0; Element 166 Source/core/inspector/InspectorDOMAgent.h void willModifyDOMAttr(Element*, const AtomicString& oldValue, const AtomicString& newValue); Element 167 Source/core/inspector/InspectorDOMAgent.h void didModifyDOMAttr(Element*, const AtomicString& name, const AtomicString& value); Element 168 Source/core/inspector/InspectorDOMAgent.h void didRemoveDOMAttr(Element*, const AtomicString& name); Element 169 Source/core/inspector/InspectorDOMAgent.h void styleAttributeInvalidated(const Vector<Element*>& elements); Element 172 Source/core/inspector/InspectorDOMAgent.h void didPushShadowRoot(Element* host, ShadowRoot*); Element 173 Source/core/inspector/InspectorDOMAgent.h void willPopShadowRoot(Element* host, ShadowRoot*); Element 204 Source/core/inspector/InspectorDOMAgent.h Element* assertElement(ErrorString*, int nodeId); Element 221 Source/core/inspector/InspectorDOMAgent.h Element* assertEditableElement(ErrorString*, int nodeId); Element 235 Source/core/inspector/InspectorDOMAgent.h PassRefPtr<TypeBuilder::Array<String> > buildArrayForElementAttributes(Element*); Element 238 Source/core/inspector/InspectorDOMAgent.h PassRefPtr<TypeBuilder::Array<TypeBuilder::DOM::Node> > buildArrayForPseudoElements(Element*, NodeToIdMap* nodesMap); Element 316 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::willModifyDOMAttr(Element* element, const AtomicString&, const AtomicString&) Element 443 Source/core/inspector/InspectorDOMDebuggerAgent.cpp void InspectorDOMDebuggerAgent::willExecuteCustomElementCallback(Element*) Element 44 Source/core/inspector/InspectorDOMDebuggerAgent.h class Element; Element 79 Source/core/inspector/InspectorDOMDebuggerAgent.h void willModifyDOMAttr(Element*, const AtomicString&, const AtomicString&); Element 91 Source/core/inspector/InspectorDOMDebuggerAgent.h void willExecuteCustomElementCallback(Element*); Element 57 Source/core/inspector/InspectorInstrumentation.h class Element; Element 511 Source/core/inspector/InspectorOverlay.cpp Element* element = toElement(node); Element 512 Source/core/inspector/InspectorOverlay.cpp Element* realElement = element; Element 1522 Source/core/inspector/InspectorStyleSheet.cpp Element& ownerElement = toElement(*ownerNode); Element 1530 Source/core/inspector/InspectorStyleSheet.cpp PassRefPtr<InspectorStyleSheetForInlineStyle> InspectorStyleSheetForInlineStyle::create(const String& id, PassRefPtr<Element> element, Listener* listener) Element 1535 Source/core/inspector/InspectorStyleSheet.cpp InspectorStyleSheetForInlineStyle::InspectorStyleSheetForInlineStyle(const String& id, PassRefPtr<Element> element, Listener* listener) Element 49 Source/core/inspector/InspectorStyleSheet.h class Element; Element 283 Source/core/inspector/InspectorStyleSheet.h static PassRefPtr<InspectorStyleSheetForInlineStyle> create(const String& id, PassRefPtr<Element>, Listener*); Element 303 Source/core/inspector/InspectorStyleSheet.h InspectorStyleSheetForInlineStyle(const String& id, PassRefPtr<Element>, Listener*); Element 308 Source/core/inspector/InspectorStyleSheet.h RefPtr<Element> m_element; Element 166 Source/core/loader/EmptyClients.h virtual void didAssociateFormControls(const Vector<RefPtr<Element> >&) OVERRIDE { } Element 64 Source/core/loader/FrameLoaderClient.h class Element; Element 58 Source/core/loader/ImageLoader.cpp ImageLoader::ImageLoader(Element* element) Element 48 Source/core/loader/ImageLoader.h class Element; Element 57 Source/core/loader/ImageLoader.h explicit ImageLoader(Element*); Element 70 Source/core/loader/ImageLoader.h Element* element() const { return m_element; } Element 111 Source/core/loader/ImageLoader.h Element* m_element; Element 57 Source/core/page/ChromeClient.h class Element; Element 199 Source/core/page/ChromeClient.h virtual void enterFullScreenForElement(Element*) { } Element 200 Source/core/page/ChromeClient.h virtual void exitFullScreenForElement(Element*) { } Element 239 Source/core/page/ChromeClient.h virtual void didAssociateFormControls(const Vector<RefPtr<Element> >&) { }; Element 313 Source/core/page/DragController.cpp static Element* elementUnderMouse(Document* documentUnderMouse, const IntPoint& p) Element 367 Source/core/page/DragController.cpp Element* element = elementUnderMouse(m_documentUnderMouse.get(), point); Element 460 Source/core/page/DragController.cpp Element* element = elementUnderMouse(m_documentUnderMouse.get(), point); Element 487 Source/core/page/DragController.cpp RefPtr<Element> rootEditableElement = innerFrame->selection().rootEditableElement(); Element 693 Source/core/page/DragController.cpp static ImageResource* getImageResource(Element* element) Element 703 Source/core/page/DragController.cpp static Image* getImage(Element* element) Element 714 Source/core/page/DragController.cpp static void prepareClipboardForImageDrag(LocalFrame* source, Clipboard* clipboard, Element* node, const KURL& linkURL, const KURL& imageURL, const String& label) Element 758 Source/core/page/DragController.cpp Element* element = toElement(node); Element 803 Source/core/page/DragController.cpp static PassOwnPtr<DragImage> dragImageForImage(Element* element, Image* image, const IntPoint& dragOrigin, const IntRect& imageRect, IntPoint& dragLocation) Element 886 Source/core/page/DragController.cpp Element* element = toElement(node); Element 43 Source/core/page/DragController.h class Element; Element 35 Source/core/page/EditorClient.h class Element; Element 494 Source/core/page/EventHandler.cpp Element* URLElement = result.hitTestResult().URLElement(); Element 1778 Source/core/page/EventHandler.cpp Element* element = target->isElementNode() ? toElement(target) : target->parentElement(); Element 1942 Source/core/page/EventHandler.cpp Element* shadowTreeParentElement = shadowRoot->host(); Element 2065 Source/core/page/EventHandler.cpp Element* element = 0; Element 2833 Source/core/page/EventHandler.cpp Element* focusedElement = doc->focusedElement(); Element 3057 Source/core/page/EventHandler.cpp Element* elem = m_frame->document()->getElementByAccessKey(key.lower()); Element 3275 Source/core/page/EventHandler.cpp void EventHandler::updateDragStateAfterEditDragIfNeeded(Element* rootEditableElement) Element 3519 Source/core/page/EventHandler.cpp if (Element* element = m_frame->document()->focusedElement()) { Element 51 Source/core/page/EventHandler.h class Element; Element 121 Source/core/page/EventHandler.h void updateDragStateAfterEditDragIfNeeded(Element* rootEditableElement); Element 398 Source/core/page/EventHandler.h RefPtr<Element> m_lastDeferredTapElement; Element 83 Source/core/page/FocusController.cpp Element* FocusNavigationScope::owner() const Element 146 Source/core/page/FocusController.cpp RefPtr<Element> focusedElement(document->focusedElement()); Element 159 Source/core/page/FocusController.cpp RefPtr<Element> focusedElement(document->focusedElement()); Element 170 Source/core/page/FocusController.cpp static inline bool hasCustomFocusLogic(Element* element) Element 181 Source/core/page/FocusController.cpp Element* element = toElement(node); Element 191 Source/core/page/FocusController.cpp Element* element = toElement(node); Element 200 Source/core/page/FocusController.cpp Element* element = toElement(node); Element 390 Source/core/page/FocusController.cpp Element* element = toElement(node); Element 634 Source/core/page/FocusController.cpp bool FocusController::setFocusedElement(Element* element, PassRefPtr<Frame> newFocusedFrame, FocusType type) Element 639 Source/core/page/FocusController.cpp Element* oldFocusedElement = oldDocument ? oldDocument->focusedElement() : 0; Element 670 Source/core/page/FocusController.cpp RefPtr<Element> protect = element; Element 783 Source/core/page/FocusController.cpp Element* focusedElement = (focusedFrame() && focusedFrame()->document()) ? focusedFrame()->document()->focusedElement() : 0; Element 785 Source/core/page/FocusController.cpp Element* element = ElementTraversal::firstWithin(container); Element 842 Source/core/page/FocusController.cpp Element* focusedElement = focusedOrMainFrame()->document()->focusedElement(); Element 860 Source/core/page/FocusController.cpp Element* focusedElement = focusedOrMainFrame()->document()->focusedElement(); Element 872 Source/core/page/FocusController.cpp Element* element = toElement(focusCandidate.focusableNode); Element 891 Source/core/page/FocusController.cpp Element* focusedElement = focusedDocument->focusedElement(); Element 39 Source/core/page/FocusController.h class Element; Element 52 Source/core/page/FocusController.h Element* owner() const; Element 76 Source/core/page/FocusController.h bool setFocusedElement(Element*, PassRefPtr<Frame>, FocusType = FocusTypeNone); Element 91 Source/core/page/PageSerializer.cpp static bool shouldIgnoreElement(const Element& element) Element 109 Source/core/page/PageSerializer.cpp virtual void appendElement(StringBuilder& out, Element&, Namespaces*) OVERRIDE; Element 110 Source/core/page/PageSerializer.cpp virtual void appendCustomAttributes(StringBuilder& out, const Element&, Namespaces*) OVERRIDE; Element 131 Source/core/page/PageSerializer.cpp Element* parent = text.parentElement(); Element 136 Source/core/page/PageSerializer.cpp void SerializerMarkupAccumulator::appendElement(StringBuilder& out, Element& element, Namespaces* namespaces) Element 150 Source/core/page/PageSerializer.cpp void SerializerMarkupAccumulator::appendCustomAttributes(StringBuilder& out, const Element& element, Namespaces* namespaces) Element 223 Source/core/page/PageSerializer.cpp Element& element = toElement(node); Element 49 Source/core/page/PointerLockController.cpp void PointerLockController::requestPointerLock(Element* target) Element 83 Source/core/page/PointerLockController.cpp void PointerLockController::elementRemoved(Element* element) Element 107 Source/core/page/PointerLockController.cpp Element* PointerLockController::element() const Element 149 Source/core/page/PointerLockController.cpp void PointerLockController::enqueueEvent(const AtomicString& type, Element* element) Element 33 Source/core/page/PointerLockController.h class Element; Element 45 Source/core/page/PointerLockController.h void requestPointerLock(Element* target); Element 47 Source/core/page/PointerLockController.h void elementRemoved(Element*); Element 50 Source/core/page/PointerLockController.h Element* element() const; Element 60 Source/core/page/PointerLockController.h void enqueueEvent(const AtomicString& type, Element*); Element 64 Source/core/page/PointerLockController.h RefPtr<Element> m_element; Element 237 Source/core/page/PrintContext.cpp int PrintContext::pageNumberForElement(Element* element, const FloatSize& pageSizeInPixels) Element 240 Source/core/page/PrintContext.cpp RefPtr<Element> elementRef(element); Element 281 Source/core/page/PrintContext.cpp Element* element = node->document().findAnchor(name); Element 294 Source/core/page/PrintContext.cpp HashMap<String, Element*>::const_iterator end = m_linkedDestinations.end(); Element 295 Source/core/page/PrintContext.cpp for (HashMap<String, Element*>::const_iterator it = m_linkedDestinations.begin(); it != end; ++it) { Element 31 Source/core/page/PrintContext.h class Element; Element 75 Source/core/page/PrintContext.h static int pageNumberForElement(Element*, const FloatSize& pageSizeInPixels); // Returns -1 if page isn't found. Element 98 Source/core/page/PrintContext.h HashMap<String, Element*> m_linkedDestinations; Element 507 Source/core/page/SpatialNavigation.cpp if (Element* element = frame->ownerElement()) { Element 33 Source/core/page/SpatialNavigation.h class Element; Element 75 Source/core/page/TouchAdjustment.cpp Element* element = toElement(node); Element 34 Source/core/page/ValidationMessageClient.h class Element; Element 43 Source/core/page/ValidationMessageClient.h virtual void showValidationMessage(const Element& anchor, const String& message) = 0; Element 47 Source/core/page/ValidationMessageClient.h virtual void hideValidationMessage(const Element& anchor) = 0; Element 51 Source/core/page/ValidationMessageClient.h virtual bool isValidationMessageVisible(const Element& anchor) = 0; Element 167 Source/core/page/scrolling/ScrollingCoordinator.cpp Element* fullscreenElement = FullscreenElementStack::fullscreenElementFrom(*(m_page->mainFrame()->document())); Element 139 Source/core/plugins/PluginOcclusionSupport.cpp static const Element* topLayerAncestor(const Element* element) Element 151 Source/core/plugins/PluginOcclusionSupport.cpp void getPluginOcclusions(Element* element, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions) Element 194 Source/core/plugins/PluginOcclusionSupport.cpp const Element* ancestor = topLayerAncestor(element); Element 196 Source/core/plugins/PluginOcclusionSupport.cpp const Vector<RefPtr<Element> >& elements = document->topLayerElements(); Element 26 Source/core/plugins/PluginOcclusionSupport.h class Element; Element 30 Source/core/plugins/PluginOcclusionSupport.h void getPluginOcclusions(Element*, Widget* parentWidget, const IntRect& frameRect, Vector<IntRect>& occlusions); Element 64 Source/core/rendering/FastTextAutosizer.cpp if (Element* element = document->documentElement()) { Element 88 Source/core/rendering/FastTextAutosizer.cpp static bool isFormInput(const Element* element) Element 89 Source/core/rendering/GraphicsContextAnnotator.cpp Element* element = object->node() && object->node()->isElementNode() ? toElement(object->node()) : 0; Element 36 Source/core/rendering/HitTestLocation.h class Element; Element 173 Source/core/rendering/HitTestResult.cpp void HitTestResult::setURLElement(Element* n) Element 485 Source/core/rendering/HitTestResult.cpp Element* element = node->parentElement(); Element 492 Source/core/rendering/HitTestResult.cpp Element* HitTestResult::innerElement() const Element 38 Source/core/rendering/HitTestResult.h class Element; Element 62 Source/core/rendering/HitTestResult.h Element* innerElement() const; Element 64 Source/core/rendering/HitTestResult.h Element* URLElement() const { return m_innerURLElement.get(); } Element 93 Source/core/rendering/HitTestResult.h void setURLElement(Element*); Element 139 Source/core/rendering/HitTestResult.h RefPtr<Element> m_innerURLElement; Element 487 Source/core/rendering/RenderBox.cpp Element* ownerElement = document().ownerElement(); Element 242 Source/core/rendering/RenderBoxModelObject.cpp Element* element = offsetParent(); Element 639 Source/core/rendering/RenderBoxModelObject.cpp Element* ownerElement = document().ownerElement(); Element 30 Source/core/rendering/RenderButton.cpp RenderButton::RenderButton(Element* element) Element 36 Source/core/rendering/RenderButton.h explicit RenderButton(Element*); Element 60 Source/core/rendering/RenderCounter.cpp Element* self = toElement(object.node()); Element 62 Source/core/rendering/RenderCounter.cpp Element* previous = ElementTraversal::previousIncludingPseudo(*self); Element 72 Source/core/rendering/RenderCounter.cpp Element* self = toElement(object.node()); Element 74 Source/core/rendering/RenderCounter.cpp Element* previous = ElementTraversal::pseudoAwarePreviousSibling(*self); Element 83 Source/core/rendering/RenderCounter.cpp static inline Element* parentElement(RenderObject& object) Element 95 Source/core/rendering/RenderCounter.cpp static RenderObject* nextInPreOrder(const RenderObject& object, const Element* stayWithin, bool skipDescendants = false) Element 97 Source/core/rendering/RenderCounter.cpp Element* self = toElement(object.node()); Element 99 Source/core/rendering/RenderCounter.cpp Element* next = skipDescendants ? ElementTraversal::nextIncludingPseudoSkippingChildren(*self, stayWithin) : ElementTraversal::nextIncludingPseudo(*self, stayWithin); Element 329 Source/core/rendering/RenderCounter.cpp Element* stayWithin = parentElement(object); Element 123 Source/core/rendering/RenderDeprecatedFlexibleBox.cpp RenderDeprecatedFlexibleBox::RenderDeprecatedFlexibleBox(Element* element) Element 34 Source/core/rendering/RenderDeprecatedFlexibleBox.h RenderDeprecatedFlexibleBox(Element*); Element 34 Source/core/rendering/RenderDetailsMarker.cpp RenderDetailsMarker::RenderDetailsMarker(Element* element) Element 30 Source/core/rendering/RenderDetailsMarker.h RenderDetailsMarker(Element*); Element 56 Source/core/rendering/RenderEmbeddedObject.cpp RenderEmbeddedObject::RenderEmbeddedObject(Element* element) Element 107 Source/core/rendering/RenderEmbeddedObject.cpp Element* element = toElement(node()); Element 37 Source/core/rendering/RenderEmbeddedObject.h RenderEmbeddedObject(Element*); Element 40 Source/core/rendering/RenderFieldset.cpp RenderFieldset::RenderFieldset(Element* element) Element 33 Source/core/rendering/RenderFieldset.h explicit RenderFieldset(Element*); Element 71 Source/core/rendering/RenderFlexibleBox.cpp RenderFlexibleBox::RenderFlexibleBox(Element* element) Element 41 Source/core/rendering/RenderFlexibleBox.h RenderFlexibleBox(Element*); Element 281 Source/core/rendering/RenderFlowThread.cpp Element* currOffsetParentElement; Element 169 Source/core/rendering/RenderGrid.cpp RenderGrid::RenderGrid(Element* element) Element 45 Source/core/rendering/RenderGrid.h RenderGrid(Element*); Element 40 Source/core/rendering/RenderIFrame.cpp RenderIFrame::RenderIFrame(Element* element) Element 37 Source/core/rendering/RenderIFrame.h explicit RenderIFrame(Element*); Element 58 Source/core/rendering/RenderImage.cpp RenderImage::RenderImage(Element* element) Element 410 Source/core/rendering/RenderImage.cpp Element* focusedElement = document.focusedElement(); Element 38 Source/core/rendering/RenderImage.h RenderImage(Element*); Element 49 Source/core/rendering/RenderInline.cpp RenderInline::RenderInline(Element* element) Element 353 Source/core/rendering/RenderInline.cpp const Element* fullScreenElement = fullscreen->webkitCurrentFullScreenElement(); Element 37 Source/core/rendering/RenderInline.h explicit RenderInline(Element*); Element 46 Source/core/rendering/RenderInline.h Element* node() const { return toElement(RenderBoxModelObject::node()); } Element 47 Source/core/rendering/RenderInputSpeech.cpp void RenderInputSpeech::adjustInputFieldSpeechButtonStyle(RenderStyle* style, Element*) Element 58 Source/core/rendering/RenderInputSpeech.cpp Element* element = object->node()->isElementNode() ? toElement(object->node()) : 0; Element 40 Source/core/rendering/RenderInputSpeech.h class Element; Element 48 Source/core/rendering/RenderInputSpeech.h static void adjustInputFieldSpeechButtonStyle(RenderStyle*, Element*); Element 2112 Source/core/rendering/RenderLayer.cpp Element* element = document.getElementById(referenceClipPathOperation->fragment()); Element 133 Source/core/rendering/RenderLayerFilterInfo.cpp Element* filter = m_layer->renderer()->node()->document().getElementById(referenceFilterOperation->fragment()); Element 151 Source/core/rendering/RenderLayerFilterInfo.cpp Element* filter = m_internalSVGReferences.at(i).get(); Element 77 Source/core/rendering/RenderLayerFilterInfo.h Vector<RefPtr<Element> > m_internalSVGReferences; Element 94 Source/core/rendering/RenderLayerScrollableArea.cpp Element* element = toElement(node); Element 1317 Source/core/rendering/RenderLayerScrollableArea.cpp Element* element = toElement(m_box->node()); Element 232 Source/core/rendering/RenderLayerStackingNode.cpp Element* childElement = (child->node() && child->node()->isElementNode()) ? toElement(child->node()) : 0; Element 83 Source/core/rendering/RenderListBox.cpp RenderListBox::RenderListBox(Element* element) Element 721 Source/core/rendering/RenderListBox.cpp if (Element* node = listItems[i]) { Element 43 Source/core/rendering/RenderListBox.h explicit RenderListBox(Element*); Element 43 Source/core/rendering/RenderListItem.cpp RenderListItem::RenderListItem(Element* element) Element 35 Source/core/rendering/RenderListItem.h explicit RenderListItem(Element*); Element 38 Source/core/rendering/RenderMediaControlElements.cpp RenderTextTrackContainerElement::RenderTextTrackContainerElement(Element* element) Element 39 Source/core/rendering/RenderMediaControlElements.h RenderTextTrackContainerElement(Element*); Element 55 Source/core/rendering/RenderMenuList.cpp RenderMenuList::RenderMenuList(Element* element) Element 223 Source/core/rendering/RenderMenuList.cpp Element* element = listItems[i]; Element 399 Source/core/rendering/RenderMenuList.cpp Element* element = listItems[listIndex]; Element 436 Source/core/rendering/RenderMenuList.cpp if (Element* parentElement = element->parentElement()) { Element 40 Source/core/rendering/RenderMenuList.h RenderMenuList(Element*); Element 139 Source/core/rendering/RenderObject.cpp RenderObject* RenderObject::createObject(Element* element, RenderStyle* style) Element 2985 Source/core/rendering/RenderObject.cpp Element* element = toElement(n); Element 3163 Source/core/rendering/RenderObject.cpp Element* RenderObject::offsetParent() const Element 327 Source/core/rendering/RenderObject.h static RenderObject* createObject(Element*, RenderStyle*); Element 630 Source/core/rendering/RenderObject.h Element* offsetParent() const; Element 41 Source/core/rendering/RenderPart.cpp RenderPart::RenderPart(Element* node) Element 33 Source/core/rendering/RenderPart.h explicit RenderPart(Element*); Element 44 Source/core/rendering/RenderRegion.cpp RenderRegion::RenderRegion(Element* element, RenderFlowThread* flowThread) Element 45 Source/core/rendering/RenderRegion.h explicit RenderRegion(Element*, RenderFlowThread*); Element 33 Source/core/rendering/RenderRegionSet.cpp RenderRegionSet::RenderRegionSet(Element* element, RenderFlowThread* flowThread) Element 49 Source/core/rendering/RenderRegionSet.h RenderRegionSet(Element*, RenderFlowThread*); Element 45 Source/core/rendering/RenderReplaced.cpp RenderReplaced::RenderReplaced(Element* element) Element 52 Source/core/rendering/RenderReplaced.cpp RenderReplaced::RenderReplaced(Element* element, const LayoutSize& intrinsicSize) Element 31 Source/core/rendering/RenderReplaced.h RenderReplaced(Element*); Element 32 Source/core/rendering/RenderReplaced.h RenderReplaced(Element*, const LayoutSize& intrinsicSize); Element 111 Source/core/rendering/RenderRuby.cpp RenderRubyAsInline::RenderRubyAsInline(Element* element) Element 217 Source/core/rendering/RenderRuby.cpp RenderRubyAsBlock::RenderRubyAsBlock(Element* element) Element 56 Source/core/rendering/RenderRuby.h RenderRubyAsInline(Element*); Element 74 Source/core/rendering/RenderRuby.h RenderRubyAsBlock(Element*); Element 40 Source/core/rendering/RenderRubyText.cpp RenderRubyText::RenderRubyText(Element* element) Element 40 Source/core/rendering/RenderRubyText.h RenderRubyText(Element*); Element 49 Source/core/rendering/RenderSearchField.cpp inline Element* RenderSearchField::searchDecorationElement() const Element 54 Source/core/rendering/RenderSearchField.cpp inline Element* RenderSearchField::cancelButtonElement() const Element 61 Source/core/rendering/RenderSearchField.cpp Element* searchDecoration = searchDecorationElement(); Element 67 Source/core/rendering/RenderSearchField.cpp Element* cancelButton = cancelButtonElement(); Element 43 Source/core/rendering/RenderSearchField.h Element* searchDecorationElement() const; Element 44 Source/core/rendering/RenderSearchField.h Element* cancelButtonElement() const; Element 56 Source/core/rendering/RenderTable.cpp RenderTable::RenderTable(Element* element) Element 45 Source/core/rendering/RenderTable.h explicit RenderTable(Element*); Element 27 Source/core/rendering/RenderTableCaption.cpp RenderTableCaption::RenderTableCaption(Element* element) Element 31 Source/core/rendering/RenderTableCaption.h explicit RenderTableCaption(Element*); Element 55 Source/core/rendering/RenderTableCell.cpp RenderTableCell::RenderTableCell(Element* element) Element 44 Source/core/rendering/RenderTableCell.h explicit RenderTableCell(Element*); Element 38 Source/core/rendering/RenderTableCol.cpp RenderTableCol::RenderTableCol(Element* element) Element 38 Source/core/rendering/RenderTableCol.h explicit RenderTableCol(Element*); Element 44 Source/core/rendering/RenderTableRow.cpp RenderTableRow::RenderTableRow(Element* element) Element 37 Source/core/rendering/RenderTableRow.h explicit RenderTableRow(Element*); Element 84 Source/core/rendering/RenderTableSection.cpp RenderTableSection::RenderTableSection(Element* element) Element 65 Source/core/rendering/RenderTableSection.h RenderTableSection(Element*); Element 69 Source/core/rendering/RenderTextControl.cpp Element* innerText = innerTextElement(); Element 106 Source/core/rendering/RenderTextControl.cpp Element* innerText = innerTextElement(); Element 118 Source/core/rendering/RenderTextControl.cpp Element* innerText = innerTextElement(); Element 95 Source/core/rendering/RenderTextControl.h explicit RenderTextControlInnerContainer(Element* element) Element 56 Source/core/rendering/RenderTextControlSingleLine.cpp inline Element* RenderTextControlSingleLine::containerElement() const Element 61 Source/core/rendering/RenderTextControlSingleLine.cpp inline Element* RenderTextControlSingleLine::editingViewPortElement() const Element 126 Source/core/rendering/RenderTextControlSingleLine.cpp Element* container = containerElement(); Element 222 Source/core/rendering/RenderTextControlSingleLine.cpp Element* container = containerElement(); Element 243 Source/core/rendering/RenderTextControlSingleLine.cpp Element* viewPort = editingViewPortElement(); Element 248 Source/core/rendering/RenderTextControlSingleLine.cpp Element* container = containerElement(); Element 45 Source/core/rendering/RenderTextControlSingleLine.h Element* containerElement() const; Element 46 Source/core/rendering/RenderTextControlSingleLine.h Element* editingViewPortElement() const; Element 91 Source/core/rendering/RenderTextControlSingleLine.h RenderTextControlInnerBlock(Element* element) : RenderBlockFlow(element) { } Element 92 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustStyle(RenderStyle* style, Element* e, const CachedUAStyle& uaStyle) Element 792 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustCheckboxStyle(RenderStyle* style, Element*) const Element 807 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustRadioStyle(RenderStyle* style, Element*) const Element 822 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustButtonStyle(RenderStyle* style, Element*) const Element 826 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustInnerSpinButtonStyle(RenderStyle*, Element*) const Element 831 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustMenuListStyle(RenderStyle*, Element*) const Element 836 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustInputFieldSpeechButtonStyle(RenderStyle* style, Element* element) const Element 926 Source/core/rendering/RenderTheme.cpp for (unsigned i = 0; Element* element = options->item(i); i++) { Element 959 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustMenuListButtonStyle(RenderStyle*, Element*) const Element 963 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustSliderThumbStyle(RenderStyle* style, Element* element) const Element 968 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustSliderThumbSize(RenderStyle*, Element*) const Element 972 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustSearchFieldStyle(RenderStyle*, Element*) const Element 976 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustSearchFieldCancelButtonStyle(RenderStyle*, Element*) const Element 980 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustSearchFieldDecorationStyle(RenderStyle*, Element*) const Element 984 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustSearchFieldResultsDecorationStyle(RenderStyle*, Element*) const Element 1138 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustStyleUsingFallbackTheme(RenderStyle* style, Element* e) Element 1196 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustCheckboxStyleUsingFallbackTheme(RenderStyle* style, Element*) const Element 1238 Source/core/rendering/RenderTheme.cpp void RenderTheme::adjustRadioStyleUsingFallbackTheme(RenderStyle* style, Element*) const Element 41 Source/core/rendering/RenderTheme.h class Element; Element 68 Source/core/rendering/RenderTheme.h void adjustStyle(RenderStyle*, Element*, const CachedUAStyle&); Element 154 Source/core/rendering/RenderTheme.h virtual void adjustSliderThumbSize(RenderStyle*, Element*) const; Element 217 Source/core/rendering/RenderTheme.h virtual void adjustCheckboxStyle(RenderStyle*, Element*) const; Element 221 Source/core/rendering/RenderTheme.h virtual void adjustRadioStyle(RenderStyle*, Element*) const; Element 225 Source/core/rendering/RenderTheme.h virtual void adjustButtonStyle(RenderStyle*, Element*) const; Element 228 Source/core/rendering/RenderTheme.h virtual void adjustInnerSpinButtonStyle(RenderStyle*, Element*) const; Element 236 Source/core/rendering/RenderTheme.h virtual void adjustMenuListStyle(RenderStyle*, Element*) const; Element 239 Source/core/rendering/RenderTheme.h virtual void adjustMenuListButtonStyle(RenderStyle*, Element*) const; Element 247 Source/core/rendering/RenderTheme.h virtual void adjustInputFieldSpeechButtonStyle(RenderStyle*, Element*) const; Element 253 Source/core/rendering/RenderTheme.h virtual void adjustSliderThumbStyle(RenderStyle*, Element*) const; Element 256 Source/core/rendering/RenderTheme.h virtual void adjustSearchFieldStyle(RenderStyle*, Element*) const; Element 259 Source/core/rendering/RenderTheme.h virtual void adjustSearchFieldCancelButtonStyle(RenderStyle*, Element*) const; Element 262 Source/core/rendering/RenderTheme.h virtual void adjustSearchFieldDecorationStyle(RenderStyle*, Element*) const; Element 265 Source/core/rendering/RenderTheme.h virtual void adjustSearchFieldResultsDecorationStyle(RenderStyle*, Element*) const; Element 285 Source/core/rendering/RenderTheme.h void adjustStyleUsingFallbackTheme(RenderStyle*, Element*); Element 287 Source/core/rendering/RenderTheme.h void adjustCheckboxStyleUsingFallbackTheme(RenderStyle*, Element*) const; Element 289 Source/core/rendering/RenderTheme.h void adjustRadioStyleUsingFallbackTheme(RenderStyle*, Element*) const; Element 72 Source/core/rendering/RenderThemeChromiumAndroid.cpp void RenderThemeChromiumAndroid::adjustInnerSpinButtonStyle(RenderStyle* style, Element*) const Element 38 Source/core/rendering/RenderThemeChromiumAndroid.h virtual void adjustInnerSpinButtonStyle(RenderStyle*, Element*) const OVERRIDE; Element 207 Source/core/rendering/RenderThemeChromiumDefault.cpp void RenderThemeChromiumDefault::adjustSliderThumbSize(RenderStyle* style, Element* element) const Element 468 Source/core/rendering/RenderThemeChromiumDefault.cpp void RenderThemeChromiumDefault::adjustInnerSpinButtonStyle(RenderStyle* style, Element*) const Element 61 Source/core/rendering/RenderThemeChromiumDefault.h virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE; Element 79 Source/core/rendering/RenderThemeChromiumDefault.h virtual void adjustInnerSpinButtonStyle(RenderStyle*, Element*) const OVERRIDE; Element 67 Source/core/rendering/RenderThemeChromiumMac.h virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE; Element 103 Source/core/rendering/RenderThemeChromiumMac.h virtual void adjustMenuListStyle(RenderStyle*, Element*) const OVERRIDE; Element 106 Source/core/rendering/RenderThemeChromiumMac.h virtual void adjustMenuListButtonStyle(RenderStyle*, Element*) const OVERRIDE; Element 115 Source/core/rendering/RenderThemeChromiumMac.h virtual void adjustSearchFieldStyle(RenderStyle*, Element*) const OVERRIDE; Element 117 Source/core/rendering/RenderThemeChromiumMac.h virtual void adjustSearchFieldCancelButtonStyle(RenderStyle*, Element*) const OVERRIDE; Element 120 Source/core/rendering/RenderThemeChromiumMac.h virtual void adjustSearchFieldDecorationStyle(RenderStyle*, Element*) const OVERRIDE; Element 123 Source/core/rendering/RenderThemeChromiumMac.h virtual void adjustSearchFieldResultsDecorationStyle(RenderStyle*, Element*) const OVERRIDE; Element 177 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustButtonStyle(RenderStyle* style, Element*) const Element 190 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSearchFieldStyle(RenderStyle* style, Element*) const Element 201 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSearchFieldCancelButtonStyle(RenderStyle* style, Element*) const Element 250 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSearchFieldDecorationStyle(RenderStyle* style, Element*) const Element 257 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSearchFieldResultsDecorationStyle(RenderStyle* style, Element*) const Element 304 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustSliderThumbSize(RenderStyle* style, Element*) const Element 349 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustMenuListStyle(RenderStyle* style, WebCore::Element*) const Element 355 Source/core/rendering/RenderThemeChromiumSkia.cpp void RenderThemeChromiumSkia::adjustMenuListButtonStyle(RenderStyle* style, Element* e) const Element 75 Source/core/rendering/RenderThemeChromiumSkia.h virtual void adjustButtonStyle(RenderStyle*, Element*) const OVERRIDE; Element 79 Source/core/rendering/RenderThemeChromiumSkia.h virtual void adjustSearchFieldStyle(RenderStyle*, Element*) const OVERRIDE; Element 82 Source/core/rendering/RenderThemeChromiumSkia.h virtual void adjustSearchFieldCancelButtonStyle(RenderStyle*, Element*) const OVERRIDE; Element 85 Source/core/rendering/RenderThemeChromiumSkia.h virtual void adjustSearchFieldDecorationStyle(RenderStyle*, Element*) const OVERRIDE; Element 87 Source/core/rendering/RenderThemeChromiumSkia.h virtual void adjustSearchFieldResultsDecorationStyle(RenderStyle*, Element*) const OVERRIDE; Element 92 Source/core/rendering/RenderThemeChromiumSkia.h virtual void adjustSliderThumbSize(RenderStyle*, Element*) const OVERRIDE; Element 111 Source/core/rendering/RenderThemeChromiumSkia.h virtual void adjustMenuListStyle(RenderStyle*, Element*) const OVERRIDE; Element 112 Source/core/rendering/RenderThemeChromiumSkia.h virtual void adjustMenuListButtonStyle(RenderStyle*, Element*) const OVERRIDE; Element 357 Source/core/rendering/RenderTreeAsText.cpp Element* element = toElement(node); Element 637 Source/core/rendering/RenderTreeAsText.cpp Element* body = node->document().body(); Element 717 Source/core/rendering/RenderTreeAsText.cpp String externalRepresentation(Element* element, RenderAsTextBehavior behavior) Element 744 Source/core/rendering/RenderTreeAsText.cpp String counterValueForElement(Element* element) Element 747 Source/core/rendering/RenderTreeAsText.cpp RefPtr<Element> elementRef(element); Element 759 Source/core/rendering/RenderTreeAsText.cpp String markerTextForListItem(Element* element) Element 762 Source/core/rendering/RenderTreeAsText.cpp RefPtr<Element> elementRef(element); Element 34 Source/core/rendering/RenderTreeAsText.h class Element; Element 56 Source/core/rendering/RenderTreeAsText.h String externalRepresentation(Element*, RenderAsTextBehavior = RenderAsTextBehaviorNormal); Element 71 Source/core/rendering/RenderTreeAsText.h String counterValueForElement(Element*); Element 73 Source/core/rendering/RenderTreeAsText.h String markerTextForListItem(Element*); Element 371 Source/core/rendering/RenderView.cpp Element* elt; Element 433 Source/core/rendering/RenderView.cpp Element* elt = document().ownerElement(); Element 42 Source/core/rendering/RenderWidget.cpp RenderWidget::RenderWidget(Element* element) Element 62 Source/core/rendering/RenderWidget.cpp Element* element = toElement(node()); Element 84 Source/core/rendering/RenderWidget.cpp Element* element = toElement(node()); Element 49 Source/core/rendering/RenderWidget.h explicit RenderWidget(Element*); Element 315 Source/core/rendering/compositing/RenderLayerCompositor.cpp Element* fullscreenElement = FullscreenElementStack::fullscreenElementFrom(document); Element 131 Source/core/rendering/svg/ReferenceFilterBuilder.cpp Element* filter = document->getElementById(filterOperation->fragment()); Element 52 Source/core/rendering/svg/RenderSVGInline.cpp RenderSVGInline::RenderSVGInline(Element* element) Element 30 Source/core/rendering/svg/RenderSVGInline.h explicit RenderSVGInline(Element*); Element 92 Source/core/rendering/svg/RenderSVGResourceClipper.cpp for (Element* childElement = ElementTraversal::firstWithin(*element()); childElement; childElement = ElementTraversal::nextSibling(*childElement)) { Element 140 Source/core/rendering/svg/RenderSVGResourceMasker.cpp for (Element* childElement = ElementTraversal::firstWithin(*element()); childElement; childElement = ElementTraversal::nextSibling(*childElement)) { Element 269 Source/core/rendering/svg/RenderSVGResourcePattern.cpp for (Element* element = ElementTraversal::firstWithin(*attributes.patternContentElement()); element; element = ElementTraversal::nextSibling(*element)) { Element 33 Source/core/rendering/svg/RenderSVGTSpan.cpp RenderSVGTSpan::RenderSVGTSpan(Element* element) Element 30 Source/core/rendering/svg/RenderSVGTSpan.h explicit RenderSVGTSpan(Element*); Element 32 Source/core/rendering/svg/RenderSVGTextPath.cpp RenderSVGTextPath::RenderSVGTextPath(Element* element) Element 55 Source/core/rendering/svg/RenderSVGTextPath.cpp Element* targetElement = SVGURIReference::targetElementFromIRIString(textPathElement->href()->currentValue()->value(), textPathElement->document()); Element 30 Source/core/rendering/svg/RenderSVGTextPath.h explicit RenderSVGTextPath(Element*); Element 495 Source/core/rendering/svg/SVGRenderTreeAsText.cpp Element* element = toElement(object.node()); Element 193 Source/core/rendering/svg/SVGResourcesCache.cpp Element* resourceElement = resource->element(); Element 194 Source/core/rendering/svg/SVGResourcesCache.cpp Element* clientElement = toElement(it->key->node()); Element 200 Source/core/rendering/svg/SVGTextRunRenderingContext.cpp if (Element* parentRenderObjectElement = toElement(parentRenderObject->node())) { Element 151 Source/core/svg/SVGAElement.cpp Element* targetElement = treeScope().getElementById(AtomicString(url.substring(1))); Element 78 Source/core/svg/SVGAltGlyphElement.cpp Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &target); Element 671 Source/core/svg/SVGAnimationElement.cpp Element* parent = targetElement->parentElement(); Element 43 Source/core/svg/SVGDocument.cpp Element* elem = document.documentElement(); Element 163 Source/core/svg/SVGDocumentExtensions.cpp void SVGDocumentExtensions::addPendingResource(const AtomicString& id, Element* element) Element 187 Source/core/svg/SVGDocumentExtensions.cpp bool SVGDocumentExtensions::isElementPendingResources(Element* element) const Element 205 Source/core/svg/SVGDocumentExtensions.cpp bool SVGDocumentExtensions::isElementPendingResource(Element* element, const AtomicString& id) const Element 215 Source/core/svg/SVGDocumentExtensions.cpp void SVGDocumentExtensions::clearHasPendingResourcesIfPossible(Element* element) Element 221 Source/core/svg/SVGDocumentExtensions.cpp void SVGDocumentExtensions::removeElementFromPendingResources(Element* element) Element 292 Source/core/svg/SVGDocumentExtensions.cpp Element* SVGDocumentExtensions::removeElementFromPendingResourcesForRemoval(const AtomicString& id) Element 302 Source/core/svg/SVGDocumentExtensions.cpp Element* element = *firstElement; Element 41 Source/core/svg/SVGDocumentExtensions.h class Element; Element 46 Source/core/svg/SVGDocumentExtensions.h typedef HashSet<Element*> SVGPendingElements; Element 111 Source/core/svg/SVGDocumentExtensions.h void addPendingResource(const AtomicString& id, Element*); Element 113 Source/core/svg/SVGDocumentExtensions.h bool isElementPendingResources(Element*) const; Element 114 Source/core/svg/SVGDocumentExtensions.h bool isElementPendingResource(Element*, const AtomicString& id) const; Element 115 Source/core/svg/SVGDocumentExtensions.h void clearHasPendingResourcesIfPossible(Element*); Element 116 Source/core/svg/SVGDocumentExtensions.h void removeElementFromPendingResources(Element*); Element 123 Source/core/svg/SVGDocumentExtensions.h Element* removeElementFromPendingResourcesForRemoval(const AtomicString&); Element 73 Source/core/svg/SVGElement.cpp : Element(tagName, &document, constructionType) Element 145 Source/core/svg/SVGElement.cpp while (Element* clientElement = extensions.removeElementFromPendingResourcesForRemoval(resourceId)) { Element 162 Source/core/svg/SVGElement.cpp return Element::rendererIsNeeded(style); Element 238 Source/core/svg/SVGElement.cpp Element* shadowHostElement = toShadowRoot(treeScope().rootNode()).host(); Element 252 Source/core/svg/SVGElement.cpp if (Element* titleElement = Traversal<SVGTitleElement>::firstChild(*this)) Element 308 Source/core/svg/SVGElement.cpp Element::insertedInto(rootParent); Element 332 Source/core/svg/SVGElement.cpp Element::removedFrom(rootParent); Element 344 Source/core/svg/SVGElement.cpp Element::childrenChanged(changedByParser, beforeChange, afterChange, childCountDelta); Element 628 Source/core/svg/SVGElement.cpp Element::parseAttribute(name, value); Element 822 Source/core/svg/SVGElement.cpp static bool hasLoadListener(Element* element) Element 842 Source/core/svg/SVGElement.cpp RefPtr<Element> parent; Element 884 Source/core/svg/SVGElement.cpp Element::finishParsingChildren(); Element 898 Source/core/svg/SVGElement.cpp Element::attributeChanged(name, newValue); Element 962 Source/core/svg/SVGElement.cpp if (Element* parent = parentOrShadowHostElement()) { Element 991 Source/core/svg/SVGElement.cpp return Element::computedStyle(pseudoElementSpecifier); Element 994 Source/core/svg/SVGElement.cpp if (Element* parent = parentOrShadowHostElement()) { Element 50 Source/core/svg/SVGElement.h class SVGElement : public Element { Element 90 Source/core/svg/SVGElementRareData.h RenderStyle* overrideComputedStyle(Element* element, RenderStyle* parentStyle) Element 90 Source/core/svg/SVGFEImageElement.cpp Element* target = SVGURIReference::targetElementFromIRIString(hrefString(), document(), &id); Element 177 Source/core/svg/SVGFEImageElement.cpp Element* parent = parentElement(); Element 183 Source/core/svg/SVGFontData.cpp if (Element* parentRenderObjectElement = toElement(parentRenderObject->node())) { Element 121 Source/core/svg/SVGForeignObjectElement.cpp Element* ancestor = parentElement(); Element 51 Source/core/svg/SVGGlyphRefElement.cpp Element* element = targetElementFromIRIString(getAttribute(XLinkNames::hrefAttr), document(), &glyphName); Element 63 Source/core/svg/SVGGraphicsElement.cpp static bool isViewportElement(const Element& element) Element 80 Source/core/svg/SVGGraphicsElement.cpp for (const Element* currentElement = this; currentElement && !done; Element 222 Source/core/svg/SVGGraphicsElement.cpp for (Element* current = parentOrShadowHostElement(); current; current = current->parentOrShadowHostElement()) { Element 233 Source/core/svg/SVGGraphicsElement.cpp for (Element* current = parentOrShadowHostElement(); current; current = current->parentOrShadowHostElement()) { Element 57 Source/core/svg/SVGMPathElement.cpp Element* target = SVGURIReference::targetElementFromIRIString(hrefString(), document(), &id); Element 139 Source/core/svg/SVGMPathElement.cpp Element* target = targetElementFromIRIString(hrefString(), document()); Element 530 Source/core/svg/SVGSVGElement.cpp return Element::rendererIsNeeded(style); Element 742 Source/core/svg/SVGSVGElement.cpp void SVGSVGElement::setupInitialView(const String& fragmentIdentifier, Element* anchorNode) Element 818 Source/core/svg/SVGSVGElement.cpp Element* SVGSVGElement::getElementById(const AtomicString& id) const Element 820 Source/core/svg/SVGSVGElement.cpp Element* element = treeScope().getElementById(id); Element 826 Source/core/svg/SVGSVGElement.cpp for (Element* element = ElementTraversal::firstWithin(*this); element; element = ElementTraversal::next(*element, this)) { Element 121 Source/core/svg/SVGSVGElement.h void setupInitialView(const String& fragmentIdentifier, Element* anchorNode); Element 123 Source/core/svg/SVGSVGElement.h Element* getElementById(const AtomicString&) const; Element 184 Source/core/svg/SVGScriptElement.cpp PassRefPtr<Element> SVGScriptElement::cloneElementWithoutAttributesAndChildren() Element 76 Source/core/svg/SVGScriptElement.h virtual PassRefPtr<Element> cloneElementWithoutAttributesAndChildren() OVERRIDE; Element 56 Source/core/svg/SVGTSpanElement.cpp return Element::rendererIsNeeded(style); Element 143 Source/core/svg/SVGTextPathElement.cpp return Element::rendererIsNeeded(style); Element 155 Source/core/svg/SVGTextPathElement.cpp Element* target = SVGURIReference::targetElementFromIRIString(hrefString(), document(), &id); Element 71 Source/core/svg/SVGURIReference.cpp Element* SVGURIReference::targetElementFromIRIString(const String& iri, const Document& document, AtomicString* fragmentIdentifier, Document* externalDocument) Element 30 Source/core/svg/SVGURIReference.h class Element; Element 40 Source/core/svg/SVGURIReference.h static Element* targetElementFromIRIString(const String&, const Document&, AtomicString* = 0, Document* = 0); Element 305 Source/core/svg/SVGUseElement.cpp Element* element = toElement(node); Element 380 Source/core/svg/SVGUseElement.cpp Element* target = SVGURIReference::targetElementFromIRIString(hrefString(), document(), &id, externalDocument()); Element 612 Source/core/svg/SVGUseElement.cpp Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefString(), *referencedDocument()); Element 637 Source/core/svg/SVGUseElement.cpp static inline void removeDisallowedElementsFromSubtree(Element& subtree) Element 640 Source/core/svg/SVGUseElement.cpp Element* element = ElementTraversal::firstWithin(subtree); Element 643 Source/core/svg/SVGUseElement.cpp Element* next = ElementTraversal::nextSkippingChildren(*element, &subtree); Element 659 Source/core/svg/SVGUseElement.cpp RefPtr<Element> newChild = targetInstance->correspondingElement()->cloneElementWithChildren(); Element 687 Source/core/svg/SVGUseElement.cpp Element* targetElement = SVGURIReference::targetElementFromIRIString(use->hrefString(), *referencedDocument()); Element 702 Source/core/svg/SVGUseElement.cpp RefPtr<Element> newChild = target->cloneElementWithChildren(); Element 77 Source/core/svg/SVGViewSpec.cpp Element* element = m_contextElement->treeScope().getElementById(AtomicString(m_viewTargetString)); Element 229 Source/core/svg/animation/SVGSMILElement.cpp Element* target; Element 581 Source/core/svg/animation/SVGSMILElement.cpp Element* eventBase = condition.m_baseID.isEmpty() ? targetElement() : treeScope().getElementById(AtomicString(condition.m_baseID)); Element 178 Source/core/svg/animation/SVGSMILElement.h RefPtr<Element> m_syncbase; Element 74 Source/core/svg/graphics/SVGImage.cpp bool SVGImage::isInSVGImage(const Element* element) Element 34 Source/core/svg/graphics/SVGImage.h class Element; Element 49 Source/core/svg/graphics/SVGImage.h static bool isInSVGImage(const Element*); Element 117 Source/core/svg/graphics/filters/SVGFEImage.cpp Element* hrefElement = SVGURIReference::targetElementFromIRIString(m_href, *m_document); Element 366 Source/core/testing/Internals.cpp bool Internals::isSharingStyle(Element* element1, Element* element2, ExceptionState& exceptionState) const Element 375 Source/core/testing/Internals.cpp bool Internals::isValidContentSelect(Element* insertionPoint, ExceptionState& exceptionState) Element 405 Source/core/testing/Internals.cpp bool Internals::hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState& exceptionState) Element 415 Source/core/testing/Internals.cpp bool Internals::hasSelectorForClassInShadow(Element* host, const AtomicString& className, ExceptionState& exceptionState) Element 425 Source/core/testing/Internals.cpp bool Internals::hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState& exceptionState) Element 435 Source/core/testing/Internals.cpp bool Internals::hasSelectorForPseudoClassInShadow(Element* host, const String& pseudoClass, ExceptionState& exceptionState) Element 580 Source/core/testing/Internals.cpp String Internals::elementRenderTreeAsText(Element* element, ExceptionState& exceptionState) Element 616 Source/core/testing/Internals.cpp ShadowRoot* Internals::shadowRoot(Element* host, ExceptionState& exceptionState) Element 623 Source/core/testing/Internals.cpp ShadowRoot* Internals::youngestShadowRoot(Element* host, ExceptionState& exceptionState) Element 635 Source/core/testing/Internals.cpp ShadowRoot* Internals::oldestShadowRoot(Element* host, ExceptionState& exceptionState) Element 675 Source/core/testing/Internals.cpp const AtomicString& Internals::shadowPseudoId(Element* element, ExceptionState& exceptionState) Element 685 Source/core/testing/Internals.cpp void Internals::setShadowPseudoId(Element* element, const AtomicString& id, ExceptionState& exceptionState) Element 695 Source/core/testing/Internals.cpp String Internals::visiblePlaceholder(Element* element) Element 705 Source/core/testing/Internals.cpp void Internals::selectColorInColorChooser(Element* element, const String& colorValue) Element 790 Source/core/testing/Internals.cpp PassRefPtr<ClientRect> Internals::boundingBox(Element* element, ExceptionState& exceptionState) Element 969 Source/core/testing/Internals.cpp bool Internals::wasLastChangeUserEdit(Element* textField, ExceptionState& exceptionState) Element 986 Source/core/testing/Internals.cpp bool Internals::elementShouldAutoComplete(Element* element, ExceptionState& exceptionState) Element 1000 Source/core/testing/Internals.cpp String Internals::suggestedValue(Element* element, ExceptionState& exceptionState) Element 1025 Source/core/testing/Internals.cpp void Internals::setSuggestedValue(Element* element, const String& value, ExceptionState& exceptionState) Element 1047 Source/core/testing/Internals.cpp void Internals::setEditingValue(Element* element, const String& value, ExceptionState& exceptionState) Element 1062 Source/core/testing/Internals.cpp void Internals::setAutofilled(Element* element, bool enabled, ExceptionState& exceptionState) Element 1071 Source/core/testing/Internals.cpp void Internals::scrollElementToRect(Element* element, long x, long y, long w, long h, ExceptionState& exceptionState) Element 1081 Source/core/testing/Internals.cpp PassRefPtrWillBeRawPtr<Range> Internals::rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, ExceptionState& exceptionState) Element 1094 Source/core/testing/Internals.cpp unsigned Internals::locationFromRange(Element* scope, const Range* range, ExceptionState& exceptionState) Element 1107 Source/core/testing/Internals.cpp unsigned Internals::lengthFromRange(Element* scope, const Range* range, ExceptionState& exceptionState) Element 1656 Source/core/testing/Internals.cpp String Internals::elementLayerTreeAsText(Element* element, ExceptionState& exceptionState) const Element 1669 Source/core/testing/Internals.cpp static PassRefPtr<NodeList> paintOrderList(Element* element, ExceptionState& exceptionState, RenderLayerStackingNode::PaintOrderListType type) Element 1695 Source/core/testing/Internals.cpp PassRefPtr<NodeList> Internals::paintOrderListBeforePromote(Element* element, ExceptionState& exceptionState) Element 1700 Source/core/testing/Internals.cpp PassRefPtr<NodeList> Internals::paintOrderListAfterPromote(Element* element, ExceptionState& exceptionState) Element 1705 Source/core/testing/Internals.cpp bool Internals::scrollsWithRespectTo(Element* element1, Element* element2, ExceptionState& exceptionState) Element 1735 Source/core/testing/Internals.cpp bool Internals::isUnclippedDescendant(Element* element, ExceptionState& exceptionState) Element 1759 Source/core/testing/Internals.cpp bool Internals::needsCompositedScrolling(Element* element, ExceptionState& exceptionState) Element 1795 Source/core/testing/Internals.cpp String Internals::elementLayerTreeAsText(Element* element, unsigned flags, ExceptionState& exceptionState) const Element 1821 Source/core/testing/Internals.cpp static RenderLayer* getRenderLayerForElement(Element* element, ExceptionState& exceptionState) Element 1843 Source/core/testing/Internals.cpp void Internals::setNeedsCompositedScrolling(Element* element, unsigned needsCompositedScrolling, ExceptionState& exceptionState) Element 1866 Source/core/testing/Internals.cpp PassRefPtr<ClientRectList> Internals::repaintRects(Element* element, ExceptionState& exceptionState) const Element 1949 Source/core/testing/Internals.cpp String Internals::counterValue(Element* element) Element 1957 Source/core/testing/Internals.cpp int Internals::pageNumber(Element* element, float pageWidth, float pageHeight) Element 2035 Source/core/testing/Internals.cpp void Internals::webkitWillEnterFullScreenForElement(Document* document, Element* element) Element 2042 Source/core/testing/Internals.cpp void Internals::webkitDidEnterFullScreenForElement(Document* document, Element* element) Element 2049 Source/core/testing/Internals.cpp void Internals::webkitWillExitFullScreenForElement(Document* document, Element* element) Element 2056 Source/core/testing/Internals.cpp void Internals::webkitDidExitFullScreenForElement(Document* document, Element* element) Element 2281 Source/core/testing/Internals.cpp String Internals::markerTextForListItem(Element* element, ExceptionState& exceptionState) Element 2290 Source/core/testing/Internals.cpp String Internals::getImageSourceURL(Element* element, ExceptionState& exceptionState) Element 2368 Source/core/testing/Internals.cpp void Internals::setShouldRevealPassword(Element* element, bool reveal, ExceptionState& exceptionState) Element 2439 Source/core/testing/Internals.cpp void Internals::startSpeechInput(Element* element) Element 2452 Source/core/testing/Internals.cpp void Internals::setValueForUser(Element* element, const String& value) Element 52 Source/core/testing/Internals.h class Element; Element 79 Source/core/testing/Internals.h String elementRenderTreeAsText(Element*, ExceptionState&); Element 94 Source/core/testing/Internals.h bool isSharingStyle(Element*, Element*, ExceptionState&) const; Element 99 Source/core/testing/Internals.h ShadowRoot* shadowRoot(Element* host, ExceptionState&); Element 100 Source/core/testing/Internals.h ShadowRoot* youngestShadowRoot(Element* host, ExceptionState&); Element 101 Source/core/testing/Internals.h ShadowRoot* oldestShadowRoot(Element* host, ExceptionState&); Element 107 Source/core/testing/Internals.h const AtomicString& shadowPseudoId(Element*, ExceptionState&); Element 108 Source/core/testing/Internals.h void setShadowPseudoId(Element*, const AtomicString&, ExceptionState&); Element 114 Source/core/testing/Internals.h bool isValidContentSelect(Element* insertionPoint, ExceptionState&); Element 117 Source/core/testing/Internals.h bool hasSelectorForIdInShadow(Element* host, const AtomicString& idValue, ExceptionState&); Element 118 Source/core/testing/Internals.h bool hasSelectorForClassInShadow(Element* host, const AtomicString& className, ExceptionState&); Element 119 Source/core/testing/Internals.h bool hasSelectorForAttributeInShadow(Element* host, const AtomicString& attributeName, ExceptionState&); Element 120 Source/core/testing/Internals.h bool hasSelectorForPseudoClassInShadow(Element* host, const String& pseudoClass, ExceptionState&); Element 133 Source/core/testing/Internals.h String visiblePlaceholder(Element*); Element 134 Source/core/testing/Internals.h void selectColorInColorChooser(Element*, const String& colorValue); Element 146 Source/core/testing/Internals.h PassRefPtr<ClientRect> boundingBox(Element*, ExceptionState&); Element 161 Source/core/testing/Internals.h bool wasLastChangeUserEdit(Element* textField, ExceptionState&); Element 162 Source/core/testing/Internals.h bool elementShouldAutoComplete(Element* inputElement, ExceptionState&); Element 163 Source/core/testing/Internals.h String suggestedValue(Element*, ExceptionState&); Element 164 Source/core/testing/Internals.h void setSuggestedValue(Element*, const String&, ExceptionState&); Element 165 Source/core/testing/Internals.h void setEditingValue(Element* inputElement, const String&, ExceptionState&); Element 166 Source/core/testing/Internals.h void setAutofilled(Element*, bool enabled, ExceptionState&); Element 167 Source/core/testing/Internals.h void scrollElementToRect(Element*, long x, long y, long w, long h, ExceptionState&); Element 169 Source/core/testing/Internals.h PassRefPtrWillBeRawPtr<Range> rangeFromLocationAndLength(Element* scope, int rangeLocation, int rangeLength, ExceptionState&); Element 170 Source/core/testing/Internals.h unsigned locationFromRange(Element* scope, const Range*, ExceptionState&); Element 171 Source/core/testing/Internals.h unsigned lengthFromRange(Element* scope, const Range*, ExceptionState&); Element 220 Source/core/testing/Internals.h String elementLayerTreeAsText(Element*, unsigned flags, ExceptionState&) const; Element 221 Source/core/testing/Internals.h String elementLayerTreeAsText(Element*, ExceptionState&) const; Element 223 Source/core/testing/Internals.h PassRefPtr<NodeList> paintOrderListBeforePromote(Element*, ExceptionState&); Element 224 Source/core/testing/Internals.h PassRefPtr<NodeList> paintOrderListAfterPromote(Element*, ExceptionState&); Element 226 Source/core/testing/Internals.h bool scrollsWithRespectTo(Element*, Element*, ExceptionState&); Element 227 Source/core/testing/Internals.h bool isUnclippedDescendant(Element*, ExceptionState&); Element 228 Source/core/testing/Internals.h bool needsCompositedScrolling(Element*, ExceptionState&); Element 230 Source/core/testing/Internals.h void setNeedsCompositedScrolling(Element*, unsigned value, ExceptionState&); Element 233 Source/core/testing/Internals.h PassRefPtr<ClientRectList> repaintRects(Element*, ExceptionState&) const; Element 253 Source/core/testing/Internals.h String counterValue(Element*); Element 255 Source/core/testing/Internals.h int pageNumber(Element*, float pageWidth = 800, float pageHeight = 600); Element 267 Source/core/testing/Internals.h void webkitWillEnterFullScreenForElement(Document*, Element*); Element 268 Source/core/testing/Internals.h void webkitDidEnterFullScreenForElement(Document*, Element*); Element 269 Source/core/testing/Internals.h void webkitWillExitFullScreenForElement(Document*, Element*); Element 270 Source/core/testing/Internals.h void webkitDidExitFullScreenForElement(Document*, Element*); Element 295 Source/core/testing/Internals.h String markerTextForListItem(Element*, ExceptionState&); Element 299 Source/core/testing/Internals.h String getImageSourceURL(Element*, ExceptionState&); Element 314 Source/core/testing/Internals.h void setShouldRevealPassword(Element*, bool, ExceptionState&); Element 323 Source/core/testing/Internals.h void startSpeechInput(Element*); Element 324 Source/core/testing/Internals.h void setValueForUser(Element*, const String&); Element 86 Source/core/xml/XMLErrors.cpp static inline PassRefPtr<Element> createXHTMLParserErrorHeader(Document* doc, const String& errorMessages) Element 88 Source/core/xml/XMLErrors.cpp RefPtr<Element> reportElement = doc->createElement(QualifiedName(nullAtom, "parsererror", xhtmlNamespaceURI), true); Element 94 Source/core/xml/XMLErrors.cpp RefPtr<Element> h3 = doc->createElement(h3Tag, true); Element 98 Source/core/xml/XMLErrors.cpp RefPtr<Element> fixed = doc->createElement(divTag, true); Element 120 Source/core/xml/XMLErrors.cpp RefPtr<Element> documentElement = m_document->documentElement(); Element 122 Source/core/xml/XMLErrors.cpp RefPtr<Element> rootElement = m_document->createElement(htmlTag, true); Element 123 Source/core/xml/XMLErrors.cpp RefPtr<Element> body = m_document->createElement(bodyTag, true); Element 128 Source/core/xml/XMLErrors.cpp RefPtr<Element> rootElement = m_document->createElement(htmlTag, true); Element 129 Source/core/xml/XMLErrors.cpp RefPtr<Element> body = m_document->createElement(bodyTag, true); Element 141 Source/core/xml/XMLErrors.cpp RefPtr<Element> reportElement = createXHTMLParserErrorHeader(m_document, errorMessages); Element 146 Source/core/xml/XMLErrors.cpp RefPtr<Element> paragraph = m_document->createElement(pTag, true); Element 604 Source/core/xml/XPathFunctions.cpp Element* element = toElement(node); Element 216 Source/core/xml/XPathNodeSet.cpp Element* element = toElement(n); Element 261 Source/core/xml/XPathStep.cpp Element* n = toAttr(context)->ownerElement(); Element 338 Source/core/xml/XPathStep.cpp Element* contextElement = toElement(context); Element 456 Source/core/xml/parser/XMLDocumentParser.cpp RefPtr<Element> e = m_scriptElement; Element 491 Source/core/xml/parser/XMLDocumentParser.cpp bool XMLDocumentParser::parseDocumentFragment(const String& chunk, DocumentFragment* fragment, Element* contextElement, ParserContentPolicy parserContentPolicy) Element 522 Source/core/xml/parser/XMLDocumentParser.cpp static inline void setAttributes(Element* element, Vector<Attribute>& attributeVector, ParserContentPolicy parserContentPolicy) Element 761 Source/core/xml/parser/XMLDocumentParser.cpp XMLDocumentParser::XMLDocumentParser(DocumentFragment* fragment, Element* parentElement, ParserContentPolicy parserContentPolicy) Element 783 Source/core/xml/parser/XMLDocumentParser.cpp Vector<Element*> elemStack; Element 797 Source/core/xml/parser/XMLDocumentParser.cpp Element* element = elemStack.last(); Element 882 Source/core/xml/parser/XMLDocumentParser.cpp if (!Element::parseAttributeName(parsedName, XMLNSNames::xmlnsNamespaceURI, namespaceQName, exceptionState)) Element 909 Source/core/xml/parser/XMLDocumentParser.cpp if (!Element::parseAttributeName(parsedName, attrURI, attrQName, exceptionState)) Element 942 Source/core/xml/parser/XMLDocumentParser.cpp RefPtr<Element> newElement = m_currentNode->document().createElement(qName, true); Element 1015 Source/core/xml/parser/XMLDocumentParser.cpp Element* element = toElement(n); Element 47 Source/core/xml/parser/XMLDocumentParser.h class Element; Element 73 Source/core/xml/parser/XMLDocumentParser.h static PassRefPtr<XMLDocumentParser> create(DocumentFragment* fragment, Element* element, ParserContentPolicy parserContentPolicy) Element 88 Source/core/xml/parser/XMLDocumentParser.h static bool parseDocumentFragment(const String&, DocumentFragment*, Element* parent = 0, ParserContentPolicy = AllowScriptingContent); Element 105 Source/core/xml/parser/XMLDocumentParser.h XMLDocumentParser(DocumentFragment*, Element*, ParserContentPolicy); Element 183 Source/core/xml/parser/XMLDocumentParser.h RefPtr<Element> m_scriptElement; Element 68 Source/platform/exported/WebHTTPBody.cpp bool WebHTTPBody::elementAt(size_t index, Element& result) const Element 86 Source/platform/exported/WebHTTPBody.cpp result.type = Element::TypeData; Element 90 Source/platform/exported/WebHTTPBody.cpp result.type = Element::TypeFile; Element 97 Source/platform/exported/WebHTTPBody.cpp result.type = Element::TypeBlob; Element 101 Source/platform/exported/WebHTTPBody.cpp result.type = Element::TypeFileSystemURL; Element 743 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::enterFullScreenForElement(Element* element) Element 748 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::exitFullScreenForElement(Element* element) Element 870 Source/web/ChromeClientImpl.cpp void ChromeClientImpl::didAssociateFormControls(const Vector<RefPtr<Element> >& elements) Element 47 Source/web/ChromeClientImpl.h class Element; Element 153 Source/web/ChromeClientImpl.h virtual void enterFullScreenForElement(WebCore::Element*) OVERRIDE; Element 154 Source/web/ChromeClientImpl.h virtual void exitFullScreenForElement(WebCore::Element*) OVERRIDE; Element 182 Source/web/ChromeClientImpl.h virtual void didAssociateFormControls(const Vector<RefPtr<WebCore::Element> >&) OVERRIDE; Element 89 Source/web/FullscreenController.cpp Element* element = FullscreenElementStack::currentFullScreenElementFrom(*doc); Element 143 Source/web/FullscreenController.cpp void FullscreenController::enterFullScreenForElement(WebCore::Element* element) Element 178 Source/web/FullscreenController.cpp void FullscreenController::exitFullScreenForElement(WebCore::Element* element) Element 39 Source/web/FullscreenController.h class Element; Element 55 Source/web/FullscreenController.h void enterFullScreenForElement(WebCore::Element*); Element 56 Source/web/FullscreenController.h void exitFullScreenForElement(WebCore::Element*); Element 68 Source/web/FullscreenController.h RefPtr<WebCore::Element> m_provisionalFullScreenElement; Element 277 Source/web/PopupListBox.h RefPtr<WebCore::Element> m_focusedElement; Element 69 Source/web/SpellCheckerClientImpl.cpp const Element* element = document->focusedElement(); Element 109 Source/web/SpellCheckerClientImpl.cpp if (Element* rootEditableElement = frameSelection.rootEditableElement()) { Element 69 Source/web/ValidationMessageClientImpl.cpp void ValidationMessageClientImpl::showValidationMessage(const Element& anchor, const String& message) Element 98 Source/web/ValidationMessageClientImpl.cpp void ValidationMessageClientImpl::hideValidationMessage(const Element& anchor) Element 109 Source/web/ValidationMessageClientImpl.cpp bool ValidationMessageClientImpl::isValidationMessageVisible(const Element& anchor) Element 52 Source/web/ValidationMessageClientImpl.h virtual void showValidationMessage(const WebCore::Element& anchor, const String& message) OVERRIDE; Element 53 Source/web/ValidationMessageClientImpl.h virtual void hideValidationMessage(const WebCore::Element& anchor) OVERRIDE; Element 54 Source/web/ValidationMessageClientImpl.h virtual bool isValidationMessageVisible(const WebCore::Element& anchor) OVERRIDE; Element 58 Source/web/ValidationMessageClientImpl.h const WebCore::Element* m_currentAnchor; Element 264 Source/web/WebBindings.cpp Element* native = V8Element::hasInstance(v8Object, isolate) ? V8Element::toNative(v8Object) : 0; Element 167 Source/web/WebDocument.cpp Element* element = images->item(i); Element 181 Source/web/WebDocument.cpp Element* element = forms->item(i); Element 234 Source/web/WebDocument.cpp Element* fullScreenElement = 0; Element 51 Source/web/WebElement.cpp return constUnwrap<Element>()->isFormControlElement(); Element 56 Source/web/WebElement.cpp return constUnwrap<Element>()->isTextFormControl(); Element 61 Source/web/WebElement.cpp return constUnwrap<Element>()->tagName(); Element 66 Source/web/WebElement.cpp return equalIgnoringCase(constUnwrap<Element>()->tagName(), Element 77 Source/web/WebElement.cpp const Element* element = constUnwrap<Element>(); Element 83 Source/web/WebElement.cpp return constUnwrap<Element>()->hasAttribute(attrName); Element 91 Source/web/WebElement.cpp unwrap<Element>()->removeAttribute(attrName); Element 96 Source/web/WebElement.cpp return constUnwrap<Element>()->getAttribute(attrName); Element 105 Source/web/WebElement.cpp unwrap<Element>()->setAttribute(attrName, attrValue, exceptionState); Element 111 Source/web/WebElement.cpp if (!constUnwrap<Element>()->hasAttributes()) Element 113 Source/web/WebElement.cpp return constUnwrap<Element>()->attributeCount(); Element 118 Source/web/WebElement.cpp ShadowRoot* shadowRoot = constUnwrap<Element>()->shadowRoot(); Element 128 Source/web/WebElement.cpp return constUnwrap<Element>()->attributeItem(index).localName(); Element 135 Source/web/WebElement.cpp return constUnwrap<Element>()->attributeItem(index).value(); Element 140 Source/web/WebElement.cpp return unwrap<Element>()->innerText(); Element 145 Source/web/WebElement.cpp return WebString(constUnwrap<Element>()->computeInheritedLanguage()); Element 150 Source/web/WebElement.cpp unwrap<Element>()->webkitRequestFullScreen(Element::ALLOW_KEYBOARD_INPUT); Element 155 Source/web/WebElement.cpp return unwrap<Element>()->boundsInRootViewSpace(); Element 163 Source/web/WebElement.cpp WebCore::Image* image = unwrap<Element>()->imageContents(); Element 174 Source/web/WebElement.cpp WebElement::WebElement(const PassRefPtr<Element>& elem) Element 179 Source/web/WebElement.cpp WebElement& WebElement::operator=(const PassRefPtr<Element>& elem) Element 185 Source/web/WebElement.cpp WebElement::operator PassRefPtr<Element>() const Element 77 Source/web/WebElementCollection.cpp Element* element = m_private->item(m_current); Element 81 Source/web/WebFormElement.cpp Vector<RefPtr<Element> > tempVector; Element 475 Source/web/WebFrameImpl.cpp return WebFrameImpl::fromFrameOwnerElement(PassRefPtr<Element>(element).get()); Element 1086 Source/web/WebFrameImpl.cpp Element* editable = frame()->selection().rootEditableElementOrDocumentElement(); Element 1107 Source/web/WebFrameImpl.cpp Element* editable = frame()->selection().rootEditableElementOrDocumentElement(); Element 1206 Source/web/WebFrameImpl.cpp frame()->spellChecker().requestTextChecking(*webElement.constUnwrap<Element>()); Element 1318 Source/web/WebFrameImpl.cpp Element* editable = frame()->selection().rootEditableElement(); Element 1595 Source/web/WebFrameImpl.cpp return WebCore::markerTextForListItem(const_cast<Element*>(webElement.constUnwrap<Element>())); Element 1777 Source/web/WebFrameImpl.cpp WebFrameImpl* WebFrameImpl::fromFrameOwnerElement(Element* element) Element 1828 Source/web/WebFrameImpl.cpp Element* element = toElement(node); Element 1845 Source/web/WebFrameImpl.cpp Element* element = toElement(node); Element 254 Source/web/WebFrameImpl.h static WebFrameImpl* fromFrameOwnerElement(WebCore::Element* element); Element 218 Source/web/WebInputElement.cpp if (!isHTMLInputElement(*webElement->unwrap<Element>())) Element 65 Source/web/WebPageSerializer.cpp KURL getSubResourceURLFromElement(Element* element) Element 80 Source/web/WebPageSerializer.cpp void retrieveResourcesForElement(Element* element, Element 144 Source/web/WebPageSerializer.cpp Element* element = allElements->item(i); Element 125 Source/web/WebPageSerializerImpl.cpp const Element* element, SerializeDomParam* param, bool* needSkip) Element 191 Source/web/WebPageSerializerImpl.cpp const Element* element, SerializeDomParam* param) Element 223 Source/web/WebPageSerializerImpl.cpp const Element* element, SerializeDomParam* param, bool* needSkip) Element 246 Source/web/WebPageSerializerImpl.cpp const Element* element, SerializeDomParam* param) Element 292 Source/web/WebPageSerializerImpl.cpp void WebPageSerializerImpl::openTagToString(Element* element, Element 362 Source/web/WebPageSerializerImpl.cpp void WebPageSerializerImpl::endTagToString(Element* element, Element 478 Source/web/WebPageSerializerImpl.cpp for (unsigned i = 0; Element* element = all->item(i); i++) { Element 512 Source/web/WebPageSerializerImpl.cpp Element* documentElement = document->documentElement(); Element 53 Source/web/WebPageSerializerImpl.h class Element; Element 130 Source/web/WebPageSerializerImpl.h const WebCore::Element* skipMetaElement; Element 148 Source/web/WebPageSerializerImpl.h WTF::String preActionBeforeSerializeOpenTag(const WebCore::Element* element, Element 153 Source/web/WebPageSerializerImpl.h WTF::String postActionAfterSerializeOpenTag(const WebCore::Element* element, Element 157 Source/web/WebPageSerializerImpl.h WTF::String preActionBeforeSerializeEndTag(const WebCore::Element* element, Element 162 Source/web/WebPageSerializerImpl.h WTF::String postActionAfterSerializeEndTag(const WebCore::Element* element, Element 180 Source/web/WebPageSerializerImpl.h void openTagToString(WebCore::Element*, Element 183 Source/web/WebPageSerializerImpl.h void endTagToString(WebCore::Element*, Element 114 Source/web/WebRange.cpp Element* selectionRoot = webFrame->selection().rootEditableElement(); Element 861 Source/web/WebViewImpl.cpp Element* root = toLocalFrame(frame)->selection().rootEditableElementOrDocumentElement(); Element 869 Source/web/WebViewImpl.cpp Element* shadowHost = root->shadowHost(); Element 939 Source/web/WebViewImpl.cpp Element* element = focusedElement(); Element 1778 Source/web/WebViewImpl.cpp void WebViewImpl::enterFullScreenForElement(WebCore::Element* element) Element 1783 Source/web/WebViewImpl.cpp void WebViewImpl::exitFullScreenForElement(WebCore::Element* element) Element 1878 Source/web/WebViewImpl.cpp Element* element = localFrame->document()->focusedElement(); Element 2016 Source/web/WebViewImpl.cpp Element* editable = focused->selection().rootEditableElementOrDocumentElement(); Element 2074 Source/web/WebViewImpl.cpp Element* element = focusedElement(); Element 2136 Source/web/WebViewImpl.cpp Element* element = focusedElement(); Element 2204 Source/web/WebViewImpl.cpp Element* target = focusedFrame->document()->focusedElement(); Element 2463 Source/web/WebViewImpl.cpp RefPtr<Element> oldFocusedElement = document->focusedElement(); Element 2481 Source/web/WebViewImpl.cpp if (Element* element = focusedElement()) Element 2488 Source/web/WebViewImpl.cpp Element* element = focusedElement(); Element 3564 Source/web/WebViewImpl.cpp Element* WebViewImpl::focusedElement() const Element 316 Source/web/WebViewImpl.h WebCore::Element* focusedElement() const; Element 486 Source/web/WebViewImpl.h void enterFullScreenForElement(WebCore::Element*); Element 487 Source/web/WebViewImpl.h void exitFullScreenForElement(WebCore::Element*); Element 124 Source/web/tests/CompositedLayerMappingTest.cpp Element* layerElement = document->getElementById("layer"); Element 150 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp static WebLayer* webLayerFromElement(Element* element) Element 181 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* element = document->getElementById("div-tl"); Element 190 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* element = document->getElementById("div-tr"); Element 199 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* element = document->getElementById("div-bl"); Element 208 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* element = document->getElementById("div-br"); Element 217 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* element = document->getElementById("span-tl"); Element 226 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* element = document->getElementById("span-tr"); Element 235 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* element = document->getElementById("span-bl"); Element 244 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* element = document->getElementById("span-br"); Element 295 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* scrollableElement = frame()->document()->getElementById("scrollable"); Element 335 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* overflowElement = frame()->document()->getElementById("unscrollable-y"); Element 391 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* scrollableFrame = frame()->document()->getElementById("scrollable"); Element 435 Source/web/tests/ScrollingCoordinatorChromiumTest.cpp Element* scrollableFrame = frame()->document()->getElementById("scrollable"); Element 190 Source/web/tests/TouchActionTest.cpp WebCore::Element* element = toElement(nodes->item(index)); Element 100 Source/web/tests/WebFrameTest.cpp using WebCore::Element; Element 4211 Source/web/tests/WebFrameTest.cpp Element* element = document->getElementById("data"); Element 4242 Source/web/tests/WebFrameTest.cpp Element* element = document->getElementById("data"); Element 4272 Source/web/tests/WebFrameTest.cpp Element* element = document->getElementById("data"); Element 4348 Source/web/tests/WebFrameTest.cpp Element* element = document->getElementById("data"); Element 4377 Source/web/tests/WebFrameTest.cpp Element* element = document->getElementById("data"); Element 4400 Source/web/tests/WebFrameTest.cpp Element* element = document->getElementById("data"); Element 4429 Source/web/tests/WebFrameTest.cpp Element* element = document->getElementById("data"); Element 5391 Source/web/tests/WebFrameTest.cpp Element* bottomFixed = document->getElementById("bottom-fixed"); Element 5392 Source/web/tests/WebFrameTest.cpp Element* topBottomFixed = document->getElementById("top-bottom-fixed"); Element 5393 Source/web/tests/WebFrameTest.cpp Element* rightFixed = document->getElementById("right-fixed"); Element 5394 Source/web/tests/WebFrameTest.cpp Element* leftRightFixed = document->getElementById("left-right-fixed"); Element 5442 Source/web/tests/WebFrameTest.cpp Element* divFullscreen = document->getElementById("div1"); Element 828 Source/web/tests/WebViewTest.cpp RefPtr<WebCore::Element> element = static_cast<PassRefPtr<WebCore::Element> >(webViewImpl->mainFrame()->document().body()); Element 838 Source/web/tests/WebViewTest.cpp RefPtr<WebCore::Element> otherElement = static_cast<PassRefPtr<WebCore::Element> >(webViewImpl->mainFrame()->document().head()); Element 941 Source/web/tests/WebViewTest.cpp RefPtr<WebCore::Element> element = static_cast<PassRefPtr<WebCore::Element> >(webView->mainFrame()->document().getElementById(id)); Element 1578 Source/web/tests/WebViewTest.cpp WebCore::Element* parentDiv = document->getElementById("parentdiv"); Element 1611 Source/web/tests/WebViewTest.cpp WebCore::Element* childFrame = document->getElementById("childframe"); Element 1614 Source/web/tests/WebViewTest.cpp WebCore::Element* childDiv = childDocument->getElementById("childdiv"); Element 1658 Source/web/tests/WebViewTest.cpp WebCore::Element* element = document->getElementById("root"); Element 83 public/platform/WebHTTPBody.h BLINK_PLATFORM_EXPORT bool elementAt(size_t index, Element&) const; Element 38 public/web/WebElement.h namespace WebCore { class Element; } Element 92 public/web/WebElement.h WebElement(const WTF::PassRefPtr<WebCore::Element>&); Element 93 public/web/WebElement.h WebElement& operator=(const WTF::PassRefPtr<WebCore::Element>&); Element 94 public/web/WebElement.h operator WTF::PassRefPtr<WebCore::Element>() const;