HomeSort by relevance Sort by last modified time
    Searched refs:SharedStyleFinder (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
SharedStyleFinder.h 38 class SharedStyleFinder {
42 SharedStyleFinder(const ElementResolveContext& context,
SharedStyleFinder.cpp 30 #include "core/css/resolver/SharedStyleFinder.h"
57 bool SharedStyleFinder::canShareStyleWithControl(Element& candidate) const
99 bool SharedStyleFinder::classNamesAffectedByRules(const SpaceSplitString& classNames) const
115 bool SharedStyleFinder::sharingCandidateHasIdenticalStyleAffectingAttributes(Element& candidate) const
160 bool SharedStyleFinder::canShareStyleWithElement(Element& candidate) const
241 bool SharedStyleFinder::documentContainsValidCandidate() const
250 inline Element* SharedStyleFinder::findElementForStyleSharing() const
268 bool SharedStyleFinder::matchesRuleSet(RuleSet* ruleSet)
276 RenderStyle* SharedStyleFinder::findSharedStyle()
StyleResolver.cpp 65 #include "core/css/resolver/SharedStyleFinder.h"
664 SharedStyleFinder styleFinder(state.elementContext(), m_features, m_siblingRuleSet.get(), m_uncommonAttributeRuleSet.get(), *this);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_remaining.target.darwin-arm.mk 207 third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp \
    [all...]
webcore_remaining.target.darwin-mips.mk 207 third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp \
    [all...]
webcore_remaining.target.darwin-x86.mk 207 third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp \
    [all...]
webcore_remaining.target.linux-arm.mk 207 third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp \
    [all...]
webcore_remaining.target.linux-mips.mk 207 third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp \
    [all...]
webcore_remaining.target.linux-x86.mk 207 third_party/WebKit/Source/core/css/resolver/SharedStyleFinder.cpp \
    [all...]

Completed in 63 milliseconds