Home
last modified time | relevance | path

Searched refs:PseudoElement (Results 1 – 25 of 31) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/core/dom/
DPseudoElement.cpp43 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()
DPseudoElement.h35 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());
DElementRareData.h52 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()
DElement.h61 class PseudoElement; variable
424 PseudoElement* pseudoElement(PseudoId) const;
DElement.cpp2442 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/
DCSSSelector.h114 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()
DCSSSelector.cpp110 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()
DSelectorChecker.cpp140 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()
DRuleSet.cpp118 …pe() == CSSSelector::PseudoCue || (component->match() == CSSSelector::PseudoElement && component->… in determinePropertyWhitelistType()
DRuleFeature.cpp51 if (selector.match() == CSSSelector::PseudoElement) { in isSkippableComponentForInvalidation()
DCSSGrammar.y1330 $$->setMatch(CSSSelector::PseudoElement);
1343 $$->setMatch(CSSSelector::PseudoElement);
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorDOMAgent.h185 void pseudoElementCreated(PseudoElement*);
186 void pseudoElementDestroyed(PseudoElement*);
DInspectorInstrumentation.idl68 #include "core/dom/PseudoElement.h"
435 void pseudoElementCreated([Keep] PseudoElement*);
438 void pseudoElementDestroyed([Keep] PseudoElement*);
DInspectorOverlay.cpp589 PseudoElement* pseudoElement = 0; in setElementInfo()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp769 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()
DStyleResolver.h230 PassRefPtrWillBeRawPtr<PseudoElement> createPseudoElementIfNeeded(Element& parent, PseudoId);
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/
Dchrome.abcdef.nm681 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/
Dwebcore_dom.target.darwin-x86.mk111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
Dwebcore_dom.target.darwin-arm.mk111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
Dwebcore_dom.target.darwin-arm64.mk111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
Dwebcore_dom.target.linux-mips.mk111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
Dwebcore_dom.target.linux-arm.mk111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
Dwebcore_dom.target.linux-x86_64.mk111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
Dwebcore_dom.target.darwin-x86_64.mk111 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
/external/chromium_org/third_party/WebKit/Source/core/animation/css/
DCSSAnimations.cpp643 String pseudoElement = PseudoElement::pseudoElementNameForEvents(m_target->pseudoId()); in onEventCondition()

12