Home
last modified time | relevance | path

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

/external/webkit/WebCore/css/
DCSSStyleRule.cpp41 String CSSStyleRule::selectorText() const in selectorText() function in WebCore::CSSStyleRule
47 str += s->selectorText(); in selectorText()
59 String result = selectorText(); in cssText()
DCSSPageRule.cpp38 String CSSPageRule::selectorText() const in selectorText() function in WebCore::CSSPageRule
DCSSPageRule.h42 String selectorText() const;
DCSSStyleRule.h43 String selectorText() const;
DCSSSelector.cpp414 String CSSSelector::selectorText() const in selectorText() function in WebCore::CSSSelector
440 str += subSel->selectorText(); in selectorText()
497 String tagHistoryText = tagHistory->selectorText(); in selectorText()
DCSSPageRule.idl26 … attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString selectorText
DCSSStyleRule.idl26 … attribute [ConvertNullStringTo=Null, ConvertNullToNullString] DOMString selectorText
DCSSSelector.h67 String selectorText() const;
/external/webkit/WebCore/inspector/front-end/
DStylesSidebarPane.js142 …styleRules.push({ computedStyle: true, selectorText: WebInspector.UIString("Computed Style"), styl… property
150 attrStyle.selectorText = nodeName + "[" + attr.name;
152 attrStyle.selectorText += "=" + attr.value;
153 attrStyle.selectorText += "]";
160 …var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: node.style, isA… property
170 …styleRules.push({ style: rule.style, selectorText: rule.selectorText, parentStyleSheet: rule.paren… property
380 WebInspector.PropertiesSection.call(this, styleRule.selectorText);
446 this.identifier = styleRule.selectorText;
611 searchElement.value = this.styleRule.selectorText;
688 …self.styleRule = { section: self, style: newRule.style, selectorText: newRule.selectorText, parent… property
[all …]
DInjectedScript.js298 InjectedScript._doesSelectorAffectNode = function(selectorText, node) argument
302 var nodes = node.ownerDocument.querySelectorAll(selectorText);
326 ruleValue.selectorText = rule.selectorText;
DDOMAgent.js567 rule.selectorText = payload.selectorText;
DAuditRules.js423 if (rule.type !== 1 || rule.selectorText.match(pseudoSelectorRegexp))
425 var nodes = document.querySelectorAll(rule.selectorText);
428 unusedRules.push([rule.selectorText, textLength]);
DElementsPanel.js357 var selector = style.parentRule.selectorText;
375 var selector = style.parentRule.selectorText;
/external/webkit/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/webkit/WebCore/bindings/objc/
DPublicDOMInterfaces.h936 @property(copy) NSString *selectorText;
989 @property(copy) NSString *selectorText;
/external/webkit/WebCore/
DChangeLog-2005-12-191075 Test: fast/dom/css-selectorText.html
1083 (CSSSelector::selectorText):
1085 (DOM::CSSStyleRuleImpl::selectorText):
24926 (CSSSelector::selectorText):
25776 (CSSPageRuleImpl::selectorText):
25812 (CSSStyleRuleImpl::selectorText):
25929 (CSSSelector::selectorText):
DWebCore.order8726 -[DOMCSSStyleRule selectorText]
DChangeLog-2006-05-1015878 (WebCore::CSSSelector::selectorText):
17824 Test: added to fast/dom/css-selectorText.html
17829 Incorrect selectorText for multiple subselectors.
17832 (CSSSelector::selectorText): Iterate over subselectors
20789 * css/css_base.cpp: (CSSSelector::selectorText):
38142 (CSSSelector::selectorText):
DChangeLog-2005-08-239296 (CSSSelector::selectorText):
11174 (CSSSelector::selectorText):
15727 (CSSSelector::selectorText):
15765 (CSSSelector::selectorText):
34222 …(CSSSelector::selectorText): changed another ATTR_CLASS case to properly return class selector nam…
34406 (CSSSelector::selectorText): Properly returns Class Selector names.
51478 (CSSStyleRuleImpl::selectorText):
51808 (CSSSelector::selectorText):
52182 (CSSSelector::selectorText):
52358 (CSSSelector::selectorText):
DChangeLog-2002-12-0314912 (CSSRuleListImpl::~CSSRuleListImpl), (CSSPageRuleImpl::selectorText),
14913 (CSSStyleRuleImpl::selectorText), (CSSStyleRuleImpl::setSelector),
DChangeLog-2003-10-2511635 (CSSSelector::selectorText):
DChangeLog-2009-06-1653787 … <rdar://problem/5870656> selectorText and cssText are clipped for :nth-child() and :nth-of-type();
53792 (WebCore::CSSSelector::selectorText):
65236 (WebCore::CSSStyleRule::selectorText):
65530 (WebCore::CSSSelector::selectorText):
DChangeLog-2006-12-31403 (WebCore::CSSPageRule::selectorText):
53918 (WebCore::CSSStyleRule::selectorText):
DChangeLog-2007-10-1446701 * css/CSSSelector.cpp: (WebCore::CSSSelector::selectorText): Add the namespace
65000 (WebCore::CSSSelector::selectorText):