HomeSort by relevance Sort by last modified time
    Searched refs:ownerRule (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheet.h 50 virtual CSSRule* ownerRule() const { return 0; }
CSSStyleSheet.idl 25 readonly attribute CSSRule ownerRule;
StyleRuleImport.h 63 ImportedStyleSheetClient(StyleRuleImport* ownerRule) : m_ownerRule(ownerRule) { }
StyleSheetContents.h 58 static PassRefPtrWillBeRawPtr<StyleSheetContents> create(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context)
60 return adoptRefWillBeNoop(new StyleSheetContents(ownerRule, originalURL, context));
115 StyleRuleImport* ownerRule() const { return m_ownerRule; }
168 StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext&);
CSSStyleSheet.h 52 static PassRefPtrWillBeRawPtr<CSSStyleSheet> create(PassRefPtrWillBeRawPtr<StyleSheetContents>, CSSImportRule* ownerRule = 0);
84 virtual CSSRule* ownerRule() const OVERRIDE { return m_ownerRule; }
124 CSSStyleSheet(PassRefPtrWillBeRawPtr<StyleSheetContents>, CSSImportRule* ownerRule);
CSSStyleSheet.cpp 94 PassRefPtrWillBeRawPtr<CSSStyleSheet> CSSStyleSheet::create(PassRefPtrWillBeRawPtr<StyleSheetContents> sheet, CSSImportRule* ownerRule)
96 return adoptRefWillBeNoop(new CSSStyleSheet(sheet, ownerRule));
117 CSSStyleSheet::CSSStyleSheet(PassRefPtrWillBeRawPtr<StyleSheetContents> contents, CSSImportRule* ownerRule)
122 , m_ownerRule(ownerRule)
StyleSheetContents.cpp 59 StyleSheetContents::StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context)
60 : m_ownerRule(ownerRule)
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.cpp     [all...]

Completed in 1753 milliseconds