HomeSort by relevance Sort by last modified time
    Searched refs:addRule (Results 1 - 25 of 65) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
AuditCategories.js 44 this.addRule(new WebInspector.AuditRules.UnusedCssRule(), WebInspector.AuditRule.Severity.Warning);
45 this.addRule(new WebInspector.AuditRules.CssInHeadRule(), WebInspector.AuditRule.Severity.Severe);
46 this.addRule(new WebInspector.AuditRules.StylesScriptsOrderRule(), WebInspector.AuditRule.Severity.Severe);
47 this.addRule(new WebInspector.AuditRules.VendorPrefixedCSSProperties(), WebInspector.AuditRule.Severity.Warning);
66 this.addRule(new WebInspector.AuditRules.GzipRule(), WebInspector.AuditRule.Severity.Severe);
67 this.addRule(new WebInspector.AuditRules.ImageDimensionsRule(), WebInspector.AuditRule.Severity.Warning);
68 this.addRule(new WebInspector.AuditRules.CookieSizeRule(400), WebInspector.AuditRule.Severity.Warning);
69 this.addRule(new WebInspector.AuditRules.StaticCookielessRule(5), WebInspector.AuditRule.Severity.Warning);
70 this.addRule(new WebInspector.AuditRules.CombineJsResourcesRule(2), WebInspector.AuditRule.Severity.Severe);
71 this.addRule(new WebInspector.AuditRules.CombineCssResourcesRule(2), WebInspector.AuditRule.Severity.Severe)
    [all...]
AuditsPanel.js 209 addRule: function(rule, severity)
  /development/samples/devbytes/animation/CurvedMotion/src/com/example/android/curvedmotion/
CurvedMotion.java 100 params.addRule(RelativeLayout.ALIGN_PARENT_RIGHT);
101 params.addRule(RelativeLayout.ALIGN_PARENT_BOTTOM);
103 params.addRule(RelativeLayout.ALIGN_PARENT_LEFT);
104 params.addRule(RelativeLayout.ALIGN_PARENT_TOP);
  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSStyleSheet.idl 35 [RaisesException] long addRule([Default=Undefined] optional DOMString selector,
DocumentRuleSets.cpp 41 void ShadowDistributedRules::addRule(StyleRule* rule, size_t selectorIndex, ContainerNode* scopingNode, AddRuleFlags addRuleFlags)
44 m_shadowDistributedRuleSetMap.get(scopingNode)->addRule(rule, selectorIndex, addRuleFlags);
47 ruleSetForScope->addRule(rule, selectorIndex, addRuleFlags);
DocumentRuleSets.h 45 void addRule(StyleRule*, size_t selectorIndex, ContainerNode* scopingNode, AddRuleFlags);
CSSStyleSheet.h 66 int addRule(const String& selector, const String& style, int index, ExceptionState&);
67 int addRule(const String& selector, const String& style, ExceptionState&);
CSSStyleSheet.cpp 295 int CSSStyleSheet::addRule(const String& selector, const String& style, int index, ExceptionState& es)
310 int CSSStyleSheet::addRule(const String& selector, const String& style, ExceptionState& es)
312 return addRule(selector, style, length(), es);
RuleSet.cpp 305 void RuleSet::addRule(StyleRule* rule, unsigned selectorIndex, AddRuleFlags addRuleFlags)
366 resolver->ruleSets().shadowDistributedRules().addRule(styleRule, selectorIndex, const_cast<ContainerNode*>(scope), addRuleFlags);
368 addRule(styleRule, selectorIndex, addRuleFlags);
427 addRule(rule, selectorIndex, addRuleFlags);
RuleSet.h 113 void addRule(StyleRule*, unsigned selectorIndex, AddRuleFlags);
  /frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
InstanceTargets.java 52 params.addRule(ALIGN_PARENT_LEFT);
55 params.addRule(ALIGN_PARENT_RIGHT);
HitRectBug.java 74 params.addRule(RelativeLayout.CENTER_IN_PARENT);
  /external/chromium_org/third_party/icu/source/i18n/
rbt_set.h 104 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
rbt_set.cpp 240 * <p>If freeze() has already been called, calling addRule()
245 void TransliterationRuleSet::addRule(TransliterationRule* adoptedRule,
265 * <code>addRule()</code>; (2) freeze the set using
267 * <code>addRule()</code> is called after calling this method, it
  /external/icu4c/i18n/
rbt_set.h 104 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
  /cts/tests/tests/widget/src/android/widget/cts/
RelativeLayout_LayoutParamsTest.java 325 layoutParams.addRule(RelativeLayout.CENTER_IN_PARENT);
331 layoutParams.addRule(RelativeLayout.ALIGN_LEFT);
336 layoutParams.addRule(-1);
343 layoutParams.addRule(Integer.MAX_VALUE);
355 layoutParams.addRule(RelativeLayout.ALIGN_LEFT, R.id.relative_view1);
359 layoutParams.addRule(RelativeLayout.ALIGN_LEFT, 0);
363 layoutParams.addRule(RelativeLayout.ALIGN_PARENT_LEFT, 0);
367 layoutParams.addRule(RelativeLayout.ALIGN_PARENT_LEFT, RelativeLayout.TRUE);
372 layoutParams.addRule(RelativeLayout.ALIGN_LEFT, RelativeLayout.TRUE);
376 layoutParams.addRule(RelativeLayout.ALIGN_PARENT_LEFT, R.id.relative_view1)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/app/
NotificationDisplay.java 59 lp.addRule(RelativeLayout.CENTER_IN_PARENT);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/model/
TestSuite.java 52 public void addRule(Rule currentRule) {
TestSuiteFactory.java 178 result.addRule(rule);
  /external/antlr/antlr-3.4/gunit/src/main/java/org/antlr/gunit/swingui/runner/
TestSuiteAdapter.java 54 model.addRule(currentRule);
  /packages/apps/Mms/src/com/android/mms/ui/
ConversationListItem.java 188 attachmentLayout.addRule(RelativeLayout.LEFT_OF, R.id.error);
190 attachmentLayout.addRule(RelativeLayout.LEFT_OF, R.id.date);
214 subjectLayout.addRule(RelativeLayout.LEFT_OF, hasAttachment ? R.id.attachment :
  /development/samples/devbytes/animation/ToonGame/src/com/example/android/toongame/
PlayerSetupActivity.java 144 params.addRule(RelativeLayout.ALIGN_PARENT_TOP);
145 params.addRule(alignmentRule);
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorCSSAgent.h 138 virtual void addRule(ErrorString*, int contextNodeId, const String& selector, RefPtr<TypeBuilder::CSS::CSSRule>& result);
InspectorStyleSheet.h 190 CSSStyleRule* addRule(const String& selector, ExceptionState&);
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountSetupType.java 95 params.addRule(RelativeLayout.BELOW, lastView.getId());

Completed in 536 milliseconds

1 2 3