Searched refs:CSSHostRule (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DCSSHostRule.h32 class CSSHostRule : public CSSGroupingRule { class in namespace:WebCore
34 static PassRefPtr<CSSHostRule> create(StyleRuleHost* rule, CSSStyleSheet* sheet) { return adoptRef(new CSSHostRule(rule, sheet)); }
40 CSSHostRule(StyleRuleHost*, CSSStyleSheet*);
H A DCSSHostRule.cpp24 #include "CSSHostRule.h"
32 CSSHostRule::CSSHostRule(StyleRuleHost* hostRule, CSSStyleSheet* parent) function in class:WebCore::CSSHostRule
37 String CSSHostRule::cssText() const
H A DCSSHostRule.idl24 ] interface CSSHostRule : CSSRule {
H A DInspectorCSSOMWrappers.cpp33 #include "CSSHostRule.h"
79 collect(static_cast<CSSHostRule*>(cssRule));
H A DStyleRule.cpp27 #include "CSSHostRule.h"
208 rule = CSSHostRule::create(static_cast<StyleRuleHost*>(self), parentSheet);
/macosx-10.9.5/WebCore-7537.78.1/bindings/js/
H A DJSCSSRuleCustom.cpp122 wrapper = CREATE_DOM_WRAPPER(exec, globalObject, CSSHostRule, rule);
/macosx-10.9.5/WebCore-7537.78.1/inspector/
H A DInspectorStyleSheet.cpp31 #include "CSSHostRule.h"
233 return static_cast<CSSHostRule*>(rule)->cssRules();

Completed in 137 milliseconds