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

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DStyleSheet.h50 virtual CSSImportRule* ownerRule() const { return 0; } function in class:WebCore::StyleSheet
H A DStyleSheetContents.cpp58 StyleSheetContents::StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context) argument
H A DStyleRuleImport.h59 ImportedStyleSheetClient(StyleRuleImport* ownerRule) : m_ownerRule(ownerRule) { } argument
H A DStyleSheetContents.h52 static PassRefPtr<StyleSheetContents> create(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context) argument
107 StyleRuleImport* ownerRule() const { return m_ownerRule; } function in class:WebCore::StyleSheetContents
H A DCSSStyleSheet.cpp76 PassRefPtr<CSSStyleSheet> CSSStyleSheet::create(PassRefPtr<StyleSheetContents> sheet, CSSImportRule* ownerRule) argument
93 CSSStyleSheet::CSSStyleSheet(PassRefPtr<StyleSheetContents> contents, CSSImportRule* ownerRule) argument
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DPublicDOMInterfaces.h1001 @property(readonly, retain) DOMCSSRule *ownerRule; variable

Completed in 162 milliseconds