/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() 84 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 | 36 class PseudoElement FINAL : public Element { 38 static PassRefPtr<PseudoElement> create(Element* parent, PseudoId pseudoId) in create() 40 return adoptRef(new PseudoElement(parent, pseudoId)); in create() 59 PseudoElement(Element*, PseudoId); 74 DEFINE_NODE_TYPE_CASTS(PseudoElement, isPseudoElement());
|
D | ElementRareData.h | 46 void setPseudoElement(PseudoId, PassRefPtr<PseudoElement>); 47 PseudoElement* pseudoElement(PseudoId) const; 190 RefPtr<PseudoElement> m_generatedBefore; 191 RefPtr<PseudoElement> m_generatedAfter; 192 RefPtr<PseudoElement> m_backdrop; 241 inline void ElementRareData::setPseudoElement(PseudoId pseudoId, PassRefPtr<PseudoElement> element) in setPseudoElement() 264 inline PseudoElement* ElementRareData::pseudoElement(PseudoId pseudoId) const in pseudoElement()
|
D | Element.h | 58 class PseudoElement; variable 421 PseudoElement* pseudoElement(PseudoId) const;
|
D | Element.cpp | 2473 if (PseudoElement* element = pseudoElement(pseudoElementSpecifier)) in computedStyle() 2720 PseudoElement* element = pseudoElement(pseudoId); in updatePseudoElement() 2758 …RefPtr<PseudoElement> element = document().ensureStyleResolver().createPseudoElementIfNeeded(*this… in createPseudoElementIfNeeded() 2772 PseudoElement* Element::pseudoElement(PseudoId pseudoId) const in pseudoElement() 2779 if (PseudoElement* element = pseudoElement(pseudoId)) in pseudoElementRenderer()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSSelector.h | 66 PseudoElement, enumerator 309 return m_match == PseudoElement; in matchesPseudoElement() 314 return m_match == PseudoElement && m_pseudoType == PseudoUnknown; in isUnknownPseudoElement() 319 …return m_match == PseudoElement && (m_pseudoType == PseudoUserAgentCustomElement || m_pseudoType =… in isCustomPseudoElement() 358 return m_match == PseudoElement && pseudoType() == PseudoDistributed; in isDistributedPseudoElement() 363 return m_match == PseudoElement && pseudoType() == PseudoContent; in isContentPseudoElement()
|
D | CSSSelector.cpp | 105 case PseudoElement: in specificityForOneSelector() 460 if (m_match != PseudoClass && m_match != PseudoElement && m_match != PagePseudoClass) in extractPseudoType() 568 m_match = PseudoElement; in extractPseudoType() 569 } else if (m_match == PseudoElement && !element) in extractPseudoType() 666 } else if (cs->m_match == CSSSelector::PseudoElement) { in selectorText() 777 case CSSSelector::PseudoElement: in validateSubSelector()
|
D | SelectorChecker.cpp | 138 if (context.selector->m_match == CSSSelector::PseudoElement) { in match() 423 case CSSSelector::PseudoElement: in attributeValueMatches() 917 …else if (selector->m_match == CSSSelector::PseudoElement && selector->pseudoType() == CSSSelector:… in checkOne()
|
D | CSSGrammar.y | 1431 $$->setMatch(CSSSelector::PseudoElement); 1444 $$->setMatch(CSSSelector::PseudoElement); 1456 $$->setMatch(CSSSelector::PseudoElement);
|
D | RuleSet.cpp | 115 …pe() == CSSSelector::PseudoCue || (component->m_match == CSSSelector::PseudoElement && component->… in determinePropertyWhitelistType()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorDOMAgent.h | 175 void pseudoElementCreated(PseudoElement*); 176 void pseudoElementDestroyed(PseudoElement*);
|
D | InspectorInstrumentation.idl | 65 #include "core/dom/PseudoElement.h" 442 void pseudoElementCreated([Keep] PseudoElement*); 445 void pseudoElementDestroyed([Keep] PseudoElement*);
|
D | InspectorOverlay.cpp | 520 PseudoElement* pseudoElement = 0; in drawNodeHighlight()
|
D | InspectorDOMAgent.cpp | 1912 void InspectorDOMAgent::pseudoElementCreated(PseudoElement* pseudoElement) in pseudoElementCreated() 1925 void InspectorDOMAgent::pseudoElementDestroyed(PseudoElement* pseudoElement) in pseudoElementDestroyed()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.h | 232 PassRefPtr<PseudoElement> createPseudoElementIfNeeded(Element&, PseudoId);
|
D | StyleResolver.cpp | 886 PassRefPtr<PseudoElement> StyleResolver::createPseudoElementIfNeeded(Element& element, PseudoId pse… in createPseudoElementIfNeeded() 906 RefPtr<PseudoElement> pseudo = PseudoElement::create(&element, pseudoId); in createPseudoElementIfNeeded() 977 if (PseudoElement* pseudoElement = element->pseudoElement(pseudoStyleRequest.pseudoId)) in pseudoStyleForElement()
|
/external/chromium_org/third_party/WebKit/Source/core/frame/animation/ |
D | AnimationController.cpp | 196 …ent(TransitionEvent::create(it->eventType, it->name, it->elapsedTime, PseudoElement::pseudoElement… in fireEventsAndUpdateStyle()
|
/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.linux-x86.mk | 112 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.darwin-x86.mk | 112 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.linux-mips.mk | 112 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.darwin-mips.mk | 112 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.darwin-arm.mk | 112 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
D | webcore_dom.target.linux-arm.mk | 112 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
/external/chromium_org/third_party/WebKit/Source/core/animation/css/ |
D | CSSAnimations.cpp | 770 String pseudoElement = PseudoElement::pseudoElementNameForEvents(m_target->pseudoId()); in onEventCondition()
|