Home
last modified time | relevance | path

Searched refs:selectorText (Results 1 – 19 of 19) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPageRule.cpp54 String CSSPageRule::selectorText() const in selectorText() function in WebCore::CSSPageRule
60 String pageSpecification = selector->selectorText(); in selectorText()
69 void CSSPageRule::setSelectorText(const String& selectorText) in setSelectorText() argument
73 parser.parseSelector(selectorText, selectorList); in setSelectorText()
85 result.append(selectorText()); in cssText()
DCSSStyleRule.cpp73 builder.append(selector->selectorText()); in generateSelectorText()
78 String CSSStyleRule::selectorText() const in selectorText() function in WebCore::CSSStyleRule
92 void CSSStyleRule::setSelectorText(const String& selectorText) in setSelectorText() argument
96 p.parseSelector(selectorText, selectorList); in setSelectorText()
113 result.append(selectorText()); in cssText()
DCSSSelector.cpp601 String CSSSelector::selectorText(const String& rightSide) const in selectorText() function in WebCore::CSSSelector
630 str.append(cs->selectorList()->first()->selectorText()); in selectorText()
646 str.append(subSelector->selectorText()); in selectorText()
657 str.append(subSelector->selectorText()); in selectorText()
672 return cs->tagHistory()->selectorText() + str.toString() + rightSide; in selectorText()
722 … return tagHistory->selectorText("::-webkit-distributed(" + str.toString() + rightSide + ")"); in selectorText()
723 return tagHistory->selectorText(" " + str.toString() + rightSide); in selectorText()
726 … return tagHistory->selectorText("::-webkit-distributed(> " + str.toString() + rightSide + ")"); in selectorText()
727 return tagHistory->selectorText(" > " + str.toString() + rightSide); in selectorText()
729 return tagHistory->selectorText(" ^ " + str.toString() + rightSide); in selectorText()
[all …]
DCSSPageRule.h46 String selectorText() const;
DCSSStyleRule.h43 String selectorText() const;
DCSSStyleRule.idl23 attribute DOMString selectorText;
DCSSPageRule.idl23 attribute DOMString selectorText;
DCSSSelectorList.cpp118 result.append(s->selectorText()); in selectorsText()
DCSSSelector.h46 String selectorText(const String& = "") const;
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DStyleSheetOutlineDialog.js75 return this._rules[itemIndex].selectorText;
98 titleElement.textContent = rule.selectorText;
DAuditRules.js356 var selectorText = styleSheet.rules[curRule].selectorText;
357 if (testedSelectors[selectorText])
359 selectors.push(selectorText);
360 testedSelectors[selectorText] = 1;
384 … if (!testedSelectors[rule.selectorText] || foundSelectors[rule.selectorText])
386 unusedRules.push(rule.selectorText);
1246 var anchor = WebInspector.linkifyURLAsNode(rule.sourceURL, rule.selectorText);
DStylesSidebarPane.js492 …styleRules.push({ style: rule.style, selectorText: rule.selectorText, media: rule.media, sourceURL… property
536 …attrStyle.selectorText = node.nodeNameInCorrectCase() + "[" + WebInspector.UIString("Attributes St…
540 …styleRules.push({ computedStyle: true, selectorText: "", style: nodeComputedStyle, editable: false… property
547 … var inlineStyle = { selectorText: "element.style", style: styles.inlineStyle, isAttribute: true }; property
560 …styleRules.push({ style: rule.style, selectorText: rule.selectorText, media: rule.media, sourceURL… property
581 …var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: parentStyles.in… property
600 …styleRules.push({ style: rule.style, selectorText: rule.selectorText, media: rule.media, sourceURL… property
1061 this._selectorElement.textContent = styleRule.selectorText;
1195 if (this.styleRule.selectorText)
1196 this._selectorElement.textContent = this.styleRule.selectorText;
[all …]
DCSSStyleModel.js1007 this.selectorText = this.selectors.select("value").join(", ");
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DInspectorStyleSheet.cpp1042 return rule->selectorText(); in ruleSelector()
1248 String selectorText = rule->selectorText(); in buildObjectForSelectorList() local
1256 …selectors->addItem(TypeBuilder::CSS::Selector::create().setValue(selector->selectorText()).release… in buildObjectForSelectorList()
1260 .setText(selectorText) in buildObjectForSelectorList()
DInspectorCSSAgent.cpp1625 …matched |= element->webkitMatchesSelector(firstTagHistorySelector->selectorText(), IGNORE_EXCEPTIO… in buildArrayForMatchedRuleList()
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/parse-only/
Dmootools-1.2.2-core-nc.js3344 var selectorText = (rule.selectorText) ? rule.selectorText.replace(/^\w+/, function(m){
3347 if (!selectorText || !selectorText.test('^' + selector + '$')) return;
Dconcat-jquery-mootools-prototype.js7720 var selectorText = (rule.selectorText) ? rule.selectorText.replace(/^\w+/, function(m){
7723 if (!selectorText || !selectorText.test('^' + selector + '$')) return;
/external/chromium_org/chrome/browser/resources/ntp_android/
Dntp_android.js2728 if (rules[j].selectorText == selector)
/external/chromium_org/third_party/polymer/
Dplatform.js31selectorText&&b.selectorText.match(a)||b.cssRules&&this.findAtHostRules(b.cssRules,a).length||b.ty…