OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tagMatches
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h
117
static bool
tagMatches
(const Element&, const QualifiedName&, MatchingTagType = MatchingElement);
157
inline bool SelectorChecker::
tagMatches
(const Element& element, const QualifiedName& tagQName, MatchingTagType matchingTagType)
SelectorCheckerFastPath.cpp
93
return SelectorChecker::
tagMatches
(element, selector->tagQName());
ElementRuleCollector.cpp
274
if (ruleData.selector()->m_match == CSSSelector::Tag && !SelectorChecker::
tagMatches
(*m_context.element(), ruleData.selector()->tagQName()))
SelectorChecker.cpp
471
return SelectorChecker::
tagMatches
(element, selector->tagQName(), elementIsHostInItsShadowTree ? MatchingHostInItsShadowTree : MatchingElement);
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp
192
if (SelectorChecker::
tagMatches
(*element, tagName))
209
if (SelectorChecker::
tagMatches
(*element, tagName))
Completed in 49 milliseconds