Searched defs:ownerRule (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DStyleSheet.h49 virtual CSSRule* ownerRule() const { return 0; } function in class:WebCore::StyleSheet
H A DStyleSheetContents.cpp58 StyleSheetContents::StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context) argument
59 : m_ownerRule(ownerRule)
H A DStyleRuleImport.h59 ImportedStyleSheetClient(StyleRuleImport* ownerRule) : m_ownerRule(ownerRule) { } argument
H A DCSSStyleSheet.cpp74 PassRefPtr<CSSStyleSheet> CSSStyleSheet::create(PassRefPtr<StyleSheetContents> sheet, CSSImportRule* ownerRule) argument
76 return adoptRef(new CSSStyleSheet(sheet, ownerRule));
91 CSSStyleSheet::CSSStyleSheet(PassRefPtr<StyleSheetContents> contents, CSSImportRule* ownerRule) argument
96 , m_ownerRule(ownerRule)
H A DStyleSheetContents.h56 static PassRefPtr<StyleSheetContents> create(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context) argument
58 return adoptRef(new StyleSheetContents(ownerRule, originalURL, context));
113 StyleRuleImport* ownerRule() const { return m_ownerRule; } function in class:WebCore::StyleSheetContents
154 StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext&);

Completed in 503 milliseconds