Searched refs:propertyText (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/inspector/front-end/ |
D | CSSStyleModel.js | 474 get propertyText() getter in WebInspector.CSSProperty 510 setText: function(propertyText, majorChange, userCallback) argument 523 this.text = propertyText; 527 if (newProperty && this.disabled && !propertyText.match(/^\s*$/)) { 544 …CSSAgent.setPropertyText(this.ownerStyle.id, this.index, propertyText, this.index < this.ownerStyl…
|
D | StylesSidebarPane.js | 1407 this.tooltip = this.property.propertyText; 1686 this.originalPropertyText = this.property.propertyText; 1826 var propertyText; 1828 propertyText = ""; 1831 propertyText = userInput + ": " + this.valueElement.textContent; 1833 propertyText = this.nameElement.textContent + ": " + userInput; 1835 this.applyStyleText(propertyText, true);
|
/external/webkit/Source/WebCore/inspector/ |
D | InspectorStyleSheet.cpp | 183 …tPropertyText(ErrorString* errorString, unsigned index, const String& propertyText, bool overwrite) in setPropertyText() argument 197 if (propertyText.stripWhiteSpace().length()) { in setPropertyText() 201 …p.parseDeclaration(tempMutableStyle.get(), propertyText + " -webkit-boguz-propertee: none", &sourc… in setPropertyText() 224 unsigned newLength = propertyText.length(); in setPropertyText() 228 bool success = replacePropertyInStyleText(property, propertyText); in setPropertyText() 234 unsigned textLength = propertyText.length(); in setPropertyText() 241 m_disabledProperties.at(disabledIndex).rawText = propertyText; in setPropertyText() 260 propertyLengthDelta = propertyText.length(); in setPropertyText() 272 String textToSet = propertyText; in setPropertyText() 275 if (propertyStart && propertyText.length()) { in setPropertyText()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2010-12-06 | 11772 (WebInspector.CSSProperty.prototype.get propertyText): 14969 (WebInspector.CSSProperty.prototype.get propertyText): 23986 (WebInspector.CSSProperty.prototype.get propertyText):
|