Home | History | Annotate | Download | only in css

Lines Matching refs:pseudo

709             // If we're matching normal rules, set a pseudo bit if 
710 // we really just matched a pseudo-element.
1320 // If we are a link, cache the determined pseudo-state.
1324 // If we have first-letter pseudo style, do not share this style
1414 PassRefPtr<RenderStyle> CSSStyleSelector::pseudoStyleForElement(PseudoId pseudo, Element* e, RenderStyle* parentStyle)
1420 initForStyleResolve(e, parentStyle, pseudo);
1423 // Since we don't use pseudo-elements in any of our quirk/print user agent rules, don't waste time walking
1442 m_style->noninherited_flags._styleType = pseudo;
1861 // a selector is invalid if something follows a pseudo-element
1862 // We make an exception for scrollbar pseudo elements and allow a set of pseudo classes (but nothing else)
1863 // to follow the pseudo elements.
2045 // CSS scrollbars match a specific subset of pseudo classes, and they have specialized rules for each
2053 // Normal element pseudo class checking.
2055 // Pseudo classes:
2417 // "receive focus and be activated." We will limit matching of this pseudo-class to elements
2434 // "receive focus and be activated." We will limit matching of this pseudo-class to elements
2468 // obey the CSS spec here in the test for matching the pseudo.
2523 // Pseudo-elements:
2660 // pseudo class and just apply to everything.