Home
last modified time | relevance | path

Searched defs:selectorText (Results 1 – 4 of 4) sorted by relevance

/external/webkit/WebCore/css/
DCSSPageRule.cpp38 String CSSPageRule::selectorText() const in selectorText() function in WebCore::CSSPageRule
DCSSStyleRule.cpp41 String CSSStyleRule::selectorText() const in selectorText() function in WebCore::CSSStyleRule
DCSSSelector.cpp375 String CSSSelector::selectorText() const in selectorText() function in WebCore::CSSSelector
/external/webkit/WebCore/inspector/front-end/
DStylesSidebarPane.js97 …styleRules.push({ computedStyle: true, selectorText: WebInspector.UIString("Computed Style"), styl… property
115 …var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: node.style, isA… property
125 …styleRules.push({ style: rule.style, selectorText: rule.selectorText, parentStyleSheet: rule.paren… property
606 …self.styleRule = { section: self, style: newRule.style, selectorText: newRule.selectorText, parent… property