Home
last modified time | relevance | path

Searched refs:hasRulesForId (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.h217 bool hasRulesForId(const AtomicString&) const;
DStyleResolver.cpp337 bool StyleResolver::hasRulesForId(const AtomicString& id) const in hasRulesForId() function in WebCore::StyleResolver
/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp3599 if (hasID() && document().ensureStyleResolver().hasRulesForId(idForStyleResolution())) in supportsStyleSharing()