/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | PseudoElement.cpp | 43 String PseudoElement::pseudoElementNameForEvents(PseudoId pseudoId) in pseudoElementNameForEvents() 57 PseudoElement::PseudoElement(Element* parent, PseudoId pseudoId) in PseudoElement() function in WebCore::PseudoElement 66 PassRefPtr<RenderStyle> PseudoElement::customStyleForRenderer() in customStyleForRenderer() 71 void PseudoElement::dispose() in dispose() 86 void PseudoElement::attach(const AttachContext& context) in attach() 111 bool PseudoElement::rendererIsNeeded(const RenderStyle& style) in rendererIsNeeded() 116 void PseudoElement::didRecalcStyle(StyleRecalcChange) in didRecalcStyle()
|
D | PseudoElement.h | 35 class PseudoElement FINAL : public Element { 37 static PassRefPtrWillBeRawPtr<PseudoElement> create(Element* parent, PseudoId pseudoId) in create() 39 return adoptRefWillBeNoop(new PseudoElement(parent, pseudoId)); in create() 54 PseudoElement(Element*, PseudoId); 69 DEFINE_ELEMENT_TYPE_CASTS(PseudoElement, isPseudoElement());
|
D | ElementRareData.h | 52 void setPseudoElement(PseudoId, PassRefPtrWillBeRawPtr<PseudoElement>); 53 PseudoElement* pseudoElement(PseudoId) const; 151 RefPtrWillBeMember<PseudoElement> m_generatedBefore; 152 RefPtrWillBeMember<PseudoElement> m_generatedAfter; 153 RefPtrWillBeMember<PseudoElement> m_backdrop; 193 …ElementRareData::setPseudoElement(PseudoId pseudoId, PassRefPtrWillBeRawPtr<PseudoElement> element) in setPseudoElement() 216 inline PseudoElement* ElementRareData::pseudoElement(PseudoId pseudoId) const in pseudoElement()
|
D | Element.h | 61 class PseudoElement; variable 424 PseudoElement* pseudoElement(PseudoId) const;
|
D | Element.cpp | 2442 if (PseudoElement* element = pseudoElement(pseudoElementSpecifier)) in computedStyle() 2521 PseudoElement* element = pseudoElement(pseudoId); in updatePseudoElement() 2552 …RefPtrWillBeRawPtr<PseudoElement> element = engine->ensureResolver().createPseudoElementIfNeeded(*… in createPseudoElementIfNeeded() 2566 PseudoElement* Element::pseudoElement(PseudoId pseudoId) const in pseudoElement() 2573 if (PseudoElement* element = pseudoElement(pseudoId)) in pseudoElementRenderer()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSSelector.h | 114 PseudoElement, // Example: ::first-line enumerator 379 return m_match == PseudoElement; in matchesPseudoElement() 384 return m_match == PseudoElement && m_pseudoType == PseudoUnknown; in isUnknownPseudoElement() 389 …return m_match == PseudoElement && (m_pseudoType == PseudoUserAgentCustomElement || m_pseudoType =… in isCustomPseudoElement() 422 return m_match == PseudoElement && pseudoType() == PseudoContent; in isContentPseudoElement() 427 return m_match == PseudoElement && pseudoType() == PseudoShadow; in isShadowPseudoElement()
|
D | CSSSelector.cpp | 110 case PseudoElement: in specificityForOneSelector() 439 if (m_match != PseudoClass && m_match != PseudoElement && m_match != PagePseudoClass) in extractPseudoType() 547 m_match = PseudoElement; in extractPseudoType() 548 } else if (m_match == PseudoElement && !element) in extractPseudoType() 646 } else if (cs->m_match == CSSSelector::PseudoElement) { in selectorText() 751 case CSSSelector::PseudoElement: in validateSubSelector()
|
D | SelectorChecker.cpp | 140 if (context.selector->match() == CSSSelector::PseudoElement) { in match() 472 case CSSSelector::PseudoElement: in attributeValueMatches() 992 …} else if (selector.match() == CSSSelector::PseudoElement && selector.pseudoType() == CSSSelector:… in checkOne()
|
D | RuleSet.cpp | 118 …pe() == CSSSelector::PseudoCue || (component->match() == CSSSelector::PseudoElement && component->… in determinePropertyWhitelistType()
|
D | RuleFeature.cpp | 51 if (selector.match() == CSSSelector::PseudoElement) { in isSkippableComponentForInvalidation()
|
D | CSSGrammar.y | 1330 $$->setMatch(CSSSelector::PseudoElement); 1343 $$->setMatch(CSSSelector::PseudoElement);
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMAgent.h | 185 void pseudoElementCreated(PseudoElement*); 186 void pseudoElementDestroyed(PseudoElement*);
|
D | InspectorInstrumentation.idl | 68 #include "core/dom/PseudoElement.h" 435 void pseudoElementCreated([Keep] PseudoElement*); 438 void pseudoElementDestroyed([Keep] PseudoElement*);
|
D | InspectorOverlay.cpp | 589 PseudoElement* pseudoElement = 0; in setElementInfo()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.cpp | 769 PassRefPtrWillBeRawPtr<PseudoElement> StyleResolver::createPseudoElementIfNeeded(Element& parent, P… in createPseudoElementIfNeeded() 788 return PseudoElement::create(&parent, pseudoId); in createPseudoElementIfNeeded() 801 RefPtrWillBeRawPtr<PseudoElement> pseudo = PseudoElement::create(&parent, pseudoId); in createPseudoElementIfNeeded() 879 if (PseudoElement* pseudoElement = element->pseudoElement(pseudoStyleRequest.pseudoId)) in pseudoStyleForElement()
|
D | StyleResolver.h | 230 PassRefPtrWillBeRawPtr<PseudoElement> createPseudoElementIfNeeded(Element& parent, PseudoId);
|
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/ |
D | chrome.abcdef.nm | 681 0000000003c6d160 t WebCore::PseudoElement::~PseudoElement()<0000000003c6d160> 682 0000000003c6d180 t WebCore::PseudoElement::~PseudoElement()<0000000003c6d180> 683 0000000003c6d1b0 t WebCore::PseudoElement::canContainRangeEndPoint() const<0000000003c6d1b0> 684 0000000003c6d1c0 t WebCore::PseudoElement::canStartSelection() const<0000000003c6d1c0> 685 0000000003c6d1d0 t WebCore::PseudoElement::customPseudoId() const<0000000003c6d1d0> 686 0000000003c6d1e0 t WebCore::PseudoElement::~PseudoElement()<0000000003c6d1e0>
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | webcore_dom.target.darwin-x86.mk | 111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.darwin-arm.mk | 111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.darwin-arm64.mk | 111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.linux-mips.mk | 111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.linux-arm.mk | 111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.linux-x86_64.mk | 111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.darwin-x86_64.mk | 111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.cpp | 643 String pseudoElement = PseudoElement::pseudoElementNameForEvents(m_target->pseudoId()); in onEventCondition()
|