Home
last modified time | relevance | path

Searched defs:styleSheet (Results 1 – 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXSLImportRule.h48 XSLStyleSheet* styleSheet() const { return m_styleSheet.get(); } in styleSheet() function
51 void setParentStyleSheet(XSLStyleSheet* styleSheet) { m_parentStyleSheet = styleSheet; } in setParentStyleSheet()
DXSLTProcessor.h51 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; } in setXSLStyleSheet()
DXSLStyleSheetLibxslt.cpp93 if (XSLStyleSheet* styleSheet = parentStyleSheet()) in checkLoaded() local
254 … for (XSLStyleSheet* styleSheet = this; styleSheet; styleSheet = styleSheet->parentStyleSheet()) { in ownerDocument() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSRuleList.h60 virtual CSSStyleSheet* styleSheet() const { return 0; } in styleSheet() function
85 virtual CSSStyleSheet* styleSheet() const { return m_rule->parentStyleSheet(); } in styleSheet() function
DInspectorCSSOMWrappers.cpp45 void InspectorCSSOMWrappers::collectFromStyleSheetIfNeeded(CSSStyleSheet* styleSheet) in collectFromStyleSheetIfNeeded()
87 …tyleSheetContents(HashSet<RefPtr<CSSStyleSheet> >& sheetWrapperSet, StyleSheetContents* styleSheet) in collectFromStyleSheetContents()
DCSSRule.cpp51 CSSStyleSheet* styleSheet = parentStyleSheet(); in parserContext() local
DCSSImportRule.cpp78 CSSStyleSheet* CSSImportRule::styleSheet() const in styleSheet() function in WebCore::CSSImportRule
DStyleRuleImport.h47 StyleSheetContents* styleSheet() const { return m_styleSheet.get(); } in styleSheet() function
DCSSGroupingRule.cpp68 CSSStyleSheet* styleSheet = parentStyleSheet(); in insertRule() local
DCSSRule.h64 void setParentStyleSheet(CSSStyleSheet* styleSheet) in setParentStyleSheet()
DCSSKeyframesRule.cpp117 CSSStyleSheet* styleSheet = parentStyleSheet(); in insertRule() local
DCSSStyleSheet.cpp56 virtual CSSStyleSheet* styleSheet() const { return m_styleSheet; } in styleSheet() function in WebCore::StyleSheetCSSRuleList
DStyleSheetContents.cpp431 StyleSheetContents* styleSheet = styleSheetQueue.takeFirst(); in addSubresourceStyleURLs() local
DCSSParser.h493 void setStyleSheet(StyleSheetContents* styleSheet) { m_styleSheet = styleSheet; } in setStyleSheet()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DAuditRules.js457 function styleSheetCallback(styleSheets, sourceURL, continuation, styleSheet) argument
1136 function sheetCallback(styleSheet) argument
1159 _visitRule: function(styleSheet, rule, result) argument
1168 visitStyleSheet: function(styleSheet, result) argument
1173 didVisitStyleSheet: function(styleSheet, result) argument
1178 visitRule: function(styleSheet, rule, result) argument
1183 didVisitRule: function(styleSheet, rule, result) argument
1188 visitProperty: function(styleSheet, property, result) argument
1213 didVisitStyleSheet: function(styleSheet) argument
1229 visitProperty: function(styleSheet, property, result) argument
DStyleSheetOutlineDialog.js130 function didGetStyleSheet(styleSheet) argument
DExtensionAPI.js292 …this.applyStyleSheet = function(styleSheet) { extensionServer.sendRequest({ command: commands.Appl… property
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp100 void run(CSSStyleSheet* styleSheet) in run()
258 StyleSheetAction(const String& name, InspectorStyleSheet* styleSheet) in StyleSheetAction()
288 InspectorStyleSheet* styleSheet = styleSheets.at(i); in EnableResourceClient() local
312 SetStyleSheetTextAction(InspectorStyleSheet* styleSheet, const String& text) in SetStyleSheetTextAction()
364 …SetStyleTextAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& tex… in SetStyleTextAction()
414 …SetPropertyTextAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, unsigned prope… in SetPropertyTextAction()
474 …TogglePropertyAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, unsigned proper… in TogglePropertyAction()
506 …SetRuleSelectorAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& … in SetRuleSelectorAction()
540 AddRuleAction(InspectorStyleSheet* styleSheet, const String& selector) in AddRuleAction()
683 InspectorStyleSheet* styleSheet = styleSheets.at(i); in enable() local
[all …]
DInspectorInstrumentation.h167 inline InstrumentingAgents* instrumentingAgentsFor(CSSStyleSheet* styleSheet) in instrumentingAgentsFor()
DInspectorStyleSheet.cpp455 static PassRefPtr<CSSRuleList> asCSSRuleList(CSSStyleSheet* styleSheet) in asCSSRuleList()
1054 CSSStyleSheet* styleSheet = rule->parentStyleSheet(); in setRuleSelector() local
1138 CSSStyleSheet* styleSheet = rule->parentStyleSheet(); in deleteRule() local
1175 CSSStyleSheet* styleSheet = pageStyleSheet(); in fillObjectForStyleSheet() local
1190 CSSStyleSheet* styleSheet = pageStyleSheet(); in buildObjectForStyleSheetInfo() local
1267 CSSStyleSheet* styleSheet = pageStyleSheet(); in buildObjectForRule() local
1446 CSSStyleSheet* styleSheet = pageStyleSheet(); in url() local
1466 CSSStyleSheet* styleSheet = pageStyleSheet(); in startsAtZero() local
DInspectorPageAgent.cpp1209 … RefPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(CSSParserContext(UASheetMode)); in applyViewportStyleOverride() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLStyleElement.cpp277 if (CSSStyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet()) in addSubresourceAttributeURLs() local
291 if (CSSStyleSheet* styleSheet = sheet()) in setDisabled() local
DHTMLLinkElement.cpp357 if (CSSStyleSheet* styleSheet = const_cast<HTMLLinkElement*>(this)->sheet()) in addSubresourceAttributeURLs() local
420 RefPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(href, parserContext); in setCSSStyleSheet() local
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGStyleElement.cpp59 if (CSSStyleSheet* styleSheet = sheet()) in setDisabled() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp255 void PageSerializer::serializeCSSStyleSheet(CSSStyleSheet* styleSheet, const KURL& url) in serializeCSSStyleSheet()