Home
last modified time | relevance | path

Searched refs:rootSheet (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXSLImportRule.cpp76 XSLStyleSheet* rootSheet = parentStyleSheet(); in loadSheet() local
78 if (rootSheet) { in loadSheet()
79 while (XSLStyleSheet* parentSheet = rootSheet->parentStyleSheet()) in loadSheet()
80 rootSheet = parentSheet; in loadSheet()
83 if (rootSheet) in loadSheet()
84 fetcher = rootSheet->fetcher(); in loadSheet()
/external/chromium_org/third_party/WebKit/Source/core/css/
DStyleRuleImport.cpp122 StyleSheetContents* rootSheet = m_parentStyleSheet; in requestStyleSheet() local
127 rootSheet = sheet; in requestStyleSheet()
136 … if (m_parentStyleSheet && m_parentStyleSheet->loadCompleted() && rootSheet == m_parentStyleSheet) in requestStyleSheet()