/external/chromium_org/third_party/WebKit/Source/core/xml/ |
D | XSLImportRule.h | 48 XSLStyleSheet* styleSheet() const { return m_styleSheet.get(); } in styleSheet() function 51 void setParentStyleSheet(XSLStyleSheet* styleSheet) { m_parentStyleSheet = styleSheet; } in setParentStyleSheet()
|
D | XSLTProcessor.h | 51 void setXSLStyleSheet(PassRefPtr<XSLStyleSheet> styleSheet) { m_stylesheet = styleSheet; } in setXSLStyleSheet()
|
D | XSLStyleSheetLibxslt.cpp | 93 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/ |
D | CSSRuleList.h | 60 virtual CSSStyleSheet* styleSheet() const { return 0; } in styleSheet() function 85 virtual CSSStyleSheet* styleSheet() const { return m_rule->parentStyleSheet(); } in styleSheet() function
|
D | InspectorCSSOMWrappers.cpp | 45 void InspectorCSSOMWrappers::collectFromStyleSheetIfNeeded(CSSStyleSheet* styleSheet) in collectFromStyleSheetIfNeeded() 87 …tyleSheetContents(HashSet<RefPtr<CSSStyleSheet> >& sheetWrapperSet, StyleSheetContents* styleSheet) in collectFromStyleSheetContents()
|
D | CSSRule.cpp | 51 CSSStyleSheet* styleSheet = parentStyleSheet(); in parserContext() local
|
D | CSSImportRule.cpp | 78 CSSStyleSheet* CSSImportRule::styleSheet() const in styleSheet() function in WebCore::CSSImportRule
|
D | StyleRuleImport.h | 47 StyleSheetContents* styleSheet() const { return m_styleSheet.get(); } in styleSheet() function
|
D | CSSGroupingRule.cpp | 68 CSSStyleSheet* styleSheet = parentStyleSheet(); in insertRule() local
|
D | CSSRule.h | 64 void setParentStyleSheet(CSSStyleSheet* styleSheet) in setParentStyleSheet()
|
D | CSSKeyframesRule.cpp | 117 CSSStyleSheet* styleSheet = parentStyleSheet(); in insertRule() local
|
D | CSSStyleSheet.cpp | 56 virtual CSSStyleSheet* styleSheet() const { return m_styleSheet; } in styleSheet() function in WebCore::StyleSheetCSSRuleList
|
D | StyleSheetContents.cpp | 431 StyleSheetContents* styleSheet = styleSheetQueue.takeFirst(); in addSubresourceStyleURLs() local
|
D | CSSParser.h | 493 void setStyleSheet(StyleSheetContents* styleSheet) { m_styleSheet = styleSheet; } in setStyleSheet()
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
D | AuditRules.js | 457 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
|
D | StyleSheetOutlineDialog.js | 130 function didGetStyleSheet(styleSheet) argument
|
D | ExtensionAPI.js | 292 …this.applyStyleSheet = function(styleSheet) { extensionServer.sendRequest({ command: commands.Appl… property
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorCSSAgent.cpp | 100 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 …]
|
D | InspectorInstrumentation.h | 167 inline InstrumentingAgents* instrumentingAgentsFor(CSSStyleSheet* styleSheet) in instrumentingAgentsFor()
|
D | InspectorStyleSheet.cpp | 455 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
|
D | InspectorPageAgent.cpp | 1209 … RefPtr<StyleSheetContents> styleSheet = StyleSheetContents::create(CSSParserContext(UASheetMode)); in applyViewportStyleOverride() local
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
D | HTMLStyleElement.cpp | 277 if (CSSStyleSheet* styleSheet = const_cast<HTMLStyleElement*>(this)->sheet()) in addSubresourceAttributeURLs() local 291 if (CSSStyleSheet* styleSheet = sheet()) in setDisabled() local
|
D | HTMLLinkElement.cpp | 357 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/ |
D | SVGStyleElement.cpp | 59 if (CSSStyleSheet* styleSheet = sheet()) in setDisabled() local
|
/external/chromium_org/third_party/WebKit/Source/core/page/ |
D | PageSerializer.cpp | 255 void PageSerializer::serializeCSSStyleSheet(CSSStyleSheet* styleSheet, const KURL& url) in serializeCSSStyleSheet()
|