OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isCustomPseudoElement
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
CSSParserValues.h
237
bool
isCustomPseudoElement
() const { return m_selector->
isCustomPseudoElement
(); }
238
bool needsCrossingTreeScopeBoundary() const { return
isCustomPseudoElement
() || pseudoType() == CSSSelector::PseudoCue; }
CSSSelector.h
227
bool
isCustomPseudoElement
() const;
317
inline bool CSSSelector::
isCustomPseudoElement
() const
RuleSet.cpp
260
if (component->
isCustomPseudoElement
()) {
SelectorChecker.cpp
139
if (context.selector->
isCustomPseudoElement
()) {
[
all
...]
Completed in 72 milliseconds