/external/chromium_org/third_party/WebKit/Source/core/dom/ |
PseudoElement.cpp | 28 #include "core/dom/PseudoElement.h" 43 String PseudoElement::pseudoElementNameForEvents(PseudoId pseudoId) 57 PseudoElement::PseudoElement(Element* parent, PseudoId pseudoId) 66 PseudoElement::~PseudoElement() 70 PassRefPtr<RenderStyle> PseudoElement::customStyleForRenderer() 75 void PseudoElement::attach(const AttachContext& context) 102 bool PseudoElement::rendererIsNeeded(const NodeRenderingContext& context) 107 void PseudoElement::didRecalcStyle(StyleChange [all...] |
PseudoElement.h | 36 class PseudoElement FINAL : public Element { 38 static PassRefPtr<PseudoElement> create(Element* parent, PseudoId pseudoId) 40 return adoptRef(new PseudoElement(parent, pseudoId)); 42 ~PseudoElement(); 58 PseudoElement(Element*, PseudoId);
|
TransitionEvent.h | 39 String pseudoElement; 48 static PassRefPtr<TransitionEvent> create(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) 50 return adoptRef(new TransitionEvent(type, propertyName, elapsedTime, pseudoElement)); 61 const String& pseudoElement() const; 67 TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement);
|
ElementRareData.h | 29 #include "core/dom/PseudoElement.h" 46 void setPseudoElement(PseudoId, PassRefPtr<PseudoElement>); 47 PseudoElement* pseudoElement(PseudoId) const; 184 RefPtr<PseudoElement> m_generatedBefore; 185 RefPtr<PseudoElement> m_generatedAfter; 186 RefPtr<PseudoElement> m_backdrop; 189 void releasePseudoElement(PseudoElement*); 230 inline void ElementRareData::setPseudoElement(PseudoId pseudoId, PassRefPtr<PseudoElement> element) 250 inline PseudoElement* ElementRareData::pseudoElement(PseudoId pseudoId) cons [all...] |
TransitionEvent.cpp | 45 TransitionEvent::TransitionEvent(const AtomicString& type, const String& propertyName, double elapsedTime, const String& pseudoElement) 49 , m_pseudoElement(pseudoElement) 58 , m_pseudoElement(initializer.pseudoElement) 77 const String& TransitionEvent::pseudoElement() const
|
NodeRenderingTraversal.cpp | 30 #include "core/dom/PseudoElement.h" 72 return toElement(parent)->pseudoElement(AFTER); 91 return toElement(parent)->pseudoElement(BEFORE);
|
TransitionEvent.idl | 32 [InitializedByEventConstructor] readonly attribute DOMString pseudoElement;
|
Element.cpp | 63 #include "core/dom/PseudoElement.h" [all...] |
Element.h | 58 class PseudoElement; 546 PseudoElement* pseudoElement(PseudoId) const; [all...] |
Document.idl | 98 [Default=Undefined] optional DOMString pseudoElement);
|
Node.cpp | 467 return parent->pseudoElement(BEFORE); 479 return parent->pseudoElement(AFTER); 488 Node* first = currentElement->pseudoElement(BEFORE); 493 first = currentElement->pseudoElement(AFTER); 504 Node* last = currentElement->pseudoElement(AFTER); 509 last = currentElement->pseudoElement(BEFORE); [all...] |
/external/chromium_org/third_party/WebKit/Source/core/css/ |
CSSSelector.h | 66 PseudoElement, 301 return m_match == PseudoElement; 306 return m_match == PseudoElement && m_pseudoType == PseudoUnknown; 311 return m_match == PseudoElement && (m_pseudoType == PseudoUserAgentCustomElement || m_pseudoType == PseudoWebKitCustomElement || m_pseudoType == PseudoPart); 345 return m_match == PseudoElement && pseudoType() == PseudoDistributed; 350 return m_match == PseudoElement && pseudoType() == PseudoContent;
|
CSSComputedStyleDeclaration.h | 80 // PseudoElement for :before and :after if they exist.
|
CSSSelector.cpp | 102 case PseudoElement: 462 if (m_match != PseudoClass && m_match != PseudoElement && m_match != PagePseudoClass) 571 m_match = PseudoElement; 572 } else if (m_match == PseudoElement && !element) 669 } else if (cs->m_match == CSSSelector::PseudoElement) { [all...] |
CSSGrammar.y.in | [all...] |
SelectorChecker.cpp | 144 if (context.selector->m_match == CSSSelector::PseudoElement) { 362 case CSSSelector::PseudoElement: [all...] |
RuleSet.cpp | 129 if (component->pseudoType() == CSSSelector::PseudoCue || (component->m_match == CSSSelector::PseudoElement && component->value() == TextTrackCue::cueShadowPseudoId()))
|
CSSComputedStyleDeclaration.cpp | 59 #include "core/dom/PseudoElement.h" [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/ |
Window.idl | 133 [TreatNullAs=NullString, TreatUndefinedAs=NullString,Default=Undefined] optional DOMString pseudoElement); 137 [TreatNullAs=NullString, TreatUndefinedAs=NullString,Default=Undefined] optional DOMString pseudoElement);
|
DOMWindow.cpp | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/page/animation/ |
AnimationController.cpp | 34 #include "core/dom/PseudoElement.h" 193 element->dispatchEvent(TransitionEvent::create(it->eventType, it->name, it->elapsedTime, PseudoElement::pseudoElementNameForEvents(element->pseudoId())));
|
/external/chromium_org/third_party/launchpad_translations/ |
inspector_strings_de.xtb | 243 <translation id="3905760801744450823">Pseudoelement</translation>
|
/external/chromium_org/tools/deep_memory_profiler/tests/data/heap.01234.symmap/ |
chrome.abcdef.nm | [all...] |
/external/chromium_org/third_party/WebKit/Source/core/ |
webcore_dom.target.darwin-arm.mk | 138 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|
webcore_dom.target.darwin-mips.mk | 138 third_party/WebKit/Source/core/dom/PseudoElement.cpp \
|