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

/external/webkit/Source/WebCore/inspector/front-end/
H A DAuditCategories.js40 this.addRule(new WebInspector.AuditRules.UnusedCssRule(), WebInspector.AuditRule.Severity.Warning);
41 this.addRule(new WebInspector.AuditRules.CssInHeadRule(), WebInspector.AuditRule.Severity.Severe);
42 this.addRule(new WebInspector.AuditRules.StylesScriptsOrderRule(), WebInspector.AuditRule.Severity.Severe);
57 this.addRule(new WebInspector.AuditRules.GzipRule(), WebInspector.AuditRule.Severity.Severe);
58 this.addRule(new WebInspector.AuditRules.ImageDimensionsRule(), WebInspector.AuditRule.Severity.Warning);
59 this.addRule(new WebInspector.AuditRules.CookieSizeRule(400), WebInspector.AuditRule.Severity.Warning);
60 this.addRule(new WebInspector.AuditRules.StaticCookielessRule(5), WebInspector.AuditRule.Severity.Warning);
61 this.addRule(new WebInspector.AuditRules.CombineJsResourcesRule(2), WebInspector.AuditRule.Severity.Severe);
62 this.addRule(new WebInspector.AuditRules.CombineCssResourcesRule(2), WebInspector.AuditRule.Severity.Severe);
63 this.addRule(ne
[all...]
H A DCSSStyleModel.js152 addRule: function(nodeId, selector, successCallback, failureCallback)
178 CSSAgent.addRule(nodeId, selector, callback.bind(this, successCallback, failureCallback, selector));
H A DAuditsPanel.js287 addRule: function(rule, severity)
H A DStylesSidebarPane.js1104 WebInspector.cssModel.addRule(this.pane.node.id, newContent, successCallback, this.editingSelectorCancelled.bind(this));
/external/webkit/Source/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.cpp135 int CSSStyleSheet::addRule(const String& selector, const String& style, int index, ExceptionCode& ec) function in class:WebCore::CSSStyleSheet
143 int CSSStyleSheet::addRule(const String& selector, const String& style, ExceptionCode& ec) function in class:WebCore::CSSStyleSheet
145 return addRule(selector, style, length(), ec);
H A DCSSStyleSelector.cpp332 void addRule(CSSStyleRule* rule, CSSSelector* sel);
3126 void RuleSet::addRule(CSSStyleRule* rule, CSSSelector* sel) function in class:WebCore::RuleSet
3216 addRule(rule, s);
3262 features.siblingRules->addRule(ruleData.rule(), ruleData.selector());
/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/Source/WebCore/inspector/
H A DInspectorCSSAgent.h74 void addRule(ErrorString*, const int contextNodeId, const String& selector, RefPtr<InspectorObject>* result);
H A DInspectorCSSAgent.cpp352 void InspectorCSSAgent::addRule(ErrorString*, const int contextNodeId, const String& selector, RefPtr<InspectorObject>* result) function in class:WebCore::InspectorCSSAgent
361 CSSStyleRule* newRule = inspectorStyleSheet->addRule(selector);
H A DInspectorStyleSheet.h170 CSSStyleRule* addRule(const String& selector);
H A DInspectorStyleSheet.cpp690 CSSStyleRule* InspectorStyleSheet::addRule(const String& selector) function in class:WebCore::InspectorStyleSheet
698 m_pageStyleSheet->addRule(selector, "", ec);
/external/webkit/Source/WebCore/bindings/objc/
H A DPublicDOMInterfaces.h1016 - (int)addRule:(NSString *)selector style:(NSString *)style index:(unsigned)index AVAILABLE_IN_WEBKIT_VERSION_4_0;

Completed in 154 milliseconds