HomeSort by relevance Sort by last modified time
    Searched defs:StyleResolver (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
StyleResolver.cpp 30 #include "core/css/resolver/StyleResolver.h"
92 RenderStyle* StyleResolver::s_styleNotYetAvailable;
110 StyleResolver::StyleResolver(Document* document, bool matchAuthorAndUserStyles)
156 void StyleResolver::appendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<CSSStyleSheet> >& styleSheets)
183 void StyleResolver::resetAuthorStyle(const ContainerNode* scopingNode)
200 void StyleResolver::resetAtHostRules(const ContainerNode* scopingNode)
229 void StyleResolver::collectFeatures()
239 void StyleResolver::pushParentElement(Element* parent)
256 void StyleResolver::popParentElement(Element* parent
    [all...]
StyleResolver.h 135 #define STYLE_STATS_ADD_SEARCH() StyleResolver::styleSharingStats().addSearch();
136 #define STYLE_STATS_ADD_ELEMENT_ELIGIBLE_FOR_SHARING() StyleResolver::styleSharingStats().addElementEligibleForSharing();
137 #define STYLE_STATS_ADD_STYLE_SHARED() StyleResolver::styleSharingStats().addStyleShared();
138 #define STYLE_STATS_ADD_SEARCH_FOUND_SIBLING_FOR_SHARING() StyleResolver::styleSharingStats().addSearchFoundSiblingForSharing();
139 #define STYLE_STATS_ADD_SEARCH_MISSED_SHARING() StyleResolver::styleSharingStats().addSearchMissedSharing();
140 #define STYLE_STATS_PRINT() StyleResolver::styleSharingStats().printStats();
141 #define STYLE_STATS_CLEAR() StyleResolver::styleSharingStats().clear();
142 #define STYLE_STATS_ADD_MATCHED_PROPERTIES_SEARCH() StyleResolver::styleSharingStats().addMatchedPropertiesSearch();
143 #define STYLE_STATS_ADD_MATCHED_PROPERTIES_HIT() StyleResolver::styleSharingStats().addMatchedPropertiesHit();
144 #define STYLE_STATS_ADD_MATCHED_PROPERTIES_HIT_SHARED_INHERITED() StyleResolver::styleSharingStats().addMatchedPropertiesHitSharedInherited()
    [all...]

Completed in 143 milliseconds