Home
last modified time | relevance | path

Searched defs:parentStyleSheet (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSStyleDeclaration.h71 virtual CSSStyleSheet* parentStyleSheet() const { return 0; } in parentStyleSheet() function
DStyleSheet.h46 virtual StyleSheet* parentStyleSheet() const { return 0; } in parentStyleSheet() function
DElementRuleCollector.h51 …eScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex, const CSSStyleSheet* parentStyleSheet) in MatchedRule()
67 const CSSStyleSheet* parentStyleSheet() const { return m_parentStyleSheet; } in parentStyleSheet() function
DTreeBoundaryCrossingRules.h60 CSSStyleSheet* parentStyleSheet; variable
DStyleRuleImport.h43 StyleSheetContents* parentStyleSheet() const { return m_parentStyleSheet; } in parentStyleSheet() function
DMediaList.h97 CSSStyleSheet* parentStyleSheet() const { return m_parentStyleSheet; } in parentStyleSheet() function
DElementRuleCollector.cpp81 …eScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex, const CSSStyleSheet* parentStyleSheet) in addMatchedRule()
213 void ElementRuleCollector::appendCSSOMWrapperForRule(CSSStyleSheet* parentStyleSheet, StyleRule* ru… in appendCSSOMWrapperForRule()
DCSSRule.h79 CSSStyleSheet* parentStyleSheet() const in parentStyleSheet() function
DTreeBoundaryCrossingRules.cpp47 …es::addTreeBoundaryCrossingRules(const RuleSet& authorRules, CSSStyleSheet* parentStyleSheet, unsi… in addTreeBoundaryCrossingRules()
DPropertySetCSSStyleDeclaration.cpp362 CSSStyleSheet* StyleRuleCSSStyleDeclaration::parentStyleSheet() const in parentStyleSheet() function in blink::StyleRuleCSSStyleDeclaration
405 CSSStyleSheet* InlineCSSStyleDeclaration::parentStyleSheet() const in parentStyleSheet() function in blink::InlineCSSStyleDeclaration
DCSSStyleSheet.cpp412 CSSStyleSheet* CSSStyleSheet::parentStyleSheet() const in parentStyleSheet() function in blink::CSSStyleSheet
DStyleSheetContents.cpp529 StyleSheetContents* StyleSheetContents::parentStyleSheet() const in parentStyleSheet() function in blink::StyleSheetContents
/external/chromium_org/third_party/WebKit/Source/core/xml/
DXSLImportRule.h50 XSLStyleSheet* parentStyleSheet() const { return m_parentStyleSheet; } in parentStyleSheet() function
DXSLStyleSheet.h79 virtual XSLStyleSheet* parentStyleSheet() const OVERRIDE { return m_parentStyleSheet; } in parentStyleSheet() function
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorCSSAgent.cpp989 …* media, MediaListSource mediaListSource, const String& sourceURL, CSSStyleSheet* parentStyleSheet) in buildMediaObject()
1095 CSSStyleSheet* parentStyleSheet = 0; in collectMediaQueriesFromRule() local
DInspectorStyleSheet.cpp491 …leId, PassRefPtrWillBeRawPtr<CSSStyleDeclaration> style, InspectorStyleSheetBase* parentStyleSheet) in create()
496 …leId, PassRefPtrWillBeRawPtr<CSSStyleDeclaration> style, InspectorStyleSheetBase* parentStyleSheet) in InspectorStyle()
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp238 void StyleResolver::processScopedRules(const RuleSet& authorRules, CSSStyleSheet* parentStyleSheet,… in processScopedRules()