Searched refs:addRule (Results 1 - 11 of 11) sorted by relevance

/external/webkit/WebCore/inspector/front-end/
H A DAuditCategories.js40 this.addRule(new WebInspector.AuditRules.UnusedCssRule());
41 this.addRule(new WebInspector.AuditRules.CssInHeadRule({InlineURLScore: 6, InlineStylesheetScore: 21}));
42 this.addRule(new WebInspector.AuditRules.StylesScriptsOrderRule({CSSAfterJSURLScore: 11, InlineBetweenResourcesScore: 21}));
57 this.addRule(new WebInspector.AuditRules.GzipRule());
58 this.addRule(new WebInspector.AuditRules.ImageDimensionsRule({ScorePerImageUse: 5}));
59 this.addRule(new WebInspector.AuditRules.CookieSizeRule({MinBytesThreshold: 400, MaxBytesThreshold: 1000}));
60 this.addRule(new WebInspector.AuditRules.StaticCookielessRule({MinResources: 5}));
61 this.addRule(new WebInspector.AuditRules.CombineJsResourcesRule({AllowedPerDomain: 2, ScorePerResource: 11}));
62 this.addRule(new WebInspector.AuditRules.CombineCssResourcesRule({AllowedPerDomain: 2, ScorePerResource: 11}));
63 this.addRule(ne
[all...]
H A DAuditsPanel.js304 addRule: function(rule)
H A DInjectedScript.js249 stylesheet.addRule(newContent);
286 stylesheet.addRule(newContent);
/external/webkit/WebCore/css/
H A DCSSStyleSheet.idl37 long addRule(in DOMString selector,
H A DCSSStyleSheet.h73 int addRule(const String& selector, const String& style, int index, ExceptionCode&);
74 int addRule(const String& selector, const String& style, ExceptionCode&);
H A DCSSStyleSheet.cpp109 int CSSStyleSheet::addRule(const String& selector, const String& style, int index, ExceptionCode& ec) function in class:WebCore::CSSStyleSheet
117 int CSSStyleSheet::addRule(const String& selector, const String& style, ExceptionCode& ec) function in class:WebCore::CSSStyleSheet
119 return addRule(selector, style, length(), ec);
H A DCSSStyleSelector.cpp360 void addRule(CSSStyleRule* rule, CSSSelector* sel);
2777 void CSSRuleSet::addRule(CSSStyleRule* rule, CSSSelector* sel) function in class:WebCore::CSSRuleSet
2818 addRule(rule, s);
2837 addRule(rule, s);
/external/icu4c/i18n/
H A Drbt_set.h104 virtual void addRule(TransliterationRule* adoptedRule,
110 * <code>addRule()</code>; (2) freeze the set using
112 * <code>addRule()</code> is called after calling this method, it
H A Drbt_set.cpp240 * <p>If freeze() has already been called, calling addRule()
245 void TransliterationRuleSet::addRule(TransliterationRule* adoptedRule, function in class:TransliterationRuleSet
265 * <code>addRule()</code>; (2) freeze the set using
267 * <code>addRule()</code> is called after calling this method, it
H A Drbt_pars.cpp1451 curData->ruleSet.addRule(temptr, status);
/external/webkit/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1010 - (int)addRule:(NSString *)selector style:(NSString *)style index:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0;

Completed in 100 milliseconds