Searched defs:isPropertyOverloaded (Results 1 - 1 of 1) sorted by relevance

/external/webkit/Source/WebCore/inspector/front-end/
H A DStylesSidebarPane.js683 isPropertyOverloaded: function(propertyName, shorthand)
737 child.overloaded = this.isPropertyOverloaded(child.name, child.shorthand);
793 var overloaded = this.isPropertyOverloaded(property.name, isShorthand);
1057 if (section.isPropertyOverloaded(property.name))
1483 var overloaded = this.treeOutline.section.isPropertyOverloaded(name);

Completed in 26 milliseconds