Searched refs:styleResolver (Results 1 - 13 of 13) sorted by path

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontFaceSet.cpp531 StyleResolver& styleResolver = document()->ensureStyleResolver(); local
532 styleResolver.applyPropertiesToStyle(properties, WTF_ARRAY_LENGTH(properties), style.get());
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DSharedStyleFinder.h44 RuleSet* uncommonAttributeRuleSet, StyleResolver& styleResolver)
49 , m_styleResolver(styleResolver)
42 SharedStyleFinder(const ElementResolveContext& context, const RuleFeatureSet& features, RuleSet* siblingRuleSet, RuleSet* uncommonAttributeRuleSet, StyleResolver& styleResolver) argument
H A DStyleResolverParentScope.h40 , m_resolver(*parent.document().styleResolver())
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DContainerNode.cpp1221 StyleResolver& styleResolver = document().ensureStyleResolver(); local
1232 styleResolver.addToStyleSharingList(*element);
H A DDocument.cpp1640 ASSERT(styleResolver());
1642 styleResolver()->ruleFeatureSet().styleInvalidator().invalidate(*this);
2112 StyleResolver* Document::styleResolver() const function in class:blink::Document
H A DDocument.h394 StyleResolver* styleResolver() const;
H A DDocumentStyleSheetCollection.cpp107 } else if (StyleResolver* styleResolver = engine->resolver()) {
110 styleResolver->resetAuthorStyle(treeScope());
112 styleResolver->removePendingAuthorStyleSheets(m_activeAuthorStyleSheets);
113 styleResolver->lazyAppendAuthorStyleSheets(0, collection.activeAuthorStyleSheets());
115 styleResolver->lazyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets());
H A DElement.cpp955 StyleResolver* styleResolver = document().styleResolver(); local
956 bool testShouldInvalidateStyle = inActiveDocument() && styleResolver && styleChangeType() < SubtreeStyleChange;
971 styleResolver->ensureUpdatedRuleFeatureSet().scheduleStyleInvalidationForIdChange(oldId, newId, *this);
982 if (!styleResolver)
1035 StyleResolver* styleResolver = document().styleResolver(); local
1036 bool testShouldInvalidateStyle = inActiveDocument() && styleResolver && styleChangeType() < SubtreeStyleChange;
1045 styleResolver->ensureUpdatedRuleFeatureSet().scheduleStyleInvalidationForClassChange(oldClasses, newClasses, *this);
1049 styleResolver
[all...]
H A DNode.cpp1006 if (StyleResolver* resolver = document().styleResolver())
H A DShadowTreeStyleSheetCollection.cpp98 if (StyleResolver* styleResolver = engine->resolver()) {
102 styleResolver->resetAuthorStyle(treeScope());
103 styleResolver->removePendingAuthorStyleSheets(m_activeAuthorStyleSheets);
104 styleResolver->lazyAppendAuthorStyleSheets(0, collection.activeAuthorStyleSheets());
106 styleResolver->lazyAppendAuthorStyleSheets(m_activeAuthorStyleSheets.size(), collection.activeAuthorStyleSheets());
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp709 if (!document->styleResolver() || document->styleResolver()->mediaQueryAffectedByViewportChange()) {
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DCanvasRenderingContext2D.cpp1984 StyleResolver& styleResolver = canvas()->document().ensureStyleResolver(); local
1985 styleResolver.applyPropertiesToStyle(properties, WTF_ARRAY_LENGTH(properties), newStyle.get());
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorCSSAgent.cpp679 StyleResolver& styleResolver = ownerDocument->ensureStyleResolver();
681 RefPtrWillBeRawPtr<CSSRuleList> matchedRules = styleResolver.pseudoCSSRulesForElement(element, elementPseudoId, StyleResolver::AllCSSRules);
688 RefPtrWillBeRawPtr<CSSRuleList> matchedRules = styleResolver.pseudoCSSRulesForElement(element, pseudoId, StyleResolver::AllCSSRules);

Completed in 1792 milliseconds