HomeSort by relevance Sort by last modified time
    Searched refs:newRule (Results 1 - 10 of 10) sorted by null

  /external/webkit/WebCore/css/
CSSMediaRule.cpp 66 RefPtr<CSSRule> newRule = p.parseRule(parentStyleSheet(), rule);
67 if (!newRule) {
73 if (newRule->isImportRule()) {
85 newRule->setParent(this);
86 unsigned returnedIndex = m_lstCSSRules->insertRule(newRule.get(), index);
WebKitCSSKeyframesRule.cpp 91 RefPtr<CSSRule> newRule = p.parseKeyframeRule(parentStyleSheet(), rule);
92 if (newRule.get() && newRule.get()->isKeyframeRule())
93 append(static_cast<WebKitCSSKeyframeRule*>(newRule.get()));
  /external/chromium/third_party/icu/source/test/intltest/
rndmcoll.cpp 155 UnicodeString newRule(rule); // potential bug
161 Collator * c = new RuleBasedCollator(newRule,status);
  /external/icu4c/test/intltest/
rndmcoll.cpp 155 UnicodeString newRule(rule); // potential bug
161 Collator * c = new RuleBasedCollator(newRule,status);
  /external/webkit/WebCore/inspector/front-end/
StylesSidebarPane.js 686 var newRule = WebInspector.CSSStyleDeclaration.parseRule(newRulePayload);
687 self.rule = newRule;
688 self.styleRule = { section: self, style: newRule.style, selectorText: newRule.selectorText, parentStyleSheet: newRule.parentStyleSheet, rule: newRule };
691 self.identifier = newRule.selectorText + ":" + self.subtitleElement.textContent;
    [all...]
InjectedScript.js 250 var newRule = stylesheet.cssRules[stylesheet.cssRules.length - 1];
251 newRule.style.cssText = rule.style.cssText;
261 return [InjectedScript._serializeRule(newRule), InjectedScript._doesSelectorAffectNode(newContent, selectedNode)];
    [all...]
  /external/chromium/third_party/icu/source/i18n/
plurrule.cpp 422 RuleChain *newRule = new RuleChain(rules);
423 this->mRules=newRule;
424 newRule->setRepeatLimit();
vtzone.cpp     [all...]
  /external/icu4c/i18n/
plurrule.cpp 422 RuleChain *newRule = new RuleChain(rules);
423 this->mRules=newRule;
424 newRule->setRepeatLimit();
vtzone.cpp     [all...]

Completed in 365 milliseconds