Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/xml/
DXSLImportRule.h49 XSLStyleSheet* styleSheet() const { return m_styleSheet.get(); } in styleSheet() function
52 void setParentStyleSheet(XSLStyleSheet* styleSheet) { m_parentStyleSheet = styleSheet; } in setParentStyleSheet()
DXSLTProcessor.h51 …void setXSLStyleSheet(PassRefPtrWillBeRawPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleShee… in setXSLStyleSheet()
DXSLStyleSheetLibxslt.cpp95 if (XSLStyleSheet* styleSheet = parentStyleSheet()) in checkLoaded() local
256 … for (XSLStyleSheet* styleSheet = this; styleSheet; styleSheet = styleSheet->parentStyleSheet()) { in ownerDocument() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSRuleList.h71 virtual CSSStyleSheet* styleSheet() const OVERRIDE { return 0; } in styleSheet() function
112 virtual CSSStyleSheet* styleSheet() const OVERRIDE { return m_rule->parentStyleSheet(); } in styleSheet() function
DCSSRule.cpp49 CSSStyleSheet* styleSheet = parentStyleSheet(); in parserContext() local
DCSSImportRule.cpp81 CSSStyleSheet* CSSImportRule::styleSheet() const in styleSheet() function in WebCore::CSSImportRule
DStyleRuleImport.h48 StyleSheetContents* styleSheet() const { return m_styleSheet.get(); } in styleSheet() function
DCSSGroupingRule.cpp71 CSSStyleSheet* styleSheet = parentStyleSheet(); in insertRule() local
DCSSRule.h64 void setParentStyleSheet(CSSStyleSheet* styleSheet) in setParentStyleSheet()
DCSSKeyframesRule.cpp125 CSSStyleSheet* styleSheet = parentStyleSheet(); in insertRule() local
DCSSStyleSheet.cpp72 virtual CSSStyleSheet* styleSheet() const OVERRIDE { return m_styleSheet; } in styleSheet() function in WebCore::FINAL
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchRequest.h52 RawPtrWillBeMember<const CSSStyleSheet> styleSheet; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp157 SetStyleSheetTextAction(InspectorStyleSheetBase* styleSheet, const String& text) in SetStyleSheetTextAction()
203 …SetPropertyTextAction(InspectorStyleSheetBase* styleSheet, const InspectorCSSId& cssId, unsigned p… in SetPropertyTextAction()
262 …SetRuleSelectorAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& … in SetRuleSelectorAction()
298 AddRuleAction(InspectorStyleSheet* styleSheet, const String& selector) in AddRuleAction()
463 void InspectorCSSAgent::didMutateRules(CSSStyleSheet* styleSheet) in didMutateRules()
598 RefPtr<InspectorStyleSheet> styleSheet = it->value; in getMediaQueries() local
668 … InspectorStyleSheetForInlineStyle* styleSheet = asInspectorStyleSheet(parentElement); in getMatchedStylesForNode() local
687 InspectorStyleSheetForInlineStyle* styleSheet = asInspectorStyleSheet(element); in getInlineStylesForNode() local
1021 bool InspectorCSSAgent::collectMediaQueriesFromStyleSheet(CSSStyleSheet* styleSheet, TypeBuilder::A… in collectMediaQueriesFromStyleSheet()
1087 CSSStyleSheet* styleSheet = parentRule->parentStyleSheet(); in buildMediaListChain() local
[all …]
DInspectorResourceContentLoader.cpp70 CSSStyleSheet* styleSheet = *stylesheetIt; in InspectorResourceContentLoader() local
DInspectorInstrumentation.h170 inline InstrumentingAgents* instrumentingAgentsFor(CSSStyleSheet* styleSheet) in instrumentingAgentsFor()
DInspectorStyleSheet.cpp473 static PassRefPtrWillBeRawPtr<CSSRuleList> asCSSRuleList(CSSStyleSheet* styleSheet) in asCSSRuleList()
1024 CSSStyleSheet* styleSheet = rule->parentStyleSheet(); in setRuleSelector() local
1104 CSSStyleSheet* styleSheet = rule->parentStyleSheet(); in deleteRule() local
1139 CSSStyleSheet* styleSheet = pageStyleSheet(); in buildObjectForStyleSheetInfo() local
1221 CSSStyleSheet* styleSheet = pageStyleSheet(); in buildObjectForRule() local
1319 CSSStyleSheet* styleSheet = pageStyleSheet(); in url() local
1339 CSSStyleSheet* styleSheet = pageStyleSheet(); in startsAtZero() local
DInspectorPageAgent.cpp1261 …RefPtrWillBeRawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(CSSParserContext(UA… in applyViewportStyleOverride() local
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/audits/
DAuditRules.js1249 _visitStyleSheet: function(styleSheet, result) argument
1264 _visitRule: function(styleSheet, rule, result) argument
1277 visitStyleSheet: function(styleSheet, result) argument
1286 didVisitStyleSheet: function(styleSheet, result) argument
1296 visitRule: function(styleSheet, rule, result) argument
1306 didVisitRule: function(styleSheet, rule, result) argument
1317 visitProperty: function(styleSheet, rule, property, result) argument
1345 didVisitStyleSheet: function(styleSheet) argument
1370 visitProperty: function(styleSheet, rule, property, result) argument
/external/chromium_org/third_party/WebKit/Source/core/svg/
DSVGStyleElement.cpp61 if (CSSStyleSheet* styleSheet = sheet()) in setDisabled() local
/external/chromium_org/third_party/WebKit/Source/core/html/
DHTMLStyleElement.cpp178 if (CSSStyleSheet* styleSheet = sheet()) in setDisabled() local
DHTMLLinkElement.cpp500 …RefPtrWillBeRawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(href, parserContext… in setCSSStyleSheet() local
/external/chromium_org/third_party/WebKit/Source/core/dom/
DStyleEngine.cpp627 RefPtrWillBeRawPtr<CSSStyleSheet> styleSheet = nullptr; in createSheet() local
660 RefPtrWillBeRawPtr<CSSStyleSheet> styleSheet = nullptr; in parseSheet() local
/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DBisonCSSParser.h256 void setStyleSheet(StyleSheetContents* styleSheet) { m_styleSheet = styleSheet; } in setStyleSheet()
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp261 void PageSerializer::serializeCSSStyleSheet(CSSStyleSheet& styleSheet, const KURL& url) in serializeCSSStyleSheet()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
DExtensionAPI.js296 …this.applyStyleSheet = function(styleSheet) { extensionServer.sendRequest({ command: commands.Appl… argument

12