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

  /external/chromium_org/third_party/WebKit/Source/core/css/
StyleSheet.h 50 virtual CSSRule* ownerRule() const { return 0; }
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&);

Completed in 50 milliseconds