HomeSort by relevance Sort by last modified time
    Searched defs:PseudoElement (Results 1 - 2 of 2) sorted by null

  /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...]
  /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;

Completed in 110 milliseconds