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 52 virtual CSSRule* ownerRule() const { return 0; }
StyleSheetContents.h 57 static PassRefPtrWillBeRawPtr<StyleSheetContents> create(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext& context)
59 return adoptRefWillBeNoop(new StyleSheetContents(ownerRule, originalURL, context));
114 StyleRuleImport* ownerRule() const { return m_ownerRule; }
167 StyleSheetContents(StyleRuleImport* ownerRule, const String& originalURL, const CSSParserContext&);

Completed in 982 milliseconds