HomeSort by relevance Sort by last modified time
    Searched full:propertytext (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/inspector/
InspectorStyleSheet.cpp 177 // This method does the following preprocessing of |propertyText| with |overwrite| == false and |index| past the last active property:
178 // - If the last property (if present) has no subsequent whitespace in the style declaration, a space is prepended to |propertyText|.
179 // - If the last property (if present) has no closing ";", the ";" is prepended to the current |propertyText| value.
181 // The propertyText (if not empty) is checked to be a valid style declaration (containing at least one property). If not,
183 bool InspectorStyle::setPropertyText(ErrorString* errorString, unsigned index, const String& propertyText, bool overwrite)
197 if (propertyText.stripWhiteSpace().length()) {
201 p.parseDeclaration(tempMutableStyle.get(), propertyText + " -webkit-boguz-propertee: none", &sourceData);
211 // Check for a proper propertyText termination (the parser could at least restore to the PROPERTY_NAME state).
224 unsigned newLength = propertyText.length();
228 bool success = replacePropertyInStyleText(property, propertyText);
    [all...]
  /external/webkit/Source/WebCore/inspector/front-end/
CSSStyleModel.js 474 get propertyText()
509 // Replaces "propertyName: propertyValue [!important];" in the stylesheet by an arbitrary propertyText.
510 setText: function(propertyText, majorChange, userCallback)
523 this.text = propertyText;
527 if (newProperty && this.disabled && !propertyText.match(/^\s*$/)) {
544 CSSAgent.setPropertyText(this.ownerStyle.id, this.index, propertyText, this.index < this.ownerStyle.pastLastSourcePropertyIndex(), callback.bind(this));
StylesSidebarPane.js     [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPPathFactory.java 48 * PropertyText xmpObj.getArrayItem (schemaNS, path, index);

Completed in 611 milliseconds