Searched refs:ownerRule (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | StyleSheetContents.h | 56 …static PassRefPtr<StyleSheetContents> create(StyleRuleImport* ownerRule, const String& originalURL… in create() argument 58 return adoptRef(new StyleSheetContents(ownerRule, originalURL, context)); in create() 113 StyleRuleImport* ownerRule() const { return m_ownerRule; } in ownerRule() function 154 …StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext&);
|
D | StyleRuleImport.h | 59 ImportedStyleSheetClient(StyleRuleImport* ownerRule) : m_ownerRule(ownerRule) { } in ImportedStyleSheetClient() argument
|
D | CSSStyleSheet.h | 51 …tic PassRefPtr<CSSStyleSheet> create(PassRefPtr<StyleSheetContents>, CSSImportRule* ownerRule = 0); 81 virtual CSSRule* ownerRule() const OVERRIDE { return m_ownerRule; } in ownerRule() function 116 CSSStyleSheet(PassRefPtr<StyleSheetContents>, CSSImportRule* ownerRule);
|
D | CSSStyleSheet.cpp | 74 …SSStyleSheet> CSSStyleSheet::create(PassRefPtr<StyleSheetContents> sheet, CSSImportRule* ownerRule) in create() argument 76 return adoptRef(new CSSStyleSheet(sheet, ownerRule)); in create() 91 CSSStyleSheet::CSSStyleSheet(PassRefPtr<StyleSheetContents> contents, CSSImportRule* ownerRule) in CSSStyleSheet() argument 96 , m_ownerRule(ownerRule) in CSSStyleSheet()
|
D | StyleSheet.h | 49 virtual CSSRule* ownerRule() const { return 0; } in ownerRule() function
|
D | CSSStyleSheet.idl | 25 readonly attribute CSSRule ownerRule;
|
D | StyleSheetContents.cpp | 58 StyleSheetContents::StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const… in StyleSheetContents() argument 59 : m_ownerRule(ownerRule) in StyleSheetContents()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorCSSAgent.cpp | 1387 parentRule = styleSheet->ownerRule(); in buildMediaListChain()
|