HomeSort by relevance Sort by last modified time
    Searched full:ownerrule (Results 1 - 5 of 5) sorted by null

  /external/webkit/Source/WebCore/css/
CSSStyleSheet.h 55 static PassRefPtr<CSSStyleSheet> create(CSSRule* ownerRule, const String& originalURL, const KURL& finalURL, const String& charset)
57 return adoptRef(new CSSStyleSheet(ownerRule, originalURL, finalURL, charset));
66 CSSRule* ownerRule() const;
110 CSSStyleSheet(CSSRule* ownerRule, const String& originalURL, const KURL& finalURL, const String& charset);
CSSStyleSheet.cpp 75 CSSStyleSheet::CSSStyleSheet(CSSRule* ownerRule, const String& href, const KURL& baseURL, const String& charset)
76 : StyleSheet(ownerRule, href, baseURL)
79 , m_strictParsing(!ownerRule || ownerRule->useStrictParsing())
82 CSSStyleSheet* parentSheet = ownerRule ? ownerRule->parentStyleSheet() : 0;
90 CSSRule *CSSStyleSheet::ownerRule() const
CSSStyleSheet.idl 25 readonly attribute CSSRule ownerRule;
  /external/webkit/Source/WebKit/win/Interfaces/
DOMCSS.idl 217 - (DOMCSSRule *)ownerRule;
219 HRESULT ownerRule([out, retval] IDOMCSSRule** rule);
  /external/webkit/Source/WebCore/bindings/objc/
PublicDOMInterfaces.h     [all...]

Completed in 126 milliseconds