Home
last modified time | relevance | path

Searched defs:styleEngine (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DElementRuleCollector.cpp198 static CSSStyleSheet* findStyleSheet(StyleEngine* styleEngine, StyleRule* rule) in findStyleSheet()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.h413 StyleEngine* styleEngine() { return m_styleEngine.get(); } in styleEngine() function