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

  /external/chromium_org/third_party/WebKit/Source/core/dom/
DocumentStyleSheetCollection.h 38 class StyleEngine;
51 bool updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
52 void collectStyleSheets(StyleEngine*, StyleSheetCollectionBase&, CollectFor);
55 void collectStyleSheetsFromCandidates(StyleEngine*, StyleSheetCollectionBase&, CollectFor);
ShadowTreeStyleSheetCollection.h 39 class StyleEngine;
46 bool updateActiveStyleSheets(StyleEngine*, StyleResolverUpdateMode);
49 void collectStyleSheets(StyleEngine*, StyleSheetCollectionBase&);
StyleEngine.cpp 29 #include "core/dom/StyleEngine.h"
56 StyleEngine::StyleEngine(Document& document)
73 , m_resolverThrowawayTimer(this, &StyleEngine::resolverThrowawayTimerFired)
80 StyleEngine::~StyleEngine()
94 inline Document* StyleEngine::master()
104 void StyleEngine::insertTreeScopeInDocumentOrder(TreeScopeSet& treeScopes, TreeScope* treeScope)
131 StyleSheetCollection* StyleEngine::ensureStyleSheetCollectionFor(TreeScope& treeScope)
142 StyleSheetCollection* StyleEngine::styleSheetCollectionFor(TreeScope& treeScope
    [all...]
StyleEngine.h 73 class StyleEngine {
79 IgnoringPendingStylesheet(StyleEngine* engine)
87 static PassOwnPtr<StyleEngine> create(Document& document) { return adoptPtr(new StyleEngine(document)); }
89 ~StyleEngine();
178 StyleEngine(Document&);
184 void resolverThrowawayTimerFired(Timer<StyleEngine>*);
236 Timer<StyleEngine> m_resolverThrowawayTimer;
ShadowTreeStyleSheetCollection.cpp 34 #include "core/dom/StyleEngine.h"
48 void ShadowTreeStyleSheetCollection::collectStyleSheets(StyleEngine* engine, StyleSheetCollectionBase& collection)
93 bool ShadowTreeStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode)
DocumentStyleSheetCollection.cpp 38 #include "core/dom/StyleEngine.h"
55 void DocumentStyleSheetCollection::collectStyleSheetsFromCandidates(StyleEngine* engine, StyleSheetCollectionBase& collection, DocumentStyleSheetCollection::CollectFor collectFor)
145 collection.appendActiveStyleSheets(seamlessParentIFrame->document().styleEngine()->activeAuthorStyleSheets());
148 void DocumentStyleSheetCollection::collectStyleSheets(StyleEngine* engine, StyleSheetCollectionBase& collection, DocumentStyleSheetCollection::CollectFor colletFor)
150 ASSERT(document()->styleEngine() == engine);
157 bool DocumentStyleSheetCollection::updateActiveStyleSheets(StyleEngine* engine, StyleResolverUpdateMode updateMode)
StyleSheetCollection.h 46 class StyleEngine;
Document.h 153 class StyleEngine;
413 StyleEngine* styleEngine() { return m_styleEngine.get(); }
    [all...]
Document.cpp 93 #include "core/dom/StyleEngine.h"
483 // Since CSSFontSelector requires Document::m_fetcher and StyleEngine owns
486 m_styleEngine = StyleEngine::create(*this);
616 styleEngine()->clearMediaQueryRuleSetStyleSheets();
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/css/
InspectorCSSOMWrappers.h 36 class StyleEngine;
43 CSSStyleRule* getWrapperForRuleInSheets(StyleRule*, StyleEngine*);
53 void collectFromStyleEngine(StyleEngine*);
InspectorCSSOMWrappers.cpp 41 #include "core/dom/StyleEngine.h"
102 void InspectorCSSOMWrappers::collectFromStyleEngine(StyleEngine* styleSheetCollection)
110 CSSStyleRule* InspectorCSSOMWrappers::getWrapperForRuleInSheets(StyleRule* rule, StyleEngine* styleSheetCollection)
ElementRuleCollector.cpp 198 static CSSStyleSheet* findStyleSheet(StyleEngine* styleEngine, StyleRule* rule)
200 // FIXME: StyleEngine has a bunch of different accessors for StyleSheet lists, is this the only one we need to care about?
201 const Vector<RefPtr<CSSStyleSheet> >& stylesheets = styleEngine->activeAuthorStyleSheets();
222 CSSStyleSheet* sheet = m_includeStyleSheet == IncludeStyleSheetInCSSOMWrapper ? findStyleSheet(m_context.element()->document().styleEngine(), rule) : 0;
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLLinkElement.cpp 39 #include "core/dom/StyleEngine.h"
82 document().styleEngine()->removeStyleSheetCandidateNode(this);
200 document().styleEngine()->addStyleSheetCandidateNode(this, m_createdByParser);
218 document().styleEngine()->removeStyleSheetCandidateNode(this);
488 m_owner->document().styleEngine()->addPendingSheet();
499 // Tell StyleEngine to re-compute styleSheets of this m_owner's treescope.
500 m_owner->document().styleEngine()->modifiedStyleSheetCandidateNode(m_owner);
508 m_owner->document().styleEngine()->removePendingSheet(m_owner,
510 ? StyleEngine::RemovePendingSheetNotifyImmediately
511 : StyleEngine::RemovePendingSheetNotifyLater)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/
webcore_dom.target.darwin-arm.mk 146 third_party/WebKit/Source/core/dom/StyleEngine.cpp \
webcore_dom.target.darwin-mips.mk 146 third_party/WebKit/Source/core/dom/StyleEngine.cpp \
webcore_dom.target.darwin-x86.mk 146 third_party/WebKit/Source/core/dom/StyleEngine.cpp \
webcore_dom.target.linux-arm.mk 146 third_party/WebKit/Source/core/dom/StyleEngine.cpp \
webcore_dom.target.linux-mips.mk 146 third_party/WebKit/Source/core/dom/StyleEngine.cpp \
webcore_dom.target.linux-x86.mk 146 third_party/WebKit/Source/core/dom/StyleEngine.cpp \

Completed in 80 milliseconds