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

  /external/webkit/Source/WebCore/inspector/front-end/
StylesSidebarPane.js 283 var inlineStyle = { selectorText: WebInspector.UIString("Style Attribute"), style: parentStyles.inlineStyle, isAttribute: true, isInherited: true };
301 styleRules.push({ style: rule.style, selectorText: rule.selectorText, sourceURL: rule.sourceURL, rule: rule, isInherited: true, editable: !!(rule.style && rule.style.id) });
441 var section = new WebInspector.StylePropertiesSection(this, styleRule, editable, styleRule.isInherited, lastWasSeparator);
595 WebInspector.StylePropertiesSection = function(parentPane, styleRule, editable, isInherited, isFirstSection)
621 this.isInherited = isInherited;
654 if (isInherited)
675 if (this.isInherited) {
688 if (this.isInherited && !(propertyName in WebInspector.StylesSidebarPane.InheritedProperties)) {
    [all...]
  /external/clang/include/clang/AST/
Attr.h 100 bool isInherited() const { return Inherited; }
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 2055 milliseconds