Home
last modified time | relevance | path

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

12

/external/chromium_org/third_party/WebKit/Source/core/css/parser/
DCSSParser.cpp19 …ropertySet, const String& declaration, CSSParserObserver* observer, StyleSheetContents* styleSheet) in parseDeclaration()
29 …eBase> CSSParser::parseRule(const CSSParserContext& context, StyleSheetContents* styleSheet, const… in parseRule()
34 void CSSParser::parseSheet(const CSSParserContext& context, StyleSheetContents* styleSheet, const S… in parseSheet()
39 …ID, const String& string, bool important, CSSParserMode parserMode, StyleSheetContents* styleSheet) in parseValue()
69 …SSParser::parseKeyframeRule(const CSSParserContext& context, StyleSheetContents* styleSheet, const… in parseKeyframeRule()
DBisonCSSParser.h245 void setStyleSheet(StyleSheetContents* styleSheet) { m_styleSheet = styleSheet; } in setStyleSheet()
/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.h52 …void setXSLStyleSheet(PassRefPtrWillBeRawPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleShee… in setXSLStyleSheet()
DXSLStyleSheetLibxslt.cpp112 if (XSLStyleSheet* styleSheet = parentStyleSheet()) in checkLoaded() local
273 … for (XSLStyleSheet* styleSheet = this; styleSheet; styleSheet = styleSheet->parentStyleSheet()) { in ownerDocument() local
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSRuleList.h73 virtual CSSStyleSheet* styleSheet() const OVERRIDE { return 0; } in styleSheet() function
114 virtual CSSStyleSheet* styleSheet() const OVERRIDE { return m_rule->parentStyleSheet(); } in styleSheet() function
DCSSRule.cpp61 CSSStyleSheet* styleSheet = parentStyleSheet(); in parserContext() local
DCSSImportRule.cpp81 CSSStyleSheet* CSSImportRule::styleSheet() const in styleSheet() function in blink::CSSImportRule
DStyleRuleImport.h48 StyleSheetContents* styleSheet() const { return m_styleSheet.get(); } in styleSheet() function
DCSSGroupingRule.cpp71 CSSStyleSheet* styleSheet = parentStyleSheet(); in insertRule() local
DCSSRule.h65 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 blink::FINAL
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchRequest.h51 RawPtrWillBeMember<const CSSStyleSheet> styleSheet; variable
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp168 SetStyleSheetTextAction(InspectorStyleSheetBase* styleSheet, const String& text) in SetStyleSheetTextAction()
220 …SetPropertyTextAction(InspectorStyleSheetBase* styleSheet, const InspectorCSSId& cssId, unsigned p… in SetPropertyTextAction()
285 …SetRuleSelectorAction(InspectorStyleSheet* styleSheet, const InspectorCSSId& cssId, const String& … in SetRuleSelectorAction()
327 …AddRuleAction(InspectorStyleSheet* styleSheet, const String& ruleText, const SourceRange& location) in AddRuleAction()
504 void InspectorCSSAgent::didMutateRules(CSSStyleSheet* styleSheet) in didMutateRules()
640 RefPtrWillBeRawPtr<InspectorStyleSheet> styleSheet = it->value; in getMediaQueries() local
710 … InspectorStyleSheetForInlineStyle* styleSheet = asInspectorStyleSheet(parentElement); in getMatchedStylesForNode() local
729 InspectorStyleSheetForInlineStyle* styleSheet = asInspectorStyleSheet(element); in getInlineStylesForNode() local
1072 bool InspectorCSSAgent::collectMediaQueriesFromStyleSheet(CSSStyleSheet* styleSheet, TypeBuilder::A… in collectMediaQueriesFromStyleSheet()
1138 CSSStyleSheet* styleSheet = parentRule->parentStyleSheet(); in buildMediaListChain() local
[all …]
DInspectorInstrumentation.h169 inline InstrumentingAgents* instrumentingAgentsFor(CSSStyleSheet* styleSheet) in instrumentingAgentsFor()
DInspectorResourceContentLoader.cpp124 CSSStyleSheet* styleSheet = *stylesheetIt; in start() local
DInspectorStyleSheet.cpp1022 CSSStyleSheet* styleSheet = rule->parentStyleSheet(); in setRuleSelector() local
1188 CSSStyleSheet* styleSheet = rule->parentStyleSheet(); in deleteRule() local
1248 CSSStyleSheet* styleSheet = pageStyleSheet(); in buildObjectForStyleSheetInfo() local
1330 CSSStyleSheet* styleSheet = pageStyleSheet(); in buildObjectForRule() local
1428 CSSStyleSheet* styleSheet = pageStyleSheet(); in url() local
1448 CSSStyleSheet* styleSheet = pageStyleSheet(); in startsAtZero() 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/html/
DHTMLStyleElement.cpp174 if (CSSStyleSheet* styleSheet = sheet()) in setDisabled() local
DHTMLLinkElement.cpp526 …RefPtrWillBeRawPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(href, parserContext… in setCSSStyleSheet() local
/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/dom/
DStyleEngine.cpp636 RefPtrWillBeRawPtr<CSSStyleSheet> styleSheet = nullptr; in createSheet() local
669 RefPtrWillBeRawPtr<CSSStyleSheet> styleSheet = nullptr; in parseSheet() local
/external/chromium_org/third_party/WebKit/Source/core/page/
DPageSerializer.cpp260 void PageSerializer::serializeCSSStyleSheet(CSSStyleSheet& styleSheet, const KURL& url) in serializeCSSStyleSheet()
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/extensions/
DExtensionAPI.js294 …this.applyStyleSheet = function(styleSheet) { extensionServer.sendRequest({ command: commands.Appl… argument

12