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"
107 RenderStyle* StyleResolver::s_styleNotYetAvailable;
132 StyleResolver::StyleResolver(Document& document)
148 // is always from the document that owns the StyleResolver.
176 void StyleResolver::initWatchedSelectorRules(const Vector<RefPtr<StyleRule> >& watchedSelectors)
185 void StyleResolver::lazyAppendAuthorStyleSheets(unsigned firstNew, const Vector<RefPtr<CSSStyleSheet> >& styleSheets)
192 void StyleResolver::removePendingAuthorStyleSheets(const Vector<RefPtr<CSSStyleSheet> >& styleSheets)
198 void StyleResolver::appendCSSStyleSheet(CSSStyleSheet* cssSheet)
216 void StyleResolver::appendPendingAuthorStyleSheets(
    [all...]
StyleResolver.h 105 class StyleResolver : public FontSelectorClient {
106 WTF_MAKE_NONCOPYABLE(StyleResolver); WTF_MAKE_FAST_ALLOCATED;
108 explicit StyleResolver(Document&);
109 ~StyleResolver();
111 // FIXME: StyleResolver should not be keeping tree-walk state.
113 // TreeWalkContext or similar which is passed in to StyleResolver methods when available.
138 // their dependency on Document* instead of grabbing one through StyleResolver.
141 // FIXME: It could be better to call appendAuthorStyleSheets() directly after we factor StyleResolver further.
196 // FIXME: Regions should not require special logic in StyleResolver.
205 // FIXME: StyleResolver should not have this member or method
    [all...]

Completed in 449 milliseconds